aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-03-21[pp] Hide the internal representation of `std_ppcmds`.Emilio Jesus Gallego Arias
2017-03-21[pp] [ide] Minor cleanups in pp code.Emilio Jesus Gallego Arias
2017-03-21[pp] Move terminal-specific tagging to the toplevel.Emilio Jesus Gallego Arias
2017-03-21[pp] Remove special tag type and handler from Pp.Emilio Jesus Gallego Arias
2017-03-21[pp] Debug feeder is not needed anymore.Emilio Jesus Gallego Arias
2017-03-21[pp] Make feedback the only logging mechanism.Emilio Jesus Gallego Arias
2017-03-21[error] Move back fatal_error to toplevelEmilio Jesus Gallego Arias
2017-03-21[feedback] Allow to remove feedback listeners.Emilio Jesus Gallego Arias
2017-03-21[pp] Remove redundant white spacing pp construct.Emilio Jesus Gallego Arias
2017-03-21[pp] Force well-formed boxes by construction.Emilio Jesus Gallego Arias
2017-03-21[pp] Force well-tagged docs by construction.Emilio Jesus Gallego Arias
2017-03-21[pp] Implement n-ary glue.Emilio Jesus Gallego Arias
2017-03-21[pp] Make pp public to allow serialization.Emilio Jesus Gallego Arias
2017-03-21[pp] Prepare for serialization, remove opaque glue.Emilio Jesus Gallego Arias
2017-03-21[pp] Remove `Pp.stras`.Emilio Jesus Gallego Arias
2017-03-21[pp] Replace `Pp.Tag` by `Ppstyle.tag` = `string list`Emilio Jesus Gallego Arias
2017-03-21Merge PR#134: Enable `-safe-string`Maxime Dénès
2017-03-14[safe-string] lib/miscelaneaEmilio Jesus Gallego Arias
2017-03-14[safe-string] lib/cUnixEmilio Jesus Gallego Arias
2017-03-14[safe_string] lib/cThreadEmilio Jesus Gallego Arias
2017-03-14[future] Remove unused parameter greedy.Emilio Jesus Gallego Arias
2017-02-20Merge PR#189: Remove tabulation support from pretty-printing.Maxime Dénès
2017-02-15[unicode] Address comments in PR#314.Emilio Jesus Gallego Arias
2017-02-14[safe-string] Use `String.init` to build string.Emilio Jesus Gallego Arias
2017-02-01Merge branch 'v8.6'Pierre-Marie Pédrot
2017-01-30Merge PR#355: Remove unused feedback_content: GoalsMaxime Dénès
2017-01-24Merge PR#383: fix #5244: set printing width ignored when given enough spaceMaxime Dénès
2017-01-19Merge branch 'v8.6'Pierre-Marie Pédrot
2017-01-13Fix race condition in STM DAG generation (in debug mode).Maxime Dénès
2017-01-13Fix broken .aux machinery.Guillaume Melquiond
2017-01-09Avoid using the deprecated Scanf.fscanf function.Maxime Dénès
2016-12-19Merge remote-tracking branch 'github/pr/351' into trunkMaxime Dénès
2016-12-19Merge remote-tracking branch 'github/pr/363' into trunkMaxime Dénès
2016-12-04[pp] Set printing width for richpp formatter (bug #5244)Emilio Jesus Gallego Arias
2016-11-30Merge branch 'v8.6'Pierre-Marie Pédrot
2016-11-30Fix #5183 - Two CoqIDE crash errorsMaxime Dénès
2016-11-24Fix some documentation typos.Guillaume Melquiond
2016-11-18Merge branch 'v8.6'Pierre-Marie Pédrot
2016-11-16lib/Unicodetable: Update. This code has been generated from the latestYann Régis-Gianas
2016-11-14Fix bug in warnings: -w foo was silent when foo did not exist.Maxime Dénès
2016-11-10Remove unused feedback_content: GoalsCJ Bell
2016-11-08Complete a truncated commentArnaud Spiwack
2016-11-05Removing a special treatment for empty lines in comments.Hugo Herbelin
2016-11-04Fix #4837: ./configure -local makes coqdep issue many warningsMaxime Dénès
2016-11-03Remove an OCaml 4.02 construct.Maxime Dénès
2016-11-02Fix various shortcomings of the warnings infrastructure.Maxime Dénès
2016-10-29Merge branch 'v8.6'Pierre-Marie Pédrot
2016-10-28Merge remote-tracking branch 'github/pr/319' into v8.6Maxime Dénès
2016-10-26STM: make ~valid state id non optional from APIsEnrico Tassi
2016-10-24Merge branch 'v8.6'Pierre-Marie Pédrot