summaryrefslogtreecommitdiff
path: root/lib/stdlib/src/erl_parse.yrl
Commit message (Expand)AuthorAgeFilesLines
* stdlib: remove the last traces of Mnemosyne RulesHans Bolinder2014-11-201-21/+1
* Merge branch 'maint'Björn-Egil Dahlberg2014-10-011-1/+13
|\
| * stdlib: erl_parse abstract MapsBjörn-Egil Dahlberg2014-09-301-1/+6
| * stdlib: Refactor Maps farity attributesBjörn-Egil Dahlberg2014-09-301-6/+2
| * Allow Name/Arity syntax in maps inside attributesAndrey Tsirulev2014-08-041-0/+11
* | Merge branch 'maint'Marcus Arendt2014-05-141-15/+6
|\ \ | |/
| * Merge branch 'fenollp/remove-erl_parse-legacy-map' into maintMarcus Arendt2014-05-141-15/+6
| |\
| | * Replace local mapl/2 (Erlang < 5.0) unique call by a LCPierre Fenoll2014-03-111-15/+6
* | | Modify representation of the map typeHans Bolinder2014-04-291-1/+1
* | | Disallow '_' as type variableHans Bolinder2014-04-291-0/+2
* | | Allow more type namesHans Bolinder2014-04-291-3/+13
|/ /
* | stdlib: Generalize erl_parse:abstract/2Hans Bolinder2014-03-251-30/+34
* | erts,stdlib: Change map module name to mapsBjörn-Egil Dahlberg2014-01-281-1/+1
* | dialyzer,hipe,stdlib: Add Maps understanding to DialyzerBjörn-Egil Dahlberg2014-01-281-0/+9
* | stdlib: Deny variables as keys and disallow ':=' in map constructionBjörn-Egil Dahlberg2014-01-281-2/+0
* | stdlib: Fix erl_parse:parse_term/1Björn-Egil Dahlberg2014-01-281-0/+6
* | Extend erl_parse with two Op Map syntaxBjörn-Egil Dahlberg2014-01-281-4/+10
* | Extend erl_parse with the new map syntaxBjörn-Egil Dahlberg2014-01-281-1/+25
* | EEP 37: Funs with namesAnthony Ramine2013-12-121-1/+11
|/
* Document erl_parse:abstract/2Hans Bolinder2013-03-291-0/+1
* Export the type erl_scan:token()Hans Bolinder2013-01-251-2/+2
* Remove support for the query keyword and query expressionsLoïc Hoguin2013-01-161-6/+2
* erl_parse: Remove support for packagesBjörn Gustavsson2013-01-091-58/+6
* [stdlib, kernel] Introduce Unicode support for Erlang source filesHans Bolinder2013-01-021-62/+66
* EEP-23: Allow variables in fun M:F/ABjörn Gustavsson2011-11-071-3/+9
* Add '-callback' attribute to language syntaxStavros Aronis2011-10-071-3/+7
* Types and specifications have been modified and addedHans Bolinder2011-05-121-4/+35
* Fix a bug concerning record field typesHans Bolinder2011-03-221-2/+8
* OTP-8664 Erlang parser augmented with operators for integer typesHans Bolinder2010-06-021-13/+28
* OTP-8657 New Erlang scanner tokens: '..' and '...'Hans Bolinder2010-05-311-6/+6
* OTP-8629 stdlib: prepare erl_parse.yrl for future extensionHans Bolinder2010-05-121-0/+5
* Support nested record field access without parenthesesTuncer Ayaz2010-04-201-0/+4
* OTP-8567 The word 'spec' is no longer reserved.Hans Bolinder2010-04-191-51/+50
* erl_parse.yrl: Add missing operator in type declarationKostis Sagonas2010-04-131-1/+1
* erl_parse: Remove more stray 'cond' supportBjörn Gustavsson2010-03-301-2/+0
* OTP-8522 Avoid duplicated 'undefined' in record field typesHans Bolinder2010-03-171-1/+17
* Remove stray code supporting 'cond'Björn Gustavsson2010-03-161-14/+5
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-201-0/+1028