| Age | Commit message (Expand) | Author |
| 2013-03-21 | Robust display of NotConvertibleTypeField errors (fix #3008, #2995) | letouzey |
| 2013-03-19 | Removing the module Libtypes and unifying the Search[Pattern|Rewrite]? | ppedrot |
| 2013-03-15 | Extract_env : correct exceptions mentionned in a try ... with | letouzey |
| 2013-03-13 | Modules and ppvernac, sequel of Enrico's commit 16261 | letouzey |
| 2013-03-13 | Restrict (try...with...) to avoid catching critical exn (part 8) | letouzey |
| 2013-03-12 | Implicit_quantifiers.is_freevar: cleaner, no more try...with _ ->... | letouzey |
| 2013-03-12 | Restrict (try...with...) to avoid catching critical exn (part 3) | letouzey |
| 2013-03-12 | Hipattern : consider jmeq only when Logic.JMeq is loaded | letouzey |
| 2013-02-27 | Coqlib: minor simplifications | letouzey |
| 2013-02-19 | Dir_path --> DirPath | letouzey |
| 2013-02-18 | use List.rev_map whenever possible | letouzey |
| 2013-02-18 | Minor code cleanups, especially take advantage of Dir_path.is_empty | letouzey |
| 2013-01-28 | Actually adding backtrace handling. | ppedrot |
| 2013-01-28 | Uniformization of the "anomaly" command. | ppedrot |
| 2013-01-22 | New implementation of the conversion test, using normalization by evaluation to | mdenes |
| 2013-01-21 | Fix bug 2958: Inductive deep in in clause are impossible | pboutill |
| 2013-01-18 | Unset Asymmetric Patterns | pboutill |
| 2013-01-07 | Fixup notation printing in patterns | pboutill |
| 2012-12-18 | Modulification of name | ppedrot |
| 2012-12-18 | Fixing parsing of specific primitive tokens used as notations for patterns | herbelin |
| 2012-12-17 | Fixed interpretation of "x" as a binding variable for the return | herbelin |
| 2012-12-14 | Modulification of dir_path | ppedrot |
| 2012-12-14 | Modulification of identifier | ppedrot |
| 2012-12-14 | Implemented a full-fledged equality on [constr_expr]. By the way, | ppedrot |
| 2012-12-13 | Using library string functions. | ppedrot |
| 2012-12-13 | Renamed Option.Misc.compare to the more uniform Option.equal. | ppedrot |
| 2012-12-04 | Backtrack on activating scopes with type casts (was r15978). | herbelin |
| 2012-11-28 | Fix ocamldebug constr printer | pboutill |
| 2012-11-26 | Fixed a monomorphization error. | ppedrot |
| 2012-11-25 | Monomorphization (interp) | ppedrot |
| 2012-11-25 | More equality functions | ppedrot |
| 2012-11-23 | Added a constr_pattern_eq | ppedrot |
| 2012-11-17 | Taking into account the type of a definition (if it exists), and the | herbelin |
| 2012-11-13 | More monomorphizations | ppedrot |
| 2012-11-13 | Added a CString module. | ppedrot |
| 2012-11-08 | Monomorphized a lot of equalities over OCaml integers, thanks to | ppedrot |
| 2012-10-31 | Change [Hints Resolve] to still accept constrs as arguments | msozeau |
| 2012-10-02 | Remove some more "open" and dead code thanks to OCaml4 warnings | letouzey |
| 2012-09-17 | More cleaning on Utils and CList. Some parts of the code being | ppedrot |
| 2012-09-15 | Some documentation and cleaning of CList and Util interfaces. | ppedrot |
| 2012-09-14 | As r15801: putting everything from Util.array_* to CArray.*. | ppedrot |
| 2012-09-14 | Partial revert of Yann commit in order to use CLib.List when opening | ppedrot |
| 2012-09-14 | Moving Utils.list_* to a proper CList module, which includes stdlib | ppedrot |
| 2012-09-14 | This patch removes unused "open" (automatically generated from | regisgia |
| 2012-09-14 | The new ocaml compiler (4.00) has a lot of very cool warnings, | regisgia |
| 2012-09-09 | Fixed bug #2895 | ppedrot |
| 2012-08-08 | Updating headers. | herbelin |
| 2012-07-30 | Bigint: avoid dependency over Pp | letouzey |
| 2012-07-21 | Fixing bug #2835 (the rationale for printing notations was not | herbelin |
| 2012-07-21 | Improving management of notations with binders (see #2708 where a | herbelin |