summaryrefslogtreecommitdiff
path: root/bytecomp/translclass.ml
Commit message (Expand)AuthorAgeFilesLines
* propagate information about Initialization and Assignment, should fix CSE bad...Mark Shinwell2015-11-261-2/+6
* Turn Lapply case of Lambda.lambda into a recordNicolas Ojeda Bar2015-11-221-10/+21
* GPR#173: Attributes to control inliningMark Shinwell2015-10-231-8/+12
* Remove or comment-out dead code.Alain Frisch2015-10-161-10/+2
* General translation of french commentsGabriel Scherer2015-10-091-14/+15
* whitespace cleanup, cut long lines, add some missing headersDamien Doligez2015-09-111-2/+4
* GPR#111: `(f [@taillcall]) x y` warns if `f x y` is not a tail-callGabriel Scherer2015-04-121-2/+2
* GPR#133: turn the Lfunction payload (in Lambda.lambda) into a recordGabriel Scherer2015-04-121-20/+24
* merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...Damien Doligez2014-08-221-1/+1
* PR#5584: merge open extensible types, extension-patch-4.0.2Jacques Garrigue2014-05-041-1/+1
* Add support for floating attributes in class structures and class signatures....Alain Frisch2014-05-041-2/+4
* fix some of the whitespace problems in the sourceDamien Doligez2014-04-121-3/+5
* make path normalization safer; now Core not only compiles but worksJacques Garrigue2013-10-041-9/+13
* passes the testsuite!Jacques Garrigue2013-09-301-3/+3
* Support module aliases.Jacques Garrigue2013-09-291-5/+5
* Switch {Translmod,Translcore,Translclass}.Error.Alain Frisch2013-09-121-0/+9
* Rename Pcty_fun to Pcty_arrow (and idem in Types, Typedtree, Outcometree) to ...Alain Frisch2013-04-161-1/+1
* Explicit representation of guards, get rid of Pexp_when.Alain Frisch2013-04-151-2/+8
* Start to bring constructor names closer to concrete syntax.Alain Frisch2013-04-101-13/+13
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* Fix PR#5627 (lablgtk not compiling with 4.00 after merge with bin-annot)Jacques Garrigue2012-06-201-2/+1
* revert wrong commit on bytecomp/typeclass.mlJacques Garrigue2012-06-191-1/+2
* applied (improved) patch of PR#5654Jacques Garrigue2012-06-191-2/+1
* Fix PR#5291Jacques Garrigue2012-06-011-8/+10
* merge with branch bin-annotFabrice Le Fessant2012-05-301-53/+69
* Removal of unnecessary "rec" clauses (to please warning #39).Xavier Clerc2012-05-291-1/+1
* Compile with warning 33, and remove unused opens.Alain Frisch2012-05-291-1/+0
* Remove unused constructors in the AST: Cf_let, Pcf_let.Alain Frisch2011-12-281-14/+1
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
* merge changes from 3.12.0 to 3.12.1Damien Doligez2011-07-201-5/+5
* merge changes between 3.10.2 and the end of branch 3.10Damien Doligez2008-10-081-4/+12
* merge changes 3.10.0 -> 3.10.1Damien Doligez2008-01-111-15/+16
* ajout des annotations pour variables et appels terminauxDamien Doligez2007-05-161-43/+46
* do not use builtins directlyJacques Garrigue2006-07-061-4/+4
* fusion des changements 3.09.1 -> 3.09.2Damien Doligez2006-04-161-18/+19
* add virtual instance variablesJacques Garrigue2006-04-051-44/+34
* fusion des modifs de 3.08.4Damien Doligez2005-08-131-3/+3
* fix PR#3576 (put free methods in environment)Jacques Garrigue2005-04-041-2/+19
* share some stringsJacques Garrigue2004-11-301-2/+2
* compact classesJacques Garrigue2004-11-291-68/+87
* unused variablesJacques Garrigue2004-11-221-5/+2
* Revu compilation de 'module rec'Xavier Leroy2004-08-121-5/+0
* switch to new vtable representationJacques Garrigue2004-05-261-28/+52
* get_methJacques Garrigue2004-04-281-0/+2
* cas d'un appel de methode d'un autre objetJacques Garrigue2004-04-281-12/+27
* simplify environment when possibleJacques Garrigue2003-12-171-15/+18
* protect recursion in class variables too (Jun)Jacques Garrigue2003-12-171-8/+7
* protect recursion (Jun)Jacques Garrigue2003-12-061-3/+14
* no need to create table for virtual classesJacques Garrigue2003-12-011-10/+24
* fast and compact classesJacques Garrigue2003-11-251-111/+499