aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-04-07Merge branch 'master' into econstrPierre-Marie Pédrot
2017-04-07Merge PR#519: Faster side effectsMaxime Dénès
2017-04-07Inline the only use of hcons_j in Term_typing.Pierre-Marie Pédrot
2017-04-06Documenting the fact terms are only hashconsed outside of a section.Pierre-Marie Pédrot
2017-04-05Merge PR#434: Optimizing array mapping in the kernel.Maxime Dénès
2017-04-04Fix substitution of abstracted lemmas.Pierre-Marie Pédrot
2017-04-04Fix bug #5435: [Eval native_compute in] raises anomaly.Maxime Dénès
2017-03-31Make the Constr.kind_of_term type parametric in sorts and universes.Pierre-Marie Pédrot
2017-03-27More efficient check in validity of side-effects.Pierre-Marie Pédrot
2017-03-27Adding the size of the opaquetab in its representation.Pierre-Marie Pédrot
2017-03-27Fix hashconsing of terms in the kernel.Pierre-Marie Pédrot
2017-03-24Merge branch 'trunk' into pr379Maxime Dénès
2017-03-24Merge branch 'v8.6' into trunkMaxime Dénès
2017-03-23Documenting the API of side-effects.Pierre-Marie Pédrot
2017-03-23Using a dedicated datastructure for side effect ordering.Pierre-Marie Pédrot
2017-03-23Making the side_effects type opaque.Pierre-Marie Pédrot
2017-03-23Merge branch 'v8.6' into trunkMaxime Dénès
2017-03-22Merge branch 'v8.6'Pierre-Marie Pédrot
2017-03-22Merge PR#482: [toplevel] Remove unusable option -notopMaxime Dénès
2017-03-21Add a few comments in term_typing.ml.Maxime Dénès
2017-03-21Do not typecheck twice the type of opaque constants.Maxime Dénès
2017-03-21Merge PR#134: Enable `-safe-string`Maxime Dénès
2017-03-20In the Kami project, that causes a stack overflow in one of the example filesPaul Steckler
2017-03-20[misc] Remove warnings about String.setEmilio Jesus Gallego Arias
2017-03-14[safe-string] Enable -safe-string !Emilio Jesus Gallego Arias
2017-03-14[safe_string] library/nameopsEmilio Jesus Gallego Arias
2017-03-14[safe_string] kernel/cemitcodesEmilio Jesus Gallego Arias
2017-03-14[toplevel] Remove unusable option -notopEmilio Jesus Gallego Arias
2017-03-14[safe-string] kernel/nativevaluesEmilio Jesus Gallego Arias
2017-03-14[safe_string] kernel/term_typingEmilio Jesus Gallego Arias
2017-03-14[future] Remove unused parameter greedy.Emilio Jesus Gallego Arias
2017-02-27Do not recompute twice the whnf of terms in conversion.Pierre-Marie Pédrot
2017-02-20Merge PR#189: Remove tabulation support from pretty-printing.Maxime Dénès
2017-02-19Optimizing array mapping in the kernel.Pierre-Marie Pédrot
2017-02-14Merge branch 'master'.Pierre-Marie Pédrot
2017-02-14Introducing contexts parameterized by the inner term type.Pierre-Marie Pédrot
2017-02-14Reductionops now return EConstrs.Pierre-Marie Pédrot
2017-02-14Making judgment type generic over the type of inner constrs.Pierre-Marie Pédrot
2017-02-08Merge PR#393: Replace Typeops with Fast_typeopsMaxime Dénès
2017-02-01Merge branch 'v8.6'Pierre-Marie Pédrot
2017-02-01Merge branch 'v8.5' into v8.6Pierre-Marie Pédrot
2017-01-28Remove useless commentsGaetan Gilbert
2017-01-26[native comp] Improve error message on linking error.Emilio Jesus Gallego Arias
2017-01-20Do not add redundant side effects in tactic code.Pierre-Marie Pédrot
2017-01-19Merge branch 'v8.6'Pierre-Marie Pédrot
2017-01-17Mapping named_context_val preserves sharing when possible.Pierre-Marie Pédrot
2016-12-26Handle application of a primitive projection to a not yet evaluated cofixpoin...Guillaume Melquiond
2016-12-23Handle application of a primitive projection to a not yet evaluated cofixpoin...Guillaume Melquiond
2016-12-22Fixing injection in the presence of let-in in constructors.Hugo Herbelin
2016-12-12Replace Typeops by Fast_typeopsGaetan Gilbert