aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/validator
Commit message (Collapse)AuthorAgeFilesLines
* Remove coq warnings (#28)Bernhard Schommer2017-09-222-20/+20
| | | | Replace deprecated functions and theorems from the Coq standard library (version 8.6) by their non-deprecated counterparts.
* Alphabet.v compiles even without the hints of BigNumPreludePierre Letouzey2017-06-061-1/+1
| | | | | | | | BigNumPrelude will soon leave Coq stdlib with the rest of the bignum library (apart from Int31 files) to become a separate package. With this (very minor) patch, Compcert compiles with or without the hints declared in BigNumPrelude.
* Replace "Implicit Arguments" with "Arguments"Xavier Leroy2017-02-132-5/+5
| | | | | This silences a warning of Coq 8.6. Some "Implicit Arguments" remain in flocq/ but I'd rather not diverge from the released version of flocq if at all possible.
* Fix minor issues in some proofs and tactics.Maxime Dénès2016-09-211-0/+1
| | | | | These minor problems were revealed by porting CompCert to Coq 8.6, where they trigger errors.
* Port to Coq 8.5pl2Xavier Leroy2016-07-088-81/+106
| | | | | Manual merging of branch jhjourdan:coq8.5. No other change un functionality.
* Compatibility with newer ocaml versions. Bug 18313.Bernhard Schommer2016-03-311-2/+2
|
* Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-208-37/+37
|
* Change the definition of Typles.tupleJacques-Henri Jourdan2015-07-071-2/+5
|
* Make Alphabet.v compatible with an environnment where Containers is installedjjourdan2014-07-041-1/+1
| | | | git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2521 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
* Integration of Jacques-Henri Jourdan's verified parser.xleroy2014-04-2911-0/+3138
(Merge of branch newparser.) git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2469 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e