aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| | | * | | | Clean-up around cmd documentation.Gravatar Théo Zimmermann2018-05-05
| | | * | | | Remove duplicate Extraction commands documentation.Gravatar Théo Zimmermann2018-05-05
| | | * | | | Add some refs in the Omega chapter.Gravatar Théo Zimmermann2018-05-05
| | | * | | | More fixes in the Generalized Rewriting chapter.Gravatar Théo Zimmermann2018-05-05
| | | * | | | [sphinx] Replace remaining `@natural` by `@num`.Gravatar Théo Zimmermann2018-05-05
| | | * | | | [sphinx] More use of cmd references in Extraction chapter.Gravatar Théo Zimmermann2018-05-05
| | | * | | | [sphinx] Use references for command Info.Gravatar Théo Zimmermann2018-05-05
| | | * | | | [sphinx] More reference fixes.Gravatar Théo Zimmermann2018-05-05
| | | * | | | [sphinx] Fix a porting mistake.Gravatar Théo Zimmermann2018-05-05
| | | * | | | [sphinx] Use references for Print.Gravatar Théo Zimmermann2018-05-05
| | | * | | | Fix error messages and make them consistent.Gravatar Théo Zimmermann2018-05-05
| | | * | | | Add direct reference to congruence with.Gravatar Théo Zimmermann2018-05-05
| | | * | | | Clean-up around options.Gravatar Théo Zimmermann2018-05-05
| | | * | | | debug trivial and debug auto were not in the tactic index.Gravatar Théo Zimmermann2018-05-05
| | | * | | | Fix failing example in refman.Gravatar Théo Zimmermann2018-05-05
| | | * | | | [sphinx] Fix some references.Gravatar Théo Zimmermann2018-05-05
| | | * | | | [sphinx] Use option direct reference.Gravatar Théo Zimmermann2018-05-05
| | | * | | | [sphinx] Fix a typo that appeared during the migration.Gravatar Théo Zimmermann2018-05-05
| | | * | | | [sphinx] Fix a hardcoded reference.Gravatar Théo Zimmermann2018-05-05
| | | * | | | [sphinx] Backport reformulation.Gravatar Théo Zimmermann2018-05-05
| | | * | | | [sphinx] Backport fix of typo.Gravatar Théo Zimmermann2018-05-05
| | | * | | | Fix typo in Coercions chapter.Gravatar Théo Zimmermann2018-05-05
| |_|/ / / / |/| | | | |
| * | | | | [api] Rename `global_reference` to `GlobRef.t` to follow kernel style.Gravatar Emilio Jesus Gallego Arias2018-05-04
* | | | | | Merge PR #7416: Fix #7415. Printing Width was not applied to error messages.Gravatar Emilio Jesus Gallego Arias2018-05-04
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge PR #7338: [api] Move `hint_info_expr` to `Typeclasses`.Gravatar Pierre-Marie Pédrot2018-05-04
|\ \ \ \ \ \
| | | * | | | Fix #7413: coqdep warning on repeated filesGravatar Gaëtan Gilbert2018-05-04
| |_|/ / / / |/| | | | |
* | | | | | Merge PR #7134: When an error comes from loading the prelude, tell it happene...Gravatar Emilio Jesus Gallego Arias2018-05-03
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge PR #7375: Implement to_constr with nf_evars_and_universes_opt_substGravatar Pierre-Marie Pédrot2018-05-03
|\ \ \ \ \ \ \
| | | | * | | | Fix #7415. Printing Width was not applied to error messages.Gravatar Pierre Courtieu2018-05-03
* | | | | | | | Merge PR #7304: Make `intro`/`intros` progress on existential variables.Gravatar Pierre-Marie Pédrot2018-05-03
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| | | | | | * | Fixes issue #7083 / Windows build: Unify build logging to console (for appvey...Gravatar Michael Soegtrop2018-05-03
| | | | | | * | Fixes issue #7081 / Windows build: strip in lablgtk build can fail randomlyGravatar Michael Soegtrop2018-05-03
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge PR #7400: ci-vst.sh: use -o progsGravatar Emilio Jesus Gallego Arias2018-05-03
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge PR #7402: [ci]: add pidetop (fix #7336)Gravatar Emilio Jesus Gallego Arias2018-05-03
|\ \ \ \ \ \ \ \
| | | | | * | | | Making explicit that errors happen in one of five executation phases.Gravatar Hugo Herbelin2018-05-02
| | | | | * | | | Reporting when an error occurs at initialization time.Gravatar Hugo Herbelin2018-05-02
| |_|_|_|/ / / / |/| | | | | | |
| | | * | | | | Make "intro"/"intros" progress on existential variables.Gravatar Hugo Herbelin2018-05-02
| |_|/ / / / / |/| | | | | |
| * | | | | | [ci]: add pidetop (fix #7336)Gravatar Enrico Tassi2018-05-02
* | | | | | | Merge PR #7339: [api] Move bullets and goals selectors to `proofs/`Gravatar Théo Zimmermann2018-05-02
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge PR #7403: Makefile doc ownersGravatar Théo Zimmermann2018-05-02
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix Makefile.ci pattern in CODEOWNERSGravatar Maxime Dénès2018-05-02
| * | | | | | | | Make doc owners also own Makefile.docGravatar Maxime Dénès2018-05-02
|/ / / / / / / /
* | | | | | | | Merge PR #7394: [ci] [travis] Install num by default in all switches.Gravatar Gaëtan Gilbert2018-05-02
|\ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ Merge PR #7370: Fix PHONY typo in coq_makefileGravatar Enrico Tassi2018-05-02
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | Merge PR #7305: [toplevel] improve indentationGravatar Emilio Jesus Gallego Arias2018-05-01
|\ \ \ \ \ \ \ \ \
| | | | | * | | | | ci-vst.sh: use -o progsGravatar Gaëtan Gilbert2018-05-01
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | Merge PR #7397: [ci] Fix #7396: VST is brokenGravatar Gaëtan Gilbert2018-05-01
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [ci] Fix #7396: VST is brokenGravatar Emilio Jesus Gallego Arias2018-05-01
|/ / / / / / / / /
| | | | * / / / / [api] Move bullets and goals selectors to `proofs/`Gravatar Emilio Jesus Gallego Arias2018-05-01
| |_|_|/ / / / / |/| | | | | | |
| | | * | | | | [ci] [travis] Install num by default in all switches.Gravatar Emilio Jesus Gallego Arias2018-04-30