| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-11-06 | [checker] Refactor by sharing code with the kernel | Maxime Dénès | |
| For historical reasons, the checker was duplicating a lot of code of the kernel. The main differences I found were bug fixes that had not been backported. With this patch, the checker uses the kernel as a library to serve the same purpose as before: validation of a `.vo` file, re-typechecking all definitions a posteriori. We also rename some files from the checker so that they don't clash with kernel files. | |||
| 2018-03-07 | [checker] Printer cleanup. | Emilio Jesus Gallego Arias | |
| Makes printing rules more explicit and should close #6799. | |||
| 2018-02-27 | Update headers following #6543. | Théo Zimmermann | |
| 2018-01-10 | Add interfaces for checker and remove dead code. | Maxime Dénès | |
