rust/src/librustc_session
David Wood 3678e5c97e
errors: use -Z terminal-width in JSON emitter
This commit makes the JSON emitter use `-Z terminal-width` in the
"rendered" field of the JSON output.

Signed-off-by: David Wood <david@davidtw.co>
2020-06-26 16:01:51 +01:00
..
lint Rollup merge of #73300 - crlf0710:crate_level_only_check, r=petrochenkov 2020-06-19 09:15:08 -07:00
Cargo.toml Diagnose use of incompatible sanitizers 2020-06-14 18:14:10 +02:00
cgu_reuse_tracker.rs Rename syntax_pos to rustc_span in source code 2020-01-01 09:15:18 +03:00
code_stats.rs Don't redundantly repeat field names (clippy::redundant_field_names) 2020-03-06 19:42:18 +01:00
config.rs Rollup merge of #73523 - jyn514:everybody_loops, r=ecstatic-morse 2020-06-23 13:10:07 -07:00
filesearch.rs Rename get_self_contained_lib_path 2020-06-25 11:32:09 +02:00
lib.rs Diagnose use of incompatible sanitizers 2020-06-14 18:14:10 +02:00
lint.rs Implement crate level only lints checking. 2020-06-18 09:53:12 +08:00
options.rs Rollup merge of #72738 - mati865:self-contained-option, r=petrochenkov 2020-06-25 18:00:03 -07:00
output.rs cleanup: config::CrateType -> CrateType 2020-05-02 11:57:23 +03:00
parse.rs Auto merge of #73746 - Manishearth:rollup-80jnynm, r=Manishearth 2020-06-26 02:16:07 +00:00
search_paths.rs Speed up path searching with find_library_crate. 2020-04-07 09:21:15 +10:00
session.rs errors: use -Z terminal-width in JSON emitter 2020-06-26 16:01:51 +01:00
utils.rs Factor out NativeLibKind::Dylib from NativeLibKind::Unspecified 2020-05-20 21:57:13 +03:00