| Age | Commit message (Expand) | Author |
| 2018-07-25 | Merge PR #8063: Direct implementation of Ascii.eqb and String.eqb (take 2) | Hugo Herbelin |
| 2018-07-24 | Merge PR #6597: Binary, Octal, and Hex conversions between [positive], [Z], [... | Hugo Herbelin |
| 2018-07-17 | Remove fourier plugin | Maxime Dénès |
| 2018-07-16 | Add additional lemmas about {String,Ascii}.eqb | Jason Gross |
| 2018-07-16 | Ascii.eqb and String.eqb | Pierre Letouzey |
| 2018-07-16 | bin,oct,hex conversions positive,Z,N,nat<->string | Jason Gross |
| 2018-07-10 | Fix typo in Init.Logic. | whitequark |
| 2018-07-02 | hints: add Hint Variables/Constants Opaque/Transparent commands | Matthieu Sozeau |
| 2018-06-29 | Splitting primitive numeral parser/printer for positive, N, Z into three files. | Hugo Herbelin |
| 2018-06-10 | Tweak printing boxes for unicode binders | Ralf Jung |
| 2018-06-05 | Merge PR #7690: Fixing typos in file Berardi.v | Pierre-Marie Pédrot |
| 2018-06-04 | Deprecate implicit tactic solving. | Pierre-Marie Pédrot |
| 2018-06-03 | Fixing typos in file Berardi.v | Hugo Herbelin |
| 2018-04-16 | Protecting against a "deprecated cofix" warning. | Hugo Herbelin |
| 2018-04-13 | [ltac] Deprecate nameless fix/cofix. | Emilio Jesus Gallego Arias |
| 2018-03-09 | Merge PR #6820: Tacticals assert_fails and assert_succeeds | Maxime Dénès |
| 2018-03-09 | Merge PR #6155: Get rid of ' notation for Zpos in QArith | Maxime Dénès |
| 2018-03-09 | Merge PR #6937: Add empty compat file for Coq 8.8 | Maxime Dénès |
| 2018-03-08 | Merge PR #6522: Fix core hint database issue #6521 | Maxime Dénès |
| 2018-03-08 | Merge PR #6743: Add notation {x & P} for sigT | Maxime Dénès |
| 2018-03-08 | Merge PR #6909: Deprecate Focus and Unfocus | Maxime Dénès |
| 2018-03-07 | [stdlib] Do not use “Require” inside sections | Vincent Laporte |
| 2018-03-07 | Add empty compat file for Coq 8.8 | Jason Gross |
| 2018-03-07 | Merge PR #6744: Add String.concat | Maxime Dénès |
| 2018-03-05 | Merge PR #6855: Update headers following #6543. | Maxime Dénès |
| 2018-03-04 | Remove all uses of Focus in standard library. | Théo Zimmermann |
| 2018-03-02 | Remove 8.5 compatibility support. | Théo Zimmermann |
| 2018-03-02 | Remove VOld compatibility flag. | Théo Zimmermann |
| 2018-03-02 | Turn warning for deprecated notations on. | Théo Zimmermann |
| 2018-03-02 | Remove the deprecation for some 8.2-8.5 compatibility aliases. | Théo Zimmermann |
| 2018-02-28 | Uniform spacing layout in Tactics.v. | Hugo Herbelin |
| 2018-02-28 | Added tacticals assert_succeeds/assert_fails (courtesy of Jason Gross). | Hugo Herbelin |
| 2018-02-28 | Merge PR #6852: [stdlib] move “Require” out of sections | Maxime Dénès |
| 2018-02-28 | Merge PR #1026: changed statements of Rpower_lt and Rle_power and added lemmas | Maxime Dénès |
| 2018-02-27 | Update headers following #6543. | Théo Zimmermann |
| 2018-02-27 | [stdlib] move “Require” out of sections | Vincent Laporte |
| 2018-02-24 | Add String.concat | Jason Gross |
| 2018-02-24 | Merge PR #6599: Decimals in prelude | Maxime Dénès |
| 2018-02-21 | Merge PR #6282: proposed fix for issue #3213: extra variable m in Lt.S_pred | Maxime Dénès |
| 2018-02-20 | Decimal goodies : conversion to/from Coq strings | Pierre Letouzey |
| 2018-02-20 | Decimal: proofs that conversions from/to nat,N,Z are bijections | Pierre Letouzey |
| 2018-02-20 | Decimal: simple representation of base-10 numbers | Pierre Letouzey |
| 2018-02-20 | Trying a hack to support {'pat|P} without breaking compatibility. | Hugo Herbelin |
| 2018-02-20 | Adding notations of the form "{'pat|P}", "exists2 'pat, P & Q", etc. | Hugo Herbelin |
| 2018-02-20 | More structured printing in unicode notations for binders. | Hugo Herbelin |
| 2018-02-20 | User-level support for Gonthier-Ssreflect's "if t then pat then u else v". | Hugo Herbelin |
| 2018-02-19 | Merge PR #6556: Remove dir-locals and ship suggested helper hooks instead. | Maxime Dénès |
| 2018-02-12 | Add notation {x & P} for sigT | Tej Chajed |
| 2018-02-12 | Merge PR #6139: Make list functions returning sumbools transparent | Maxime Dénès |
| 2018-01-08 | Document between and exists_between types. | Ismail |