about summary refs log tree commit diff
path: root/src/librustc_codegen_ssa/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2019-09-29remove bit_set re-export from rustc_data_structurescsmoe-0/+1
2019-09-23Remove unused dependenciesShotaro Yamada-1/+0
2019-09-11Upgrade parking_lot and tempfile rustc dependenciesMateusz Mikuła-2/+2
2019-07-25Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichtonMazdak Farrokhzad-1/+0
Turn `#[global_allocator]` into a regular attribute macro It was a 99% macro with exception of some diagnostic details. As a result of the change, `#[global_allocator]` now works in nested modules and even in nameless blocks. Fixes https://github.com/rust-lang/rust/issues/44113 Fixes https://github.com/rust-lang/rust/issues/58072
2019-07-24Merge `rustc_allocator` into `libsyntax_ext`Vadim Petrochenkov-1/+0
2019-07-23cleanup: Remove `extern crate serialize as rustc_serialize`sVadim Petrochenkov-1/+1
2019-07-09Remove unused dependenciesShotaro Yamada-1/+0
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-06-02remove last dependency of codegen on rustc_mirMark Mansi-1/+0
2019-05-31Update rustc-demangle version.Eduard-Mihai Burtescu-1/+1
2019-04-20Move almost all of cg_llvm/back/link.rs to cg_ssabjorn3-0/+1
2019-03-03Wrap the self-profiler in an `Arc<Mutex<>>`Wesley Wiser-0/+1
This will allow us to send it across threads and measure things like LLVM time.
2019-02-09librustc_codegen_ssa => 2018Taiki Endo-0/+1
2018-12-12Increase required version for crates.io `libc` to get fix from PR ↵Felix S. Klock II-1/+1
rust-lang/libc#1057. Part of issue #55465
2018-11-22Add rustc_codegen_ssa to sysrootbjorn3-0/+19
2018-11-16Separating the back folder between backend-agnostic and LLVM-specific codeDenis Merigoux-0/+4
2018-11-16Beginning of moving all backend-agnostic code to rustc_codegen_ssaDenis Merigoux-0/+11