rust/src/librustdoc
Pietro Albini 72d4c1ed67
Rollup merge of #58984 - estebank:multi-treat-err-as-bug, r=oli-obk
Teach `-Z treat-err-as-bug` to take a number of errors to emit

`-Z treat-err-as-bug` will cause `rustc` to panic after the first error is reported, like previously. `-Z treat-err-as-bug=2` will cause `rustc` to panic after 2 errors have been reported.

Fix #58983.
2019-03-08 09:42:13 +01:00
..
clean Stub rustdoc const generics implementations 2019-03-05 22:17:41 +00:00
html Support defining C compatible variadic functions 2019-02-27 10:21:35 -05:00
passes ty: HirIdify some lints 2019-03-01 11:18:49 +01:00
Cargo.toml Auto merge of #57051 - Eijebong:parking_lot, r=nikomatsakis 2019-02-23 19:46:10 +00:00
config.rs merge early and late passes into single struct 2019-02-23 15:10:56 -05:00
core.rs Rollup merge of #58984 - estebank:multi-treat-err-as-bug, r=oli-obk 2019-03-08 09:42:13 +01:00
doctree.rs hir: remove NodeId from Item 2019-03-02 07:48:52 +01:00
externalfiles.rs Transition librustdoc to 2018 edition 2019-02-23 16:40:07 +09:00
fold.rs Transition librustdoc to 2018 edition 2019-02-23 16:40:07 +09:00
lib.rs Introduce rustc_interface and move some methods there 2019-02-28 19:30:31 +01:00
markdown.rs Transition librustdoc to 2018 edition 2019-02-23 16:40:07 +09:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
test.rs Keep current behavior while accepting error count 2019-03-07 03:17:39 -08:00
theme.rs Remove licenses 2018-12-25 21:08:33 -07:00
visit_ast.rs hir: remove NodeId from Item 2019-03-02 07:48:52 +01:00
visit_lib.rs Transition librustdoc to 2018 edition 2019-02-23 16:40:07 +09:00

For more information about how librustdoc works, see the rustc guide.