index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
cErrors.ml
Age
Commit message (
Expand
)
Author
2020-05-15
[misc] Better preserve backtraces in several modules
Emilio Jesus Gallego Arias
2020-04-08
[errors] Print backtrace of internal errors in printers
Emilio Jesus Gallego Arias
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2020-03-03
[exn] Keep information from multiple extra exn handlers
Emilio Jesus Gallego Arias
2020-02-24
[exn] Generate an anomaly if the exn printer raises.
Emilio Jesus Gallego Arias
2020-02-24
[exn] Forbid raising in exn printers, make them return Pp.t option
Emilio Jesus Gallego Arias
2020-01-15
[ocaml] Remove Custom Backtrace module in favor of OCaml's
Emilio Jesus Gallego Arias
2019-07-08
[errors] Small cleanups and removal of dead code.
Emilio Jesus Gallego Arias
2019-07-07
[error] Remove special error printing pre-processing
Emilio Jesus Gallego Arias
2019-07-02
[declare] Cleanup on imports, move exception.
Emilio Jesus Gallego Arias
2019-06-18
[errors] remove "is_handled" logic, turn unhandled into anomalies
Emilio Jesus Gallego Arias
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2018-12-08
Do so that an error message follows the "Error:" header on the same line.
Hugo Herbelin
2018-03-11
[vernac] Move `Quit` and `Drop` to the toplevel layer.
Emilio Jesus Gallego Arias
2018-02-27
Update headers following #6543.
Théo Zimmermann
2017-11-13
Merge PR #6117: Fix printing anomaly in conv
Maxime Dénès
2017-11-08
Fixing an (apparently misplaced) spc in anomaly reporting message.
Hugo Herbelin
2017-11-07
[api] Remove 8.7 ML-deprecated functions.
Emilio Jesus Gallego Arias
2017-07-27
deprecate Pp.std_ppcmds type alias
Matej Košík
2017-06-02
Drop '.' from CErrors.anomaly, insert it in args
Jason Gross
2017-05-27
[cleanup] Unify all calls to the error function.
Emilio Jesus Gallego Arias
2017-04-27
Fix 4.04 warnings
Gaetan Gilbert
2017-03-22
[pp] Add anomaly header to anomaly error messages.
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 toplevel
Emilio Jesus Gallego Arias
2017-03-21
[pp] Replace `Pp.Tag` by `Ppstyle.tag` = `string list`
Emilio Jesus Gallego Arias
2016-10-29
Merge branch 'v8.6'
Pierre-Marie Pédrot
2016-10-18
[pp] Try to properly tag error messages in cError.
Emilio Jesus Gallego Arias
2016-10-02
Merge branch 'v8.6'
Pierre-Marie Pédrot
2016-09-29
fix bug 3683 : adds references to the web site for the bug tracker
Yves Bertot
2016-08-19
Make the user_err header an optional parameter.
Emilio Jesus Gallego Arias
2016-08-19
Remove errorlabstrm in favor of user_err
Emilio Jesus Gallego Arias
2016-08-19
Unify location handling of error functions.
Emilio Jesus Gallego Arias
2016-07-03
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey