aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/extraction
Commit message (Expand)AuthorAge
* Extraction: unfolds the let-in created by Program when handling "match"Gravatar letouzey2011-04-07
* Extraction: avoid some useless Obj.magic by fixing my ML type unifierGravatar letouzey2011-04-07
* Lazy loading of opaque proofs: fast as -dont-load-proofs without its drawbacksGravatar letouzey2011-04-03
* Extraction: customized inductives are always standardGravatar glondu2011-03-31
* Extraction: a warning when an opaque constant is enterredGravatar letouzey2011-03-07
* Extraction: fix printing of haskell modular namesGravatar letouzey2011-03-07
* Extraction: avoid printing unused mutual fix components (fix #2477)Gravatar letouzey2011-03-07
* A new command "Separate Extraction"Gravatar letouzey2011-03-07
* Extraction: improved indentation of extracted code (fix #2497)Gravatar letouzey2011-03-04
* Extraction: Add missing parenthesis around emulated pattern-match (fix #2478)Gravatar letouzey2011-02-25
* Fix indentation of default pattern in haskell case (bug #2476)Gravatar letouzey2011-02-25
* A fine-grain control of inlining at functor application via priority levelsGravatar letouzey2011-01-31
* Extraction : fix Extract Inlined Constant for Haskell and Scheme (#2469)Gravatar letouzey2011-01-07
* Extraction: avoid type-unsafe optimisation of pattern-matchings (fix #2413)Gravatar letouzey2010-12-21
* Extraction: allow to use Extraction Inline / NoInline even from under a section.Gravatar letouzey2010-10-06
* Dead code in extractionGravatar letouzey2010-09-24
* Some dead code removal, thanks to Oug analyzerGravatar letouzey2010-09-24
* Extraction: re-introduce some eta-expansions in rare situations leading to '_...Gravatar letouzey2010-09-20
* Extraction: multiple fixes related with the Not_found encountered by X. LeroyGravatar letouzey2010-09-17
* Fix likely semantic typosGravatar glondu2010-09-15
* Fix unescaped end-of-lines (OCaml warning 29)Gravatar glondu2010-09-13
* Updated all headers for 8.3 and trunkGravatar herbelin2010-07-24
* Extraction: fix a bit the extraction under modulesGravatar letouzey2010-07-15
* Extraction: restrict autoinling to csts whose body is globally visible (fix #...Gravatar letouzey2010-07-08
* Extraction: more factorization of common match branchesGravatar letouzey2010-07-08
* Extraction: Unset Extraction AutoInline is now the defaultGravatar letouzey2010-07-08
* Extraction Library Foo creates Foo.ml, not foo.ml (correct version)Gravatar letouzey2010-07-07
* Extraction Library Foo creates Foo.ml, not foo.mlGravatar letouzey2010-07-07
* Extraction: get advantage of nicer, algebraic, module typesGravatar letouzey2010-07-07
* Extraction: some more work on the (re)naming frameworkGravatar letouzey2010-07-07
* Extraction: (yet another) rework of the renaming codeGravatar letouzey2010-07-05
* Extraction: better support of modulesGravatar letouzey2010-07-02
* Extraction: no more MPself hence no need for subst during ppGravatar letouzey2010-07-02
* Extraction: handling modules (not functors) in Haskell by name manglingGravatar letouzey2010-06-28
* Extraction: remove a useless matchGravatar letouzey2010-06-28
* Extraction: nicer simple extraction of custom defs (fix #2204)Gravatar letouzey2010-06-23
* Extraction: replace unicode characters in ident by ascii encodings (fix #2158...Gravatar letouzey2010-06-21
* Extraction: fix the eta reduction function used in code optimisationsGravatar letouzey2010-06-16
* Extraction: in support library, more and nicer big_intGravatar letouzey2010-06-15
* Extraction Implicits: can accept argument names instead of just positionsGravatar letouzey2010-06-10
* Extraction with implicits: perform the occur-check after optimisationsGravatar letouzey2010-06-08
* Typo in ExtrOcamlString: list char instead of char listGravatar letouzey2010-06-08
* Extraction: attempt to provide nice extraction of chars and strings for OcamlGravatar letouzey2010-06-04
* Extraction: finish ExtrOcamlNatInt, add similar translation nat==>big_intGravatar letouzey2010-06-04
* Extraction: start of a support libraryGravatar letouzey2010-06-02
* Extract Inductive is now possible toward non-inductive types (e.g. nat => int)Gravatar letouzey2010-05-21
* Extraction: fix type_expunge_from_sign broken in last commitGravatar letouzey2010-05-01
* Extraction: an experimental command to get rid of some cst/constructor argumentsGravatar letouzey2010-04-30
* Remove the svn-specific $Id$ annotationsGravatar letouzey2010-04-29
* Extraction: cosmetics when using ocaml + Extract Inductive to symbolsGravatar letouzey2010-04-16