aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Removing the uses of abstraction-breaking code in Obligations.Gravatar Pierre-Marie Pédrot2017-07-13
* Remove the function Global.type_of_global_unsafe.Gravatar Pierre-Marie Pédrot2017-07-13
* The only abstraction-breaking function in Univ is now AUContext.instance.Gravatar Pierre-Marie Pédrot2017-07-13
* Safer API for constr_of_global, and getting rid of unsafe_constr_of_global.Gravatar Pierre-Marie Pédrot2017-07-13
* Getting rid of AUContext abstraction breakers in Elimschemes.Gravatar Pierre-Marie Pédrot2017-07-13
* Getting rid of AUContext abstraction breakers in Discharge.Gravatar Pierre-Marie Pédrot2017-07-13
* Make the typeclass implementation fully compatible with universe polymorphism.Gravatar Pierre-Marie Pédrot2017-07-13
* Safer API for Global.body_of_constant and variants.Gravatar Pierre-Marie Pédrot2017-07-13
* Safer API for Global.type_of_global_in_context.Gravatar Pierre-Marie Pédrot2017-07-13
* Getting rid of AUContext abstraction breakers in Record.Gravatar Pierre-Marie Pédrot2017-07-13
* Getting rid of AUContext abstraction breakers in Search.Gravatar Pierre-Marie Pédrot2017-07-13
* Getting rid of AUContext abstraction breakers in Recordops.Gravatar Pierre-Marie Pédrot2017-07-13
* Merge PR #870: Prepare De Bruijn universe abstractions, Episode I: KernelGravatar Maxime Dénès2017-07-13
|\
| * Adding a comment regarding De Bruijn universe indices in the kernel.Gravatar Pierre-Marie Pédrot2017-07-12
* | Merge PR #871: Update Travis badge following the switch to masterGravatar Maxime Dénès2017-07-11
|\ \
| * | Update Travis badge following the switch to masterGravatar Théo Zimmermann2017-07-11
| | * Moving the last bits of abtraction-breaking code out of the kernel.Gravatar Pierre-Marie Pédrot2017-07-11
| | * Fix nonsensical universe abstraction in the kernel.Gravatar Pierre-Marie Pédrot2017-07-11
| | * Properly handling polymorphic inductive subtyping in the checker.Gravatar Pierre-Marie Pédrot2017-07-11
| | * Properly handling polymorphic inductive subtyping in the kernel.Gravatar Pierre-Marie Pédrot2017-07-11
| | * Cleaning up the implementation of module subtyping in the kernel.Gravatar Pierre-Marie Pédrot2017-07-11
| | * Safe API for accessing universe constraints of global references.Gravatar Pierre-Marie Pédrot2017-07-11
| | * Less footguns in universe handling: remove subst_instance_context.Gravatar Pierre-Marie Pédrot2017-07-11
| | * Asserting that monomorphic section variables have no abstracted context.Gravatar Pierre-Marie Pédrot2017-07-11
| | * Getting rid of simple calls to AUContext.instance.Gravatar Pierre-Marie Pédrot2017-07-11
| |/
* | Merge branch 'v8.7'Gravatar Maxime Dénès2017-07-11
|\ \ | |/ |/|
| * Merge PR #858: [travis] Remove CompCert version check hack.Gravatar Maxime Dénès2017-07-11
| |\
* | \ Merge PR #867: Removing a redundant universe instance information in native c...Gravatar Maxime Dénès2017-07-11
|\ \ \
| | * \ Merge PR #860: use Int.equal instead of polymorphic =Gravatar Maxime Dénès2017-07-11
| | |\ \
| * | | | Removing a redundant universe instance information in native compute.Gravatar Pierre-Marie Pédrot2017-07-10
|/ / / /
| * | | Merge PR #863: Fixing environment in warning "Projection value has no head co...Gravatar Maxime Dénès2017-07-07
| |\ \ \
| * \ \ \ Merge PR #842: Update the Tutorial.Gravatar Maxime Dénès2017-07-07
| |\ \ \ \
| * \ \ \ \ Merge PR #816: In enter_one, not having exactly one goal is a fatal error of ...Gravatar Maxime Dénès2017-07-07
| |\ \ \ \ \
| * \ \ \ \ \ Merge PR #835: Remove doc/refman/RefMan-ind.texGravatar Maxime Dénès2017-07-07
| |\ \ \ \ \ \
| * | | | | | | Set version to 8.7.0~alpha.Gravatar Maxime Dénès2017-07-07
| * | | | | | | Merge PR #844: Better support for make TIMED=1 on WindowsGravatar Maxime Dénès2017-07-07
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge PR #800: Enable fiat-cryptoGravatar Maxime Dénès2017-07-07
| |\ \ \ \ \ \ \ \
| | | | | | | * | | Fixing environment in warning "Projection value has no head constant".Gravatar Hugo Herbelin2017-07-07
* | | | | | | | | | Merge PR #853: Clean 'with Definition' implementation.Gravatar Maxime Dénès2017-07-06
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| | | | | | | | * | use Int.equal instead of polymorphic =Gravatar Paul Steckler2017-07-05
| | | | | | | | | * [travis] Remove CompCert version check hack.Gravatar Emilio Jesus Gallego Arias2017-07-05
| | | | | | | | |/
* | | | | | | | | Merge PR #837: Add inversion_sigma to CHANGES and to docGravatar Maxime Dénès2017-07-05
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge PR #850: Improve grammar in RefMan-Gal and RefMan-synGravatar Maxime Dénès2017-07-05
|\ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ Merge PR #840: Quote $(OCAMLFIND) in CoqMakefile.in for WindowsGravatar Maxime Dénès2017-07-05
|\ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ Merge PR #839: Update .gitignore with doc/tutorial/Tutorial.v.outGravatar Maxime Dénès2017-07-05
|\ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ Merge PR #832: Document an example `Makefile` for `coq_makefile`Gravatar Maxime Dénès2017-07-05
|\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | * | | | | | Revert fiat-crypto overlayGravatar Jason Gross2017-07-04
| |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'v8.6'Gravatar Pierre-Marie Pédrot2017-07-04
|\ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | Bump year in headers.Gravatar Pierre-Marie Pédrot2017-07-04
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| | | | | | | * | | | | Removing dead code in Subtyping.Gravatar Pierre-Marie Pédrot2017-07-04