aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Also a less intrusive Profile.init_profile.Gravatar Hugo Herbelin2017-07-20
* A less intrusive Profile.close_profile.Gravatar Hugo Herbelin2017-07-20
* Merge PR #770: [proof] Move bullets to their own module.Gravatar Maxime Dénès2017-07-19
|\
* \ Merge PR #788: [API] Remove `open API` in ml files in favor of `-open API` flag.Gravatar Maxime Dénès2017-07-19
|\ \
* \ \ Merge PR #895: [ci] VST is now built with IGNORECOQVERSION=true.Gravatar Maxime Dénès2017-07-19
|\ \ \
| * | | [ci] VST is now built with IGNORECOQVERSION=true.Gravatar Théo Zimmermann2017-07-18
|/ / /
* | | Merge PR #781: Remove dead code [Universes.simplify_universe_context]Gravatar Maxime Dénès2017-07-17
|\ \ \
* \ \ \ Merge PR #783: Remove some useless code in Term_typingGravatar Maxime Dénès2017-07-17
|\ \ \ \
* \ \ \ \ Merge PR #822: [meta] [api] Fix META file for API introduction.Gravatar Maxime Dénès2017-07-17
|\ \ \ \ \
| | | | * | [funind] Remove spurious character in comment.Gravatar Emilio Jesus Gallego Arias2017-07-17
| | | | * | [API] Remove `open API` in ml files in favor of `-open API` flag.Gravatar Emilio Jesus Gallego Arias2017-07-17
| | | | * | [meta] [api] Fix META file for API introduction.Gravatar Emilio Jesus Gallego Arias2017-07-17
| |_|_|/ / |/| | | |
* | | | | Merge PR #878: Prepare De Bruijn universe abstractions, Episode II: Upper layersGravatar Maxime Dénès2017-07-17
|\ \ \ \ \
* \ \ \ \ \ Merge PR #881: Adapting base_include to 91df40272 (body_of_constant_body move...Gravatar Maxime Dénès2017-07-17
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge PR #879: Adding debug printers related to universesGravatar Maxime Dénès2017-07-17
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge PR #874: Adding econstr printer to "include" file.Gravatar Maxime Dénès2017-07-17
|\ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ Merge PR #872: [travis] Display info on tested commit for PR builds.Gravatar Maxime Dénès2017-07-17
|\ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ Merge PR #865: RefMan-ext: fix some typosGravatar Maxime Dénès2017-07-17
|\ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ Merge PR #862: Adding support for bindings tags to explicit prefix/suffix rat...Gravatar Maxime Dénès2017-07-17
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | Adapting to 91df40272 (body_of_constant_body moved to global).Gravatar Hugo Herbelin2017-07-16
| |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| | * | | | | | | | | Update with non structurally recursiveGravatar william-lawvere2017-07-14
| | | | | * | | | | | Adding debug printers related to universes in the default debugger source file.Gravatar Pierre-Marie Pédrot2017-07-14
| |_|_|_|/ / / / / / |/| | | | | | | | |
| | | | | * | | | | Fix a typo in dev/changes.Gravatar Pierre-Marie Pédrot2017-07-14
| | | | | * | | | | Document the changes in API brought by this series of patches.Gravatar Pierre-Marie Pédrot2017-07-14
| | | | | * | | | | Getting rid of abstraction breaking code in tclABSTRACT.Gravatar Pierre-Marie Pédrot2017-07-14
| | | | | * | | | | Removing a use of AUContext.instance in the STM.Gravatar Pierre-Marie Pédrot2017-07-13
| | | | | * | | | | Removing the uses of abstraction-breaking code in Lemmas.Gravatar Pierre-Marie Pédrot2017-07-13
| | | | | * | | | | 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 econstr printer to "include" file.Gravatar Hugo Herbelin2017-07-12
| |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Adding a comment regarding De Bruijn universe indices in the kernel.Gravatar Pierre-Marie Pédrot2017-07-12
| | | | * | | | | [travis] Display info on tested commit for PR builds.Gravatar Théo Zimmermann2017-07-11
* | | | | | | | | 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