summaryrefslogtreecommitdiff
path: root/driver
Commit message (Expand)AuthorAgeFilesLines
* Added lambda option to -stop-after comiler flag and logic to compile_common, ...Doug Smith2023-01-123-27/+42
* Add the -no-g option to ocamlc and ocamlopt (#11696)Abiola Zeenat Abdulsalam2022-11-182-1/+9
* Merge pull request #11653 from Abiola-Zeenat/ZhienartSébastien Hinderer2022-11-033-0/+14
|\
| * Add the -no-absname option to ocamlc, ocamlopt and ocamldepAbiola Zeenat2022-10-283-0/+14
* | remove the -force-tmc flag (#11661)Gabriel Scherer2022-10-272-12/+0
|/
* Manual chapters on parallelism and memory model (#11280)KC Sivaramakrishnan2022-10-041-1/+1
* Enable -strict-formats by default (#11565)Nicolás Ojeda Bär2022-09-261-2/+2
* add -safer-matching flag to disable type-based optimization of pattern-matchingJacques Garrigue2022-07-192-0/+11
* Provide an interface for driver/optmain.mlSébastien Hinderer2022-06-301-0/+19
* Provide an interface for driver/main.mlSébastien Hinderer2022-06-301-0/+19
* Add ?auto_include to Compmisc.init_pathDavid Allsopp2022-06-072-2/+3
* Add ?auto_include to Toploop.set_pathsDavid Allsopp2022-06-071-2/+1
* Make sure ocamlopt recognizes the -cmi-file command-line optionSébastien Hinderer2022-05-251-0/+1
* Display an alert if -I +unix, etc is missingDavid Allsopp2022-05-241-2/+3
* Add a hook for misses in Load_pathDavid Allsopp2022-05-242-0/+12
* flag -nocwd: do not implicitly add the current directory to the load paththomasRgl2022-04-164-3/+22
* Add a -noslash option to ocamldepSébastien Hinderer2022-03-232-0/+3
* Remove uses of ;; from the codebaseSébastien Hinderer2022-02-254-197/+16
* Normalize the minor version number of the compiler (#11049)Sébastien Hinderer2022-02-241-2/+2
* Implement a -cmi-file option for ocamlc and ocamloptSébastien Hinderer2022-02-112-0/+9
* Remove configuration options --disable-force-safe-string and DEFAULT_STRING=u...Kate2022-02-014-36/+29
* Merge pull request #10575 from Octachron/dump-dirFlorian Angeletti2021-12-036-12/+41
|\
| * add a dump-dir flags, make dprofile respect dump directivesFlorian Angeletti2021-12-026-12/+41
* | [minor fix] add -dshape option to ocaml{opt,nat}, not just ocaml{,c}Gabriel Scherer2021-12-021-0/+2
|/
* Shapes: Add -dshape flag for debugging and testing purposesUlysse Gérard2021-11-093-0/+11
* Add -dlambda to ocamlnat optionsStephen Dolan2021-11-041-0/+1
* prepare for TMC (tail modulo cons) transformationFrédéric Bour2021-11-022-0/+13
* Fix regression introduced by #9660Sébastien Hinderer2021-09-081-1/+1
* Disable colors if NO_COLOR env var set (#10560)Nicolás Ojeda Bär2021-08-071-0/+5
* Split labels and polymorphic variants tutorials; move GADTs into tutorial (#1...John Whitington2021-06-231-1/+1
* added -e eval option for runtop and natruntopzett982021-06-052-0/+10
* Partially reindent Makedepend.run_mainKate2021-05-101-60/+60
* Fix ocamldep -helpKate2021-05-101-72/+79
* Merge pull request #10289 from Zett98/do_not_print_options_in_usage_messageGabriel Scherer2021-05-075-12/+45
|\
| * dont print options in usage msgzett982021-05-065-12/+45
* | Merge pull request #1400 from lthls/cmm_invariantsGabriel Scherer2021-04-293-0/+11
|\ \
| * | Add cmm-invariants to OCAMLPARAMVincent Laviron2021-04-191-0/+2
| * | Add an optional check for invariants on the Cmm representationVincent Laviron2021-04-192-0/+9
* | | Remove the availability analysis (#10355)Xavier Leroy2021-04-232-20/+0
|/ /
* | Correct documentation of -config-varDavid Allsopp2021-04-141-1/+1
* | Remove unused labelsLeo White2021-03-221-2/+0
* | compiler interface: deprecate single letter warningoctachron2021-03-152-5/+10
|/
* Call linker even when Clflags.objfiles is empty to link .o .a filesGreta Yorsh2021-02-113-2/+7
* Extend -o to work when compiling C filesSébastien Hinderer2021-01-051-8/+9
* Fix linting errorsLeandro Ostera2020-11-061-1/+2
* Rename Typedtree.t to Typedtree.implementationLeandro Ostera2020-11-053-5/+9
* Move typed_impl to Typedtree.tLeandro Ostera2020-11-055-8/+8
* Introduce typed_impl recordLeandro Ostera2020-11-055-27/+13
* Expose module signature when typing implementationLeandro Ostera2020-11-055-9/+15
* ability to restart compilation from .cmir-linear IR files Greta Yorsh2020-10-138-38/+64