aboutsummaryrefslogtreecommitdiffhomepage
path: root/ltac
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'origin/pr/173' into trunkGravatar Enrico Tassi2016-06-14
|\
* \ Merge branch "LtacProf for trunk" (PR #165).Gravatar Pierre-Marie Pédrot2016-06-14
|\ \
| * | Commenting out debugging code.Gravatar Pierre-Marie Pédrot2016-06-14
| * | Correct use of printing primitives.Gravatar Pierre-Marie Pédrot2016-06-14
| * | Better coding style (semantics).Gravatar Pierre-Marie Pédrot2016-06-14
| * | Better coding style (syntax).Gravatar Pierre-Marie Pédrot2016-06-14
| * | Adding Coq headers.Gravatar Pierre-Marie Pédrot2016-06-14
| * | Moving back Ltac profiling to the Ltac folder.Gravatar Pierre-Marie Pédrot2016-06-14
| * | Revert "Strip some trailing spaces"Gravatar Pierre-Marie Pédrot2016-06-13
* | | Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2016-06-09
* | | About printing of traces of failures while calling ltac code.Gravatar Hugo Herbelin2016-06-06
| | * STM: proof block detection for par:Gravatar Enrico Tassi2016-06-06
| | * STM: proof block detection/error resilience APIGravatar Enrico Tassi2016-06-06
| |/ |/|
| * Make Ltac Profiling an settingGravatar Jason Gross2016-06-05
| * Synchronize the profiler state with the documentGravatar Jason Gross2016-06-05
| * LtacProf for Coq trunkGravatar Jason Gross2016-06-05
| * Strip some trailing spacesGravatar Jason Gross2016-06-05
|/
* Adding the Print Ltac Signature command.Gravatar Pierre-Marie Pédrot2016-06-05
* Removing "rename" from the tactic AST.Gravatar Pierre-Marie Pédrot2016-06-03
* Removing "exact" from the tactic AST.Gravatar Pierre-Marie Pédrot2016-06-03
* Removing "intro" from the tactic AST.Gravatar Pierre-Marie Pédrot2016-06-03
* Removing "double induction" from the tactic AST.Gravatar Pierre-Marie Pédrot2016-06-03
* Add a synonymous Set Debug Ltac for Set Ltac Debug, for uniformity.Gravatar Hugo Herbelin2016-06-02
* Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2016-06-01
* Feedback cleanupGravatar Emilio Jesus Gallego Arias2016-05-31
* 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 "clear" tactic into the monad.Gravatar Pierre-Marie Pédrot2016-05-16
* Generate more user-readable tactic notation kernel names.Gravatar Pierre-Marie Pédrot2016-05-16
* 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
* AlistNsep token now accepts an arbitrary separator.Gravatar Pierre-Marie Pédrot2016-05-10
* Removing the Entry module now that rules need not be marshalled.Gravatar Pierre-Marie Pédrot2016-05-10
* Merge branch 'v8.5'Gravatar Pierre-Marie Pédrot2016-05-09
* Pass user symbol to tactic notation printers.Gravatar Pierre-Marie Pédrot2016-05-08
* Removing dead code and unused opens.Gravatar Pierre-Marie Pédrot2016-05-08
* Normalizing the names of dynamic types to follow a typ_* scheme.Gravatar Pierre-Marie Pédrot2016-05-04
* Removing useless generic arguments.Gravatar Pierre-Marie Pédrot2016-05-04
* Interpretation function can return any untyped value.Gravatar Pierre-Marie Pédrot2016-05-04
* Removing external uses of Val.inject and making Geninterp.interp return Val.tGravatar Pierre-Marie Pédrot2016-05-04
* Removing the Value.of_* API for parameterized types.Gravatar Pierre-Marie Pédrot2016-05-04