aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Checker: no more -I kernel via a few symlinks (for Names and Esubst)Gravatar Pierre Letouzey2016-05-31
* Extraction : add a location in the error message about polypropGravatar Pierre Letouzey2016-05-30
* Update required OCaml version in configure.Gravatar Maxime Dénès2016-05-26
* typosGravatar Enrico Tassi2016-05-23
* Extraction: code cleanup in CommonGravatar Pierre Letouzey2016-05-20
* Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2016-05-20
|\
| * native_compute: don't call Unicode.ascii_of_ident twice (not idempotent anymore)Gravatar Pierre Letouzey2016-05-19
| * Extraction: don't call Unicode.ascii_of_ident twice (not idempotent anymore)Gravatar Pierre Letouzey2016-05-19
* | native_compute: don't call Unicode.ascii_of_ident twice (not idempotent anymore)Gravatar Pierre Letouzey2016-05-19
* | Extraction: don't call Unicode.ascii_of_ident twice (not idempotent anymore)Gravatar Pierre Letouzey2016-05-19
| * adding "user-contrib" directory to ".gitignore"Gravatar Matej Kosik2016-05-19
| * Unicode.ascii_of_ident is now truly injectiveGravatar Pierre Letouzey2016-05-19
* | Unicode.ascii_of_ident is now truly injectiveGravatar Pierre Letouzey2016-05-19
* | Micromega: qualify Coq.micromega.Tauto (avoid coqdep warnings about new Init/...Gravatar Pierre Letouzey2016-05-19
* | Putting all the tactics exported by the Tactics module in the new monad API.Gravatar Pierre-Marie Pédrot2016-05-17
|\ \
| * | Removing some compatibility layers in Tactics.Gravatar Pierre-Marie Pédrot2016-05-17
| * | Removing the old refine tactic from the Tactics module.Gravatar Pierre-Marie Pédrot2016-05-17
| * | Put the "move" tactic in the monad.Gravatar Pierre-Marie Pédrot2016-05-17
| * | Put the "change" tactic in the monad.Gravatar Pierre-Marie Pédrot2016-05-16
| * | Put the "specialize_eq" tactic in the monad.Gravatar Pierre-Marie Pédrot2016-05-16
| * | Put the "generalize dependent" tactic in the monad.Gravatar Pierre-Marie Pédrot2016-05-16
| * | Put the "generalize" tactic in the monad.Gravatar Pierre-Marie Pédrot2016-05-16
| * | Put the "cofix" tactic in the monad.Gravatar Pierre-Marie Pédrot2016-05-16
| * | Put the "*_cast_no_check" tactics in the monad.Gravatar Pierre-Marie Pédrot2016-05-16
| * | Put the "exact" family of tactic in the monad.Gravatar Pierre-Marie Pédrot2016-05-16
| * | Put the "fix" tactic in the monad.Gravatar Pierre-Marie Pédrot2016-05-16
| * | Put the "exact_constr" tactic in the monad.Gravatar Pierre-Marie Pédrot2016-05-16
| * | Put the "clear" tactic into the monad.Gravatar Pierre-Marie Pédrot2016-05-16
|/ /
| * Fix bug #4737: cycle tactic doesn't like zero goals.Gravatar Pierre-Marie Pédrot2016-05-16
* | Generate more user-readable tactic notation kernel names.Gravatar Pierre-Marie Pédrot2016-05-16
* | Merge pull request #170 from relrod/patch-1Gravatar Pierre-Marie Pédrot2016-05-16
|\ \
| * | Fix a really small doc typoGravatar Ricky Elrod2016-05-15
|/ /
| * Removing unexcepted activation of option "Regular Subst Tactic", sinceGravatar Hugo Herbelin2016-05-14
| * More hints on how to fix compatibility issues.Gravatar Hugo Herbelin2016-05-14
* | Hack in TACTIC EXTEND to maintain the 8.5 behaviour on badly designed arguments.Gravatar Pierre-Marie Pédrot2016-05-14
* | Dyn: simplify API introducing an Easy submoduleGravatar Enrico Tassi2016-05-13
* | More informative error message when interpreting ltac variables in terms.Gravatar Pierre-Marie Pédrot2016-05-13
| * Small optimization in evar resolution.Gravatar Pierre-Marie Pédrot2016-05-12
| * Fix bug #4722: Coq dies when encountering broken symbolic links.Gravatar Pierre-Marie Pédrot2016-05-12
* | Thorough rewriting of the Pcoq API towards safety and static invariants.Gravatar Pierre-Marie Pédrot2016-05-11
|\ \
| * | The grammar_extend function now registers unsynchronized extensions.Gravatar Pierre-Marie Pédrot2016-05-11
| * | Making the grammar command extend API purely functional.Gravatar Pierre-Marie Pédrot2016-05-11
| * | Moving the constr empty entry registering to the state-based API.Gravatar Pierre-Marie Pédrot2016-05-11
| * | Turning the grammar extend command API into a state-passing one.Gravatar Pierre-Marie Pédrot2016-05-11
| * | Moving the grammar summary to Pcoq.Gravatar Pierre-Marie Pédrot2016-05-11
| * | Delimiting the use of unsafe code in Pcoq.Gravatar Pierre-Marie Pédrot2016-05-10
| * | Overlooked use of Gram instead of G module in Pcoq.Gravatar Pierre-Marie Pédrot2016-05-10
| * | Further tidying of the constr extension code.Gravatar Pierre-Marie Pédrot2016-05-10
| * | Type-safe constr notations.Gravatar Pierre-Marie Pédrot2016-05-10
| * | AlistNsep token now accepts an arbitrary separator.Gravatar Pierre-Marie Pédrot2016-05-10