Age | Commit message (Expand) | Author |
2017-03-08 | stdlib: Extend functions in erl_parse to handle form_info() | Hans Bolinder |
2017-03-08 | stdlib: Add debug tests to the erl_parse module | Hans Bolinder |
2017-01-13 | Merge branch 'hasse/stdlib/check_type_constraints/OTP-14070/PR-1214' | Hans Bolinder |
2017-01-12 | Merge branch 'maint' | Hans Bolinder |
2017-01-10 | stdlib: Correct signatures of functions in erl_parse | Hans Bolinder |
2017-01-10 | Merge branch 'maint' | Hans Bolinder |
2016-12-21 | stdlib: Allow characters in types and constant patterns | Hans Bolinder |
2016-12-01 | stdilb: Check for bad type constraints in function types | Hans Bolinder |
2016-11-23 | Make use of the Header feature in yecc | Richard Carlsson |
2016-11-23 | Merge branch 'maint' | Hans Bolinder |
2016-11-22 | stdlib: Correct types of the abstract format | Hans Bolinder |
2016-09-01 | Remove sys_pre_expand | Björn Gustavsson |
2016-06-10 | Merge branch 'hasse/dialyzer/improve_from_form/OTP-13547' | Hans Bolinder |
2016-06-09 | Remove support for '...' in Maps types | Hans Bolinder |
2016-06-09 | stdlib: Correct types and specs | Hans Bolinder |
2016-06-09 | stdlib: Correct types and specs | Hans Bolinder |
2016-04-28 | stdlib: Correct association types | Hans Bolinder |
2016-04-28 | erl_parse: Add parsing for new map type syntax | Magnus Lång |
2016-03-01 | Generalize bit string comprehensions | Björn Gustavsson |
2016-01-20 | stdlib: Update erl_parse(3) | Hans Bolinder |
2016-01-20 | stdlib: Refine the types of the abstract format | Hans Bolinder |
2015-12-15 | stdlib: Remove undocumented function specification syntax | Hans Bolinder |
2015-10-08 | Take out automatic insertion of 'undefined' from typed record fields | Kostis Sagonas |
2015-09-15 | stdlib: Remove deprecated functions in erl_parse and erl_scan | Hans Bolinder |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe |
2015-06-12 | stdlib: Introduce precedence for operators in types | Hans Bolinder |
2015-04-30 | stdlib: Use module erl_anno | Hans Bolinder |
2015-04-30 | stdlib: Add module erl_anno | Hans Bolinder |
2014-11-20 | stdlib: remove the last traces of Mnemosyne Rules | Hans Bolinder |
2014-10-01 | Merge branch 'maint' | Björn-Egil Dahlberg |
2014-09-30 | stdlib: erl_parse abstract Maps | Björn-Egil Dahlberg |
2014-09-30 | stdlib: Refactor Maps farity attributes | Björn-Egil Dahlberg |
2014-08-04 | Allow Name/Arity syntax in maps inside attributes | Andrey Tsirulev |
2014-05-14 | Merge branch 'maint' | Marcus Arendt |
2014-05-14 | Merge branch 'fenollp/remove-erl_parse-legacy-map' into maint | Marcus Arendt |
2014-04-29 | Modify representation of the map type | Hans Bolinder |
2014-04-29 | Disallow '_' as type variable | Hans Bolinder |
2014-04-29 | Allow more type names | Hans Bolinder |
2014-03-25 | stdlib: Generalize erl_parse:abstract/2 | Hans Bolinder |
2014-03-11 | Replace local mapl/2 (Erlang < 5.0) unique call by a LC | Pierre Fenoll |
2014-01-28 | erts,stdlib: Change map module name to maps | Björn-Egil Dahlberg |
2014-01-28 | dialyzer,hipe,stdlib: Add Maps understanding to Dialyzer | Björn-Egil Dahlberg |
2014-01-28 | stdlib: Deny variables as keys and disallow ':=' in map construction | Björn-Egil Dahlberg |
2014-01-28 | stdlib: Fix erl_parse:parse_term/1 | Björn-Egil Dahlberg |
2014-01-28 | Extend erl_parse with two Op Map syntax | Björn-Egil Dahlberg |
2014-01-28 | Extend erl_parse with the new map syntax | Björn-Egil Dahlberg |
2013-12-12 | EEP 37: Funs with names | Anthony Ramine |
2013-03-29 | Document erl_parse:abstract/2 | Hans Bolinder |
2013-01-25 | Export the type erl_scan:token() | Hans Bolinder |
2013-01-16 | Remove support for the query keyword and query expressions | Loïc Hoguin |