index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-02-28
Adding change log
Hugo Herbelin
2020-02-28
Makefile in test-suite: More separation of concerns as suggested by Enrico.
Hugo Herbelin
2020-02-28
Fixed some escaping problems with arguments containing spaces in IDE's Compil...
Ike Mulder
2020-02-27
Merge PR #11650: Set Printing Parens
Emilio Jesus Gallego Arias
2020-02-27
Merge PR #11581: [native compiler] Add options to set object directories.
Maxime Dénès
2020-02-26
[native compiler] Allow to set OCaml include dirs for compilation
Emilio Jesus Gallego Arias
2020-02-26
[native compiler] Allow to set the output directory for cmx objects
Emilio Jesus Gallego Arias
2020-02-26
Merge PR #11644: Use implicit arguments in notations for eq.
Hugo Herbelin
2020-02-26
Merge PR #11687: Fix changelog for https://github.com/coq/coq/pull/11686
Théo Zimmermann
2020-02-26
Fix changelog for https://github.com/coq/coq/pull/11686
Maxime Dénès
2020-02-26
Merge PR #11686: Consolidate int63-related notations
thery
2020-02-26
Consolidate int63-related notations
Maxime Dénès
2020-02-25
Merge PR #11680: Fixing residual bug of #11120: inheritance of maximal implic...
Emilio Jesus Gallego Arias
2020-02-25
Merge PR #11663: Remove unqualified universe attributes.
Emilio Jesus Gallego Arias
2020-02-25
Merge PR #11669: Remove hard to read blue color in merge-pr
Emilio Jesus Gallego Arias
2020-02-25
Merge PR #11674: [ci] Fix Coquelicot build
Gaëtan Gilbert
2020-02-25
Merge PR #11666: Do not perform a universe diff when typing opaque constants.
Gaëtan Gilbert
2020-02-25
Use implicit arguments in notations for eq.
Gaëtan Gilbert
2020-02-25
Merge PR #11432: More portable C flags
Maxime Dénès
2020-02-25
Merge PR #11498: [exn] Forbid raising in exn printers, make them return Pp.t ...
Pierre-Marie Pédrot
2020-02-25
Merge PR #11489: [exn] remove `raise` taking optional exception information a...
Pierre-Marie Pédrot
2020-02-25
Merge PR #11675: Make it clear how to import Ltac2
Théo Zimmermann
2020-02-25
Merge PR #11655: [parsing] Track need to reinit by typing
Pierre-Marie Pédrot
2020-02-25
Fixing residual bug of #11120.
Hugo Herbelin
2020-02-24
Make it clear how to import Ltac2
Clément Pit-Claudel
2020-02-24
[ci] Fix Coquelicot build
Emilio Jesus Gallego Arias
2020-02-24
Merge PR #11560: Fix #11549: Ltac2 is incompatible with $.
Tej Chajed
2020-02-24
added sphinx doc
Abhishek Anand (optiplex7010@home)
2020-02-24
added changelog
Abhishek Anand (optiplex7010@home)
2020-02-24
[exn] remove `raise` taking optional exception information argument
Emilio Jesus Gallego Arias
2020-02-24
[exn] Generate an anomaly if the exn printer raises.
Emilio Jesus Gallego Arias
2020-02-24
[exn] Forbid raising in exn printers, make them return Pp.t option
Emilio Jesus Gallego Arias
2020-02-24
Merge PR #11653: Tactic_matching.pattern_match_term: remove ignored "refresh"...
Pierre-Marie Pédrot
2020-02-24
Merge PR #11623: Deprecate unsafe_type_of
Pierre-Marie Pédrot
2020-02-24
Remove hard to read blue color in merge-pr
Gaëtan Gilbert
2020-02-24
Merge PR #11588: test for x[i] notation not breaking Ltac parsing
Gaëtan Gilbert
2020-02-24
Do not perform a universe diff when typing opaque constants.
Pierre-Marie Pédrot
2020-02-23
Merge PR #11660: Fix #11654: syntax of inductive declaration.
Emilio Jesus Gallego Arias
2020-02-23
Merge PR #11120: Refactoring code for application printing + fixing #11091 (i...
Emilio Jesus Gallego Arias
2020-02-23
Merge PR #11637: Update copyright in refman to year 2020.
Clément Pit-Claudel
2020-02-23
Adding tests for Set Printing Parentheses.
Hugo Herbelin
2020-02-23
Cancelling precedences in Set Printing Parentheses only at border of notations.
Hugo Herbelin
2020-02-23
Adding a Display Parentheses menu in CoqIDE.
Hugo Herbelin
2020-02-23
Not iterating recursive notations more than once.
Hugo Herbelin
2020-02-23
parens --> parentheses
Abhishek Anand (optiplex7010@home)
2020-02-23
bugfix: switched then/else: parens option false (default)=> no parens
Abhishek Anand (optiplex7010@home)
2020-02-23
added the new option
Abhishek Anand (optiplex7010@home)
2020-02-23
patched the print function
Abhishek Anand (optiplex7010@home)
2020-02-23
Remove unqualified universe attributes.
Théo Zimmermann
2020-02-23
Merge pull request #11629 from ppedrot/fix-11552
Tej Chajed
[next]