aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping
Commit message (Expand)AuthorAge
* Remove some dead-code (thanks to ocaml warnings)Gravatar Pierre Letouzey2014-03-05
* Remove many superfluous 'open' indicated by ocamlc -w +33Gravatar Pierre Letouzey2014-03-05
* Goptions do not rely anymore on generic equality.Gravatar Pierre-Marie Pédrot2014-03-03
* Matching --> ConstrMatching (was clashing with OCaml's compiler-libs)Gravatar Pierre Letouzey2014-03-02
* Grammar.cma with less deps (Glob_ops and Nameops) after moving minor codeGravatar Pierre Letouzey2014-03-02
* Adding an equality function over glob_constrGravatar Pierre-Marie Pédrot2014-03-02
* Fixing pervasive comparisonsGravatar Pierre-Marie Pédrot2014-03-01
* Fixing bad comparison in Detyping.Gravatar Pierre-Marie Pédrot2014-03-01
* Removing Pervasives.compare in Termdn.Gravatar Pierre-Marie Pédrot2014-02-28
* Removing a Pervasives.compare in Term_dnet.Gravatar Pierre-Marie Pédrot2014-02-28
* Fix bug 3245: 'simpl nomatch' argument annotation makes cbn go into an infini...Gravatar Pierre Boutillier2014-02-28
* Dead code elimionation in reductionopsGravatar Pierre Boutillier2014-02-28
* Tacinterp: refactoring using Monad.Gravatar Arnaud Spiwack2014-02-27
* Code refactoring thanks to the new Monad module.Gravatar Arnaud Spiwack2014-02-27
* remoteCounter: backup/restoreGravatar Enrico Tassi2014-02-26
* IStream: change type of thunk, spare allocations.Gravatar Arnaud Spiwack2014-02-24
* Ensuring that the module Stack is opaque inside Reductionops.Gravatar Pierre-Marie Pédrot2014-02-24
* cbn understands ArgumentsGravatar Pierre Boutillier2014-02-24
* Simpl_behaviour becomes Reductionops.ReductionBehaviourGravatar Pierre Boutillier2014-02-24
* Create Debug Unification optionGravatar Pierre Boutillier2014-02-24
* No more translation array <-> list in Reductionops.StackGravatar Pierre Boutillier2014-02-24
* Reductionops.Stack.strip* are ready to deal with ShiftGravatar Pierre Boutillier2014-02-24
* Reductionops.Stack.app_node is secretGravatar Pierre Boutillier2014-02-24
* app_node, stack, state printersGravatar Pierre Boutillier2014-02-24
* Stack operations of Reductionops in Reductionops.StackGravatar Pierre Boutillier2014-02-24
* TC: honor the use_typeclasses flag in pretypingGravatar Enrico Tassi2014-02-12
* Made Pre_env.lazy_val opaque.Gravatar Pierre-Marie Pédrot2014-02-11
* Tracking memory misallocation by trying to improve sharing.Gravatar Pierre-Marie Pédrot2014-02-03
* Using Map.smartmap whenever deemed useful.Gravatar Pierre-Marie Pédrot2014-01-29
* Abstracting away coercion indexes in Classops.Gravatar Pierre-Marie Pédrot2014-01-27
* Coercions: avoid imperative data structureGravatar Enrico Tassi2014-01-26
* STM: additional fix for STM + vm_computeGravatar Enrico Tassi2014-01-07
* When resetting an evarmap with the unsafe function Evd.evars_reset_evd withGravatar Pierre-Marie Pédrot2013-12-30
* Support for evars and metas in native compiler.Gravatar Maxime Dénès2013-12-30
* Fix test-suite/success/evars.v.Gravatar Arnaud Spiwack2013-12-06
* Removing useless meta-related functions.Gravatar Pierre-Marie Pédrot2013-12-03
* Better heuristic for name generation backward compatibility. We fallbackGravatar Pierre-Marie Pédrot2013-11-30
* Useless instantiation function exported in Evd.Gravatar Pierre-Marie Pédrot2013-11-30
* Tentative fix to recover fresh name generation as it was beforeGravatar Pierre-Marie Pédrot2013-11-30
* Adding generic solvers to term holes. For now, no resolution mechanism norGravatar Pierre-Marie Pédrot2013-11-27
* Factoring: is_section_variable.Gravatar Arnaud Spiwack2013-11-25
* Typo resulting in bad eta-expansion of destructing let's body.Gravatar Hugo Herbelin2013-11-25
* Update comments in matching.mli.Gravatar aspiwack2013-11-14
* Removing partial applications in Reductionops.Gravatar ppedrot2013-11-08
* Partial application hunt.Gravatar ppedrot2013-11-07
* Less partial applications in Vars, as well as better memory allocation.Gravatar ppedrot2013-11-06
* Preventing useless allocations in Reductionops.instance.Gravatar ppedrot2013-11-05
* Nicer infered names in refine.Gravatar aspiwack2013-11-04
* push_rel_context: do not rename section variables.Gravatar aspiwack2013-11-02
* Fix compilation of pattern matching wrt variables: alias.Gravatar aspiwack2013-11-02