aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Some extra fixes in printing patterns in binders.Gravatar Hugo Herbelin2016-07-19
* Taking into account binding patterns when agglutinating sequences of binders.Gravatar Hugo Herbelin2016-07-19
* Notations with multiple recursive binders: fixing use of alpha-conversion.Gravatar Hugo Herbelin2016-07-19
* Fixing missing parentheses in printing of patterns in binders.Gravatar Hugo Herbelin2016-07-19
* Notations: fixing multiple binders used as terms in reverse order.Gravatar Hugo Herbelin2016-07-19
* Removing a source of clash with multiple recursive patterns in notations.Gravatar Hugo Herbelin2016-07-19
* Fixing extra returns in top_printers.ml (msg_notice not same semantics as pp).Gravatar Hugo Herbelin2016-07-19
* A new step on using alpha-conversion in printing notations.Gravatar Hugo Herbelin2016-07-18
* Replacing deprecated Implicit Arguments in prelude.Gravatar Maxime Dénès2016-07-18
* Remove the swap tactic from the prelude.Gravatar Maxime Dénès2016-07-18
* Marking bug #3383 as solved.Gravatar Pierre-Marie Pédrot2016-07-18
* Fix bug #4923: Warning: appcontext is deprecated.Gravatar Pierre-Marie Pédrot2016-07-18
* Removing useless grammar entries. Fixes bug #4919.Gravatar Pierre-Marie Pédrot2016-07-18
* Partial fix to #4592 (notation requiring alpha-conversion for printing).Gravatar Hugo Herbelin2016-07-17
* More examples of recursive notations, with emphasis in reference manual.Gravatar Hugo Herbelin2016-07-17
* Fixing a bug in recognizing a recursive pattern of notationsGravatar Hugo Herbelin2016-07-17
* Fixing interpretation of notations w/ opposite instances of a recursive pattern.Gravatar Hugo Herbelin2016-07-17
* Fixing printing of notations with several instances of a recursive pattern.Gravatar Hugo Herbelin2016-07-17
* First step in adding printing for notations such as given in #4932.Gravatar Hugo Herbelin2016-07-17
* Fixing #4932 (anomaly when using binders as terms in recursive notations).Gravatar Hugo Herbelin2016-07-17
* Fixing a collision about the meta-variable ".." in recursive notations.Gravatar Hugo Herbelin2016-07-16
* Merge branch 'v8.5' into v8.6Gravatar Pierre-Marie Pédrot2016-07-13
|\
| * Fixing printing of evar name in an error message of instantiate.Gravatar Hugo Herbelin2016-07-13
| * Typo.Gravatar Hugo Herbelin2016-07-13
* | Makefile.dev: fix a typo in the 'logic' ruleGravatar Pierre Letouzey2016-07-13
* | Makefile.build: follow-up of commits by Matej on VERBOSE and READABLE_ML4Gravatar Pierre Letouzey2016-07-12
* | .gitignore: no more generated grammar/*.ml filesGravatar Pierre Letouzey2016-07-12
* | Makefile: no more .ml4.d hence no more rule to clean themGravatar Pierre Letouzey2016-07-12
* | ".gitignore" updateGravatar Matej Kosik2016-07-12
* | removing ocamldoc-related syntax errorsGravatar Matej Kosik2016-07-12
* | expanding "make help" a little bitGravatar Matej Kosik2016-07-12
* | Removing "READABLE_ML4=" from "Makefile.build"Gravatar Matej Kosik2016-07-12
* | Removing "VERBOSE=" from "Makefile.build"Gravatar Matej Kosik2016-07-11
* | Fixing the printing of unknown locations by adding a newline.Gravatar Pierre-Marie Pédrot2016-07-08
* | Adding a breaking space in warning names.Gravatar Pierre-Marie Pédrot2016-07-08
* | Remove spurious warnings about projections when requiring modules.Gravatar Pierre-Marie Pédrot2016-07-08
| * Add a few fixes in CHANGES that were forgotten.Gravatar Maxime Dénès2016-07-08
| * Fix test file for #4858.Gravatar Maxime Dénès2016-07-08
* | Fixing #4906 (regression in printing an error message).Gravatar Hugo Herbelin2016-07-08
* | Typo in a comment of stdlib.Gravatar Hugo Herbelin2016-07-08
| * Update csdp.cache.Gravatar Maxime Dénès2016-07-08
| * Test file for #4858.Gravatar Maxime Dénès2016-07-08
| * Add test file for #4880.Gravatar Maxime Dénès2016-07-08
| * Update COPYRIGHT.Gravatar Maxime Dénès2016-07-08
| * Merge remote-tracking branch 'github/pr/243' into v8.5Gravatar Maxime Dénès2016-07-08
| |\
* | | Merge branch 'v8.5' into v8.6Gravatar Pierre-Marie Pédrot2016-07-07
|\| |
* | | Merge remote-tracking branch 'github/bug4653' into v8.6Gravatar Matthieu Sozeau2016-07-07
|\ \ \
| | * | Prevent "Load" from displaying all the intermediate subgoals.Gravatar Guillaume Melquiond2016-07-07
| | * | Do not display goals in -compile-verbose mode (bug #4841).Gravatar Guillaume Melquiond2016-07-07
| * | | Do not use implicit type info for (x := t) bindingsGravatar Matthieu Sozeau2016-07-07