about summary refs log tree commit diff
path: root/src/librustc_incremental/Cargo.toml
AgeCommit message (Expand)AuthorLines
2020-07-31Move from `log` to `tracing`Oliver Scherer-1/+1
2020-06-02Rename the crates in source codeVadim Petrochenkov-1/+1
2020-06-02Make things build againVadim Petrochenkov-2/+2
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-1/+1
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-1/+1
2020-02-29Make it build againVadim Petrochenkov-1/+1
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-0/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-1/+1
2019-12-30Make things build againVadim Petrochenkov-1/+1
2019-12-03Move cgu_reuse_tracker to librustc_sessionMark Rousskov-0/+1
2019-09-06Upgrade rand to 0.7Mateusz Mikuła-1/+1
2019-07-23cleanup: Remove `extern crate serialize as rustc_serialize`sVadim Petrochenkov-1/+1
2019-07-07rustc: Remove `dylib` crate type from most rustc cratesAlex Crichton-1/+1
2019-03-04Update rand versionYuki Okushi-1/+1
2019-02-08librustc_incremental => 2018Taiki Endo-0/+1
2018-09-04Breaking change upgradesMark Rousskov-1/+1
2018-08-09Move rustc::util::fs into separate (new) crateMark Rousskov-0/+1
2018-03-12Dedupe randBastien Orivel-1/+1
2018-01-07Try to fix a perf regression by updating logMalo Jaffré-1/+1
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-1/+2
2017-03-23Remove internal liblogAlex Crichton-1/+1
2017-01-22Remove unused `extern crate`s.Jeffrey Seyfried-1/+0
2016-12-30Compilation fixesest31-0/+1
2016-09-20Remove librbml and the RBML-tagged auto-encoder/decoder.Eduard Burtescu-2/+1
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-0/+1
2016-04-07argh, overlooked two extern cratesNiko Matsakis-0/+2
2016-04-06remove incorrect dependency on librustc_frontNiko Matsakis-1/+0
2016-04-06patch name in incremental's Cargo.tomlNiko Matsakis-2/+2
2016-04-06make an incremental crateNiko Matsakis-0/+17