aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
Commit message (Expand)AuthorAge
* Removing OCaml deprecated function names from the Lazy module.Gravatar Pierre-Marie Pédrot2016-03-10
* Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2016-03-09
|\
| * Win: kill unreliable hence do not waitpid after kill -9 (Close #4369)Gravatar Enrico Tassi2016-03-09
* | Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2016-03-05
|\|
| * Rename Ephemeron -> CEphemeron.Gravatar Maxime Dénès2016-03-04
| * Fixing bug #4105: poor escaping in the protocol between CoqIDE and coqtop.Gravatar Pierre-Marie Pédrot2016-03-03
* | CLEANUP: Renaming "Util.compose" function to "%"Gravatar Matej Kosik2016-02-17
* | Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2016-02-13
|\|
| * Don't fail fatally if PATH is not set.Gravatar Emilio Jesus Gallego Arias2016-02-10
* | Adding a "get" primitive to map signature.Gravatar Pierre-Marie Pédrot2016-02-03
* | Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2016-01-29
|\|
| * Restore warnings produced by the interpretation of the command lineGravatar Hugo Herbelin2016-01-22
* | Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2016-01-21
|\|
* | Stronger invariants on the use of the introduction pattern (pat1,...,patn).Gravatar Hugo Herbelin2016-01-21
| * Update copyright headers.Gravatar Maxime Dénès2016-01-20
* | Moving val_cast to Tacinterp.Gravatar Pierre-Marie Pédrot2016-01-17
* | Getting rid of the awkward unpack mechanism from Genarg.Gravatar Pierre-Marie Pédrot2016-01-17
* | Simplification and type-safety of Pcoq thanks to GADTs in Genarg.Gravatar Pierre-Marie Pédrot2016-01-17
* | Exporting Genarg implementation in the API.Gravatar Pierre-Marie Pédrot2016-01-17
* | Reimplementing Genarg safely.Gravatar Pierre-Marie Pédrot2016-01-17
* | Adding a structure indexed by tags.Gravatar Pierre-Marie Pédrot2016-01-17
* | Temporary commit getting rid of Obj.magic unsafety for Genarg.Gravatar Pierre-Marie Pédrot2016-01-17
| * Hooks for a third-party XML plugin. Contributed by Claudio Sacerdoti Coen.Gravatar Maxime Dénès2016-01-15
* | Removing constr generic argument.Gravatar Pierre-Marie Pédrot2016-01-14
* | Removing ident and var generic arguments.Gravatar Pierre-Marie Pédrot2016-01-14
* | Merge remote-tracking branch 'origin/v8.5' into trunkGravatar Guillaume Melquiond2016-01-06
|\|
| * Protect code against changes in Map interface.Gravatar Maxime Dénès2016-01-06
| * Fix order of files in mllib.Gravatar Maxime Dénès2016-01-05
| * COMMENTS: PredicateGravatar Matej Kosik2016-01-05
* | Remove some unused functions.Gravatar Guillaume Melquiond2016-01-02
* | Remove some useless module opening.Gravatar Guillaume Melquiond2016-01-02
* | Avoid warnings about loop indices.Gravatar Guillaume Melquiond2016-01-02
* | Fix typos.Gravatar Guillaume Melquiond2016-01-01
* | Remove unused hashconsing code.Gravatar Guillaume Melquiond2016-01-01
* | Do not make it harder on the compiler optimizer by packing arguments.Gravatar Guillaume Melquiond2016-01-01
* | Merge branch 'v8.5' into trunkGravatar Guillaume Melquiond2015-12-31
|\|
* | Do not compose List.length with List.filter.Gravatar Guillaume Melquiond2015-12-31
| * Do not dump a glob reference when its location is ghost. (Fix bug #4469)Gravatar Guillaume Melquiond2015-12-31
* | Removing the special status of open_constr generic argument.Gravatar Pierre-Marie Pédrot2015-12-28
* | Finer-grained types for toplevel values.Gravatar Pierre-Marie Pédrot2015-12-21
* | Removing ad-hoc interpretation rules for tactic notations and their genarg.Gravatar Pierre-Marie Pédrot2015-12-21
* | Sharing toplevel representation for several generic types.Gravatar Pierre-Marie Pédrot2015-12-21
* | Removing the now useless genarg generic argument.Gravatar Pierre-Marie Pédrot2015-12-21
* | Using dynamic values in tactic evaluation.Gravatar Pierre-Marie Pédrot2015-12-21
* | Attaching a dynamic argument to the toplevel type of generic arguments.Gravatar Pierre-Marie Pédrot2015-12-21
* | Trust the directory cache in batch mode.Gravatar Guillaume Melquiond2015-12-21
* | COMMENTS: added to the "Unicode" module.Gravatar Matej Kosik2015-12-18
* | COMMENTS: updated in the "Option" module.Gravatar Matej Kosik2015-12-18
* | COMMENTS: added to the "Predicate" moduleGravatar Matej Kosik2015-12-18
| * spawn: fix leak of file descriptorsGravatar Enrico Tassi2015-12-17