| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-02 | A debug printer for Evd.Filter.t | Pierre Boutillier | |
| 2014-04-02 | Add a test case for bug 3251 | Jason Gross | |
| It was closed in 5b39c3535f7b3383d89d7b844537244a4e7c0eca. | |||
| 2014-04-02 | STM: be more resilient to explicit Back + Sideff commands (closes: 3251) | Enrico Tassi | |
| 2014-04-02 | Fix Bug 3131 + Really drop mentions of info in refman. | Pierre Boutillier | |
| 2014-04-02 | Fix Bug 3217 | Pierre Boutillier | |
| Normalize the term to see if there are arguments to daclare implicits only if at least one argument occurs in the non normal form | |||
| 2014-04-02 | Better error message when found more than once object of name ... | Pierre Boutillier | |
| 2014-04-01 | Evars introduced by Proofview refining are flagged as GoalEvar. For some | Pierre-Marie Pédrot | |
| reasons, some code depends on it. | |||
| 2014-04-01 | Updated debugging printers | Hugo Herbelin | |
| 2014-04-01 | Propagating conversion_problem towards (postponed) evar/evar problems. | Hugo Herbelin | |
| Incidentally simplifies where evar/evar problems are treated (in evar_define and imitate rather than solve_simple_eqn). | |||
| 2014-04-01 | Fixing bug #2900 (evar/evar unif was supposed to be treated in | Hugo Herbelin | |
| solve_simple_eqn but in case the second evar was hidden behind a local variable, it arrived in evar_define and imitate, wrongly assuming progress). | |||
| 2014-03-31 | Removing the Change_evar refiner rule. | Pierre-Marie Pédrot | |
| 2014-03-31 | Removing dead code in Tactics. | Pierre-Marie Pédrot | |
| 2014-03-28 | Using the new refine interface to define ML tactics. | Pierre-Marie Pédrot | |
| 2014-03-28 | Lighter interface for creating refining tactics. | Pierre-Marie Pédrot | |
| 2014-03-28 | Newline on -slash warning in coqdep. | Pierre-Marie Pédrot | |
| 2014-03-28 | Define Tactics.bring_hyps in the new monad. | Pierre-Marie Pédrot | |
| 2014-03-27 | Removing tactic compatibility layer from Eqdecide. | Pierre-Marie Pédrot | |
| 2014-03-27 | Cosmetic changes in Equality. | Pierre-Marie Pédrot | |
| 2014-03-26 | Adding a tclEFFECTS primitive allowing to push STM side-effects in tactics. | Pierre-Marie Pédrot | |
| 2014-03-26 | Removing Tacmach compatibility layer in Equality. | Pierre-Marie Pédrot | |
| 2014-03-26 | Removing tactic compatibility layer in Equality. | Pierre-Marie Pédrot | |
| 2014-03-26 | Removing Tacmach compatibility layer in Inv. | Pierre-Marie Pédrot | |
| 2014-03-26 | Removing tactic compatibility layer from Inv. | Pierre-Marie Pédrot | |
| 2014-03-26 | STM: when an error occurs in a worker send back a bunch of states | Enrico Tassi | |
| In this way when the user fixes the script only a small part of the broken proof has to be recomputed on master. The density of states sent back decreases as they get far from the error. I.e. counting from the error, the worker sends back states at distance 0 1 2 3 5 7 10 14 19 26 35 47... | |||
| 2014-03-26 | CoqIDE: better error reporting for Qed on incomplete proof | Enrico Tassi | |
| 2014-03-26 | test for apply + TC resolution | Enrico Tassi | |
| 2014-03-26 | Adding an interface to Eqdecide and putting the grammar rules in a dedicated | Pierre-Marie Pédrot | |
| file. | |||
| 2014-03-26 | Moving some tactic code to the new engine. | Pierre-Marie Pédrot | |
| 2014-03-24 | Revert "Makefile: the initial build of grammar.cma is now directory-driven" | Pierre Letouzey | |
| This reverts commit f694544d016b085b3cd10007b9f7716ae2c3b022. This commit was wrong, since (at least) the highparsing part depends on the toplevel directory. I still didn't had time to fix that, so in the meantime let's revert it. | |||
| 2014-03-20 | Missing equalities in Names-like structures. | Pierre-Marie Pédrot | |
| 2014-03-20 | Slightly more efficient Array.smartmap & related. | Pierre-Marie Pédrot | |
| 2014-03-20 | Documenting the Print Strategy command. | Pierre-Marie Pédrot | |
| 2014-03-19 | Adding a Print Strategy vernacular command. It allows to check the | Pierre-Marie Pédrot | |
| transparent status of variables and constants. | |||
| 2014-03-19 | Using non-normalized goals in tactic interpretation. | Pierre-Marie Pédrot | |
| 2014-03-19 | Adding phantom types to discriminate normalized goals, and adding a way to | Pierre-Marie Pédrot | |
| observe non-normalized goals. | |||
| 2014-03-18 | Remove the -fno-defer-pop cflag | Jason Gross | |
| According to http://caml.inria.fr/mantis/view.php?id=6346, this flag causes ocamlc to fail on the latest version of xcode, because clang now errors on -fno-defer-pop. According to the same issue, -fno-defer-pop is required for computed gotos if you're using gcc 1.xx, but not gcc 3.4.0 nor 4.4.7 (nor presumably other reasonably modern versions of gcc). I haven't actually tested this, as I don't have a mac, but it's a relatively small change. Signed-off-by: Pierre Boutillier <pierre.boutillier@ens-lyon.org> | |||
| 2014-03-18 | Printing backtraces in coqchk while in debug mode. | Pierre-Marie Pédrot | |
| 2014-03-18 | Fixing checker with respect to new kernel name structure and hashmaps. | Pierre-Marie Pédrot | |
| Some wrong generic equalities and hashes were removed too. | |||
| 2014-03-18 | STM: make the slave start from the most recent known state | Enrico Tassi | |
| 2014-03-18 | STM: make -async-proofs on work from coqc too | Enrico Tassi | |
| 2014-03-17 | Evarconv: exact_ise_stack looks to stack head before bodies or branches | Pierre Boutillier | |
| the order of the inspection is a "random" choise but going back to the old behavior makes the compilation of ssreflect/rat.v 5 times faster ... | |||
| 2014-03-17 | Fix test-suite 2255.v | Pierre Boutillier | |
| 2014-03-16 | consider_remaining_unif_problems respects Conv_oracle | Pierre Boutillier | |
| 2014-03-14 | Changing Retrokwnoledge entry type from kind_of_term to constr. It seems it had | Pierre-Marie Pédrot | |
| no particular purpose. | |||
| 2014-03-13 | nanoPG: better copy/paste | Enrico Tassi | |
| 2014-03-13 | fix compilation with ocaml < 4 | Enrico Tassi | |
| 2014-03-13 | STM: perspective (tell the scheduler what the user sees) | Enrico Tassi | |
| 2014-03-13 | Stateid: export a Set module | Enrico Tassi | |
| 2014-03-13 | STM: move out a couple of submodules | Enrico Tassi | |
| These modules are not as reusable as one may want them to be, but moving them out simplifies a little STM. | |||
| 2014-03-12 | fake_ide: fix compilation | Enrico Tassi | |
