aboutsummaryrefslogtreecommitdiff
path: root/coqprime
Commit message (Collapse)AuthorAge
* Bump coqprimeGravatar Jason Gross2018-07-10
| | | | Fixes #379 (I hope)
* update coqprimeGravatar Jade Philipoom2018-04-09
|
* reorganization: move more things into BaseConversionGravatar Jade Philipoom2018-04-09
|
* Update coqprimeGravatar Jason Gross2018-04-03
|
* pass-through after Andres's review in #334Gravatar Jade Philipoom2018-04-03
|
* Bump coqprime for .gitignoreGravatar Jason Gross2018-03-10
|
* git submodule update --remote --recursiveGravatar Andres Erbsen2018-02-24
|
* coqprime in COQPATH (closes #269)Gravatar Andres Erbsen2018-02-24
|
* Change Implicit Arguments to Arguments in coqprimeGravatar Jasper Hugunin2018-02-23
|
* Remove obsolete syntax for locality. (#270)Gravatar Maxime Dénès2017-11-20
| | | | | | | This is preparing the landing of https://github.com/coq/coq/pull/1049. For now, I'm duplicating this patch which was already done upstream in CoqPrime, but please consider removing this ad-hoc copy (see discussion on PR #269).
* Strip trailing whitespaceGravatar Jason Gross2017-06-02
| | | | | | | With ```bash bash ./etc/coq-scripts/formatting/strip-trailing-whitespace.sh ```
* Make Coq 8.5 the default target for Fiat-CryptoGravatar Jason Gross2016-06-22
| | | | Instructions for 8.4 build in the README
* Absolutize Coqprime importsGravatar Jason Gross2016-03-10
| | | | | | | | | | Used ```bash cd coqprime make -kj10 cd Coqprime git ls-files "*.v" | xargs python ~/Documents/repos/coq-tools/absolutize-imports.py -i -R . Coqprime ```
* Automate a UList proof a bit so it builds with 8.5Gravatar Jason Gross2016-02-25
| | | | It still builds with 8.4
* Update Coqprime/UListGravatar Jason Gross2016-02-24
| | | | | Ambiguous imports, oh joy! (Coqprime failed to build when Bedrock was in COQPATH.)
* Update build process to use COQPATH & _CoqProjectGravatar Jason Gross2016-02-05
| | | | | | | | Removed all of the files not built by default; they can be resurrected from git history. _CoqProject is the standard way to list the files in a project and to give information to coq_makefile. COQPATH is the standard way to make use of not-yet-installed libraries that are not part of your project (i.e., you don't want to remove them when you `make clean`, etc.).
* recursive-build coqprimeGravatar Rob Sloan2016-01-28
|
* Import coqprime; use it to prove Euler's criterion.Gravatar Jade Philipoom2016-01-20