index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pretyping
Age
Commit message (
Expand
)
Author
2016-09-15
Untangling Tacexpr from lower strata.
Pierre-Marie Pédrot
2016-09-08
Unplugging Tacexpr in several interface files.
Pierre-Marie Pédrot
2016-09-08
Merge PR #244.
Pierre-Marie Pédrot
2016-08-30
CLEANUP: switching from "right-to-left" to "left-to-right" function compositi...
Matej Kosik
2016-08-30
CLEANUP: using |> operator more consistently
Matej Kosik
2016-08-29
CLEANUP: taking advantage of "_ % _" operator to express function composition...
Matej Kosik
2016-08-26
CLEANUP: rename "Context.Named.{to,of}_rel" functions to "Context.Named.{to,o...
Matej Kosik
2016-08-25
Merge remote-tracking branch 'v8.6' into trunk
Matej Kosik
2016-08-24
CLEANUP: minor readability improvements
Matej Kosik
2016-08-24
CLEANUP: removing calls of the "Context.Named.Declaration.to_tuple" function
Matej Kosik
2016-08-24
CLEANUP: removing superfluous (module) qualifiers
Matej Kosik
2016-08-24
Changing the definition of the "Lib.variable.info" type to enable us to do mo...
Matej Kosik
2016-08-24
Merge PR #258: "Fix newline issues" into v8.6
Pierre-Marie Pédrot
2016-08-22
Pushing error backtrace in unification reraise.
Pierre-Marie Pédrot
2016-08-21
Do not recompute the whole evar naming environment in GProd intepretation.
Pierre-Marie Pédrot
2016-08-21
Short path for Pretyping.ltac_interp_name_env.
Pierre-Marie Pédrot
2016-08-20
Fixing a bug in the presence of let-in while inferring the return clause.
Hugo Herbelin
2016-08-19
Make the user_err header an optional parameter.
Emilio Jesus Gallego Arias
2016-08-19
Remove errorlabstrm in favor of user_err
Emilio Jesus Gallego Arias
2016-08-19
Unify location handling of error functions.
Emilio Jesus Gallego Arias
2016-08-19
[pp] Fix newline issues.
Emilio Jesus Gallego Arias
2016-08-17
Two protections against failures when printing evar_map.
Hugo Herbelin
2016-08-16
Efficiently generate the pretyping contexts.
Pierre-Marie Pédrot
2016-08-10
Make it a bit more obvious when variables are of type unit.
Guillaume Melquiond
2016-08-06
Using a dedicated kind of substitutions in evar name generation.
Pierre-Marie Pédrot
2016-08-05
Using the extended contexts in pretyping.
Pierre-Marie Pédrot
2016-08-04
Embedding the pretyping environment in a dummy record.
Pierre-Marie Pédrot
2016-07-18
A new step on using alpha-conversion in printing notations.
Hugo Herbelin
2016-07-17
Partial fix to #4592 (notation requiring alpha-conversion for printing).
Hugo Herbelin
2016-07-08
Remove spurious warnings about projections when requiring modules.
Pierre-Marie Pédrot
2016-07-07
Merge branch 'v8.5' into v8.6
Pierre-Marie Pédrot
2016-07-07
Merge remote-tracking branch 'github/bug4653' into v8.6
Matthieu Sozeau
2016-07-06
Fix reopened bug #3317.
Matthieu Sozeau
2016-07-06
Disallow dependent case on prim records w/o eta
Matthieu Sozeau
2016-07-06
Renaming to more generic has_dependent_elim test
Matthieu Sozeau
2016-07-06
Move is_prim... to Inductiveops and correct Scheme
Matthieu Sozeau
2016-07-06
Univs: fix internalization of (x := T) and casts
Matthieu Sozeau
2016-07-04
Merge branch 'v8.5' into trunk
Maxime Dénès
2016-07-04
congruence: Restrict refreshing to Set
Matthieu Sozeau
2016-07-04
congruence/univs: properly refresh (fix #4609)
Matthieu Sozeau
2016-07-03
closure.ml renamed into cClosure.ml (avoid clash with a compiler-libs module)
Pierre Letouzey
2016-07-03
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2016-07-01
Add and document match, fix and cofix reduction flags.
Maxime Dénès
2016-07-01
Make semantics of whd_zeta consistent with other whd_* functions.
Maxime Dénès
2016-07-01
Separate flags for fix/cofix/match reduction and clean reduction function names.
Maxime Dénès
2016-06-29
Program: cleanup in cases, add options
Matthieu Sozeau
2016-06-29
Univs: add source locations of levels
Matthieu Sozeau
2016-06-29
A new infrastructure for warnings.
Maxime Dénès
2016-06-27
Refine fix for bug #4097, avoid proj expansion
Matthieu Sozeau
2016-06-27
Rework treatment of default transparency of obligations
Matthieu Sozeau
[next]