summary refs log tree commit diff
path: root/src/librustc_driver/Cargo.toml
AgeCommit message (Expand)AuthorLines
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