aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel
Commit message (Expand)AuthorAge
* STM: fix for PG and "Proof term" lines.Gravatar gareuselesinge2013-11-05
* Fixup bug 3145Gravatar pboutill2013-11-03
* Adds a tactic give_up.Gravatar aspiwack2013-11-02
* Made multiple-goal tactic work after all: .Gravatar aspiwack2013-11-02
* Adds a shelve tactic.Gravatar aspiwack2013-11-02
* Less use of the list-based interface for goal-bound tactics.Gravatar aspiwack2013-11-02
* Tachmach.New is now in Proofview.Goal.enter style.Gravatar aspiwack2013-11-02
* More Proofview.Goal.enter.Gravatar aspiwack2013-11-02
* Fixes parsing of all: followed by a typechecking/evaluation command.Gravatar aspiwack2013-11-02
* Adds a new goal selector "all:".Gravatar aspiwack2013-11-02
* Replaced monads.ml by an essentially equivalent proofview_gen.ml generated by...Gravatar aspiwack2013-11-02
* Removed spurious try/with in Proofview.Notation.(>>=) and (>>==).Gravatar aspiwack2013-11-02
* Clean up a warning.Gravatar aspiwack2013-11-02
* The tactic [admit] exits with the "unsafe" status.Gravatar aspiwack2013-11-02
* Clean-up: removed redundant notations (>>-) and (>>--) from Proofview.Notations.Gravatar aspiwack2013-11-02
* Getting rid of Goal.here, and all the related exceptions and combinators.Gravatar aspiwack2013-11-02
* Makes the new Proofview.tactic the basic type of Ltac.Gravatar aspiwack2013-11-02
* Future: better doc + restore ~pure optimizationGravatar gareuselesinge2013-10-31
* Conv_orable made functional and part of pre_envGravatar gareuselesinge2013-10-31
* Revert the two last commits. My bad, I messed up git-svn commands...Gravatar ppedrot2013-10-29
* Profile only when CAMLRUNPARAM is set.Gravatar ppedrot2013-10-29
* Printing heap on every processed sentence.Gravatar ppedrot2013-10-29
* Removing Evd.undefined_evars.Gravatar ppedrot2013-10-28
* More monomorphic List.mem + List.assoc + ...Gravatar letouzey2013-10-24
* Turn many List.assoc into List.assoc_fGravatar letouzey2013-10-24
* cList: a few alternative to hashtbl-based uniquize, distinct, subsetGravatar letouzey2013-10-23
* cList.index is now cList.index_f, same for index0Gravatar letouzey2013-10-23
* cList: set-as-list functions are now with an explicit comparisonGravatar letouzey2013-10-23
* Moving potentially costly computation from exception raising to messageGravatar ppedrot2013-10-22
* STM: proper error message if the GUI edits_at a dummy stateGravatar gareuselesinge2013-10-22
* STM: do not enrich exceptions more than onceGravatar gareuselesinge2013-10-22
* STM: send the gui the status of the slavesGravatar gareuselesinge2013-10-22
* Coqtop: fix looping over a broken state.Gravatar gareuselesinge2013-10-18
* declaration_hooks use EphemeronGravatar gareuselesinge2013-10-18
* Future: ported to Ephemeron + exception enhancingGravatar gareuselesinge2013-10-18
* STM: not optimize proofs containing an UndoGravatar gareuselesinge2013-10-18
* Remove some uses of local modules (some were unused, some were costly).Gravatar xclerc2013-10-14
* STM: prefix debug messages with slave-idGravatar gareuselesinge2013-10-11
* More comments in ide_slaveGravatar gareuselesinge2013-10-11
* STM: cancel slaves working on outdated jobsGravatar gareuselesinge2013-10-11
* STM: a proof with nested proofs cannot be delegatedGravatar gareuselesinge2013-10-10
* STM: add "Stm Wait" to wait for the slaves to complete their jobsGravatar gareuselesinge2013-10-10
* Clib: fold_left_until added to CListGravatar gareuselesinge2013-10-10
* STM: new command "Stm PrintDag" to force printing the dag to /tmpGravatar gareuselesinge2013-10-07
* STM: fix verbosity of queriesGravatar gareuselesinge2013-10-07
* STM: spit a warning if an out of bound Back* command is issuedGravatar gareuselesinge2013-10-07
* coqtop: init STM before loading rcfileGravatar gareuselesinge2013-10-07
* Removing uses of Evar.add in class-related functions.Gravatar ppedrot2013-10-06
* Removing dubious use of evarmap manipulating functions in printingGravatar ppedrot2013-10-05
* Moving side effects into evar_map. There was no reason to keep anotherGravatar ppedrot2013-10-05