rust/src/librustc_save_analysis
Jeremy Fitzhardinge 768d500157 save-analysis: use buffered writes
Otherwise it ends up writing the file byte at a time, which can be very slow for large outputs.
2019-06-26 17:22:39 -07:00
..
Cargo.toml Switch to serde-enabled rls-* and update RLS appropriately 2019-04-21 12:52:07 +02:00
dump_visitor.rs Auto merge of #62075 - Centril:guardless-match-arms, r=petrochenkov 2019-06-24 05:00:10 +00:00
json_dumper.rs save-analysis: Use serde instead of libserialize to dump JSON data 2019-04-21 12:45:16 +02:00
lib.rs save-analysis: use buffered writes 2019-06-26 17:22:39 -07:00
sig.rs revert the NodeId to HirId parameter change to get_path_res 2019-06-21 08:57:34 +02:00
span_utils.rs Count all errors for track_errors 2019-06-22 15:36:24 +01:00