summaryrefslogtreecommitdiff
path: root/bytecomp/typeopt.ml
Commit message (Expand)AuthorAgeFilesLines
* Keep location and attributes in type, label and constructor declarations. De...Alain Frisch2013-09-271-2/+2
* fix a few problems with whitespace and over-long linesDamien Doligez2013-03-091-1/+2
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* Compile with warning 33, and remove unused opens.Alain Frisch2012-05-291-3/+0
* Keep type variable namesJacques Garrigue2011-09-221-1/+1
* merge branches/gadtsJacques Garrigue2011-07-291-3/+3
|\
| * allow variance in GADTsJacques Garrigue2010-11-081-3/+3
| * removed Type_variant, fixed bug in GADT exhaustive checkJacques Le Normand2010-10-211-6/+0
| * fixed bug in syntax extension. Made unification of variants and objects local...Jacques Le Normand2010-10-191-4/+4
| * first commitJacques Le Normand2010-09-131-3/+9
* | renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
|/
* clean up spaces and tabsDamien Doligez2010-01-221-1/+1
* merge changes from release/3.11.1 to release/3.11.2Damien Doligez2010-01-201-22/+18
* merge changes from 3.10.1 to 3.10.2Damien Doligez2008-02-291-1/+1
* Expanding the usual compiler's type-based optimisations to private abbreviati...Pierre Weis2007-11-011-5/+5
* It works: compilers and camlp4 are fully bootstrapped. The ast magic number i...Pierre Weis2007-10-091-3/+3
* quick fix for PR#2458Jacques Garrigue2004-04-161-1/+2
* Revu representation des declarations de type privateXavier Leroy2003-07-021-3/+3
* maybe_pointer doit renvoyer true sur le type exn (PR#1502)Xavier Leroy2003-03-121-1/+2
* Complex bigarraysXavier Leroy2002-02-101-1/+3
* int32, int64, nativeint ne sont pas des flottants!Xavier Leroy2001-01-131-1/+4
* Optimisation des acces aux bigarraysXavier Leroy2000-02-281-0/+32
* Ajout des types predefinis int32, int64, nativeint.Xavier Leroy2000-02-211-4/+5
* Changement de la licenceXavier Leroy1999-11-171-1/+2
* Dans maybe_pointer, reconnaitre le cas d'un type enumereXavier Leroy1998-06-091-2/+18
* Adoption des memes representations que dans ocamlopt pour les tableaux de flo...Xavier Leroy1998-04-061-0/+77