| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-06-02 | Rename directories for some compiler crates from `libx` to `librustc_x` | Vadim Petrochenkov | -13/+0 | |
| libarena -> librustc_arena libfmt_macros -> librustc_parse_format libgraphviz -> librustc_graphviz libserialize -> librustc_serialize | ||||
| 2019-11-04 | bump smallvec to 1.0 | Ralf Jung | -1/+1 | |
| 2019-07-07 | rustc: Remove `dylib` crate type from most rustc crates | Alex Crichton | -1/+0 | |
| Now that procedural macros no longer link transitively to libsyntax, this shouldn't be needed any more! This commit is an experiment in removing all dynamic libraries from rustc except for librustc_driver itself. Let's see how far we can get with that! | ||||
| 2019-04-01 | Support allocating iterators with arenas | John Kåre Alsaker | -0/+1 | |
| 2019-02-11 | libarena => 2018 | Mazdak Farrokhzad | -1/+2 | |
| 2018-04-15 | Make arenas thread safe | John Kåre Alsaker | -0/+3 | |
| 2016-02-11 | bootstrap: Add a bunch of Cargo.toml files | Alex Crichton | -0/+9 | |
| These describe the structure of all our crate dependencies. | ||||
