summaryrefslogtreecommitdiff
path: root/man/ocamlc.m
Commit message (Expand)AuthorAgeFilesLines
* Introduce warning 68 to warn about hidden allocation due to pattern match of ...hhugo2020-08-171-1/+5
* Add missing spaceKrzysztof Leśniak2020-07-071-1/+1
* [nitpick]: Added "." at the end of warning descriptions in utils/warnings.mlmuskangarg212020-03-301-5/+5
* Deprecate -annot (#2141)Nicolás Ojeda Bär2020-03-131-11/+3
* Document warning 67 in ocamlc man page (#9346)Andre2020-03-091-0/+3
* disable warning 30 (same constructor/label used in two mutually-recursive decls)Gabriel Scherer2019-10-161-1/+1
* without-runtime: cosmetic tweaksLucas Pluvinage2019-06-111-0/+3
* Introduce the -without-runtime option.Lucas Pluvinage2019-05-061-0/+4
* Remove support for compiler plugins (#2276)Mark Shinwell2019-03-131-9/+0
* Delete the vmthreads library (#2289)Jérémie Dimino2019-03-111-5/+0
* Fix PR6638: add dedicated wrning for "unused open!" (#1110)Alain Frisch2018-11-091-1/+4
* Add option -error-style and environment variable OCAML_ERROR_STYLEArmaël Guéneau2018-10-201-0/+19
* Add a warning triggered on type declarations "type t = ()"Armaël Guéneau2018-10-051-0/+3
* Deprecate `ocamlc -vmthread` (#2038)Jérémie Dimino2018-09-131-2/+2
* new -stop-after option: stop after the given compiler pass (parsing, typing)Gabriel Scherer2018-08-311-0/+6
* Create warning 64, for uses of -unsafe with a -pp that returns a marshalled astValentin Gatien-Baron2018-07-151-0/+3
* missing warnings in ocamlc's man pageValentin Gatien-Baron2018-07-151-0/+6
* add advanced option to tune performance of pattern matching compiler in case ...Dwight Guth2018-06-011-0/+5
* Document that -safe-string is the default, -unsafe-string is notPerry E. Metzger2018-06-011-5/+4
* ocamlc -config: new -config-var option to print specific configuration variablesGabriel Scherer2018-04-271-0/+7
* Deprecate -thread option, equivalent to -I +threadsNicolás Ojeda Bär2018-03-151-5/+0
* Turn off warning 40 by default (#1333)Leo White2017-09-151-1/+1
* Mention deprecated warning 25 in manual and man pageThomas Refis2017-07-101-1/+1
* Some tweaks for MPR#7557 (#1213)Damien Doligez2017-06-281-0/+5
* 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-0/+3
* -opaque documentation: take Mark's review comments into accountGabriel Scherer2017-02-241-5/+6
* differentiate the ocamlc/ocamlopt -opaque manpageGabriel Scherer2017-02-241-3/+5
* Added description of -opaque to man pages.Konstantin Romanov2017-02-241-0/+5
* GPR#1009: add Changes entry and update man pagesXavier Leroy2017-01-151-0/+6
* GPR#606: add unboxed typesDamien Doligez2016-07-211-1/+15
* Update the manual with the -plugin optionFabrice Le Fessant2016-07-191-0/+9
* Detect unused module declarations.alainfrisch2016-07-181-1/+4
* Update manpages and manual to account for changes in 221c55a4.whitequark2016-06-141-1/+1
* minor ocamlc.m fixGabriel Scherer2016-04-181-1/+1
* cut overlong linesDamien Doligez2016-02-251-1/+2
* add a description of the `-color` flag in the manual and manpageSimon Cruanes2016-02-231-0/+20
* Update headers for the new license.Damien Doligez2016-02-181-11/+14
* add warning 59 to ocamlc.mMark Shinwell2016-01-141-0/+3
* PR#5995 (cont): add a note saying that you can still pack without -for-pack b...Damien Doligez2015-12-281-1/+4
* #5995: document -for-pack as mandatory including in bytecode. This is requir...alainfrisch2015-12-111-4/+9
* PR#5461, PR#4231: warning 31 (duplicated linking) is now a warn-error by defa...alainfrisch2015-12-091-2/+2
* merge branch 4.02 from 4.02.1 (rev 15540) to a few fixes after 4.02.2 (rev 16...Damien Doligez2015-07-171-1/+2
* Attach documentation comments to ParsetreeLeo White2015-06-281-1/+19
* PR#6642: replace $CAMLORIGIN in -ccopt with the path to cma or cmxaGabriel Scherer2015-02-081-2/+6
* Update manpageGabriel Scherer2014-12-131-3/+3
* Document -ppx option.Gabriel Scherer2014-10-041-2/+3
* fix man pages: should be open!Jacques Garrigue2014-05-111-1/+1
* commit o_and_opens.diffJacques Garrigue2014-05-111-0/+12
* add small precision about -warn-errorDamien Doligez2014-05-071-1/+1