Age | Commit message (Expand) | Author |
2014-03-18 | Don't fail compilation for modules that contain invalid UTF-8 | Björn Gustavsson |
2014-02-28 | compiler: Fix error message printout on compile error | Björn-Egil Dahlberg |
2014-02-14 | compiler: update 'asm' deprecation message | Tuncer Ayaz |
2014-02-13 | Merge branch 'nox/compiler/v3_core-case-arg-opt' | Björn Gustavsson |
2014-02-07 | compiler: Add debug listing after sys_core_fold | Björn-Egil Dahlberg |
2014-02-07 | Run sys_core_fold twice if any inliner is used | Anthony Ramine |
2014-01-28 | compiler: Format stacktrace on error | Björn-Egil Dahlberg |
2014-01-08 | Ignore warnings when running sys_core_fold after inlining | Björn Gustavsson |
2013-12-18 | Officially support building assembler files | Tuncer Ayaz |
2013-09-12 | Remove ^L characters hidden randomly in the code. Not those used in text file... | Pierre Fenoll |
2013-09-05 | compiler: Conform returned errors to the documented format | Björn Gustavsson |
2013-05-20 | beam_lib, compile: Replace use of deprecated crypto functions | Björn Gustavsson |
2013-03-28 | Add a new option +clint0 to the compiler | Anthony Ramine |
2013-02-06 | compile: Eliminate warnings for unmatched return values | Björn Gustavsson |
2013-01-25 | Make adjustments for Unicode | Hans Bolinder |
2013-01-25 | Correct recently introduced Unicode related type errors | Hans Bolinder |
2013-01-18 | Merge branch 'bjorn/remove-parameterized-modules/OTP-10616' | Björn Gustavsson |
2013-01-18 | Remove support for parameterized modules | Björn Gustavsson |
2013-01-16 | compile: Remove vestiges of package support | Björn Gustavsson |
2013-01-09 | compiler: Remove support for packages | Björn Gustavsson |
2013-01-02 | [stdlib, kernel] Introduce Unicode support for Erlang source files | Hans Bolinder |
2012-10-09 | Refactor removal of unused labels | Björn Gustavsson |
2012-10-09 | Introduce the mandatory beam_a and beam_z passes | Björn Gustavsson |
2012-10-09 | compile: Fix bug in selection of passes | Björn Gustavsson |
2012-10-09 | compile: Give a friendler error message if a parse transform cannot be found | Björn Gustavsson |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg |
2012-08-22 | Revert "Merge branch 'nox/compile-column-numbers' into maint" | Lukas Larsson |
2012-08-14 | Merge branch 'nox/compile-column-numbers' into maint | Fredrik Gustafsson |
2012-08-06 | compiler: Eliminate EXIT messages from the temporary compiler process | Björn Gustavsson |
2012-06-10 | Fix messages ordering with column numbers | Anthony Ramine |
2012-06-06 | Fix type compile:err_info/0 | Anthony Ramine |
2012-06-03 | Fix printing of errors with column numbers | Anthony Ramine |
2012-06-02 | Create a new "column" option in compile | Anthony Ramine |
2012-04-10 | Allow the source to be set when compiling forms | José Valim |
2012-01-04 | Add the beam_except pass to optimize exceptions | Björn Gustavsson |
2011-12-06 | Teach the compiler the 'no_dead' option | Björn Gustavsson |
2011-11-28 | Merge branch 'bjorn/compiler/options/OTP-9752' | Björn Gustavsson |
2011-11-24 | compiler: Don't include {cwd,_} in module_info(compile) | Björn Gustavsson |
2011-11-24 | compiler: Don't include source code options in module_info(compile) | Björn Gustavsson |
2011-11-24 | Teach the compiler the 'r14' option | Björn Gustavsson |
2011-10-07 | Add '-callback' attribute to language syntax | Stavros Aronis |
2011-09-13 | Merge branch 'dev' into major | Henrik Nord |
2011-09-08 | compile: optimize werror/1 | Tuncer Ayaz |
2011-09-08 | compile: log warnings as errors if -Werror is enabled | Tuncer Ayaz |
2011-09-08 | Do not write beam file if Werr and warnings /= [] | Tuncer Ayaz |
2011-08-18 | compiler: Add no_line_info for suppressing line/1 instructions | Björn Gustavsson |
2011-08-16 | compiler: Don't create filenames starting with "./" | Björn Gustavsson |
2011-02-24 | Merge branch 'bjorn/compiler/refactor-source-options' into dev | Björn Gustavsson |
2011-02-18 | Add dependencies Makefile generation to erlc(1) and compile(3) | Jean-Sébastien Pédron |
2011-02-14 | compile: Refactor handling of source options (e.g. 'from_core') | Björn Gustavsson |