aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| | | | | | | | | | * | | | | make check not CoqIDE-specificGravatar Paul Steckler2017-03-22
| | | | | | | | | | |/ / / /
* | | | | | | | | | / / / / Better compatibility of TACTIC EXTEND AT LEVEL with versions of camlp5.Gravatar Hugo Herbelin2017-03-22
| |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | |
| | | | | | | | * | | | | [travis] Fix iris-coq build.Gravatar Emilio Jesus Gallego Arias2017-03-22
| |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Document the changes to IZR.Gravatar Guillaume Melquiond2017-03-22
| * | | | | | | | | | | Make IZR a morphism for field.Gravatar Guillaume Melquiond2017-03-22
| * | | | | | | | | | | Mark ring morphisms as opaque.Gravatar Guillaume Melquiond2017-03-22
| * | | | | | | | | | | Change the parser and printer so that they use IZR for real constants.Gravatar Guillaume Melquiond2017-03-22
| | | | | | | * | | | | [travis] [8.6.only] Backport latest changes from trunk.Gravatar Emilio Jesus Gallego Arias2017-03-22
| | | | |_|_|/ / / / / | | | |/| | | | | | |
| * | | | | | | | | | Make IZR use a compact representation of integers.Gravatar Guillaume Melquiond2017-03-22
| * | | | | | | | | | Fix broken evaluation strategies for ring and field.Gravatar Guillaume Melquiond2017-03-22
| * | | | | | | | | | Fix some typos.Gravatar Guillaume Melquiond2017-03-22
| * | | | | | | | | | Simplify some proofs using ring and field.Gravatar Guillaume Melquiond2017-03-22
| * | | | | | | | | | Remove duplicate lemmas.Gravatar Guillaume Melquiond2017-03-22
|/ / / / / / / / / /
| | | | | * / / / / funind: Ignore missing info for current functionGravatar Tej Chajed2017-03-22
| | | |_|/ / / / / | | |/| | | | | |
* | | | | | | | | Merge branch 'v8.6'Gravatar Pierre-Marie Pédrot2017-03-22
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge PR#390: Updates to the Pretty Printing InfrastructureGravatar Maxime Dénès2017-03-22
|\ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ Merge PR#478: Small optimization on handling of library state.Gravatar Maxime Dénès2017-03-22
|\ \ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ \ Merge PR#482: [toplevel] Remove unusable option -notopGravatar Maxime Dénès2017-03-22
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | | * | | | | Add a few comments in term_typing.ml.Gravatar Maxime Dénès2017-03-21
| | | | | | | * | | | | Do not typecheck twice the type of opaque constants.Gravatar Maxime Dénès2017-03-21
| | | | | |_|/ / / / / | | | | |/| | | | | |
| | | * | | | | | | | [ide protocol] Add comment about leftover parameter.Gravatar Emilio Jesus Gallego Arias2017-03-21
| | | * | | | | | | | [pp] Hide the internal representation of `std_ppcmds`.Gravatar Emilio Jesus Gallego Arias2017-03-21
| | | * | | | | | | | [pp] Fix bug in richpp Format use.Gravatar Emilio Jesus Gallego Arias2017-03-21
| | | * | | | | | | | [extraction] Flush formatters at end of output.Gravatar Emilio Jesus Gallego Arias2017-03-21
| | | * | | | | | | | [xml] Restore protocol compatibility with 8.6.Gravatar Emilio Jesus Gallego Arias2017-03-21
| | | * | | | | | | | [stm] Add common toploop for workers.Gravatar Emilio Jesus Gallego Arias2017-03-21
| | | * | | | | | | | [pp] Remove uses of expensive string_of_ppcmds.Gravatar Emilio Jesus Gallego Arias2017-03-21
| | | * | | | | | | | [pp] [ide] Minor cleanups in pp code.Gravatar Emilio Jesus Gallego Arias2017-03-21
| | | * | | | | | | | [pp] Move terminal-specific tagging to the toplevel.Gravatar Emilio Jesus Gallego Arias2017-03-21
| | | * | | | | | | | [pp] Remove special tag type and handler from Pp.Gravatar Emilio Jesus Gallego Arias2017-03-21
| | | * | | | | | | | [ide] Dynamic printing width.Gravatar Emilio Jesus Gallego Arias2017-03-21
| | | * | | | | | | | [ide] richpp clenaupGravatar Emilio Jesus Gallego Arias2017-03-21
| | | * | | | | | | | [pp] Debug feeder is not needed anymore.Gravatar Emilio Jesus Gallego Arias2017-03-21
| | | * | | | | | | | [pp] Remove richpp from fake_ide.Gravatar Emilio Jesus Gallego Arias2017-03-21
| | | * | | | | | | | [pp] Make feedback the only logging mechanism.Gravatar Emilio Jesus Gallego Arias2017-03-21
| | | * | | | | | | | [error] Move back fatal_error to toplevelGravatar Emilio Jesus Gallego Arias2017-03-21
| | | * | | | | | | | [feedback] Allow to remove feedback listeners.Gravatar Emilio Jesus Gallego Arias2017-03-21
| | | * | | | | | | | [pp] Remove redundant white spacing pp construct.Gravatar Emilio Jesus Gallego Arias2017-03-21
| | | * | | | | | | | [pp] Force well-formed boxes by construction.Gravatar Emilio Jesus Gallego Arias2017-03-21
| | | * | | | | | | | [pp] Force well-tagged docs by construction.Gravatar Emilio Jesus Gallego Arias2017-03-21
| | | * | | | | | | | [pp] Implement n-ary glue.Gravatar Emilio Jesus Gallego Arias2017-03-21
| | | * | | | | | | | [pp] Make pp public to allow serialization.Gravatar Emilio Jesus Gallego Arias2017-03-21
| | | * | | | | | | | [pp] Prepare for serialization, remove opaque glue.Gravatar Emilio Jesus Gallego Arias2017-03-21
| | | * | | | | | | | [pp] Remove `Pp.stras`.Gravatar Emilio Jesus Gallego Arias2017-03-21
| | | * | | | | | | | [pp] Replace `Pp.Tag` by `Ppstyle.tag` = `string list`Gravatar Emilio Jesus Gallego Arias2017-03-21
| | | * | | | | | | | [pp] Remove unused printing tagging infrastructure.Gravatar Emilio Jesus Gallego Arias2017-03-21
| | | * | | | | | | | [ide] ide_slave doesnt't need to capture stdoutGravatar Emilio Jesus Gallego Arias2017-03-21
| | | * | | | | | | | [ide] Use "log via feedback".Gravatar Emilio Jesus Gallego Arias2017-03-21
| |_|/ / / / / / / / |/| | | | | | | | |
| | | | * | | | | | [safe-string] update dev/doc/changesGravatar Emilio Jesus Gallego Arias2017-03-21
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | Merge PR#134: Enable `-safe-string`Gravatar Maxime Dénès2017-03-21
|\ \ \ \ \ \ \ \ \