rust/src/librustdoc
Mazdak Farrokhzad c89bc54d4f
Rollup merge of #59128 - oli-obk:colorful_json, r=mark-i-m,eddyb
Emit ansi color codes in the `rendered` field of json diagnostics

cc @ljedrz

Implemented for https://github.com/rust-lang/rust/pull/56595#issuecomment-447645115 (x.py clippy)
2019-04-17 10:31:30 +02:00
..
clean rustdoc: Remove default keyword from re-exported trait methods 2019-04-14 23:55:14 +01:00
html Rollup merge of #59992 - QuietMisdreavus:static-settings-path, r=GuillaumeGomez 2019-04-16 05:14:24 +02:00
passes HirIdify hir::Def 2019-04-14 09:30:02 +02:00
Cargo.toml Speed up rustdoc run a bit 2019-03-27 19:07:48 +01:00
config.rs Rollup merge of #59128 - oli-obk:colorful_json, r=mark-i-m,eddyb 2019-04-17 10:31:30 +02:00
core.rs Rename colorful-json to json-rendered and make it a selection instead of a bool 2019-04-02 16:14:59 +02:00
doctree.rs Separate variant id and variant constructor id. 2019-03-24 12:10:16 +03: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 Deny internal in stage0 2019-04-17 05:15:00 +02:00
markdown.rs Make the rustc driver and interface demand driven 2019-03-10 04:49:45 +01:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
test.rs Update rustdoc 2019-04-02 16:14:58 +02:00
theme.rs Remove licenses 2018-12-25 21:08:33 -07:00
visit_ast.rs hir: replace NodeId with HirId in ItemId 2019-03-25 13:08:46 +01:00
visit_lib.rs Make the rustc driver and interface demand driven 2019-03-10 04:49:45 +01:00

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