aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src/sys_pre_expand.erl
AgeCommit message (Expand)Author
2015-11-10sys_pre_expand: Cover coerce_to_float/2Björn Gustavsson
2015-11-10sys_pre_expand: Remove uncovered clause in pat_bit_size/2Björn Gustavsson
2015-11-10sys_pre_expand: Clean up data structuresBjörn Gustavsson
2015-11-10sys_pre_expand: Remove vestiges of variable usage trackingBjörn Gustavsson
2015-11-10sys_pre_expand: Remove imports of ordsets functionsBjörn Gustavsson
2015-11-09sys_pre_expand: Remove unnecessary inclusion of erl_bits.hrlBjörn Gustavsson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-04-30compiler: Use module erl_annoHans Bolinder
2015-04-22sys_pre_expand: Remove unused fields in #expand{} recordBjörn Gustavsson
2014-10-03Merge branch 'egil/maps/variable-keys/OTP-12218'Björn-Egil Dahlberg
2014-08-22compiler: Normalize unary ops on Maps key literalsBjörn-Egil Dahlberg
2014-04-28Introduce the attribute -optional_callbacks in the context of behavioursHans Bolinder
2014-04-03compiler,stdlib: Fix Map literals as keys for Maps in patternsBjörn-Egil Dahlberg
2014-03-01Fix expansion of map update argumentsAnthony Ramine
2014-01-28Update erl_lint, erl_expand_records, sys_pre_expand for MapsBjörn-Egil Dahlberg
2014-01-28compiler: Handle literals, not just atoms, as keys in 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-18Remove support for parameterized modulesBjörn Gustavsson
2013-01-09compiler: Remove support for packagesBjörn Gustavsson
2012-08-31Merge branch 'maint'Björn-Egil Dahlberg
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-08-17Remove support for tuple funsBjörn Gustavsson
2012-08-02sys_pre_expand: Fix BASE never being setTomas Janousek
2012-06-20sys_pre_expand: Eliminate bottleneck for modules with many functionsBjörn Gustavsson
2011-11-07Merge branch 'bjorn/fun-improvements/OTP-9667'Björn Gustavsson
2011-11-07sys_pre_expand: Remove incorrect commentBjörn Gustavsson
2011-11-07compiler: Eliminate use of deprecated erlang:hash/2Björn Gustavsson
2011-11-07EEP-23: Allow variables in fun M:F/ABjörn Gustavsson
2011-10-07Automatically generate 'behaviour_info' function from '-callback' attributesStavros Aronis
2011-09-29Update copyright yearsBjörn-Egil Dahlberg
2011-09-14sys_pre_expand: Don't duplicate options given in the source codeBjörn Gustavsson
2010-06-02Teach compiler to override autoimport with importPatrik Nyblom
2010-06-02First prototype for local functions overriding autoimportedPatrik Nyblom
2010-02-10Merge branch 'ks/compiler' into ccase/r13b04_devErlang/OTP
2010-02-10compiler: keep line numbers for attributesKostis Sagonas
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP