aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite
Commit message (Expand)AuthorAge
* Merge PR#574: Fix bug #5476: Ltac has an inconsistent view of hypotheses.Gravatar Maxime Dénès2017-04-24
|\
* \ Merge PR#565: Remove VernacErrorGravatar Maxime Dénès2017-04-24
|\ \
* \ \ Merge branch v8.6 into trunkGravatar Hugo Herbelin2017-04-22
|\ \ \
| | * | Remove VernacErrorGravatar Gaetan Gilbert2017-04-21
| |/ / |/| |
| | * Fix bug #5476: Ltac has an inconsistent view of hypotheses.Gravatar Pierre-Marie Pédrot2017-04-19
| |/ |/|
| * Merge PR#538: Correction of bug #4306Gravatar Maxime Dénès2017-04-19
| |\
* | | Add a test for bug #5321: clearbody breaks typing of goal.Gravatar Pierre-Marie Pédrot2017-04-17
* | | Merge branch 'v8.6' into trunkGravatar Maxime Dénès2017-04-15
|\| |
| * | Fixing bug #5470 (anomaly on notations with misused "binder" type).Gravatar Hugo Herbelin2017-04-14
| * | Fixing bug #5469 (notation format not recognizing curly braces).Gravatar Hugo Herbelin2017-04-14
| * | Fix anomaly when doing [all:Check _.] during a proof.Gravatar Gaetan Gilbert2017-04-14
* | | Merge PR#422: Supporting all kinds of binders, including 'pat, in syntax of r...Gravatar Maxime Dénès2017-04-12
|\ \ \
* \ \ \ Merge PR#532: Clean Nsatz implementation.Gravatar Maxime Dénès2017-04-11
|\ \ \ \
* \ \ \ \ Merge PR#537: Efficient side-effect abstractionGravatar Maxime Dénès2017-04-11
|\ \ \ \ \
* | | | | | Adding a test for 'rewrite in *' when an evar is solved by side-effect.Gravatar Pierre-Marie Pédrot2017-04-10
* | | | | | Adding a test for the correctness of normalization in legacy typeclasses.Gravatar Pierre-Marie Pédrot2017-04-10
| | * | | | Fix an algorithmic issue in Nsatz.Gravatar Pierre-Marie Pédrot2017-04-09
| | | | * | Fixing #5460 (limitation in computing deps in pattern-matching compilation).Gravatar Hugo Herbelin2017-04-08
* | | | | | Merge branch 'master' into econstrGravatar Pierre-Marie Pédrot2017-04-07
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge PR#530: [toplevel] Remove exception error printer in favor of feedback ...Gravatar Maxime Dénès2017-04-07
| |\ \ \ \ \
| * \ \ \ \ \ Merge PR#455: Farewell decl_modeGravatar Maxime Dénès2017-04-06
| |\ \ \ \ \ \
| | | | | | * \ Merge branch 'origin/v8.5' into v8.6.Gravatar Hugo Herbelin2017-04-06
| | | | | | |\ \
| | | * | | | | | [toplevel] Remove exception error printer in favor of feedback printer.Gravatar Emilio Jesus Gallego Arias2017-04-05
| | |/ / / / / / | |/| | | | | |
| | | | | | | * closing bug file for #4306Gravatar Julien Forest2017-04-04
| | | | | | | * bug file for 4306Gravatar Julien Forest2017-04-04
| | | * | | | | Adding tests for chained abstract tactics.Gravatar Pierre-Marie Pédrot2017-04-04
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'trunk' into pr379Gravatar Maxime Dénès2017-04-04
|\| | | | | |
| | | | * | | Test file for #5435: [Eval native_compute in] raises anomaly.Gravatar Maxime Dénès2017-04-04
| | | | | |/ | | | | |/|
| * | | | | Merge branch 'v8.6' into trunkGravatar Maxime Dénès2017-04-03
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Instances should obey universe binders even when defined by tactics.Gravatar Gaetan Gilbert2017-04-03
| * | | | | Merge PR#417: No cast surgery in let inGravatar Maxime Dénès2017-04-03
| |\ \ \ \ \
| | | * | | | Add test file for #4957.Gravatar Maxime Dénès2017-04-03
| * | | | | | Merge branch 'v8.6' into trunkGravatar Maxime Dénès2017-03-30
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Run non-tactic comands without resilient_commandGravatar Tej Chajed2017-03-29
* | | | | | | Merge branch 'trunk' into pr379Gravatar Maxime Dénès2017-03-24
|\| | | | | |
| | | * | | | Applying same convention as in Definition for printing type in a let in.Gravatar Hugo Herbelin2017-03-24
| | |/ / / / | |/| | | |
| | | | * | Supporting arbitrary binders in record fields, including e.g. patterns.Gravatar Hugo Herbelin2017-03-23
| | | | * | A test checking for non-collision of name in irrefutable patterns.Gravatar Hugo Herbelin2017-03-23
| | |_|/ / | |/| | |
| * | | | Merge branch 'v8.6' into trunkGravatar Maxime Dénès2017-03-23
| |\| | |
| | * | | Merge PR#507: Intern names bound in match patternsGravatar Maxime Dénès2017-03-23
| | |\ \ \
| | | * | | Intern names bound in match patternsGravatar Tej Chajed2017-03-23
| * | | | | Merge branch 'v8.6' into trunkGravatar Maxime Dénès2017-03-23
| |\| | | |
| * | | | | Make IZR use a compact representation of integers.Gravatar Guillaume Melquiond2017-03-22
| | * | | | funind: Ignore missing info for current functionGravatar Tej Chajed2017-03-22
| | |/ / /
| * | | | Merge branch 'v8.6'Gravatar Pierre-Marie Pédrot2017-03-22
| |\| | |
| * | | | [pp] Make feedback the only logging mechanism.Gravatar Emilio Jesus Gallego Arias2017-03-21
| | * | | Merge PR#429: Don't require printing-only notation to be productiveGravatar Maxime Dénès2017-03-17
| | |\ \ \
| * | | | | Report missing tactic arguments in error messageGravatar Tej Chajed2017-03-14
| | * | | | Merge PR#359: Fix bug 4969, autoapply was not tagging shelved subgoals correc...Gravatar Maxime Dénès2017-03-10
| | |\ \ \ \
| | | | | * | Farewell decl_modeGravatar Enrico Tassi2017-03-07
| | |_|_|/ / | |/| | | |