summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* #5445: interpret warning attribute on expressions, and as floating signature/...Alain Frisch2013-10-046-3/+56
* Allow floating attribute in the toplevel. Also allow the empty structure (;;...Alain Frisch2013-10-041-3/+7
* #6195: use ocamlcommon.cma to link ocamldoc, instead of explicit list of comp...Alain Frisch2013-10-022-110/+9
* Keep attributes with module type declarations. Warning on reference to deprec...Alain Frisch2013-10-0115-57/+66
* Fix #6193 (Incorrect warning 12 for character ranges).Alain Frisch2013-10-011-3/+5
* bootstrap camlp4Jacques Garrigue2013-10-012-198/+697
* Keep attributes on module declarations.Alain Frisch2013-09-2724-211/+280
* Keep attributes/locs for class type declarations and class declarations in Ty...Alain Frisch2013-09-2715-166/+234
* Fix.Alain Frisch2013-09-271-0/+1
* Fix tests.Alain Frisch2013-09-271-0/+1
* Keep location and attributes in type, label and constructor declarations. De...Alain Frisch2013-09-2724-177/+329
* Keep attributes on value declarations in .cmi files (but clear all the locati...Alain Frisch2013-09-2616-7/+46
* Cleanup.Alain Frisch2013-09-261-46/+0
* Get rid of recursion closing functions, being more explicit on the recursion ...Alain Frisch2013-09-265-201/+169
* Adapt one more example.Alain Frisch2013-09-261-14/+17
* Adapt one more example.Alain Frisch2013-09-262-18/+18
* Adapt one more example.Alain Frisch2013-09-261-16/+16
* Functions to close the open recursion in Ast_mapper.Alain Frisch2013-09-263-165/+240
* Adapt js example.Alain Frisch2013-09-262-24/+26
* Cleanup ppx API.Alain Frisch2013-09-264-34/+39
* Switch to a record-based API for Ast_mapper, so that it can be used within th...Alain Frisch2013-09-253-389/+447
* Typo (#6190).Alain Frisch2013-09-251-1/+1
* build: typo on config/Makefile.mingw64, msvc and msvc64.Wojciech Meyer2013-09-223-3/+3
* build: ocamlmklib on Windows expect a Windows-style path, not a UNIX one.Wojciech Meyer2013-09-223-6/+6
* bootstrap ocamlbuild again (needed for the cross-compilation patches)Gabriel Scherer2013-09-221-0/+0
* build: don't use make's -C; it's not available everywhere.Wojciech Meyer2013-09-212-2/+2
* build: fix "make clean" failure when ./configure hasn't been run again.Wojciech Meyer2013-09-211-4/+12
* build: skip $(IFLEXDIR) in mk_shell_and_ocamlbuild_config.sh.Wojciech Meyer2013-09-211-2/+2
* Simplify type_structure.Alain Frisch2013-09-201-140/+93
* build: remove warning 32 (unused variable) in tools.Wojciech Meyer2013-09-201-1/+1
* build: replace ocamlcomp*.sh.Wojciech Meyer2013-09-2030-152/+246
* build: replace build/mk{config,myocamlbuild_config}.sh.Wojciech Meyer2013-09-2010-111/+84
* PR#6173: Improve error messages for type-based disambiguationJacques Garrigue2013-09-196-31/+75
* build: allow $(UNIXDIR) to be "win32unix".Wojciech Meyer2013-09-181-1/+1
* config/Makefile.{mingw,msvc}{,64}: remove unused DO variable.Wojciech Meyer2013-09-184-5/+0
* build: ocamldoc.opt was not built anymore on Windows.Wojciech Meyer2013-09-181-1/+1
* Accept changes (spurious warnings are gone).Alain Frisch2013-09-182-26/+0
* Wrongly committed bootstrapped compilers with spurious debug output.Alain Frisch2013-09-183-0/+0
* A tiny tool which use the new -keep-locs to find unused exported values in a ...Alain Frisch2013-09-171-0/+63
* Do not track unused type declarations created by 'include'.Alain Frisch2013-09-1712-37/+59
* #5817: new compiler flag (-keep-locs) to keep location in cmi files.Alain Frisch2013-09-1713-3/+31
* #6180: efficient creation of uninitialized float arrays.Alain Frisch2013-09-177-0/+15
* #6182: better error message for virtual objects and class types.Alain Frisch2013-09-173-9/+14
* Integrate exception_registration banch.Alain Frisch2013-09-1743-270/+390
|\
| * 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