| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanup. | Alain Frisch | 2013-11-13 | 1 | -5/+0 |
| * | Change the representation of exception slots: instead of being represented as... | Alain Frisch | 2013-10-23 | 4 | -15/+31 |
| * | #6203: change representation of exception values created with a constant cons... | Alain Frisch | 2013-10-18 | 2 | -2/+9 |
| * | Cleanup. | Alain Frisch | 2013-10-14 | 2 | -6/+2 |
| * | Support for raise variants in ocamlopt. Only amd64 for now. | Alain Frisch | 2013-10-14 | 2 | -0/+7 |
| * | Rename raise_nostack -> raise_notrace. Expose it in Pervasives. | Alain Frisch | 2013-10-14 | 6 | -6/+6 |
| * | Recognize reraises in handlers. | Alain Frisch | 2013-10-14 | 1 | -2/+27 |
| * | #6203, #5935: variants of raise. 'reraise' is currently only inserted by the ... | Alain Frisch | 2013-10-14 | 10 | -19/+38 |
| * | Keep attributes on module declarations. | Alain Frisch | 2013-09-27 | 1 | -3/+3 |
| * | Keep location and attributes in type, label and constructor declarations. De... | Alain Frisch | 2013-09-27 | 1 | -2/+2 |
| * | Keep attributes on value declarations in .cmi files (but clear all the locati... | Alain Frisch | 2013-09-26 | 1 | -0/+1 |
| * | Do not track unused type declarations created by 'include'. | Alain Frisch | 2013-09-17 | 1 | -1/+1 |
| * | Continue. | Alain Frisch | 2013-09-12 | 4 | -0/+28 |
| * | Switch {Translmod,Translcore,Translclass}.Error. | Alain Frisch | 2013-09-12 | 3 | -0/+27 |
| * | Merge branch 4.01 from branching point to 4.01.0+rc1 | Damien Doligez | 2013-09-04 | 3 | -6/+10 |
| * | Synchronize with trunk. | Alain Frisch | 2013-07-22 | 1 | -6/+22 |
| |\ |
|
| | * | #6073: Add signature to Tstr_include. (Cherry-picked from commit 13903 on 4.01.) | Alain Frisch | 2013-07-17 | 1 | -6/+22 |
| * | | Synchronize with trunk. | Alain Frisch | 2013-07-16 | 13 | -143/+388 |
| |\ \
| |/ |
|
| | * | Patch for PR#5788 | Luc Maranget | 2013-07-02 | 1 | -29/+154 |
| | * | configure: store $target and $host in the build configuration (fix-pt2). (Pat... | Wojciech Meyer | 2013-07-01 | 1 | -2/+3 |
| | * | Revert "configure: store $target and $host in the build configuration." as it... | Wojciech Meyer | 2013-06-30 | 1 | -3/+2 |
| | * | configure: store $target and $host in the build configuration. | Wojciech Meyer | 2013-06-30 | 1 | -2/+3 |
| | * | PR#6033 continued: ocamlopt-specific path (inline_lazy_force_switch) was lyin... | Xavier Leroy | 2013-06-10 | 1 | -1/+1 |
| | * | PR#6033: Matching.inline_lazy_force needs eta-expansion (command-line flags) | Xavier Leroy | 2013-06-07 | 1 | -3/+3 |
| | * | Improved implementation of OCAMLPARAM | Fabrice Le Fessant | 2013-06-05 | 2 | -2/+2 |
| | * | extend warning 3 to other deprecated features: Latin1, (&) and (or) | Damien Doligez | 2013-05-28 | 1 | -1/+8 |
| | * | #5980: explicit way to silence the new warning (open! X). | Alain Frisch | 2013-05-16 | 1 | -6/+6 |
| | * | #5832: patch to improve 'wrong file naming' error messages. | Alain Frisch | 2013-04-29 | 2 | -7/+8 |
| | * | Fix PR #5992 | Luc Maranget | 2013-04-25 | 1 | -15/+80 |
| | * | PR#5986: added flag Marshal.Compat_32 and ocamlc option -compat-32. | Xavier Leroy | 2013-04-18 | 2 | -2/+12 |
| | * | PR#5957,PR#5920,PR#5925: LongString module to workaround 32bits string size l... | Gabriel Scherer | 2013-04-17 | 4 | -32/+36 |
| | * | typos in comment | Damien Doligez | 2013-03-17 | 1 | -2/+2 |
| | * | fix a few problems with whitespace and over-long lines | Damien Doligez | 2013-03-09 | 10 | -45/+79 |
| * | | Item attributes on each let-binding. | Alain Frisch | 2013-06-03 | 3 | -11/+10 |
| * | | The arument of attributes and extension nodes is now a structure, which is sy... | Alain Frisch | 2013-04-19 | 1 | -1/+1 |
| * | | Get rid of the 'explicit arity' flag on Pexp_construct/Ppat_construct. If re... | Alain Frisch | 2013-04-17 | 2 | -15/+15 |
| * | | Getting rid of Pexp_assertfalse/Texp_assertfalse. | Alain Frisch | 2013-04-17 | 1 | -1/+2 |
| * | | Rename Pcty_fun to Pcty_arrow (and idem in Types, Typedtree, Outcometree) to ... | Alain Frisch | 2013-04-16 | 1 | -1/+1 |
| * | | Explicit representation of guards, get rid of Pexp_when. | Alain Frisch | 2013-04-15 | 3 | -43/+56 |
| * | | Attributes on Pstr_eval. | Alain Frisch | 2013-04-11 | 1 | -7/+7 |
| * | | Keep item attributes on let-binding structure items. | Alain Frisch | 2013-04-11 | 1 | -6/+6 |
| * | | Attributes and extension points in class_expr. | Alain Frisch | 2013-04-10 | 1 | -1/+3 |
| * | | Start to bring constructor names closer to concrete syntax. | Alain Frisch | 2013-04-10 | 1 | -13/+13 |
| * | | Get rid of the Default case in Asttype.rec_flag. | Alain Frisch | 2013-04-04 | 1 | -3/+4 |
| * | | Support for quoted strings. | Alain Frisch | 2013-03-26 | 6 | -10/+11 |
| * | | Align module type binding with Parsetree. | Alain Frisch | 2013-03-26 | 1 | -3/+3 |
| * | | Align module binding with Parsetree. | Alain Frisch | 2013-03-26 | 1 | -21/+24 |
| * | | Align exception_declaration with Parsetree. | Alain Frisch | 2013-03-25 | 3 | -12/+14 |
| * | | Align typed value_declaration with parsetree. | Alain Frisch | 2013-03-25 | 1 | -5/+5 |
| * | | Starting to keep attributes in the typedtree. | Alain Frisch | 2013-03-25 | 1 | -37/+36 |
| |/ |
|