aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | | Print something after the build completed if it wasn't a runner failure.Gravatar Théo Zimmermann2018-07-04
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This can then be leveraged by @coqbot to know which builds to restart.
| * / / / / / / / / [ci] Avoid annoying detached head warning.Gravatar Emilio Jesus Gallego Arias2018-07-04
|/ / / / / / / / /
| | | | * / / / / Make bin/ in makefile, not configure.Gravatar Gaëtan Gilbert2018-07-04
| |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Add a shell.nix that is not pinned to satisfy some developers' preference.Gravatar Théo Zimmermann2018-07-03
| | | | | | | |
| * | | | | | | Refactor default.nix to use optionals.Gravatar Théo Zimmermann2018-07-03
| | | | | | | |
| * | | | | | | Fix timing tools on NixOS.Gravatar Théo Zimmermann2018-07-03
| | | | | | | |
| | | | | | | * [test suite] Test case for attributesGravatar Vincent Laporte2018-07-03
| | | | | | | |
| | | | | | | * Document attributes.Gravatar Vincent Laporte2018-07-03
| | | | | | | |
| | | | | | | * fix syntax of .mlgGravatar Vincent Laporte2018-07-03
| | | | | | | |
| | | | | | | * Describe attributes in the documentation.Gravatar Vincent Laporte2018-07-03
| | | | | | | |
| | | | | | | * [vernac] use a record for the contents of the “deprecated” attributeGravatar Vincent Laporte2018-07-03
| | | | | | | |
| | | | | | | * [vernac] use plain strings as attribute namesGravatar Vincent Laporte2018-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The concrete syntax is still restricted to identifiers.
| | | | | | | * [vernac] indentationGravatar Vincent Laporte2018-07-03
| | | | | | | |
| | | | | | | * [vernac] Generic syntax for flags/attributesGravatar Vincent Laporte2018-07-03
| | | | | | | |
| | | | | | | * [vernac] Generic parsing rules for attributesGravatar Vincent Laporte2018-07-03
| | | | | | | |
| | | | | | | * [vernac] Add a “deprecated” attributeGravatar Vincent Laporte2018-07-03
| | | | | | | |
| | | | | | | * Allow “Let”-defined coercionsGravatar Vincent Laporte2018-07-03
| | | | | | | |
| | | | | | | * [vernac] Concrete syntax for attributesGravatar Vincent Laporte2018-07-03
| | | | | | | |
| | | | | | | * [vernac] mk_atts: an atts record with default valuesGravatar Vincent Laporte2018-07-03
| | | | | | | |
| | | | | | | * [vernac] attribute_of_flagsGravatar Vincent Laporte2018-07-03
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | Elaborate a [atts] record out of a list of flags.
| * | | | | | Add a test build of Nix package to GitLab CI.Gravatar Théo Zimmermann2018-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We pin default.nix again to make the CI build predictable. As in Windows builds, we need to override the default before_script. As in other test-suite jobs, we export logs as artifacts on failure.
| * | | | | | Adapt default.nix to allow nix-build to run the test-suite.Gravatar Théo Zimmermann2018-07-03
|/ / / / / /
* | | | | | Merge PR #7978: [ci] [docker] Make sure we don't install optional packages ↵Gravatar Gaëtan Gilbert2018-07-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | with apt.
| | | * | | | Add overlay for equations.Gravatar Gaëtan Gilbert2018-07-03
| | | | | | |
| | | * | | | Library: use ocaml typing to show that we find at most 2 filesGravatar Gaëtan Gilbert2018-07-03
| | | | | | |
| | | * | | | Library.register_loaded_library: remove unused variableGravatar Gaëtan Gilbert2018-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This one is a bit weird. Unused since 4d95eb4e878f375a69f1b48d8833801bf555fdd0 (kept semantics, the m is the same one outside and inside the call)
| | | * | | | Glob_ops.rename_glob_vars: fix typoGravatar Gaëtan Gilbert2018-07-03
| | | | | | |
| | | * | | | Glob_ops.fix_kind_eq: fix typoGravatar Gaëtan Gilbert2018-07-03
| | | | | | |
| | | * | | | Pputils: fix typoGravatar Gaëtan Gilbert2018-07-03
| | | | | | |
| | | * | | | Evarutil.(e_)new_Type: remove unused env argumentGravatar Gaëtan Gilbert2018-07-03
| | | | | | |
| | | * | | | Remove unused function Evd.whd_sort_variableGravatar Gaëtan Gilbert2018-07-03
| | | | | | |
| | | * | | | Remove unused output of Universes.normalize_univ_variablesGravatar Gaëtan Gilbert2018-07-03
| | | | | | |
| | | * | | | Remove unused env argument to fresh_sort_in_familyGravatar Gaëtan Gilbert2018-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (Universes and Evd)
| | | * | | | Coq_omega: remove unused Goal.entersGravatar Gaëtan Gilbert2018-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Unused since fd7f056b155b2ebaafa3251a3c136117ebefc3e3.
| | | * | | | Remove unused function Coq_omega.timing.Gravatar Gaëtan Gilbert2018-07-03
| | | | | | |
| | | * | | | Taccoerce: remove various unused arguments.Gravatar Gaëtan Gilbert2018-07-03
| | | | | | |
| | | * | | | Remove unused arguments to Ide_slave.concl_next_tac.Gravatar Gaëtan Gilbert2018-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Unused since 2285dae8af54043090ce5f8a59aa4162679714c6
| | | * | | | Pptactic: remove unused argumentsGravatar Gaëtan Gilbert2018-07-03
| | | | | | |
| | | * | | | checker Indtypes: remove unused argumentsGravatar Gaëtan Gilbert2018-07-03
| | | | | | |
| | | * | | | Term_typing: remove unused argument to internal function.Gravatar Gaëtan Gilbert2018-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The function is defined with a typo but called with the same env that is mistakenly not shadowed. An alternative to this commit would be to fix the typo.
| | | * | | | Cooking.cook_constant: remove unused env argument.Gravatar Gaëtan Gilbert2018-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Unused since d95306323 (remove template polymorphic definitions).
| | | * | | | Indtypes: remove unused is_unit.Gravatar Gaëtan Gilbert2018-07-03
| | | | | | |
* | | | | | | Merge PR #7607: Simplify reification of predicate in bytecode and native ↵Gravatar Pierre-Marie Pédrot2018-07-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | compilers
| | | | * | | | checker Modops strengthening: remove unused argument resolverGravatar Gaëtan Gilbert2018-07-03
| | | | | | | |
| | | | * | | | Subtyping.check_constant: remove unused module path argument.Gravatar Gaëtan Gilbert2018-07-03
| | | | | | | |
| | | | * | | | Inductive.extract_stack,filter_stack_domain: remove unused argumentsGravatar Gaëtan Gilbert2018-07-03
| | | | | | | |
| | | | * | | | Nativecode compile_mind, compile_mind_field: remove unused argumentsGravatar Gaëtan Gilbert2018-07-03
| | | | | | | |
| | | | * | | | Nativecode.pp_mllam internal pp_letrec: remove unused argument.Gravatar Gaëtan Gilbert2018-07-03
| | | | | | | |
| | | | * | | | Util.Empty: implement using polymorphic record.Gravatar Gaëtan Gilbert2018-07-03
| | | | | | | |
| | | | * | | | coqdoc Index.find_string: remove unused argument.Gravatar Gaëtan Gilbert2018-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unused since 6832c60f741e6bfb2a850d567fd6a1dff7059393.