| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-08-21 | Fix coqdoc URLs under Windows. | Théo Zimmermann | |
| URLs on Windows are the same as on Unix, they use / not \. | |||
| 2017-08-21 | Extend .gitignore for coqdoc test-suite. | Théo Zimmermann | |
| 2017-08-21 | Fix coqdoc test-suite target on Windows. | Théo Zimmermann | |
| Commit 8f12597 introduced new output tests but these were broken on Windows. We fix them by using --strip-trailing-cr option of diff, like in other output tests in the test-suite. | |||
| 2017-08-21 | Fixing another regression with 8.4 wrt to βι-normalization of created hyps. | Hugo Herbelin | |
| This one is a continuation of e2a8edaf59 which was βι-normalizing the hypotheses created by a "match". We forgot to do it for "let" and "if". This is what this commit is doing. | |||
| 2017-08-21 | Fixing a new regresssion with 8.4 wrt to βι-normalization of created hyps. | Hugo Herbelin | |
| Formerly, mk_refgoals in logic.ml was applying full βι on new Meta-based goals. We simulate part of this βι-normalization in pose_all_metas_as_evars. I suspect that we don't βι-normalize goals more than in 8.4 by doing that, since all Metas would have eventually gone to mk_refgoals, but difficult to know for sure as there were probably metas turned to evars (and hence a priori not βι-normalized) even when logic.ml was used more pervasively. However, βι-normalizing is a priori a better heuristic than no βι-normalizing, independently of what it was in 8.4 and before (even if, ideally, I would personally lean towards preferring a "chirurgical" substitution with reduction only at the place of substitution). | |||
| 2017-08-18 | use OCaml temp_file, instead of our own version | Paul Steckler | |
| 2017-08-18 | add CHANGES entry | Paul Steckler | |
| 2017-08-18 | move filename search to start_profiler | Paul Steckler | |
| 2017-08-18 | Merge PR #965: Moving file primitive.ml to cPrimitive.ml to avoid conflict ↵ | Maxime Dénès | |
| with OCaml. | |||
| 2017-08-18 | More precise type for quotation entries. | Pierre-Marie Pédrot | |
| 2017-08-18 | Removing dead code. | Pierre-Marie Pédrot | |
| 2017-08-18 | Laxer dependencies between file and link reordering. | Pierre-Marie Pédrot | |
| 2017-08-18 | Notations for a few reduction functions. | Pierre-Marie Pédrot | |
| 2017-08-18 | Merge PR #983: Correct the option for cumulativity in CHANGES | Maxime Dénès | |
| 2017-08-18 | Merge PR #973: Adding documentation for Printing Focused option. | Maxime Dénès | |
| 2017-08-18 | Correct the option for cumulativity in CHANGES | Amin Timany | |
| 2017-08-18 | Merge PR #801: Make Travis generate OSX packages. | Maxime Dénès | |
| 2017-08-18 | Don't belittle the size of the SE community | Tej Chajed | |
| 2017-08-18 | Exporting scopes for occurrences. | Pierre-Marie Pédrot | |
| 2017-08-18 | Trying to enhance the printing of tactic expressions. | Pierre-Marie Pédrot | |
| 2017-08-18 | Separate jobs for test-suite and package building under OSX. | Maxime Dénès | |
| 2017-08-18 | Don't mention coq-club at all | Tej Chajed | |
| 2017-08-18 | Advise contributors to use SE over coq-club | Tej Chajed | |
| 2017-08-17 | Add native compute profiling, BZ#5170 | Paul Steckler | |
| 2017-08-17 | Merge PR #972: 8.7 change entries | Maxime Dénès | |
| 2017-08-17 | Merge PR #490: A possible fix for #5391 (command line tools do not accept ↵ | Maxime Dénès | |
| trailing / and \ on windows) | |||
| 2017-08-17 | Merge PR #974: Change section caption, improve some wording | Maxime Dénès | |
| 2017-08-17 | Merge PR #976: Document anonymous universes (PR #544). | Maxime Dénès | |
| 2017-08-17 | Use the wording suggested by Gaetan. | Théo Zimmermann | |
| 2017-08-17 | Addition suggested by Pierre-Marie. | Théo Zimmermann | |
| 2017-08-17 | Change 8.7~alpha to 8.7+alpha. | Maxime Dénès | |
| Only the latter is a valid git tag, and we will soon be using those to generate our version numbers. | |||
| 2017-08-17 | Make Travis generate OSX packages. | Maxime Dénès | |
| The packages will be built only for main branches (not pull requests), and are accessible via bintray: https://bintray.com/coq/coq | |||
| 2017-08-17 | Document anonymous universes (PR #544). | Gaëtan Gilbert | |
| 2017-08-17 | Adding documentation for Printing Focused option. | Pierre Courtieu | |
| 2017-08-16 | Additions following Hugo's suggestions. | Théo Zimmermann | |
| 2017-08-16 | mention that tactic is the identity or gives error | Paul Steckler | |
| 2017-08-16 | Improve wording. | Théo Zimmermann | |
| 2017-08-16 | Mention tclINDEPENDENTL (#349) in dev/doc/changes. | Théo Zimmermann | |
| 2017-08-16 | 8.7 CHANGES | Théo Zimmermann | |
| 2017-08-16 | change section caption, improve some wording | Paul Steckler | |
| 2017-08-16 | Porting #856 (8.6.1 CHANGES entries) to master | Théo Zimmermann | |
| 2017-08-16 | Merge PR #957: Set detachable windows type hint to dialog. | Maxime Dénès | |
| 2017-08-16 | Merge PR #831: Port ssreflect user manual to Coq's latex/hevea style | Maxime Dénès | |
| 2017-08-16 | Merge PR #912: Detyping functions are now operating on EConstr.t. | Maxime Dénès | |
| 2017-08-16 | Merge PR #942: solving b1859 | Maxime Dénès | |
| 2017-08-16 | Merge PR #954: Print names of all open blocks | Maxime Dénès | |
| 2017-08-16 | Merge PR #964: More portable location for the time command. | Maxime Dénès | |
| 2017-08-16 | Merge PR #951: Makefile: install-byte works even if -coqide no | Maxime Dénès | |
| 2017-08-16 | Merge PR #841: Timorous fix of bug #5598 on global existing class in sections | Maxime Dénès | |
| 2017-08-16 | Merge PR #948: [doc] Write (@nil nat) instead of (nil nat) | Maxime Dénès | |
