index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pretyping
/
pretyping.ml
Age
Commit message (
Expand
)
Author
2018-12-12
Merge PR #9150: [doc] Enable Warning 50 [incorrect doc comment] and fix comme...
Maxime Dénès
2018-12-09
[doc] Enable Warning 50 [incorrect doc comment] and fix comments.
Emilio Jesus Gallego Arias
2018-12-06
Revise API for global universes.
Gaëtan Gilbert
2018-12-06
Fix race condition triggered by fresh universe generation
Maxime Dénès
2018-11-28
[options] New helper for creation of boolean options plus reference.
Emilio Jesus Gallego Arias
2018-11-27
Merge PR #9046: Goptions.declare_* functions return unit instead of a write_f...
Emilio Jesus Gallego Arias
2018-11-23
s/let _ =/let () =/ in some places (mostly goptions related)
Gaëtan Gilbert
2018-11-21
Make initial evar map argument to check_evars_are_solved optional.
Gaëtan Gilbert
2018-11-16
Remove the implicit tactic feature following #7229.
Pierre-Marie Pédrot
2018-11-05
Merge PR #8842: Towards seeing Global purely as a wrapper on top of kernel fu...
Maxime Dénès
2018-11-03
Merge PR #8852: Use the obligation evar flag
Pierre-Marie Pédrot
2018-10-31
Renaming is_template_polymorphic -> is_template_polymorphic_ind.
Hugo Herbelin
2018-10-30
Distinguish globalization and pretyping error on unbound variable
Maxime Dénès
2018-10-30
Switch to using the obligation_evar flag instead of the evar source
Matthieu Sozeau
2018-10-26
Cleanup evar_extra: remove evar_info's store and add maps to evar_map
Matthieu Sozeau
2018-10-16
Simplify fresh_foo_instance functions and pretyping of univ instance
Gaëtan Gilbert
2018-10-03
[pretyper] Remove imperative passing of evar_map.
Emilio Jesus Gallego Arias
2018-10-03
[pretyper] Less imperative passing of the evar_map, part II.
Emilio Jesus Gallego Arias
2018-10-03
[pretyper] Less imperative passing of the evar_map, part I.
Emilio Jesus Gallego Arias
2018-10-03
Merge PR #8634: (For v8.9 and master) Remove -compat 8.6 and document the com...
Théo Zimmermann
2018-10-02
Update the -compat flags
Jason Gross
2018-10-02
Revert #6651: Use r.(p) syntax to print primitive projections
Maxime Dénès
2018-09-27
Merge PR #8545: Functionalize evarmap passing in Cases.ml
Emilio Jesus Gallego Arias
2018-09-26
[print] Restrict use of "debug" Termops printer.
Emilio Jesus Gallego Arias
2018-09-26
Merge PR #7309: Made names of existential variables interpretable as Ltac var...
Pierre-Marie Pédrot
2018-09-26
Making cases.ml use state-passing instead of the evdref idiom.
Pierre-Marie Pédrot
2018-09-24
Fixes #8215 ("critical" bug of type inference in interpreting evars by names).
Hugo Herbelin
2018-09-11
Made names of existential variables interpretable as Ltac variables.
Hugo Herbelin
2018-09-10
Relying on the precomputation of the renaming also for new_evar_type.
Hugo Herbelin
2018-09-10
Fixing an inconsistency in interpreting Ltac names linking to binder names.
Hugo Herbelin
2018-09-10
Moving part of pretyping dealing with ltac and renaming in new module GlobEnv.
Hugo Herbelin
2018-09-10
Minor cosmetic unifying of layout in pretyping.ml.
Hugo Herbelin
2018-09-10
Files pretyping.ml, glob_obs.ml, evarutil.ml: rewording/typos in some comments.
Hugo Herbelin
2018-08-17
More efficient computation of avoided variables during pretyping.
Pierre-Marie Pédrot
2018-07-24
Projections use index representation
Gaëtan Gilbert
2018-07-17
Change QuestionMark for better record field missing error message.
Siddharth Bhat
2018-06-18
Remove reference name type.
Maxime Dénès
2018-06-12
[api] Misctypes removal: several moves:
Emilio Jesus Gallego Arias
2018-06-04
Stronger invariants in unification signature.
Pierre-Marie Pédrot
2018-05-30
[api] Remove deprecated object from `Term`
Emilio Jesus Gallego Arias
2018-05-23
Collecting List.smart_* functions into a module List.Smart.
Hugo Herbelin
2018-05-22
Merge PR #7384: Split Universes
Pierre-Marie Pédrot
2018-05-18
Merge PR #6965: [api] Move universe syntax to `Glob_term`
Pierre-Marie Pédrot
2018-05-17
Make set minimization option internal to Universes
Gaëtan Gilbert
2018-05-11
Deprecate Evarconv.e_conv,e_cumul
Gaëtan Gilbert
2018-05-08
[api] Move universe syntax to `Glob_term`
Emilio Jesus Gallego Arias
2018-04-26
Pretyping: Fixing a de Bruijn bug in interpreting default instances of evars.
Hugo Herbelin
2018-04-13
Evar maps contain econstrs.
Gaëtan Gilbert
2018-03-31
[econstr] Forbid calling `to_constr` in open terms.
Emilio Jesus Gallego Arias
2018-03-09
[located] Push inner locations in `reference` to a CAst.t node.
Emilio Jesus Gallego Arias
[next]