aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Statically ensuring that inlined entries out of the kernel have no effects.Gravatar Pierre-Marie Pédrot2017-07-26
* Further simplication: do not recreate entries for side-effects.Gravatar Pierre-Marie Pédrot2017-07-26
* Remove a horrendous hack in Declare to retrieve exported side-effects.Gravatar Pierre-Marie Pédrot2017-07-26
* More precise type of entries capturing their lack of side-effects.Gravatar Pierre-Marie Pédrot2017-07-26
* Using a record type for Cooking.result.Gravatar Pierre-Marie Pédrot2017-07-26
* More precise type for universe entries.Gravatar Pierre-Marie Pédrot2017-07-26
* Merge PR #905: [api] Remove type equalities from API.Gravatar Maxime Dénès2017-07-26
|\
* \ Merge PR #857: Extraction: various fixes related with bug 4720Gravatar Maxime Dénès2017-07-26
|\ \
* \ \ Merge PR #859: Extraction TestCompileGravatar Maxime Dénès2017-07-26
|\ \ \
* \ \ \ Merge PR #808: [api] Put some order in API.mliGravatar Maxime Dénès2017-07-26
|\ \ \ \
* \ \ \ \ Merge PR #750: Remove deprecated options of ./configure in 8.8Gravatar Maxime Dénès2017-07-26
|\ \ \ \ \
| | | | | * make sure that API-leaks cannot be reintroduced by mistakeGravatar Matej Košík2017-07-26
* | | | | | Makefile.ide: restore a coqide-binaries rule (fix bug 5667)Gravatar Pierre Letouzey2017-07-25
| | | | | * [api] Remove type equalities from API.Gravatar Emilio Jesus Gallego Arias2017-07-25
| | | |_|/ | | |/| |
| | * | | [api] Put modules in order in API.{mli,ml}Gravatar Emilio Jesus Gallego Arias2017-07-25
| |/ / / |/| | |
* | | | Merge PR #897: Fix test suite on windows (wrt fake_ide and coq-makefile)Gravatar Maxime Dénès2017-07-21
|\ \ \ \
| * | | | PMP sold us a Timeout on Windows with 1s resolution. Trying to improve it.Gravatar Maxime Dénès2017-07-21
| * | | | Install time command under Cygwin (required for timing scripts).Gravatar Maxime Dénès2017-07-21
| | | | * Extraction: fix bugs 5177 and 5240 (and also indirectly bug 4720)Gravatar Pierre Letouzey2017-07-20
* | | | | Merge PR #892: Improve do_split option of typeclass resolutionGravatar Maxime Dénès2017-07-20
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| | * | | fake_ide: do as coqide to find out coqtop pathGravatar Enrico Tassi2017-07-20
| | * | | coq_makefile: use System.exists_dir for better portabilityGravatar Enrico Tassi2017-07-20
| | * | | Windows: Sys.is_dir "foo/" always says no (so we strip trailing slash)Gravatar Enrico Tassi2017-07-20
| | * | | coq-makefile: strip windows drive letter when DESTDIR is not emptyGravatar Enrico Tassi2017-07-20
| | * | | coq-makefile: treat coq_makefile as any other coq binaryGravatar Enrico Tassi2017-07-20
| | * | | more verbose logs for coq-makefileGravatar Enrico Tassi2017-07-20
| | * | | coq-makefile: quote using ' to preserve \ (windows paths)Gravatar Enrico Tassi2017-07-20
| | * | | coq-makefile: make test suite detect more errorsGravatar Enrico Tassi2017-07-20
| | * | | In fake_ide, call coqtop.exe instead of coqtop on Win32.Gravatar Maxime Dénès2017-07-20
| | * | | Avoid using unsupported signals under Windows in fake_ide.Gravatar Maxime Dénès2017-07-20
| | * | | Remove trailing CR before diff in output and misc tests.Gravatar Maxime Dénès2017-07-20
| | * | | Print failure logs on appveyor.Gravatar Maxime Dénès2017-07-20
| | * | | Remove non-terminating Timeout tests from Hints.v.Gravatar Maxime Dénès2017-07-20
| | * | | Make coqlib relative in test suite (revert 024a7ab20b0)Gravatar Maxime Dénès2017-07-20
| | * | | Add AppVeyor infrastructure, launching the test suite under Windows.Gravatar Maxime Dénès2017-07-20
| |/ / / |/| | |
* | | | Merge PR #900: [proofs] Remove circular dependency from Proofview to Goal.Gravatar Maxime Dénès2017-07-20
|\ \ \ \
* \ \ \ \ Merge PR #899: [general] Move files to directories so they match linking order.Gravatar Maxime Dénès2017-07-20
|\ \ \ \ \
* \ \ \ \ \ Merge PR #903: Documenting the purity / marshallability invariant of persiste...Gravatar Maxime Dénès2017-07-20
|\ \ \ \ \ \
| * | | | | | Documenting the purity / marshallability invariant of persistent states.Gravatar Pierre-Marie Pédrot2017-07-20
* | | | | | | Merge PR #898: [pp] Fix bugs 5651 [incorrect thunk in pretty printer]Gravatar Maxime Dénès2017-07-20
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge PR #896: Prepare De Bruijn universe abstractions, Spin-off: CheckerGravatar Maxime Dénès2017-07-20
|\ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ Merge PR #869: Enforce alternating separators in typeclass debug outputGravatar Maxime Dénès2017-07-20
|\ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ Merge PR #877: Travis+4.05.0Gravatar Maxime Dénès2017-07-20
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge branch 'v8.7'Gravatar Maxime Dénès2017-07-20
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge PR #745: Add timing scriptsGravatar Maxime Dénès2017-07-19
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge PR #855: Deprecate options that were introduced for compatibility with ...Gravatar Maxime Dénès2017-07-19
| |\ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ Merge PR #770: [proof] Move bullets to their own module.Gravatar Maxime Dénès2017-07-19
|\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * | | | [proofs] Remove circular dependency from Proofview to Goal.Gravatar Emilio Jesus Gallego Arias2017-07-19
| |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | |
| | | | | | | | | * | | | [general] Move files to directories matching linking order.Gravatar Emilio Jesus Gallego Arias2017-07-19
| |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge PR #788: [API] Remove `open API` in ml files in favor of `-open API` flag.Gravatar Maxime Dénès2017-07-19
|\ \ \ \ \ \ \ \ \ \ \ \