| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-02-11 | Merge PR #11494: Remove fiat-crypto-legacy from CI | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer Reviewed-by: Zimmi48 Reviewed-by: gares Reviewed-by: ppedrot Reviewed-by: vbgl | |||
| 2020-02-11 | Remove fiat-crypto-legacy from CI | Maxime Dénès | |
| Motivations: - We should have only maintained developments in our CI - `make ci-fiat-crypto-legacy` takes about 15 mins before the first call to `coqc`, making it unusable to work on overlays - The coding style of this development is so fragile that adapting to any change of behavior requires diffing gigabytes of Ltac traces. @mattam82 and I have been blocked for 6 months this way, when working on unifall. I understand this development was meant to stress-test some components like printing, but I think the trade-off is bad. We should rather come up with specialized test suites for these components. | |||
| 2020-02-11 | Merge PR #11235: Add syntax for non maximal implicit arguments | Hugo Herbelin | |
| Reviewed-by: herbelin Reviewed-by: jfehrle Ack-by: maximedenes | |||
| 2020-02-11 | Merge PR #11554: Fix #11553: magicaly_constant_of_fixbody checks existence ↵ | Pierre-Marie Pédrot | |
| of made up constant Reviewed-by: ppedrot | |||
| 2020-02-11 | Merge PR #11538: Remove many unsafe_type_of uses | Pierre-Marie Pédrot | |
| Reviewed-by: Matafou Reviewed-by: gares Reviewed-by: ppedrot | |||
| 2020-02-09 | Merge PR #11518: Fix #11515: Ltac2 rewrite on wildcard. | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-02-09 | Merge PR #11551: Remove -compat 8.9. | Emilio Jesus Gallego Arias | |
| Reviewed-by: JasonGross Reviewed-by: ejgallego | |||
| 2020-02-09 | Merge PR #11550: Fixing wrong comments in context.ml | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2020-02-09 | Fix #11553: magicaly_constant_of_fixbody checks existence of made up constant | Gaëtan Gilbert | |
| 2020-02-08 | Remove -compat 8.9. | Théo Zimmermann | |
| Commit auto-generated by running dev/tools/update-compat.py --release. As per release doc this must be run at some point before branching (not necessarily close to the branching date). | |||
| 2020-02-08 | Merge PR #11240: Add rew dependent Notations | Hugo Herbelin | |
| Reviewed-by: herbelin Ack-by: jfehrle | |||
| 2020-02-08 | Merge PR #10343: Resolve 10342 : [Ltac2] Add array library | Pierre-Marie Pédrot | |
| Ack-by: SkySkimmer Ack-by: gares Reviewed-by: ppedrot | |||
| 2020-02-08 | Merge PR #11404: replace RList by list R in all files where it is used in ↵ | Pierre-Marie Pédrot | |
| this directory Ack-by: SkySkimmer Reviewed-by: herbelin | |||
| 2020-02-08 | Fixing wrong comments in context.ml. | Hugo Herbelin | |
| 2020-02-08 | Resolve #10342 : [Ltac2] Add array library | Michael Soegtrop | |
| 2020-02-07 | Merge PR #11523: [coqdep] Several refactoring and consolidations | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer Ack-by: gares | |||
| 2020-02-07 | Remove unsafe_type_of from funind | Gaëtan Gilbert | |
| 2020-02-07 | various unsafe_type_of -> type_of_variable in funind | Gaëtan Gilbert | |
| This is the easy part of removing unsafe_type_of, as type_of_variable doesn't return (or even take as argument) an evar map. | |||
| 2020-02-07 | Remove confusing commented code in funind | Gaëtan Gilbert | |
| 2020-02-07 | Merge PR #11528: Checker does not rely on Monomorphic fields | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2020-02-07 | [coqdep] Add changelog for recent modifications. | Emilio Jesus Gallego Arias | |
| 2020-02-07 | [coqdep] Don't treat stdlib specially in boot mode. | Emilio Jesus Gallego Arias | |
| This means the build system should pass the correct includes and library bindings to `coqdep`. We still have some discrepancies we won't be able to solve until `Loadpath` and `coqdep` are fused [which depends on the dune build. | |||
| 2020-02-07 | [coqdep] Remove deprecated -slash , unused, undocumented -mldep option. | Emilio Jesus Gallego Arias | |
| 2020-02-07 | [coqdep] Remove dumpgraph and broken options | Emilio Jesus Gallego Arias | |
| We remove the `dumpgraph` option which was causing quite a bit of duplication, we also clean up options marked as broken `-w/-D` | |||
| 2020-02-07 | Merge PR #11543: restore the default URL for coquelicot | Théo Zimmermann | |
| Reviewed-by: Zimmi48 Reviewed-by: ppedrot | |||
| 2020-02-07 | restore the default URL for coquelicot | Yves Bertot | |
| 2020-02-06 | unsafe_type_of -> get_type_of in Ccalgo | Gaëtan Gilbert | |
| Not sure about these, let's see how it goes. | |||
| 2020-02-06 | unsafe_type_of -> type_of in Cctac (with small refactor) | Gaëtan Gilbert | |
| Not sure if get_type_of would be fine, let's go with this for now. | |||
| 2020-02-06 | unsafe_type_of -> get_type_of in Coq_omega.destructure_hyps | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> get_type_of in Extractactics.destauto_in | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> get_type_of in Extractactics.mkCaseEq | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> get_type_of in Rewrite.symmetry_in | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> get_type_of in Rewrite.default_morphism | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> type_of in Rewrite.build_morphism_signature | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> type_of in Rewrite.resolve_morphism | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> get_type_of in Rewrite.decompose_app_rel | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> get_type_of in Firstorded.Instances.mk_open_instance | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> type_of in Sequent.extend_with_auto_hints | Gaëtan Gilbert | |
| + fix evar leak in caller | |||
| 2020-02-06 | unsafe_type_of -> type_of in Logic.check_typability | Gaëtan Gilbert | |
| 2020-02-06 | Remove Clenv.mk_clenv_type_of (hidden unsafe_type_of) | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> type_of in Celenv.mk_clenv_type_of | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> type_of in ComCoercion.build_id_coercion | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> get_type_of in Auto_ind_decl.do_replace_bl | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> get_type_of in ComProgramFixpoint.build_wellfounded | Gaëtan Gilbert | |
| We typecheck it literally the previous line... | |||
| 2020-02-06 | unsafe_type_of -> get_type_of in Leminv.lemInv | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> get_type_of in Equality.inject_if_homogenous_dependent_pair | Gaëtan Gilbert | |
| 2020-02-06 | unsafe_type_of -> get_type_of in Equality.build_injrec | Gaëtan Gilbert | |
| 2020-02-06 | Remove useless unification in Equality.sig_clausal_form | Gaëtan Gilbert | |
| We unify [w_type = type of w] with [a], but [w] was created with type [a]. This code was introduced in eab11e537905472fdcc3257bc9913df82c82b3e4 to fix #2255, AFAICT only the [minimal_free_rels_rec] part is necessary. | |||
| 2020-02-06 | unsafe_type_of -> (get_)type_of in ↵ | Gaëtan Gilbert | |
| Equality.{discrEq,minimal_free_rels_rec,sig_clausal_form} | |||
| 2020-02-06 | unsafe_type_of -> get_type_of in Inv.raw_inversion | Gaëtan Gilbert | |
