aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-18Don't belittle the size of the SE communityTej Chajed
2017-08-18Exporting scopes for occurrences.Pierre-Marie Pédrot
2017-08-18Trying to enhance the printing of tactic expressions.Pierre-Marie Pédrot
2017-08-18Separate jobs for test-suite and package building under OSX.Maxime Dénès
2017-08-18Don't mention coq-club at allTej Chajed
2017-08-18Advise contributors to use SE over coq-clubTej Chajed
2017-08-17Add native compute profiling, BZ#5170Paul Steckler
2017-08-17Merge PR #972: 8.7 change entriesMaxime Dénès
2017-08-17Merge PR #490: A possible fix for #5391 (command line tools do not accept ↵Maxime Dénès
trailing / and \ on windows)
2017-08-17Merge PR #974: Change section caption, improve some wordingMaxime Dénès
2017-08-17Merge PR #976: Document anonymous universes (PR #544).Maxime Dénès
2017-08-17Use the wording suggested by Gaetan.Théo Zimmermann
2017-08-17Addition suggested by Pierre-Marie.Théo Zimmermann
2017-08-17Change 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-17Make 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-17Document anonymous universes (PR #544).Gaëtan Gilbert
2017-08-17Adding documentation for Printing Focused option.Pierre Courtieu
2017-08-16Additions following Hugo's suggestions.Théo Zimmermann
2017-08-16mention that tactic is the identity or gives errorPaul Steckler
2017-08-16Improve wording.Théo Zimmermann
2017-08-16Mention tclINDEPENDENTL (#349) in dev/doc/changes.Théo Zimmermann
2017-08-168.7 CHANGESThéo Zimmermann
2017-08-16change section caption, improve some wordingPaul Steckler
2017-08-16Porting #856 (8.6.1 CHANGES entries) to masterThéo Zimmermann
2017-08-16Merge PR #957: Set detachable windows type hint to dialog.Maxime Dénès
2017-08-16Merge PR #831: Port ssreflect user manual to Coq's latex/hevea styleMaxime Dénès
2017-08-16Merge PR #912: Detyping functions are now operating on EConstr.t.Maxime Dénès
2017-08-16Merge PR #942: solving b1859Maxime Dénès
2017-08-16Merge PR #954: Print names of all open blocksMaxime Dénès
2017-08-16Merge PR #964: More portable location for the time command.Maxime Dénès
2017-08-16Merge PR #951: Makefile: install-byte works even if -coqide noMaxime Dénès
2017-08-16Merge PR #841: Timorous fix of bug #5598 on global existing class in sectionsMaxime Dénès
2017-08-16Merge PR #948: [doc] Write (@nil nat) instead of (nil nat)Maxime Dénès
2017-08-16Merge PR #944: Fix typos. Improve wording.Maxime Dénès
2017-08-16Merge PR #943: Reference Manual: minor wording improvementsMaxime Dénès
2017-08-16Merge PR #940: Replace jarring use of "Remark" with "Note"Maxime Dénès
2017-08-16Merge PR #934: Fix some coq-tex errors in the reference manual.Maxime Dénès
2017-08-16Merge PR #880: Fix coqdoc bug #5648 on user idents colliding with keywords ↵Maxime Dénès
wrongly tagged as keywords
2017-08-16Merge PR #864: Some cleanups after cumulativity for inductive typesMaxime Dénès
2017-08-15Don't allow coq-dpdgraph to failJason Gross
2017-08-15Move the rest of the ci target to a bash fileJason Gross
2017-08-15Better error messages on the CIJason Gross
This makes it so that when a ci target fails, we don't get red herring error messages about .ok files not existing. Since this requires bash, we make a helper script that invokes bash, so as to not depend on bash in general.
2017-08-15Fix a typoJason Gross
As per https://github.com/coq/coq/pull/968#discussion_r133238157 and https://github.com/coq/coq/pull/969#discussion_r133241472
2017-08-15Removing trailing "/" and "\" in directory names only on win32.Hugo Herbelin
This refines e234f3ef. By the way, note that e234f3ef fixed #5391 (command line tools do not accept trailing "/" - or "\" - in windows).
2017-08-15Adding a test for BZ#1859 as suggested by @tchajed.Théo Zimmermann
2017-08-15Never mind, don't mention coqdevTej Chajed
I don't really want to recommend that someone subscribes to ask a question.
2017-08-15Mention coqdev@Tej Chajed
2017-08-13Makefile : ignore user-contrib in various file searchesPierre Letouzey
This is crucial for the search for binary files without known sources (commit 7d1fc1), since coq_makefile currently doesn't install in user-contrib the ML sources of plugins. This could also helps for variables such as $(EXISTINGML).
2017-08-12Moving file primitive.ml to cPrimitive.ml to avoid conflict with OCaml.Hugo Herbelin
Indeed OCaml has a similar file and this conflicts, at least in debugger.
2017-08-12Also mention Stack ExchangeTej Chajed