summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Add support for "let" operatorsLeo White2018-11-271-0/+4
* Extend `open` to arbritrary module expressions in structures and toRunhang Li2018-11-261-2/+2
* Remove positions from pathsLeo White2018-11-211-1/+1
* "Alerts" as a generalization of "deprecated" (#1804)Alain Frisch2018-11-152-0/+2
* make alldependGabriel Scherer2018-11-111-4/+4
* s/string_of_int/Int.to_string/gDaniel Bünzli2018-11-074-5/+5
* Move variable printer to Pprintastalainfrisch2018-11-061-0/+1
* add a minor script to turn ASCII references into Markdown linksGabriel Scherer2018-10-281-0/+34
* runtime: move the definition of INT64_LITERAL from m.h to config.hSébastien Hinderer2018-10-231-11/+9
* tools: move the definition of mklib from ocamlmklibconfig.ml to ocamlmklib.mlSébastien Hinderer2018-10-232-2/+15
* tools: move the definition of syslib from ocamlmklibconfig.ml to ocamlmklib.mlSébastien Hinderer2018-10-231-0/+3
* Add option -error-style and environment variable OCAML_ERROR_STYLEArmaël Guéneau2018-10-202-0/+2
* address review comments by David and DamienGabriel Scherer2018-10-181-2/+2
* tools/check-typo: add a a "--get-attrs <path>" mode for debug purposesGabriel Scherer2018-10-181-0/+6
* Make typo.very-long-line => typo.long-line=mayDavid Allsopp2018-10-181-2/+10
* check-typo: simplify implementation by deconstructing the built-in exceptionsGabriel Scherer2018-10-181-28/+1
* check-typo: make sure that 'prune' attributes on non-directories are honoredGabriel Scherer2018-10-181-0/+9
* rework the relation between .gitattributes and ./tools/check-typoGabriel Scherer2018-10-181-40/+63
* check-typo: make (--check-prune .git) work as expectedGabriel Scherer2018-10-181-3/+5
* shebangs: use `/usr/bin/env bash` instead of `/bin/bash` for BSD compatGabriel Scherer2018-10-166-6/+6
* Provide a way to build the bytecode compiler using Dune (#2093)Thomas Refis2018-10-101-0/+25
* more fixes to release-checklist, from releasing 4.07.1Damien Doligez2018-10-101-14/+16
* add a release checklist (#1866)Gabriel Scherer2018-10-041-0/+383
* GPR#2056 (Backend_var)Mark Shinwell2018-09-281-0/+2
* Move config/Makefile to Makefile.configSébastien Hinderer2018-09-175-17/+20
* Add support for -args and -args0 to ocamlmklibNicolás Ojeda Bär2018-09-141-23/+37
* Split the AppVeyor build into two jobsDavid Allsopp2018-09-072-68/+64
* Remove space from end of FLEXLINK_ENVDavid Allsopp2018-09-071-4/+3
* Use $(addprefix ...) and spacing adjustmentsDavid Allsopp2018-09-071-13/+10
* Move FLEXLINK_ENV definition to Makefile.commonDavid Allsopp2018-09-071-8/+0
* Always use ROOTDIR in tools MakefileDavid Allsopp2018-09-071-53/+57
* Standardise setting and use of OCAML_FLEXLINKDavid Allsopp2018-09-071-10/+7
* Merge pull request #2008 from gasche/manual-examplesFlorian Angeletti2018-09-061-1/+3
|\
| * caml_tex: also provide error output on Lexing errorsGabriel Scherer2018-09-061-1/+3
* | Makefile: make the parser.mly timestamp heuristic more robustGabriel Scherer2018-09-061-0/+56
|/
* (minor) remove unused CAMLYACC variablesGabriel Scherer2018-09-011-1/+0
* rename parsing/parser_menhir into parsing/parserGabriel Scherer2018-09-011-1/+1
* menhir parser: rename MenhirLib into CamlinternalMenhirLibGabriel Scherer2018-09-011-1/+1
* Setup and use a Menhir parser for the OCaml grammar (REBASE POINT)Gabriel Scherer2018-09-011-1/+3
* Merge pull request #1945 from gasche/stop-after-parseGabriel Scherer2018-09-012-0/+2
|\
| * new -stop-after option: stop after the given compiler pass (parsing, typing)Gabriel Scherer2018-08-312-0/+2
* | Fix the remove-sinh-primitive patchSébastien Hinderer2018-08-281-20/+33
|/
* Deprecate Pervasives (#1605)Jérémie Dimino2018-08-271-1/+1
* caml_etex: use the location of the attribute, now availableGabriel Scherer2018-08-272-9/+11
* make alldependGabriel Scherer2018-08-091-8/+8
* Location: significantly rework the code printing errors and warningsArmaël Guéneau2018-08-081-10/+18
* Add locations to attributesHugo Heuzard2018-08-061-1/+1
* Add locations to toplevel directivesHugo Heuzard2018-08-062-5/+13
* Pass the elements from `BUILD_PATH_PREFIX_MAP` to the assembler (#1930)Xavier Clerc2018-07-272-13/+22
* Add option to dump the output of e.g. -dlambda in a file (#1913)sliquister2018-07-272-0/+2