about summary refs log tree commit diff
path: root/src/rustc/Cargo.toml
AgeCommit message (Expand)AuthorLines
2019-03-26Update jemalloc-sys to version 0.3.0gnzlbg-1/+1
2019-01-03rustc: Fix regression where jemalloc isn't usedAlex Crichton-0/+1
2018-12-19rustc: Move jemalloc from rustc_driver to rustcAlex Crichton-1/+6
2018-11-22Move fake rustc_codegen_ssa dependency from rustc_driver to rustc-mainbjorn3-0/+4
2018-11-02Use `jemalloc-sys` on Linux and OSX compilersAlex Crichton-0/+3
2018-11-02Remove all jemalloc-related contentAlex Crichton-3/+0
2018-05-17Fix rustc binary metadata overwriting librustc metadataMark Simulacrum-1/+1
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-2/+2
2018-01-27rustc: Load the `rustc_trans` crate at runtimeAlex Crichton-3/+0
2017-08-11Make librustc_driver work without librustc_transbjorn3-0/+1
2017-07-27Build rustdoc on-demand.Mark Simulacrum-5/+0
2016-11-30Update the bootstrap compilerAlex Crichton-11/+0
2016-05-12rustbuild: Add support for crate tests + doctestsAlex Crichton-0/+2
2016-03-08rustbuild: Fix stage1 rustdocAlex Crichton-1/+1
2016-03-08rustbuild: Move rustbook to a `src/tools` directoryAlex Crichton-5/+0
2016-02-11Add a Cargo-based build systemAlex Crichton-0/+36