| Commit message (Expand) | Author | Age | Files | Lines |
* | Update Makefile and .depend for untypeast. | Gabriel Scherer | 2015-03-08 | 1 | -1/+1 |
* | PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam... | Gabriel Scherer | 2014-12-27 | 1 | -2/+2 |
* | Rewrite cmt2annot using tast_mapper instead of tast_iter. Remove tast_iter. | Alain Frisch | 2014-12-22 | 1 | -3/+0 |
* | Replace TypedtreeMap with a more standard open-recursion iterator Tast_mapper... | Alain Frisch | 2014-12-22 | 1 | -2/+1 |
* | Cherry-pick 15062,15063,15064 from 4.02 (#6497). | Alain Frisch | 2014-08-07 | 1 | -1/+1 |
* | Enable warning 27 in tools/ and fix occurrences. It's good to mark in depend... | Alain Frisch | 2014-05-12 | 1 | -1/+1 |
* | Remove FIRST_UNIMPLEMENTED_OP from interp.c | Fabrice Le Fessant | 2014-05-05 | 1 | -1/+1 |
* | merge branch "safe-string" | Damien Doligez | 2014-04-29 | 1 | -2/+2 |
* | [minor] make tools/Makefile.shared msvc-friendly | Gabriel Scherer | 2014-04-07 | 1 | -1/+1 |
* | PR#6358: obey DESTDIR in install targets | Gabriel Scherer | 2014-04-07 | 1 | -13/+17 |
* | #5779: improve support for structured constants (better propagation, sharing,... | Alain Frisch | 2014-03-06 | 1 | -3/+3 |
* | ocamlmklibconfig.ml: add missing config varible | Damien Doligez | 2013-12-17 | 1 | -0/+1 |
* | Un-bootstrapping of ocamlbuild, clean-up phase: | Xavier Leroy | 2013-12-14 | 1 | -24/+15 |
* | Reverting the elimination of the ocamlcomp*.sh scripts, namely the following ... | Xavier Leroy | 2013-11-29 | 1 | -5/+6 |
* | build: always build lex/ and ocamlc with the compiler from boot/. | Wojciech Meyer | 2013-11-10 | 1 | -2/+2 |
* | Keep attributes on value declarations in .cmi files (but clear all the locati... | Alain Frisch | 2013-09-26 | 1 | -0/+1 |
* | 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 | 1 | -3/+2 |
* | build: replace build/mk{config,myocamlbuild_config}.sh. | Wojciech Meyer | 2013-09-20 | 1 | -2/+2 |
* | Remove the dump_ast tool. A better replacement is part of the standalone ppx... | Alain Frisch | 2013-09-10 | 1 | -10/+0 |
* | Do not compile or install by default ocamlast. | Alain Frisch | 2013-08-29 | 1 | -6/+1 |
* | Synchronize with trunk. | Alain Frisch | 2013-07-16 | 1 | -3/+3 |
|\ |
|
| * | Improved implementation of OCAMLPARAM | Fabrice Le Fessant | 2013-06-05 | 1 | -1/+1 |
| * | compact representation of warning flags | Damien Doligez | 2013-05-28 | 1 | -1/+1 |
| * | PR#5986: added flag Marshal.Compat_32 and ocamlc option -compat-32. | Xavier Leroy | 2013-04-18 | 1 | -1/+1 |
* | | Better representation of variance in the Parsetree. | Alain Frisch | 2013-04-02 | 1 | -2/+4 |
* | | A tool to dump the Parsetree in OCaml syntax (relies on the toplevel pretty-p... | Alain Frisch | 2013-03-29 | 1 | -2/+15 |
* | | Attributes on expresions (etc) are now stored in the expression record, to fa... | Alain Frisch | 2013-03-08 | 1 | -3/+4 |
|/ |
|
* | Move ast_mapper to parsing/, make it part of compiler-libs, and add an interf... | Alain Frisch | 2013-01-16 | 1 | -1/+1 |
* | Enable 'unused stuff' warnings in tools/ and get rid of them. | Alain Frisch | 2012-12-19 | 1 | -1/+1 |
* | New implementation of cmt2annot, based on an OO iterator for typed trees. Mos... | Alain Frisch | 2012-11-08 | 1 | -1/+2 |
* | Move ast_mapper.ml to tools/. | Alain Frisch | 2012-11-08 | 1 | -0/+2 |
* | #5814: rebuild environments from summaries when needed. | Alain Frisch | 2012-11-08 | 1 | -0/+2 |
* | #5812: compile read_cmt.opt (about 10x faster than read_cmt to generate .anno... | Alain Frisch | 2012-11-06 | 1 | -2/+5 |
* | #5741: link pprintast into the compiler (unused for now, but it is available ... | Alain Frisch | 2012-10-17 | 1 | -1/+2 |
* | remove all $Id keywords | Damien Doligez | 2012-10-15 | 1 | -2/+0 |
* | merge changes from 4.00 branching to 4.00.0 (part 1) | Damien Doligez | 2012-07-26 | 1 | -7/+14 |
* | Add support for -ppx in ocamldep (and reuse preprocessing code in Pparse). | Alain Frisch | 2012-07-24 | 1 | -1/+2 |
* | Fix problem of size of bin-annot files | Fabrice Le Fessant | 2012-07-12 | 1 | -1/+3 |
* | merge with branch bin-annot | Fabrice Le Fessant | 2012-05-30 | 1 | -1/+49 |
* | More renaming to OCaml | Damien Doligez | 2012-02-10 | 1 | -1/+1 |
* | PR#5331: ocamlmktop is not always a shell script | Xavier Clerc | 2011-09-07 | 1 | -8/+0 |
* | PR#5238, PR#5277: Sys_error when getting error location | Damien Doligez | 2011-08-04 | 1 | -4/+4 |
* | renaming of Objective Caml to OCaml and cleanup of copyright headers | Damien Doligez | 2011-07-27 | 1 | -1/+1 |
* | merge changes from 3.12.0 to 3.12.1 | Damien Doligez | 2011-07-20 | 1 | -6/+1 |
* | merge changes from branching of 3.12 to release/3.12.0 | Damien Doligez | 2010-08-02 | 1 | -1/+1 |
* | PR#5059: split objinfo into a pure Caml part and a pure C part. | Xavier Leroy | 2010-05-24 | 1 | -13/+8 |
* | PR#4857: add -vnum option to all executables | Damien Doligez | 2010-05-20 | 1 | -1/+1 |
* | PR#5033: tools/objinfo made more general. | Xavier Leroy | 2010-05-19 | 1 | -15/+24 |
* | New -help-warnings command-line option. | Alain Frisch | 2010-05-04 | 1 | -1/+1 |