summaryrefslogtreecommitdiff
path: root/lib/compiler/src/v3_kernel_pp.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearErlang/OTP2023-02-141-1/+1
* compiler: Print map entries in deterministic orderBjörn Gustavsson2023-02-021-1/+1
* compiler: Introduce opaque expressions in kernel languageFrej Drejhammar2023-01-191-0/+2
* Support a definition with non-zero arity in letrecsBjörn Gustavsson2022-02-111-3/+4
* Update copyright yearRickard Green2021-12-131-1/+1
* compiler: Make minimal adjustments for column numbersHans Bolinder2021-01-261-0/+2
* Remove handling of #c_receive{} and #k_receive{}Björn Gustavsson2020-02-061-18/+0
* v3_kernel: Extend the capabilities of #c_letrec{}Björn Gustavsson2020-02-061-0/+14
* v3_kernel: Eliminate #k_protected{} and #k_protected_value{}Björn Gustavsson2019-11-161-17/+0
* Introduce the #k_protected_value{} recordBjörn Gustavsson2019-09-201-2/+10
* v3_kernel: Eliminate the vars field in #k_match{}Björn Gustavsson2019-09-201-3/+2
* Eliminate the Kernel Erlang records for atomic literalsBjörn Gustavsson2019-09-201-9/+8
* Eliminate the #k_guard_match{} and #k_guard_break{} recordsBjörn Gustavsson2019-09-201-15/+0
* v3_kernel: Don't pass on variable lifetime informationBjörn Gustavsson2019-09-201-2/+0
* v3_kernel: Remove guard optimizationsBjörn Gustavsson2019-09-131-7/+2
* Update copyright yearHenrik Nord2018-06-181-1/+1
* v3_kernel_pp: Print return variables for #k_try{}Björn Gustavsson2018-03-141-2/+3
* compiler: Do not use deprecated functions in string(3)Hans Bolinder2017-09-151-2/+2
* Update copyright yearHans Nilsson2017-06-141-1/+1
* Add a test for utf8 function namesJosé Valim2017-05-081-1/+1
* v3_kernel_pp: Correct spec for format/1Björn Gustavsson2017-01-121-1/+1
* v3_kernel: Generate optimized code for guardsBjörn Gustavsson2016-11-181-2/+7
* v3_life: Eliminate special handling of guardsBjörn Gustavsson2016-09-211-0/+9
* update copyright-yearHenrik Nord2016-03-151-1/+1
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* compiler: Change Maps Core FormatBjörn-Egil Dahlberg2014-03-171-6/+12
* compiler: Change map instructions for fetching valuesBjörn-Egil Dahlberg2014-02-131-1/+1
* compiler: Fix codegen multiple updates for MapsBjörn-Egil Dahlberg2014-02-071-7/+10
* compiler: Squash #k_map_pair_*{} to #k_map_pair{}Björn-Egil Dahlberg2014-01-291-2/+2
* Pass the map pair operators through to the v3_codegen passBjörn Gustavsson2014-01-281-1/+3
* Implement support for maps in the compilerBjörn Gustavsson2014-01-281-0/+13
* v3_kernel_pp: Eliminate dialyzer warningBjörn Gustavsson2011-02-231-18/+19
* v3_kernel_pp: Add support for pretty-printing #k_literal{} recordsBjörn Gustavsson2011-02-021-0/+2
* v3_kernel_pp: Eliminate warningBjörn Gustavsson2011-02-021-20/+26
* Merge branch 'bg/compiler-remove-r11-support' into devErlang/OTP2010-03-251-6/+5
|\
| * compiler: Don't support the no_constant_pool optionBjörn Gustavsson2010-03-221-1/+0
|/
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-201-0/+493