summaryrefslogtreecommitdiff
path: root/tools/ocamlprof.ml
Commit message (Expand)AuthorAgeFilesLines
* a better representation for modules with no name (#8908)Thomas Refis2019-10-091-1/+1
* Add support for "let" operatorsLeo White2018-11-271-0/+4
* Extend `open` to arbritrary module expressions in structures and toRunhang Li2018-11-261-2/+2
* s/string_of_int/Int.to_string/gDaniel Bünzli2018-11-071-1/+1
* Whitespace and overlong line fixes.David Allsopp2018-06-141-4/+4
* Support 'let open' in class and class type expressions (#1249)Alain Frisch2017-07-201-0/+1
* Added responsefile support for various tools.Bernhard Schommer2016-10-121-2/+8
* Local let exceptions.alainfrisch2016-03-151-0/+3
* Update headers for the new license.Damien Doligez2016-02-181-12/+15
* switch to 'pat -> .' and add P/Texp_unreachablegadt-warningsJacques Garrigue2015-10-161-14/+12
* add refuted cases, syntax is 'pat -> _'Jacques Garrigue2015-10-151-11/+14
* merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...Damien Doligez2014-08-221-3/+3
* Enable warning 27 in tools/ and fix occurrences. It's good to mark in depend...Alain Frisch2014-05-121-6/+6
* Add support for floating attributes in class structures and class signatures....Alain Frisch2014-05-041-0/+1
* merge branch "safe-string"Damien Doligez2014-04-291-1/+1
* Continue cleanup. driver/errors.ml is no longer needed.Alain Frisch2013-09-121-13/+6
* Switch Lexer.Error to the new system.Alain Frisch2013-09-121-3/+0
* Port Syntaxerr.Error to the new system. Trickier, because of special way to r...Alain Frisch2013-09-111-4/+5
* Synchronize with trunk.Alain Frisch2013-07-161-1/+1
|\
| * #5980: explicit way to silence the new warning (open! X).Alain Frisch2013-05-161-1/+1
* | Item attributes on each let-binding.Alain Frisch2013-06-031-3/+3
* | Split Pexp_constraint into Pexp_coerce/Pexp_constraint.Alain Frisch2013-04-171-2/+2
* | Split Pexp_function into Pexp_function/Pexp_fun.Alain Frisch2013-04-171-3/+12
* | Get rid of the 'explicit arity' flag on Pexp_construct/Ppat_construct. If re...Alain Frisch2013-04-171-2/+2
* | Getting rid of Pexp_assertfalse/Texp_assertfalse.Alain Frisch2013-04-171-1/+0
* | Explicit representation of guards, get rid of Pexp_when.Alain Frisch2013-04-151-17/+22
* | Attributes on Pstr_eval.Alain Frisch2013-04-111-1/+1
* | Keep item attributes on let-binding structure items.Alain Frisch2013-04-111-1/+1
* | Extension nodes as class field or class type field.Alain Frisch2013-04-101-0/+1
* | Attributes and extension points in class_expr.Alain Frisch2013-04-101-0/+1
* | Start to bring constructor names closer to concrete syntax.Alain Frisch2013-04-101-6/+9
* | Attributes on expresions (etc) are now stored in the expression record, to fa...Alain Frisch2013-03-081-2/+0
* | Finish attributes on module/recursive modules in structures.Alain Frisch2013-03-061-1/+2
* | Continue.Alain Frisch2013-03-041-0/+2
* | Cleanup + support attributes on type declarations (syntax: type t = ... with ...Alain Frisch2013-03-011-1/+1
* | First version with attributes and extensions on expressions, type expressions...Alain Frisch2013-02-281-0/+2
|/
* Enable 'unused stuff' warnings in tools/ and get rid of them.Alain Frisch2012-12-191-4/+1
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* merge with branch bin-annotFabrice Le Fessant2012-05-301-10/+11
* Remove unused constructors in the AST: Cf_let, Pcf_let.Alain Frisch2011-12-281-2/+0
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
* merge branches/implicit-unpack + update camlp4Jacques Garrigue2010-10-211-2/+2
* PR#4857: add -vnum option to all executablesDamien Doligez2010-05-201-0/+7
* merge branches/overrideJacques Garrigue2010-04-081-4/+4
* Merge the letopenin branch in (svn merge -r9386:9397 /svn/ocaml/branches/leto...Alain Frisch2009-11-011-2/+2
* Merge first class modules: svn merge -r 9369:9396 $caml/branches/fstclassmod.Alain Frisch2009-10-261-0/+2
* Import changes from the newtypein branch (svn merge -r 9361:9367 https://fris...Alain Frisch2009-10-061-0/+3
* PR#3114 make all error messages start with a location and "Error: "Damien Doligez2007-12-041-1/+1
* fusion des changements 3.09.3 -> release309_merge310Damien Doligez2007-02-091-0/+1
* fusion des changements 3.09.2 -> 3.09.3Damien Doligez2006-09-201-6/+13