aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
Commit message (Expand)AuthorAge
* Fix some documentation typos.Gravatar Guillaume Melquiond2016-11-24
* Fix bug in warnings: -w foo was silent when foo did not exist.Gravatar Maxime Dénès2016-11-14
* Removing a special treatment for empty lines in comments.Gravatar Hugo Herbelin2016-11-05
* Fix #4837: ./configure -local makes coqdep issue many warningsGravatar Maxime Dénès2016-11-04
* Remove an OCaml 4.02 construct.Gravatar Maxime Dénès2016-11-03
* Fix various shortcomings of the warnings infrastructure.Gravatar Maxime Dénès2016-11-02
* Merge remote-tracking branch 'github/pr/319' into v8.6Gravatar Maxime Dénès2016-10-28
|\
* | STM: make ~valid state id non optional from APIsGravatar Enrico Tassi2016-10-26
* | Error Resiliency: more conservative default (only curly braces)Gravatar Enrico Tassi2016-10-19
| * [pp] Try to properly tag error messages in cError.Gravatar Emilio Jesus Gallego Arias2016-10-18
|/
* Stopping warning on unrecognized unicode character in notation (fixing #5136).Gravatar Hugo Herbelin2016-10-17
* [toplevel] Remove duplicate beautify flags.Gravatar Emilio Jesus Gallego Arias2016-10-17
* Merge PR #224 into v8.6Gravatar Pierre-Marie Pédrot2016-10-12
|\
* \ Merge branch 'v8.5' into v8.6Gravatar Pierre-Marie Pédrot2016-10-12
|\ \
| * | Fix #4416: - Incorrect "Error: Incorrect number of goals"Gravatar Arnaud Spiwack2016-10-10
* | | Moving Pp.comments to CLexer so that Pp is purer (no more side-effectGravatar Hugo Herbelin2016-10-09
| | * [pp] Remove duplicate color logger.Gravatar Emilio Jesus Gallego Arias2016-09-30
* | | Set the default LtacProf cutoff to 2%Gravatar Jason Gross2016-09-29
* | | Fix bug #4798: compat notations should not modify the parser.Gravatar Pierre-Marie Pédrot2016-09-29
| |/ |/|
* | fix bug 3683 : adds references to the web site for the bug trackerGravatar Yves Bertot2016-09-29
* | -profile-ltac-cutoff alike Show Ltac Profile Cutoff (#5100)Gravatar Enrico Tassi2016-09-29
* | Fix #5061: Warnings flag has no discernible valueGravatar Maxime Dénès2016-09-27
* | feedback: provide a feeder that prints debug messagesGravatar Enrico Tassi2016-09-13
* | feedback: support multiple feedback listenersGravatar Enrico Tassi2016-09-05
* | Fast path for set operations.Gravatar Pierre-Marie Pédrot2016-08-22
* | Make List.map_filter(_i) tail-recursive.Gravatar Guillaume Melquiond2016-08-09
* | Fixing the printing of unknown locations by adding a newline.Gravatar Pierre-Marie Pédrot2016-07-08
* | Adding a breaking space in warning names.Gravatar Pierre-Marie Pédrot2016-07-08
* | errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...Gravatar Pierre Letouzey2016-07-03
* | A new infrastructure for warnings.Gravatar Maxime Dénès2016-06-29
* | Merge remote-tracking branch 'github/pr/223' into feedback-locationsGravatar Maxime Dénès2016-06-27
|\ \
* | | add CList.extract_firstGravatar Gabriel Scherer2016-06-27
| * | [feedback] Remove `ErrorMsg` in favor of `Message Error`.Gravatar Emilio Jesus Gallego Arias2016-06-25
| * | [feedback] Allow messages to carry a location.Gravatar Emilio Jesus Gallego Arias2016-06-25
| * | [feedback] Add optional ?loc parameter to loggers.Gravatar Emilio Jesus Gallego Arias2016-06-25
| * | [feedback] Remove unused tag on `Debug` level.Gravatar Emilio Jesus Gallego Arias2016-06-25
|/ /
* | Add file name, line number and beginning of line position to locations.Gravatar Maxime Dénès2016-06-20
* | remote counter: avoid thread race on sockets (fix #4823)Gravatar Enrico Tassi2016-06-17
| * remote counter: avoid thread race on sockets (fix #4823)Gravatar Enrico Tassi2016-06-17
* | Merge 'pr/191' into trunkGravatar Enrico Tassi2016-06-16
|\ \
* | | Preventive compatibility fixes for flushing.Gravatar Emilio Jesus Gallego Arias2016-06-14
* | | Merge remote-tracking branch 'origin/pr/166' into trunkGravatar Enrico Tassi2016-06-14
|\ \ \
* | | | -async-proofs-delegation-threshold default value set to 0.03Gravatar Enrico Tassi2016-06-14
* | | | Merge remote-tracking branch 'origin/pr/182' into trunkGravatar Enrico Tassi2016-06-14
|\ \ \ \
* \ \ \ \ Merge remote-tracking branch 'origin/pr/173' into trunkGravatar Enrico Tassi2016-06-14
|\ \ \ \ \
| | | | * | Add a [CList.partitioni] function.Gravatar Cyprien Mangin2016-06-14
| |_|_|/ / |/| | | |
* | | | | Merge branch "LtacProf for trunk" (PR #165).Gravatar Pierre-Marie Pédrot2016-06-14
|\ \ \ \ \
| * | | | | Moving back Ltac profiling to the Ltac folder.Gravatar Pierre-Marie Pédrot2016-06-14
| * | | | | Moving UTF-8 related functions to Unicode module.Gravatar Pierre-Marie Pédrot2016-06-14
| * | | | | Revert "Strip some trailing spaces"Gravatar Pierre-Marie Pédrot2016-06-13