aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/erl_expand_records.erl
AgeCommit message (Expand)Author
2017-05-04Update copyright yearRaimo Niskanen
2017-02-12Use maps instead of dict in erl_expand_recordsJosé Valim
2016-09-02Fix overridden BIFsBjörn Gustavsson
2016-09-01Teach erl_expand_records to translate module-less callsBjörn Gustavsson
2016-06-09stdlib: Correct types and specsHans Bolinder
2016-02-17stdlib: Update erl_expand_records to handle typed record fieldsBjörn Gustavsson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-04-30stdlib: Use module erl_annoHans Bolinder
2015-04-22erl_expand_records: Simplify handling of call_ext instructionsBjörn Gustavsson
2014-11-24dialyzer: correct record updatesHans Bolinder
2014-06-17[dialyzer] Use the option 'dialyzer' to control the compilerHans Bolinder
2014-06-17[dialyzer] Fix handling of literal recordsHans Bolinder
2014-04-03compiler,stdlib: Fix Map literals as keys for Maps in patternsBjörn-Egil Dahlberg
2014-02-04Fix expansion of records in mapsAnthony Ramine
2014-01-28Update erl_lint, erl_expand_records, sys_pre_expand for MapsBjörn-Egil Dahlberg
2014-01-28Update erl_lint, erl_expand_records, sys_pre_expand for mapsBjörn Gustavsson
2013-12-12EEP 37: Funs with namesAnthony Ramine
2013-01-09erl_expand_records: Remove support for packagesBjörn Gustavsson
2012-12-03erl_expand_records: Remove stale support for literal tuple funsBjörn Gustavsson
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-01-25Ensure that generated record operations don't call local functionsBjörn Gustavsson
2011-09-15Fix misspelling of successfulTuncer Ayaz
2011-05-12Types and specifications have been modified and addedHans Bolinder
2010-06-07Fix confusing dialyzer warnings for is_record/2 with illegal recordsBjörn Gustavsson
2010-06-02erl_expand_records: Replace is_record() with matchingBjörn Gustavsson
2010-03-16Remove stray code supporting 'cond'Björn Gustavsson
2010-03-16Remove stray code supporting constant/1Björn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP