aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* enters coq_makefile2Gravatar Enrico Tassi2017-05-23
* test suite for coq_makefile2Gravatar Enrico Tassi2017-05-23
* coqdep: remove optimization making makefiles harder to writeGravatar Enrico Tassi2017-05-23
* ocamlfind: coqtop -config prints ocamlfind as found by ./configureGravatar Enrico Tassi2017-05-23
* coqdep: set FOR_PACK variable for files that need to be packedGravatar Enrico Tassi2017-05-23
* print_config: print COQ_SRC_SUBDIRSGravatar Enrico Tassi2017-05-23
* Document --print-version in UsageGravatar Enrico Tassi2017-05-23
* Put the list of Coq sources subdirectories in one placeGravatar Enrico Tassi2017-05-23
* Usage.print_config moved to EnvarsGravatar Enrico Tassi2017-05-23
* CoqProject_file: document in API deprecated featuresGravatar Enrico Tassi2017-05-23
* CoqProject_file: API and code cleanup (tuples -> records)Gravatar Enrico Tassi2017-05-23
* ide/project_file.ml4 -> lib/coqProject_file.ml4 + .mliGravatar Enrico Tassi2017-05-23
* ide/project_fie.ml4: include standard banner with copyrightGravatar Enrico Tassi2017-05-23
* test suite for coq_makefileGravatar Enrico Tassi2017-05-23
* configure: -local set coqdoc destination dir to ./doc rather than ""Gravatar Enrico Tassi2017-05-23
* Merge PR#661: Added a test for #4765 (an example of printing abbreviation wit...Gravatar Maxime Dénès2017-05-23
|\
* \ Merge PR#659: Mention ./configure in INSTALL.docGravatar Maxime Dénès2017-05-23
|\ \
* \ \ Merge PR#657: [test-suite] Add tests for goal printing.Gravatar Maxime Dénès2017-05-23
|\ \ \
* \ \ \ Merge PR#646: Revised behavior on ill-formed identifiersGravatar Maxime Dénès2017-05-23
|\ \ \ \
* \ \ \ \ Merge PR#660: Change wrong bullet message.Gravatar Maxime Dénès2017-05-23
|\ \ \ \ \
* \ \ \ \ \ Merge PR#518: Faster universe unificationGravatar Maxime Dénès2017-05-23
|\ \ \ \ \ \
| | | | | | * Added a test for #4765 (an example of printing abbreviation with binders).Gravatar Hugo Herbelin2017-05-20
| |_|_|_|_|/ |/| | | | |
| | | | | * Deprecate -nodoc.Gravatar Théo Zimmermann2017-05-20
| | * | | | Change wrong bullet message.Gravatar Théo Zimmermann2017-05-20
| | | * | | Revised behavior on ill-formed identifiers.Gravatar Hugo Herbelin2017-05-20
| |_|/ / / |/| | | |
* | | | | Merge PR#276: Stopping injection not to work on discriminable atoms (see #4890).Gravatar Maxime Dénès2017-05-20
|\ \ \ \ \
| | | | | * Mention ./configure in INSTALL.docGravatar Théo Zimmermann2017-05-20
| | | | |/ | | | |/|
* | | | | Merge PR#654: Travis: do not cache opam logs (+prettier spacing)Gravatar Maxime Dénès2017-05-20
|\ \ \ \ \
* \ \ \ \ \ Merge PR#643: [ide] Disable `print_ast` call.Gravatar Maxime Dénès2017-05-20
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge PR#474: A fix for #5390 (a useful error on used introduction names was ...Gravatar Maxime Dénès2017-05-20
|\ \ \ \ \ \ \
| | | | | | | * [test-suite] Add tests for goal printing.Gravatar Emilio Jesus Gallego Arias2017-05-20
* | | | | | | | Merge PR#627: Obligations shrinking: shrink abstraction tooGravatar Maxime Dénès2017-05-20
|\ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ Merge PR#644: [toplevel] [stm] Avoid edit_at in batch mode (bug #5520)Gravatar Maxime Dénès2017-05-20
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge PR#648: Allow interactive editing of `plugins/` by adding .dir-locals.elGravatar Maxime Dénès2017-05-20
|\ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ Merge PR#649: Fix a typoGravatar Maxime Dénès2017-05-20
|\ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ Merge PR#651: Re-adding explicit dependency of misc universe test into all_st...Gravatar Maxime Dénès2017-05-20
|\ \ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ \ Merge PR#640: [toplevel] Restore 8.6 goal printing behavior.Gravatar Maxime Dénès2017-05-20
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| | | | | | | | | * | | Travis: do not cache opam logs (+prettier spacing)Gravatar Gaetan Gilbert2017-05-19
| |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| | * | | | | | | | | Re-adding explicit dependency of misc universe test into all_stdlib.v.Gravatar Hugo Herbelin2017-05-19
| |/ / / / / / / / / |/| | | | | | | | |
| | * | | | | | | | Fix a typoGravatar Jason Gross2017-05-18
| |/ / / / / / / / |/| | | | | | | |
| | * | | | | | | Add .dir-locals.el to pluginsGravatar Jason Gross2017-05-18
| |/ / / / / / / |/| | | | | | |
| | * | | | | | [toplevel] [stm] Avoid edit_at in batch mode (bug #5520)Gravatar Emilio Jesus Gallego Arias2017-05-18
| | | | | * | | [ide] Disable `print_ast` call.Gravatar Emilio Jesus Gallego Arias2017-05-18
| | | |_|/ / / | | |/| | | |
| | | | * | | A fix for #5390 (a useful error on used introduction names was masked).Gravatar Hugo Herbelin2017-05-17
| | | |/ / / | | |/| | |
* | | | | | Merge PR#633: An extension of EXTEND and notations to make standard parsing t...Gravatar Maxime Dénès2017-05-17
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| | | | * | Documenting relaxing of constraints on injection.Gravatar Hugo Herbelin2017-05-17
| | | | * | Stopping injection not to work on discriminable atoms (see #4890).Gravatar Hugo Herbelin2017-05-17
| |_|_|/ / |/| | | |
* | | | | Merge PR#457: Adding an even more compact goal hyps mode.Gravatar Maxime Dénès2017-05-17
|\ \ \ \ \
* \ \ \ \ \ Merge PR#607: Make congruence reuse discriminate instead of rolling its own.Gravatar Maxime Dénès2017-05-17
|\ \ \ \ \ \
| | | | * | | [toplevel] Restore 8.6 goal printing behavior.Gravatar Emilio Jesus Gallego Arias2017-05-17