| Commit message (Expand) | Author | Age |
* | Added a CString module. | ppedrot | 2012-11-13 |
* | Monomorphized a lot of equalities over OCaml integers, thanks to | ppedrot | 2012-11-08 |
* | Change [Hints Resolve] to still accept constrs as arguments | msozeau | 2012-10-31 |
* | Removed many calls to OCaml generic equality. This was done by | ppedrot | 2012-10-29 |
* | Change Hint Resolve, Immediate to take a global reference as argument | msozeau | 2012-10-26 |
* | Split Tacinterp in 3 files : Tacsubst, Tacintern and Tacinterp | letouzey | 2012-10-16 |
* | Continue killing hidden tactics : no more generated h_xxx | letouzey | 2012-10-15 |
* | still some more dead code removal | letouzey | 2012-10-06 |
* | remove useless hidden_flag in TacMutual(Co)Fix | letouzey | 2012-10-06 |
* | cosmetic concerning interp of TacShowHyps | letouzey | 2012-10-06 |
* | remove Refiner.abstract_tactic and similar | letouzey | 2012-10-06 |
* | Adapt pieces of code needing -rectypes | letouzey | 2012-10-06 |
* | Clean-up : removal of Proof_type.tactic_expr | letouzey | 2012-10-06 |
* | Clean-up of proof_type.ml : no more Nested nor abstract_tactic_box | letouzey | 2012-10-06 |
* | Revert r15851 "En cours pour bug 2836". | herbelin | 2012-10-04 |
* | Improving error message when abtraction over goal (abstract_list_all | herbelin | 2012-10-04 |
* | En cours pour bug 2836 | herbelin | 2012-10-04 |
* | Remove some more "open" and dead code thanks to OCaml4 warnings | letouzey | 2012-10-02 |
* | Added a new tactical infoH tac, that displays the names of hypothesis created... | courtieu | 2012-10-01 |
* | Fixing Show Script issues. | ppedrot | 2012-09-20 |
* | More cleaning in CArray... | ppedrot | 2012-09-18 |
* | Cleaning interface of Util. | ppedrot | 2012-09-18 |
* | More cleaning on Utils and CList. Some parts of the code being | ppedrot | 2012-09-17 |
* | Some documentation and cleaning of CList and Util interfaces. | ppedrot | 2012-09-15 |
* | As r15801: putting everything from Util.array_* to CArray.*. | ppedrot | 2012-09-14 |
* | Partial revert of Yann commit in order to use CLib.List when opening | ppedrot | 2012-09-14 |
* | Moving Utils.list_* to a proper CList module, which includes stdlib | ppedrot | 2012-09-14 |
* | This patch removes unused "open" (automatically generated from | regisgia | 2012-09-14 |
* | The new ocaml compiler (4.00) has a lot of very cool warnings, | regisgia | 2012-09-14 |
* | fast bitwise operations (lor,land,lxor) on int31 and BigN | letouzey | 2012-08-11 |
* | Updating headers. | herbelin | 2012-08-08 |
* | Dump references in reduction tactics | pboutill | 2012-08-05 |
* | Dump references | pboutill | 2012-08-05 |
* | Reductionops refactoring | pboutill | 2012-07-20 |
* | Fix typeclass error handling which was sometimes raising a Failure ("hd"). | msozeau | 2012-07-11 |
* | Better treatment of error messages in rewrite (avoid use of Errors.print). | msozeau | 2012-07-10 |
* | The tactic remember now accepts a final eqn:H option (grant wish #2489) | letouzey | 2012-07-09 |
* | induction/destruct : nicer syntax for generating equations (solves #2741) | letouzey | 2012-07-09 |
* | Fix order of introduction of hints to preserve most-recent-first semantics. | msozeau | 2012-07-06 |
* | rewrite_db : a first attempt at using rewrite_strat for a quicker autorewrite | letouzey | 2012-07-05 |
* | ZArith + other : favor the use of modern names instead of compat notations | letouzey | 2012-07-05 |
* | Fixes in rewriting by strategies (almost ready to be documented!): | msozeau | 2012-07-05 |
* | Fixing previous commit. | ppedrot | 2012-06-28 |
* | Fixing info_auto / info_trivial display. | ppedrot | 2012-06-28 |
* | Added an indirection with respect to Loc in Compat. As many [open Compat] | ppedrot | 2012-06-22 |
* | Fix bug #2790: wrong handling of Set -> Prop -> Prop products in setoid rewri... | msozeau | 2012-06-19 |
* | Replacing some str with strbrk | ppedrot | 2012-06-04 |
* | Forward-port fixes from 8.4 (15358, 15353, 15333). | msozeau | 2012-06-04 |
* | More cleaning | ppedrot | 2012-06-01 |
* | Cleaning Pp.ppnl use | ppedrot | 2012-06-01 |