summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* import menhirLib in boot/Gabriel Scherer2018-09-012-0/+5222
* new Makefile.menhir file for menhir parser bootstrapGabriel Scherer2018-09-011-0/+60
* parser.mly: use prefixed+currified helpers to facilitate Menhir portGabriel Scherer2018-09-011-533/+637
* provide a menhir-friendly interface to DocstringsGabriel Scherer2018-09-012-1/+122
* Merge pull request #1945 from gasche/stop-after-parseGabriel Scherer2018-09-0114-38/+163
|\
| * new -stop-after option: stop after the given compiler pass (parsing, typing)Gabriel Scherer2018-08-3114-12/+143
| * compenv.ml: factorize warningsGabriel Scherer2018-08-311-26/+20
* | Merge pull request #2009 from diml/update-deprecation-messageNicolás Ojeda Bär2018-08-312-1/+13
|\ \
| * | Update the deprecation message for Stdlib.PervasivesJeremie Dimino2018-08-282-1/+13
|/ /
* | Fix the remove-sinh-primitive patchSébastien Hinderer2018-08-282-21/+34
* | Merge pull request #2004 from bryphe/bryphe/windows/common-stdlib-pathNicolás Ojeda Bär2018-08-285-4/+8
|\ \
| * | Add Changes entryBryan Phelps2018-08-271-0/+4
| * | Use '<PREFIX>/lib/ocaml' for standard library instead of '<PREFIX>/lib' for c...Bryan Phelps2018-08-274-4/+4
* | | Merge pull request #1999 from toots/process_pidNicolás Ojeda Bär2018-08-285-0/+58
|\ \ \ | |/ / |/| |
| * | Add API to retrieve high level process's PIDsRomain Beauxis2018-08-235-0/+58
* | | fix testsuite after dcbf1a8fae9bd313eFlorian Angeletti2018-08-271-1/+1
| |/ |/|
* | manual: fix broken build caused by GPR #2007Gabriel Scherer2018-08-272-1/+2
* | manual: fix broken build caused by GPR #1605Gabriel Scherer2018-08-271-1/+1
* | Merge pull request #2007 from Octachron/nme_integersGabriel Scherer2018-08-278-34/+46
|\ \
| * | documentation: promote 32/64/native literalsoctachron2018-08-278-34/+46
* | | Deprecate Pervasives (#1605)Jérémie Dimino2018-08-27110-351/+624
* | | Merge pull request #1209 from gasche/manual-examplesGabriel Scherer2018-08-275-419/+419
|\ \ \
| * | | manual: use the caml_example environments in some of the Extension sectionsGabriel Scherer2018-08-272-405/+407
| * | | caml_etex: use the location of the attribute, now availableGabriel Scherer2018-08-272-9/+11
| * | | [minor] manual: simplify the refman/ build systemGabriel Scherer2018-08-271-5/+1
|/ / /
* | | Merge pull request #1996 from gasche/Pprintast.longidentGabriel Scherer2018-08-256-33/+172
|\ \ \
| * | | (reorder Changes entries)Gabriel Scherer2018-08-231-16/+16
| * | | pprintast.mli: reorder from smaller to larger AST structuresGabriel Scherer2018-08-231-4/+7
| * | | tests for LongidentGabriel Scherer2018-08-232-0/+113
| * | | Pprintast: protect against empty strings in the ASTGabriel Scherer2018-08-231-14/+28
| * | | expose Pprintast.longident and mention it in Longident's mliGabriel Scherer2018-08-233-0/+9
* | | | Fix MPR#7838 (#2001)Jacques Garrigue2018-08-243-1/+20
|/ / /
* | | Typo in docs for Option moduleDavid Allsopp2018-08-231-1/+1
* | | ocamldoc: expand support for "include module type of" (#2000)Florian Angeletti2018-08-226-2/+158
|/ /
* | Merge pull request #1903 from gasche/add-locations-to-all-attributed-nodesGabriel Scherer2018-08-2223-157/+388
|\ \
| * | parsetree.{row,object}_field: move attributes in the wrapper recordGabriel Scherer2018-08-2018-86/+129
| * | ast_{iter,mapper}: always traverse the attributes right after the locationGabriel Scherer2018-08-202-28/+41
| * | parsetree: make sure that all nodes that store attributes also store a locationGabriel Scherer2018-08-2022-95/+270
* | | Merge pull request #1998 from Octachron/typetexp_spellchecking_hints_for_unbo...Gabriel Scherer2018-08-224-4/+22
|\ \ \
| * | | Update changes and check-typo fixesFlorian Angeletti2018-08-222-1/+4
| * | | restore type_variableFlorian Angeletti2018-08-222-0/+7
| * | | contextualization for unbound type variable errorFlorian Angeletti2018-08-224-11/+19
|/ / /
* | | Fix typo in ChangesNicolás Ojeda Bär2018-08-211-1/+1
* | | Merge pull request #1987 from nojb/fix_env_of_summary_openNicolás Ojeda Bär2018-08-212-0/+5
|\ \ \ | |_|/ |/| |
| * | Update ChangesNicolás Ojeda Bär2018-08-211-0/+4
| * | Envaux.env_from_summary: guard against failure to find moduleNicolás Ojeda Bär2018-08-211-0/+1
|/ /
* | Expanded error message for universal quantification failure (#1993)Florian Angeletti2018-08-204-5/+41
|/
* Merge pull request #1994 from gasche/update-cross-reference-checkerGabriel Scherer2018-08-194-10/+15
|\
| * build cross-reference-checker during manual-pregenGabriel Scherer2018-08-192-0/+4
| * cross-reference-checker: fix attribute structure after GPR #1953Gabriel Scherer2018-08-191-9/+9