aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src/compile.erl
AgeCommit message (Expand)Author
2013-01-25Make adjustments for UnicodeHans Bolinder
2013-01-25Correct recently introduced Unicode related type errorsHans Bolinder
2013-01-18Merge branch 'bjorn/remove-parameterized-modules/OTP-10616'Björn Gustavsson
2013-01-18Remove support for parameterized modulesBjörn Gustavsson
2013-01-16compile: Remove vestiges of package supportBjörn Gustavsson
2013-01-09compiler: Remove support for packagesBjörn Gustavsson
2013-01-02[stdlib, kernel] Introduce Unicode support for Erlang source filesHans Bolinder
2012-10-09Refactor removal of unused labelsBjörn Gustavsson
2012-10-09Introduce the mandatory beam_a and beam_z passesBjörn Gustavsson
2012-10-09compile: Fix bug in selection of passesBjörn Gustavsson
2012-10-09compile: Give a friendler error message if a parse transform cannot be foundBjörn Gustavsson
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-08-22Revert "Merge branch 'nox/compile-column-numbers' into maint"Lukas Larsson
2012-08-14Merge branch 'nox/compile-column-numbers' into maintFredrik Gustafsson
2012-08-06compiler: Eliminate EXIT messages from the temporary compiler processBjörn Gustavsson
2012-06-10Fix messages ordering with column numbersAnthony Ramine
2012-06-06Fix type compile:err_info/0Anthony Ramine
2012-06-03Fix printing of errors with column numbersAnthony Ramine
2012-06-02Create a new "column" option in compileAnthony Ramine
2012-04-10Allow the source to be set when compiling formsJosé Valim
2012-01-04Add the beam_except pass to optimize exceptionsBjörn Gustavsson
2011-12-06Teach the compiler the 'no_dead' optionBjörn Gustavsson
2011-11-28Merge branch 'bjorn/compiler/options/OTP-9752'Björn Gustavsson
2011-11-24compiler: Don't include {cwd,_} in module_info(compile)Björn Gustavsson
2011-11-24compiler: Don't include source code options in module_info(compile)Björn Gustavsson
2011-11-24Teach the compiler the 'r14' optionBjörn Gustavsson
2011-10-07Add '-callback' attribute to language syntaxStavros Aronis
2011-09-13Merge branch 'dev' into majorHenrik Nord
2011-09-08compile: optimize werror/1Tuncer Ayaz
2011-09-08compile: log warnings as errors if -Werror is enabledTuncer Ayaz
2011-09-08Do not write beam file if Werr and warnings /= []Tuncer Ayaz
2011-08-18compiler: Add no_line_info for suppressing line/1 instructionsBjörn Gustavsson
2011-08-16compiler: Don't create filenames starting with "./"Björn Gustavsson
2011-02-24Merge branch 'bjorn/compiler/refactor-source-options' into devBjörn Gustavsson
2011-02-18Add dependencies Makefile generation to erlc(1) and compile(3)Jean-Sébastien Pédron
2011-02-14compile: Refactor handling of source options (e.g. 'from_core')Björn Gustavsson
2010-08-30Merge branch 'pan/ms_transform_warnings/OTP-6759' into devPatrik Nyblom
2010-07-07Merge branch 'ks/cleanups' into devRaimo Niskanen
2010-06-23Add warnings for shadowed variables in ms_transform funsPatrik Nyblom
2010-06-07compiler: Fix incorrect types and specsKostis Sagonas
2010-06-03compiler: Add declarations for exported typesKostis Sagonas
2010-05-27Cleanup branch 'bg/compiler-cover-and-clean'Kostis Sagonas
2010-05-20compile: Remove code that is only executed on SolarisBjörn Gustavsson
2010-05-11Optimize selective receives in the presence of a large message queueBjörn Gustavsson
2010-03-22compiler: Don't support the no_binaries optionBjörn Gustavsson
2010-03-22compiler: Don't support the no_constant_pool optionBjörn Gustavsson
2010-03-22compiler: Don't support the r11 optionBjörn Gustavsson
2010-02-10compile.erl: eliminate compiler warningKostis Sagonas
2010-01-30compiler: make ignore_native_errors also handle internal hipe errorsBjörn Gustavsson
2010-01-30Teach the compiler the no_native optionBjörn Gustavsson