aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/doc/src/compile.xml
AgeCommit message (Expand)Author
2018-06-18Update copyright yearHenrik Nord
2018-04-16Remove warnings for improper use of erlang:get_stacktrace/0Björn Gustavsson
2017-12-06Add -MMD option to erlcTony Rogvall
2017-09-14Add compile_info option to compileJosé Valim
2017-05-12Warn for potentially unsafe use of get_stacktrace/0Björn Gustavsson
2017-05-11Merge pull request #1451 from bjorng/bjorn/compiler/nowarn_obsolete_guardBjörn Gustavsson
2017-05-11Update compile.xmlBjörn Gustavsson
2017-05-04Update copyright yearRaimo Niskanen
2017-04-25Store abstract code in the Dbgi chunkJosé Valim
2017-02-27Merge branch 'maint'Björn Gustavsson
2017-02-26Fix minor typo in compile:forms/1 docPéter Gömöri
2017-02-12Add extra_chunks option to compileJosé Valim
2016-12-07Add option 'deterministic' for reproducible buildsBjörn Gustavsson
2016-11-29Make warn_export_all the defaultRichard Carlsson
2016-11-29warn_obsolete_guard is already defaultRichard Carlsson
2016-09-01doc: Correct errors introduced by Editorial changesHans Bolinder
2016-06-08compile.xml: Eliminate unsightly space before periodBjörn Gustavsson
2016-06-07Compiler: new function env_compiler_options/0alisdair sullivan
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2015-05-27Update compiler documentationBjörn Gustavsson
2014-03-04Introduce compiler option 'nowarn_deprecated_type'Hans Bolinder
2014-02-10Merge branch 'josevalim/suppress-all-auto-imports'Henrik Nord
2013-12-18Officially support building core filesTuncer Ayaz
2013-12-18Officially support building assembler filesTuncer Ayaz
2013-10-18Allow all auto imports to be suppressed at onceJosé Valim
2013-09-09Merge branch 'maint'Björn Gustavsson
2013-09-05compiler: Conform returned errors to the documented formatBjörn Gustavsson
2013-04-19Convert XML files to UTF-8Hans Bolinder
2013-01-16Document compiler option 'inline_list_funcs'Anthony Ramine
2012-08-29Merge branch 'ta/docsmaint' into maintHenrik Nord
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-07-18Merge branch 'jv/forms-source' into maintHenrik Nord
2012-07-05Fix various doc typos for R15B02Tuncer Ayaz
2012-06-02Create a new "column" option in compileAnthony Ramine
2012-05-31Add type info for compile:file/1,2 macro optionGustav Simonsson
2012-04-10Allow the source to be set when compiling formsJosé Valim
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-02-04Fix typo in `compile' doc: unmatched parenthesisRicardo Catalinas Jiménez
2011-08-18compiler: Add no_line_info for suppressing line/1 instructionsBjörn Gustavsson
2011-05-12rHans Bolinder
2011-02-18Merge branch 'jp/dependencies_makefile' into devBjörn Gustavsson
2011-02-18Add dependencies Makefile generation to erlc(1) and compile(3)Jean-Sébastien Pédron
2010-09-20Correct description of no_auto_import compiler directivePatrik Nyblom
2010-06-02Change warning to error for nowarn_bif_clash compiler directivePatrik Nyblom
2010-06-02Add -compile({no_auto_import,[F/A]}) doc to compiler.xmlPatrik Nyblom
2010-02-05OTP-8404: Doc: some corrections and improvements in STDLIBBjörn Gustavsson
2010-01-20Merge branch 'cf/compile_warning_as_error' into ccase/r13b04_devErlang/OTP
2010-01-19compile: add flag warnings_as_errors to treat warnings as errorsChristopher Faulet