summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * 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
* | | ocamlbuild: report location in Tags.acknowledge warningsGabriel Scherer2013-09-153-9/+11
* | | ocamlbuild: use Loc.print_loc for lexing errorsGabriel Scherer2013-09-154-12/+12
* | | use 'mark_tag_used' to solve all "unused tag" warnings in the distributionGabriel Scherer2013-09-153-2/+13
* | | ocamlbuild: rename 'mark_as_used' into 'mark_flag_used' and expose in PLUGINGabriel Scherer2013-09-156-15/+21
* | | ocamlbuild: track location information of tagsGabriel Scherer2013-09-153-16/+23
* | | ocamlbuild: a short location printing implementationGabriel Scherer2013-09-153-0/+37
* | | ocamlbuild: mark ocaml_lib's tag as usedGabriel Scherer2013-09-151-0/+4
* | | ocamlbuild: detect tags in _tags not used by any flag declaration (typos?)Gabriel Scherer2013-09-155-1/+55
* | | minor typos in ocamlbuild/signatures.mliGabriel Scherer2013-09-151-3/+3