summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Continue.exception_registrationAlain Frisch2013-09-1210-35/+46
* Continue cleanup. driver/errors.ml is no longer needed.Alain Frisch2013-09-129-50/+29
* Continue.Alain Frisch2013-09-128-45/+53
* Switch {Translmod,Translcore,Translclass}.Error.Alain Frisch2013-09-126-16/+27
* Switch Includemod.Error, without trying to split the message (to keep current...Alain Frisch2013-09-125-10/+13
* Switch Typetexp.Error, Typedecl.Error, Typemod.Error, Typeclass.Error.Alain Frisch2013-09-127-24/+37
* Switch Ctype.Tags.Alain Frisch2013-09-124-15/+13
* Switch Cmi_format.Error.Alain Frisch2013-09-124-9/+7
* Simplify common case of unit-wide errors.Alain Frisch2013-09-124-12/+9
* Do not keep file name in exception, after all.Alain Frisch2013-09-126-15/+17
* Keep input file in Env.Error. Switch it to the new system.Alain Frisch2013-09-127-16/+21
* Keep input file in Pparse.Error. Switch it to the new system.Alain Frisch2013-09-126-16/+16
* Switch Lexer.Error to the new system.Alain Frisch2013-09-128-16/+11
* Port Syntaxerr.Error to the new system. Trickier, because of special way to r...Alain Frisch2013-09-118-60/+81
* Cherry-picking commit 14093 from trunk.Alain Frisch2013-09-1110-12/+91
* Branch for experimenting with a new way to define and use error printers.Alain Frisch2013-09-1110-91/+12
|\
* | Branch for experimenting with a new way to define and use error printers.Alain Frisch2013-09-110-0/+0
* | Experimenting with exception registration, to avoid explicit pattern matching...Alain Frisch2013-09-1110-12/+91
|/
* Fix dependencies.Alain Frisch2013-09-111-23/+21
* Adding an ocp-indent customization file for the project.Alain Frisch2013-09-111-0/+2
* Changes: attribution information for 4.01Gabriel Scherer2013-09-111-12/+199
* Remove the dump_ast tool. A better replacement is part of the standalone ppx...Alain Frisch2013-09-102-137/+0
* Fix order of application of ppx rewriters (matching the order on the command-...Alain Frisch2013-09-101-1/+3
* More direct style, remove the temporary file created by -pp processor right a...Alain Frisch2013-09-104-60/+54
* Introduce and use higher-level wrappers around parsing routine for .ml/.mli f...Alain Frisch2013-09-104-82/+95
* Cleanup.Alain Frisch2013-09-101-11/+9
* Move some tools to a dedicated external project (https://github.com/alainfris...Alain Frisch2013-09-094-465/+0
* Some more helper functions.Alain Frisch2013-09-092-0/+22
* Support for patterns in concrete syntax.Alain Frisch2013-09-092-11/+85
* Use Ast_helper.default_loc instead of Location.none by default.Alain Frisch2013-09-091-3/+3
* Doc, cleanup.Alain Frisch2013-09-091-30/+2
* Remove labltk from the distribution (will be available as a third-party libra...Xavier Clerc2013-09-09305-25469/+28
* PR#6166: document -ocamldoc option of ocamlbuildXavier Clerc2013-09-092-0/+4
* Fix PR#6164Fabrice Le Fessant2013-09-072-1/+4
* Cosmetic.Alain Frisch2013-09-062-2/+3
* ocamlbuild: make -plugin-tags and -use-ocamlfind interact betterGabriel Scherer2013-09-061-14/+134
* add test results for PR#6163Jacques Garrigue2013-09-062-0/+36
* Fix PR#6163Jacques Garrigue2013-09-065-0/+21
* Fix PR#6158Jacques Garrigue2013-09-052-73/+74
* Fix PR#6158Jacques Garrigue2013-09-053-0/+43
* remove leftover conflicts from .dependDamien Doligez2013-09-041-139/+0
* Merge branch 4.01 from branching point to 4.01.0+rc1Damien Doligez2013-09-04152-706/+2301
* #6146: emulate Unix.kill with signal = Sys.sigkill under Windows.Alain Frisch2013-09-034-2/+19
* Doc, export a convenience function.Alain Frisch2013-09-032-4/+8
* Porting pa_matches.Alain Frisch2013-08-303-0/+37
* Accept changes.Alain Frisch2013-08-303-8/+8
* PR#6148: speed improvement for Buffer (patch by John Whitington).Alain Frisch2013-08-302-5/+6
* Mention extension_points in Changes.Alain Frisch2013-08-301-0/+3
* Do not compile or install by default ocamlast.Alain Frisch2013-08-292-11/+3
* Reintegrate the extension_point branch.Alain Frisch2013-08-29118-4223/+8493
|\