summaryrefslogtreecommitdiff
path: root/driver/main.ml
Commit message (Expand)AuthorAgeFilesLines
* Move code of main and optmain to compilerlibsStephen Dolan2020-06-301-119/+1
* Move calls to exit to main/optmainStephen Dolan2020-06-301-6/+10
* Add Compenv.stop_early flagGreta Yorsh2019-11-041-8/+3
* Rename stop_after_pass_names to available_pass_namesGreta Yorsh2019-11-041-1/+1
* Use stop_early instead of compile_onlyGreta Yorsh2019-11-041-2/+7
* Stop before emitGreta Yorsh2019-10-301-6/+9
* share argument implementation across executableFlorian Angeletti2019-09-301-129/+1
* Add a new -output-complete-exe option (#8872)Nicolás Ojeda Bär2019-09-251-1/+4
* Introduce the -without-runtime option.Lucas Pluvinage2019-05-061-0/+2
* Remove support for compiler plugins (#2276)Mark Shinwell2019-03-131-1/+3
* Restore -vmthreads flag as an error (#2312)David Allsopp2019-03-131-0/+7
* Delete the vmthreads library (#2289)Jérémie Dimino2019-03-111-12/+3
* driver: consistently use _ as word separatorGabriel Scherer2019-01-041-1/+1
* "Alerts" as a generalization of "deprecated" (#1804)Alain Frisch2018-11-151-0/+1
* Add option -error-style and environment variable OCAML_ERROR_STYLEArmaël Guéneau2018-10-201-6/+3
* Deprecate `ocamlc -vmthread` (#2038)Jérémie Dimino2018-09-131-0/+8
* new -stop-after option: stop after the given compiler pass (parsing, typing)Gabriel Scherer2018-08-311-5/+26
* Add option to dump the output of e.g. -dlambda in a file (#1913)sliquister2018-07-271-6/+10
* rename Clflags.fast as Clflags.unsafeValentin Gatien-Baron2018-07-151-1/+1
* Print warnings on the warnings formatter in the couple of places that don'tValentin Gatien-Baron2018-07-151-5/+4
* Move Location.absname to Clflags.absname (#1886)Armael2018-07-061-1/+1
* Add -dcamlprimc + pass -fdebug-prefix-map when available (#1845)Xavier Clerc2018-06-271-0/+1
* Whitespace and overlong line fixes.David Allsopp2018-06-141-1/+1
* add advanced option to tune performance of pattern matching compiler in case ...Dwight Guth2018-06-011-0/+1
* ocamlc -config: new -config-var option to print specific configuration variablesGabriel Scherer2018-04-271-6/+2
* Add the -dunique-ids and -dno-unique-ids options to the compilersSébastien Hinderer2018-02-201-0/+2
* generalize -dtimings to show allocation, top heap size (#1152)sliquister2017-06-091-2/+3
* New -depend option for ocamlc/ocamloptFabrice Le Fessant2017-06-011-0/+3
* Respect OCAML_COLOR environment variable for deciding whether to use colorsHannes Mehnert2017-03-151-2/+3
* display the output of -dtimings as a hierarchyValentin Gatien-Baron2017-03-071-2/+2
* Allow plugins to declare new arguments with Clflags.add_arguments (#796)Fabrice Le Fessant2017-01-171-2/+3
* PR#7460, GPR#1011: Fix uncaught Arg.Bad exception in compenv.mlBernhard Schommer2017-01-141-6/+14
* Fix order of arguments with -cclib XXX (#761)Fabrice Le Fessant2016-12-141-66/+8
* Added simple parse_expand and support ocamldepBernhard Schommer2016-10-121-3/+1
* Trim CR, remove inw parameter and updated docu.Bernhard Schommer2016-10-111-2/+2
* Added -arg/-args0 to compiler cmd argumentsBernhard Schommer2016-10-101-1/+7
* Merge pull request #758 from lefessan/2016-08-11-omakeGabriel Scherer2016-08-111-2/+2
* fix whitespace, long lines, headersDamien Doligez2016-08-011-1/+2
* GPR#606: add unboxed typesDamien Doligez2016-07-211-0/+2
* Add plugins in the compilerFabrice Le Fessant2016-07-181-0/+1
* Merge pull request #591 from mlasson/ocamlparamAlain Frisch2016-07-101-3/+3
|\
| * Do not use OCAMLPARAM objects with -a and -packMarc Lasson2016-05-181-3/+3
* | Rigorously handle -o and -c options in presence of multiple arguments.whitequark2016-06-141-0/+9
* | Interpret all command-line options before compiling any files.whitequark2016-06-141-7/+15
|/
* Add `-alias-deps` and `-app-funct`Demi Obenour2016-04-191-0/+2
* Add explicit command-line flags for currently-default settingsDemi Obenour2016-04-181-0/+6
* Update headers for the new license.Damien Doligez2016-02-181-11/+14
* Enable opaque option in ocamlcLeo White2016-02-111-0/+1
* Reformatting only (to the standards of tools/check-typo)Mark Shinwell2016-02-101-3/+8
* Update main and ocamldepPierre Chambart2016-01-251-3/+3