aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel
Commit message (Expand)AuthorAge
* States: frozen states can hold closuresGravatar gareuselesinge2013-05-06
* Close the .glob file after having saved .voGravatar gareuselesinge2013-05-06
* Improvement of r16204 on reporting tactic error locations: if the mainGravatar herbelin2013-05-05
* Merging Context and Sign.Gravatar ppedrot2013-04-29
* Splitting Term into five unrelated interfaces:Gravatar ppedrot2013-04-29
* Fix compilation (vernac.ml, missing ;)Gravatar gareuselesinge2013-04-25
* Flag ide_slave moved into Flags moduleGravatar gareuselesinge2013-04-25
* raise UnsafeSuccess -> feedback AddedAxiomGravatar gareuselesinge2013-04-25
* Coqide: new feedback mechanism for structured contentGravatar gareuselesinge2013-04-25
* Fix issues with "Reset Initial" in scripts given to coqtop -lGravatar letouzey2013-04-23
* minor cleanup in coqtop.mlGravatar letouzey2013-04-23
* coqtop -compile: avoid with_heavy_rollback when non-interactiveGravatar letouzey2013-04-23
* Coqtop -compile : avoid saving init state when compiling just one fileGravatar letouzey2013-04-23
* Remove deprecated option -no-hash-consing (currently doing nothing)Gravatar letouzey2013-04-23
* code simplifications concerning SummaryGravatar letouzey2013-04-22
* interface.mli and serialize.ml reworked to avoid copy/paste of typesGravatar gareuselesinge2013-04-19
* Only arguments declared as implicit can be renamedGravatar gareuselesinge2013-04-18
* Matching patterns: fixed allow_partial_app which was not working onGravatar herbelin2013-04-17
* Coqc: repair localisation of errors in filesGravatar letouzey2013-04-17
* Improving error message in explain_cannot_find_well_typed_abstraction:Gravatar herbelin2013-04-17
* More functional implementation of locality_flag and program_modeGravatar gareuselesinge2013-04-15
* Backport r16394 from 8.4:Gravatar msozeau2013-04-11
* Fix for bug #3017: wrong handling of the unresolvability statusGravatar msozeau2013-04-03
* Revised infrastructure for lazy loading of opaque proofsGravatar letouzey2013-04-02
* Exporting the SearchAbout filter.Gravatar ppedrot2013-04-02
* Moved the Loadpath part of Library to its own file, and documentedGravatar ppedrot2013-03-26
* Minor code cleaning in CArray / CList.Gravatar ppedrot2013-03-23
* Fix bug# 2994, 2971 about better error messages.Gravatar msozeau2013-03-22
* Robust display of NotConvertibleTypeField errors (fix #3008, #2995)Gravatar letouzey2013-03-21
* Typo dans message d'erreur (obligations).Gravatar herbelin2013-03-21
* Add type information in error message when a constructor is not fullyGravatar herbelin2013-03-21
* Check unexpected "Local" keyword in cmd before opening a proof (fix #2975)Gravatar letouzey2013-03-21
* Removing the module Libtypes and unifying the Search[Pattern|Rewrite]?Gravatar ppedrot2013-03-19
* Making local variable warning verbose by default.Gravatar ppedrot2013-03-18
* Avoid a few overzealous "when Errors.noncritical"Gravatar letouzey2013-03-17
* Embedded exns in LtacLocated and EvaluatedError satisfy Errors.noncriticalGravatar letouzey2013-03-14
* Cerrors: get rid of some FIXMEGravatar letouzey2013-03-14
* Use Pp.msg instead of Pp.pp in -beautify (loss of text otherwise)Gravatar letouzey2013-03-14
* Modules and ppvernac, sequel of Enrico's commit 16261Gravatar letouzey2013-03-13
* Toplevel: improved commentsGravatar letouzey2013-03-13
* Vernac+Toplevel: get rid of Error_in_fileGravatar letouzey2013-03-13
* Vernac+Toplevel: get rid of DuringVernacInterpGravatar letouzey2013-03-13
* Restrict (try...with...) to avoid catching critical exn (part 14)Gravatar letouzey2013-03-13
* Restrict (try...with...) to avoid catching critical exn (part 13)Gravatar letouzey2013-03-13
* Restrict (try...with...) to avoid catching critical exn (part 10)Gravatar letouzey2013-03-13
* invalid_arg instead of raise (Invalid_argement ...)Gravatar letouzey2013-03-12
* Allowing different types of, not to be mixed, generic Stores throughGravatar ppedrot2013-03-12
* Allowing (Co)Fixpoint to be defined local and Let-style.Gravatar ppedrot2013-03-11
* Obligations generated by Program are now local.Gravatar ppedrot2013-03-11
* Added a Local Definition vernacular command. This type of definitionGravatar ppedrot2013-03-11