summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* ocamlmklibconfig.ml: add missing config varibleDamien Doligez2013-12-171-0/+1
* merge generative functorsJacques Garrigue2013-12-173-6/+7
* Un-bootstrapping of ocamlbuild, clean-up phase:Xavier Leroy2013-12-144-54/+33
* Reverting the elimination of the ocamlcomp*.sh scripts, namely the following ...Xavier Leroy2013-11-291-5/+6
* build: always build lex/ and ocamlc with the compiler from boot/.Wojciech Meyer2013-11-101-2/+2
* Keep attributes on module declarations.Alain Frisch2013-09-271-1/+3
* Keep attributes on value declarations in .cmi files (but clear all the locati...Alain Frisch2013-09-261-0/+1
* build: remove warning 32 (unused variable) in tools.Wojciech Meyer2013-09-201-1/+1
* build: replace ocamlcomp*.sh.Wojciech Meyer2013-09-201-3/+2
* build: replace build/mk{config,myocamlbuild_config}.sh.Wojciech Meyer2013-09-201-2/+2
* #5817: new compiler flag (-keep-locs) to keep location in cmi files.Alain Frisch2013-09-172-0/+2
* Continue cleanup. driver/errors.ml is no longer needed.Alain Frisch2013-09-121-13/+6
* Keep input file in Pparse.Error. Switch it to the new system.Alain Frisch2013-09-121-5/+0
* Switch Lexer.Error to the new system.Alain Frisch2013-09-122-6/+0
* Port Syntaxerr.Error to the new system. Trickier, because of special way to r...Alain Frisch2013-09-112-8/+11
* Remove the dump_ast tool. A better replacement is part of the standalone ppx...Alain Frisch2013-09-102-137/+0
* Merge branch 4.01 from branching point to 4.01.0+rc1Damien Doligez2013-09-0418-41/+67
* Do not compile or install by default ocamlast.Alain Frisch2013-08-291-6/+1
* Synchronize with trunk.Alain Frisch2013-08-281-4/+4
|\
| * PR#4243: make the Makefiles parallelizableDamien Doligez2013-07-241-36/+30
* | Synchronize with trunk.Alain Frisch2013-07-222-5/+5
|\ \ | |/
| * #6073: Add signature to Tstr_include. (Cherry-picked from commit 13903 on 4.01.)Alain Frisch2013-07-171-1/+1
| * Fix OCAMLPARAM problemsFabrice Le Fessant2013-07-171-4/+4
* | Synchronize with trunk.Alain Frisch2013-07-169-22/+61
|\ \ | |/
| * Fix #5811 as suggested. (Merge 13792 from 4.01.)Alain Frisch2013-06-171-0/+1
| * Improved implementation of OCAMLPARAMFabrice Le Fessant2013-06-052-9/+38
| * compact representation of warning flagsDamien Doligez2013-05-281-1/+1
| * merge changes from version/4.00 from 4.00.1 to r13697Damien Doligez2013-05-221-1/+6
| * #5980: explicit way to silence the new warning (open! X).Alain Frisch2013-05-163-7/+7
| * ignore *.exe.manifest filesDamien Doligez2013-05-071-0/+1
| * ignore .obj and .lib filesDamien Doligez2013-05-071-0/+1
| * ignore also .dll filesDamien Doligez2013-04-291-0/+1
| * PR#5986: added flag Marshal.Compat_32 and ocamlc option -compat-32.Xavier Leroy2013-04-182-1/+2
| * ignore .exe filesDamien Doligez2013-04-131-1/+1
| * It is no longer necessary to keep pre-processed files in case of errorsDamien Doligez2013-03-181-1/+1
| * fix a few problems with whitespace and over-long linesDamien Doligez2013-03-091-1/+1
* | A toy tool to produce an mli file from an annotated ml file.Alain Frisch2013-06-031-0/+1
* | Item attributes on each let-binding.Alain Frisch2013-06-037-23/+28
* | Revert addition of raw literals to the parsetreeJérémie Dimino2013-05-231-2/+2
* | add the raw representation of constants to the parsetreeJérémie Dimino2013-05-201-2/+2
* | Allow abstract module declaration in structures to make the syntax and Parset...Alain Frisch2013-04-184-18/+8
* | Split Pexp_constraint into Pexp_coerce/Pexp_constraint.Alain Frisch2013-04-174-10/+17
* | Split Pexp_function into Pexp_function/Pexp_fun.Alain Frisch2013-04-174-14/+32
* | Get rid of the 'explicit arity' flag on Pexp_construct/Ppat_construct. If re...Alain Frisch2013-04-176-16/+14
* | Getting rid of Pexp_assertfalse/Texp_assertfalse.Alain Frisch2013-04-176-6/+1
* | Keep interval pattern sugar in the Parsetree (Camlp4 parsers still expand them).Alain Frisch2013-04-161-0/+1
* | Get rid of the undocumented syntax #c[>`A] (#5936, #5983).Alain Frisch2013-04-163-5/+4
* | Better representation of with-constraints.Alain Frisch2013-04-162-8/+11
* | Remove pcsig_loc field + doc.Alain Frisch2013-04-161-1/+0
* | Rename Pcty_fun to Pcty_arrow (and idem in Types, Typedtree, Outcometree) to ...Alain Frisch2013-04-165-6/+6