summary refs log tree commit diff
path: root/src/librustc_driver/Cargo.toml
AgeCommit message (Expand)AuthorLines
2018-12-19rustc: Move jemalloc from rustc_driver to rustcAlex Crichton-5/+0
2018-12-10Upgrade `smallvec` to 0.6.7 and use the new `may_dangle` feature.Nicholas Nethercote-1/+1
2018-11-02Use `jemalloc-sys` on Linux and OSX compilersAlex Crichton-0/+5
2018-09-26Remove OneVectorljedrz-0/+1
2018-07-07Remove unused rustc_driver dependency on arbjorn3-2/+0
2018-06-06Update Rayon versionJohn Kåre Alsaker-1/+1
2018-05-17Rename trans to codegen everywhere.Irina Popa-1/+1
2018-05-13Add a Rayon thread poolJohn Kåre Alsaker-0/+2
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-1/+1
2018-03-13introduce `infcx.at(..).normalize(..)` operation [VIC]Niko Matsakis-0/+1
2018-03-08Move librustc_const_eval to librustc_mirOliver Schneider-1/+0
2018-03-06Update env_logger to 0.5.4Alex Crichton-1/+1
2018-01-27rustc: Load the `rustc_trans` crate at runtimeAlex Crichton-5/+1
2018-01-07Try to fix a perf regression by updating logMalo Jaffré-1/+1
2017-12-17Add sync module to rustc_data_structuresJohn Kåre Alsaker-1/+0
2017-08-11It now completely compiles without LLVM!!!bjorn3-0/+1
2017-08-11Actually make rustc_driver compile without llvmbjorn3-0/+1
2017-08-11Make librustc_driver work without librustc_transbjorn3-1/+6
2017-07-06Auto merge of #42727 - alexcrichton:allocators-new, r=eddybbors-0/+1
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-0/+1
2017-06-26Implement `quote!` and other `proc_macro` API.Jeffrey Seyfried-1/+0
2017-05-15Remove (direct) rustc_llvm dependency from rustc_driverRobin Kruppe-1/+0
2017-03-23Remove internal liblogAlex Crichton-1/+2
2017-01-22Remove unused `extern crate`s.Jeffrey Seyfried-1/+0
2016-10-30Add rustc_data_structures to rustc_driver dependencies.Michael Woerister-0/+1
2016-10-06rustc: Rename rustc_macro to proc_macroAlex Crichton-4/+4
2016-08-16Proc_macro is alivecgswords-1/+2
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-0/+2
2016-04-06make an incremental crateNiko Matsakis-0/+1
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-1/+0
2016-04-01Auto merge of #32544 - alexcrichton:rustbuild-dist-libtest, r=brsonbors-1/+0
2016-04-01rustbuild: Fix dist for non-host targetsAlex Crichton-1/+0
2016-03-30move `const_eval` and `check_match` out of `librustc`Oliver Schneider-0/+1
2016-03-27rustc_trans: move save to librustc_save_analysis.Eduard Burtescu-0/+1
2016-02-11bootstrap: Add a bunch of Cargo.toml filesAlex Crichton-0/+33