index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pretyping
/
evarutil.ml
Commit message (
Expand
)
Author
Age
*
Making Evarutil.new_evar monotonous.
Pierre-Marie Pédrot
2015-10-18
*
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-10-15
|
\
|
*
Fix some typos.
Guillaume Melquiond
2015-10-13
*
|
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-10-02
|
\
|
*
|
Hardening the API of evarmaps.
Pierre-Marie Pédrot
2015-09-26
|
*
Fixing bug #4347: Not_found Exception with some Records.
Pierre-Marie Pédrot
2015-09-26
|
/
*
Fix for a second avatar of bug #4234.
Pierre-Marie Pédrot
2015-05-13
*
Fixing bug #4234.
Pierre-Marie Pédrot
2015-05-12
*
Tactical `progress` compares term up to potentially equalisable universes.
Arnaud Spiwack
2015-04-22
*
STM: proof state also includes meta counters
Enrico Tassi
2015-02-25
*
[Proofview.tclPROGRESS]: do not consider that trivial goal instantiation is p...
Arnaud Spiwack
2015-02-24
*
Update headers.
Maxime Dénès
2015-01-12
*
Tentatively more informative report of failure when inferring
Hugo Herbelin
2014-12-11
*
Occur-check in refine.
Arnaud Spiwack
2014-12-04
*
Move the handling of the principal evar from refine to evd.
Arnaud Spiwack
2014-10-16
*
Move the handling a new evars from the [Proofview.Refine] module to [Evd].
Arnaud Spiwack
2014-10-16
*
A few Global.env removed.
Hugo Herbelin
2014-10-04
*
Add syntax for naming new goals in refine: writing ?[id] instead of _
Hugo Herbelin
2014-09-30
*
Merging some functions from evarutil.ml/evd.ml.
Hugo Herbelin
2014-09-29
*
In evarconv and unification, expand folded primitive projections to
Matthieu Sozeau
2014-09-29
*
Revert specific syntax for primitive projections, avoiding ugly
Matthieu Sozeau
2014-09-17
*
Using "Evd.restrict" in tactic clear so as to keep evar names.
Hugo Herbelin
2014-09-13
*
Providing a -type-in-type option for collapsing the universe hierarchy.
Hugo Herbelin
2014-09-13
*
Uniformisation of the order of arguments env and sigma.
Hugo Herbelin
2014-09-12
*
Referring to evars by names. Added a parser for evars (but parsing of
Hugo Herbelin
2014-09-12
*
- Fix has_undefined_evars not using its or_sorts argument anymore.
Matthieu Sozeau
2014-08-03
*
Use kernel conversion on terms that contain universe variables during unifica...
Matthieu Sozeau
2014-07-20
*
Add interface function to replace new_Type ()
Matthieu Sozeau
2014-07-14
*
Cleanup treatment of template universe polymorphism (thanks to E. Tassi
Matthieu Sozeau
2014-06-20
*
Removing dead code.
Pierre-Marie Pédrot
2014-06-17
*
Fixing "clear" in internal_cut_replace: forbid dependencies in the
Hugo Herbelin
2014-06-13
*
Collecting in Namegen those conventional default names that are used in diffe...
Hugo Herbelin
2014-06-04
*
Reuse universe level substitutions for template polymorphism, fixing performance
Matthieu Sozeau
2014-05-09
*
Cleanup code in pretyping/evarutil
Matthieu Sozeau
2014-05-08
*
Fix performance problem with unification in presence of universes (bug #3302)...
Matthieu Sozeau
2014-05-08
*
- Fix treatment of global universe constraints which should be passed along
Matthieu Sozeau
2014-05-06
*
Try a new way of handling template universe levels
Matthieu Sozeau
2014-05-06
*
Restore reasonable performance by not allocating during universe checks,
Matthieu Sozeau
2014-05-06
*
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-05-06
*
Better representation of evar filters: we represent the vacuous filters of
Pierre-Marie Pédrot
2014-04-23
*
Remove some dead-code (thanks to ocaml warnings)
Pierre Letouzey
2014-03-05
*
Remove many superfluous 'open' indicated by ocamlc -w +33
Pierre Letouzey
2014-03-05
*
Made Pre_env.lazy_val opaque.
Pierre-Marie Pédrot
2014-02-11
*
Tracking memory misallocation by trying to improve sharing.
Pierre-Marie Pédrot
2014-02-03
*
Using Map.smartmap whenever deemed useful.
Pierre-Marie Pédrot
2014-01-29
*
STM: additional fix for STM + vm_compute
Enrico Tassi
2014-01-07
*
Removing useless meta-related functions.
Pierre-Marie Pédrot
2013-12-03
*
Better heuristic for name generation backward compatibility. We fallback
Pierre-Marie Pédrot
2013-11-30
*
Tentative fix to recover fresh name generation as it was before
Pierre-Marie Pédrot
2013-11-30
*
Factoring: is_section_variable.
Arnaud Spiwack
2013-11-25
[next]