rust/src/librustc_save_analysis
Alex Crichton a1f5001998 rustc: Use create_dir_racy in save analysis
The OSX bots failed last night due a race condition in save analysis where
concurrent calls to `fs::create_dir_all` conflicted with one another. This
replaces the relevant function call with `fs::create_dir_racy` which is defined
internally to the compiler.
2016-12-13 09:17:28 -08:00
..
Cargo.toml Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
csv_dumper.rs Fixed missing comma in the csv dumper. 2016-07-25 11:46:59 +02:00
data.rs rustc_metadata: go only through rustc_serialize in astencode. 2016-09-20 20:07:54 +03:00
dump_visitor.rs Auto merge of #38203 - nrc:save-wr, r=eddyb 2016-12-09 18:43:33 +00:00
dump.rs save-analysis: attempt number 2 at a JSON version 2016-05-11 13:50:23 -07:00
external_data.rs rustc_metadata: go only through rustc_serialize in astencode. 2016-09-20 20:07:54 +03:00
json_api_dumper.rs rustc_metadata: go only through rustc_serialize in astencode. 2016-09-20 20:07:54 +03:00
json_dumper.rs save-analysis: redirect a module decl to the start of the defining file 2016-11-25 16:50:47 +13:00
lib.rs rustc: Use create_dir_racy in save analysis 2016-12-13 09:17:28 -08:00
span_utils.rs Move syntax::util::interner -> syntax::symbol, cleanup. 2016-11-20 23:40:20 +00:00