about summary refs log tree commit diff
path: root/src/libarena/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2020-06-02Rename 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-04bump smallvec to 1.0Ralf Jung-1/+1
2019-07-07rustc: Remove `dylib` crate type from most rustc cratesAlex 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-01Support allocating iterators with arenasJohn Kåre Alsaker-0/+1
2019-02-11libarena => 2018Mazdak Farrokhzad-1/+2
2018-04-15Make arenas thread safeJohn Kåre Alsaker-0/+3
2016-02-11bootstrap: Add a bunch of Cargo.toml filesAlex Crichton-0/+9
These describe the structure of all our crate dependencies.