aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/erl_parse.yrl
AgeCommit message (Expand)Author
2016-06-10Merge branch 'hasse/dialyzer/improve_from_form/OTP-13547'Hans Bolinder
2016-06-09Remove support for '...' in Maps typesHans Bolinder
2016-06-09stdlib: Correct types and specsHans Bolinder
2016-06-09stdlib: Correct types and specsHans Bolinder
2016-04-28stdlib: Correct association typesHans Bolinder
2016-04-28erl_parse: Add parsing for new map type syntaxMagnus Lång
2016-03-01Generalize bit string comprehensionsBjörn Gustavsson
2016-01-20stdlib: Update erl_parse(3)Hans Bolinder
2016-01-20stdlib: Refine the types of the abstract formatHans Bolinder
2015-12-15stdlib: Remove undocumented function specification syntaxHans Bolinder
2015-10-08Take out automatic insertion of 'undefined' from typed record fieldsKostis Sagonas
2015-09-15stdlib: Remove deprecated functions in erl_parse and erl_scanHans Bolinder
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-12stdlib: Introduce precedence for operators in typesHans Bolinder
2015-04-30stdlib: Use module erl_annoHans Bolinder
2015-04-30stdlib: Add module erl_annoHans Bolinder
2014-11-20stdlib: remove the last traces of Mnemosyne RulesHans Bolinder
2014-10-01Merge branch 'maint'Björn-Egil Dahlberg
2014-09-30stdlib: erl_parse abstract MapsBjörn-Egil Dahlberg
2014-09-30stdlib: Refactor Maps farity attributesBjörn-Egil Dahlberg
2014-08-04Allow Name/Arity syntax in maps inside attributesAndrey Tsirulev
2014-05-14Merge branch 'maint'Marcus Arendt
2014-05-14Merge branch 'fenollp/remove-erl_parse-legacy-map' into maintMarcus Arendt
2014-04-29Modify representation of the map typeHans Bolinder
2014-04-29Disallow '_' as type variableHans Bolinder
2014-04-29Allow more type namesHans Bolinder
2014-03-25stdlib: Generalize erl_parse:abstract/2Hans Bolinder
2014-03-11Replace local mapl/2 (Erlang < 5.0) unique call by a LCPierre Fenoll
2014-01-28erts,stdlib: Change map module name to mapsBjörn-Egil Dahlberg
2014-01-28dialyzer,hipe,stdlib: Add Maps understanding to DialyzerBjörn-Egil Dahlberg
2014-01-28stdlib: Deny variables as keys and disallow ':=' in map constructionBjörn-Egil Dahlberg
2014-01-28stdlib: Fix erl_parse:parse_term/1Björn-Egil Dahlberg
2014-01-28Extend erl_parse with two Op Map syntaxBjörn-Egil Dahlberg
2014-01-28Extend erl_parse with the new map syntaxBjörn-Egil Dahlberg
2013-12-12EEP 37: Funs with namesAnthony Ramine
2013-03-29Document erl_parse:abstract/2Hans Bolinder
2013-01-25Export the type erl_scan:token()Hans Bolinder
2013-01-16Remove support for the query keyword and query expressionsLoïc Hoguin
2013-01-09erl_parse: Remove support for packagesBjörn Gustavsson
2013-01-02[stdlib, kernel] Introduce Unicode support for Erlang source filesHans Bolinder
2011-11-07EEP-23: Allow variables in fun M:F/ABjörn Gustavsson
2011-10-07Add '-callback' attribute to language syntaxStavros Aronis
2011-05-12Types and specifications have been modified and addedHans Bolinder
2011-03-22Fix a bug concerning record field typesHans Bolinder
2010-06-02OTP-8664 Erlang parser augmented with operators for integer typesHans Bolinder
2010-05-31OTP-8657 New Erlang scanner tokens: '..' and '...'Hans Bolinder
2010-05-12OTP-8629 stdlib: prepare erl_parse.yrl for future extensionHans Bolinder
2010-04-20Support nested record field access without parenthesesTuncer Ayaz
2010-04-19OTP-8567 The word 'spec' is no longer reserved.Hans Bolinder
2010-04-13erl_parse.yrl: Add missing operator in type declarationKostis Sagonas