summaryrefslogtreecommitdiff
path: root/bytecomp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup.Alain Frisch2013-11-131-5/+0
* Change the representation of exception slots: instead of being represented as...Alain Frisch2013-10-234-15/+31
* #6203: change representation of exception values created with a constant cons...Alain Frisch2013-10-182-2/+9
* Cleanup.Alain Frisch2013-10-142-6/+2
* Support for raise variants in ocamlopt. Only amd64 for now.Alain Frisch2013-10-142-0/+7
* Rename raise_nostack -> raise_notrace. Expose it in Pervasives.Alain Frisch2013-10-146-6/+6
* Recognize reraises in handlers.Alain Frisch2013-10-141-2/+27
* #6203, #5935: variants of raise. 'reraise' is currently only inserted by the ...Alain Frisch2013-10-1410-19/+38
* Keep attributes on module declarations.Alain Frisch2013-09-271-3/+3
* Keep location and attributes in type, label and constructor declarations. De...Alain Frisch2013-09-271-2/+2
* Keep attributes on value declarations in .cmi files (but clear all the locati...Alain Frisch2013-09-261-0/+1
* Do not track unused type declarations created by 'include'.Alain Frisch2013-09-171-1/+1
* Continue.Alain Frisch2013-09-124-0/+28
* Switch {Translmod,Translcore,Translclass}.Error.Alain Frisch2013-09-123-0/+27
* Merge branch 4.01 from branching point to 4.01.0+rc1Damien Doligez2013-09-043-6/+10
* Synchronize with trunk.Alain Frisch2013-07-221-6/+22
|\
| * #6073: Add signature to Tstr_include. (Cherry-picked from commit 13903 on 4.01.)Alain Frisch2013-07-171-6/+22
* | Synchronize with trunk.Alain Frisch2013-07-1613-143/+388
|\ \ | |/
| * Patch for PR#5788Luc Maranget2013-07-021-29/+154
| * configure: store $target and $host in the build configuration (fix-pt2). (Pat...Wojciech Meyer2013-07-011-2/+3
| * Revert "configure: store $target and $host in the build configuration." as it...Wojciech Meyer2013-06-301-3/+2
| * configure: store $target and $host in the build configuration.Wojciech Meyer2013-06-301-2/+3
| * PR#6033 continued: ocamlopt-specific path (inline_lazy_force_switch) was lyin...Xavier Leroy2013-06-101-1/+1
| * PR#6033: Matching.inline_lazy_force needs eta-expansion (command-line flags)Xavier Leroy2013-06-071-3/+3
| * Improved implementation of OCAMLPARAMFabrice Le Fessant2013-06-052-2/+2
| * extend warning 3 to other deprecated features: Latin1, (&) and (or)Damien Doligez2013-05-281-1/+8
| * #5980: explicit way to silence the new warning (open! X).Alain Frisch2013-05-161-6/+6
| * #5832: patch to improve 'wrong file naming' error messages.Alain Frisch2013-04-292-7/+8
| * Fix PR #5992Luc Maranget2013-04-251-15/+80
| * PR#5986: added flag Marshal.Compat_32 and ocamlc option -compat-32.Xavier Leroy2013-04-182-2/+12
| * PR#5957,PR#5920,PR#5925: LongString module to workaround 32bits string size l...Gabriel Scherer2013-04-174-32/+36
| * typos in commentDamien Doligez2013-03-171-2/+2
| * fix a few problems with whitespace and over-long linesDamien Doligez2013-03-0910-45/+79
* | Item attributes on each let-binding.Alain Frisch2013-06-033-11/+10
* | The arument of attributes and extension nodes is now a structure, which is sy...Alain Frisch2013-04-191-1/+1
* | Get rid of the 'explicit arity' flag on Pexp_construct/Ppat_construct. If re...Alain Frisch2013-04-172-15/+15
* | Getting rid of Pexp_assertfalse/Texp_assertfalse.Alain Frisch2013-04-171-1/+2
* | 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-153-43/+56
* | Attributes on Pstr_eval.Alain Frisch2013-04-111-7/+7
* | Keep item attributes on let-binding structure items.Alain Frisch2013-04-111-6/+6
* | Attributes and extension points in class_expr.Alain Frisch2013-04-101-1/+3
* | Start to bring constructor names closer to concrete syntax.Alain Frisch2013-04-101-13/+13
* | Get rid of the Default case in Asttype.rec_flag.Alain Frisch2013-04-041-3/+4
* | Support for quoted strings.Alain Frisch2013-03-266-10/+11
* | Align module type binding with Parsetree.Alain Frisch2013-03-261-3/+3
* | Align module binding with Parsetree.Alain Frisch2013-03-261-21/+24
* | Align exception_declaration with Parsetree.Alain Frisch2013-03-253-12/+14
* | Align typed value_declaration with parsetree.Alain Frisch2013-03-251-5/+5
* | Starting to keep attributes in the typedtree.Alain Frisch2013-03-251-37/+36
|/