| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-05-01 | Move metadata writing earlier. | Nicholas Nethercote | -0/+2 | |
| The commit moves metadata writing from `link_binary` to `encode_metadata` (and renames the latter as `encode_and_write_metadata`). This is at the very start of code generation. | ||||
| 2019-04-26 | Update rustc-rayon version | John Kåre Alsaker | -1/+1 | |
| 2019-03-27 | librustc_interface => 2018; rename rustc-rayon to rayon in Cargo.toml | Mazdak Farrokhzad | -1/+1 | |
| 2019-03-27 | librustc_interface => 2018 | Mazdak Farrokhzad | -0/+1 | |
| 2019-03-01 | librustc_interface: Update scoped-tls to 1.0 | Igor Matuszewski | -1/+1 | |
| Done previously as a part of https://github.com/rust-lang/rust/pull/58748 | ||||
| 2019-02-28 | Introduce rustc_interface and move some methods there | John Kåre Alsaker | -0/+35 | |
