| Commit message (Expand) | Author | Age | Files | Lines |
* | #5445: interpret warning attribute on expressions, and as floating signature/... | Alain Frisch | 2013-10-04 | 6 | -3/+56 |
* | Allow floating attribute in the toplevel. Also allow the empty structure (;;... | Alain Frisch | 2013-10-04 | 1 | -3/+7 |
* | #6195: use ocamlcommon.cma to link ocamldoc, instead of explicit list of comp... | Alain Frisch | 2013-10-02 | 2 | -110/+9 |
* | Keep attributes with module type declarations. Warning on reference to deprec... | Alain Frisch | 2013-10-01 | 15 | -57/+66 |
* | Fix #6193 (Incorrect warning 12 for character ranges). | Alain Frisch | 2013-10-01 | 1 | -3/+5 |
* | bootstrap camlp4 | Jacques Garrigue | 2013-10-01 | 2 | -198/+697 |
* | Keep attributes on module declarations. | Alain Frisch | 2013-09-27 | 24 | -211/+280 |
* | Keep attributes/locs for class type declarations and class declarations in Ty... | Alain Frisch | 2013-09-27 | 15 | -166/+234 |
* | Fix. | Alain Frisch | 2013-09-27 | 1 | -0/+1 |
* | Fix tests. | Alain Frisch | 2013-09-27 | 1 | -0/+1 |
* | Keep location and attributes in type, label and constructor declarations. De... | Alain Frisch | 2013-09-27 | 24 | -177/+329 |
* | Keep attributes on value declarations in .cmi files (but clear all the locati... | Alain Frisch | 2013-09-26 | 16 | -7/+46 |
* | Cleanup. | Alain Frisch | 2013-09-26 | 1 | -46/+0 |
* | Get rid of recursion closing functions, being more explicit on the recursion ... | Alain Frisch | 2013-09-26 | 5 | -201/+169 |
* | Adapt one more example. | Alain Frisch | 2013-09-26 | 1 | -14/+17 |
* | Adapt one more example. | Alain Frisch | 2013-09-26 | 2 | -18/+18 |
* | Adapt one more example. | Alain Frisch | 2013-09-26 | 1 | -16/+16 |
* | Functions to close the open recursion in Ast_mapper. | Alain Frisch | 2013-09-26 | 3 | -165/+240 |
* | Adapt js example. | Alain Frisch | 2013-09-26 | 2 | -24/+26 |
* | Cleanup ppx API. | Alain Frisch | 2013-09-26 | 4 | -34/+39 |
* | Switch to a record-based API for Ast_mapper, so that it can be used within th... | Alain Frisch | 2013-09-25 | 3 | -389/+447 |
* | Typo (#6190). | Alain Frisch | 2013-09-25 | 1 | -1/+1 |
* | build: typo on config/Makefile.mingw64, msvc and msvc64. | Wojciech Meyer | 2013-09-22 | 3 | -3/+3 |
* | build: ocamlmklib on Windows expect a Windows-style path, not a UNIX one. | Wojciech Meyer | 2013-09-22 | 3 | -6/+6 |
* | bootstrap ocamlbuild again (needed for the cross-compilation patches) | Gabriel Scherer | 2013-09-22 | 1 | -0/+0 |
* | build: don't use make's -C; it's not available everywhere. | Wojciech Meyer | 2013-09-21 | 2 | -2/+2 |
* | build: fix "make clean" failure when ./configure hasn't been run again. | Wojciech Meyer | 2013-09-21 | 1 | -4/+12 |
* | build: skip $(IFLEXDIR) in mk_shell_and_ocamlbuild_config.sh. | Wojciech Meyer | 2013-09-21 | 1 | -2/+2 |
* | Simplify type_structure. | Alain Frisch | 2013-09-20 | 1 | -140/+93 |
* | build: remove warning 32 (unused variable) in tools. | Wojciech Meyer | 2013-09-20 | 1 | -1/+1 |
* | build: replace ocamlcomp*.sh. | Wojciech Meyer | 2013-09-20 | 30 | -152/+246 |
* | build: replace build/mk{config,myocamlbuild_config}.sh. | Wojciech Meyer | 2013-09-20 | 10 | -111/+84 |
* | PR#6173: Improve error messages for type-based disambiguation | Jacques Garrigue | 2013-09-19 | 6 | -31/+75 |
* | build: allow $(UNIXDIR) to be "win32unix". | Wojciech Meyer | 2013-09-18 | 1 | -1/+1 |
* | config/Makefile.{mingw,msvc}{,64}: remove unused DO variable. | Wojciech Meyer | 2013-09-18 | 4 | -5/+0 |
* | build: ocamldoc.opt was not built anymore on Windows. | Wojciech Meyer | 2013-09-18 | 1 | -1/+1 |
* | Accept changes (spurious warnings are gone). | Alain Frisch | 2013-09-18 | 2 | -26/+0 |
* | Wrongly committed bootstrapped compilers with spurious debug output. | Alain Frisch | 2013-09-18 | 3 | -0/+0 |
* | A tiny tool which use the new -keep-locs to find unused exported values in a ... | Alain Frisch | 2013-09-17 | 1 | -0/+63 |
* | Do not track unused type declarations created by 'include'. | Alain Frisch | 2013-09-17 | 12 | -37/+59 |
* | #5817: new compiler flag (-keep-locs) to keep location in cmi files. | Alain Frisch | 2013-09-17 | 13 | -3/+31 |
* | #6180: efficient creation of uninitialized float arrays. | Alain Frisch | 2013-09-17 | 7 | -0/+15 |
* | #6182: better error message for virtual objects and class types. | Alain Frisch | 2013-09-17 | 3 | -9/+14 |
* | Integrate exception_registration banch. | Alain Frisch | 2013-09-17 | 43 | -270/+390 |
|\ |
|
| * | Continue.exception_registration | Alain Frisch | 2013-09-12 | 10 | -35/+46 |
| * | Continue cleanup. driver/errors.ml is no longer needed. | Alain Frisch | 2013-09-12 | 9 | -50/+29 |
| * | Continue. | Alain Frisch | 2013-09-12 | 8 | -45/+53 |
| * | Switch {Translmod,Translcore,Translclass}.Error. | Alain Frisch | 2013-09-12 | 6 | -16/+27 |
| * | Switch Includemod.Error, without trying to split the message (to keep current... | Alain Frisch | 2013-09-12 | 5 | -10/+13 |
| * | Switch Typetexp.Error, Typedecl.Error, Typemod.Error, Typeclass.Error. | Alain Frisch | 2013-09-12 | 7 | -24/+37 |