summary refs log tree commit diff
path: root/src/Cargo.lock
AgeCommit message (Expand)AuthorLines
2017-01-25rustbuild: Add manifest generation in-treeAlex Crichton-0/+8
2017-01-22Remove crate `proc_macro_tokens`.Jeffrey Seyfried-7/+0
2017-01-22Refactor `TokenStream`.Jeffrey Seyfried-2/+1
2017-01-22Remove unused `extern crate`s.Jeffrey Seyfried-17/+0
2017-01-06rustc: keep track of tables everywhere as if they were per-body.Eduard-Mihai Burtescu-1/+0
2016-12-31Auto merge of #38482 - est31:i128, r=eddybbors-0/+15
2016-12-30rustbuild: Compile all support tools in stage0Alex Crichton-1/+1
2016-12-30Fix rebase fallout and compilation fixesest31-0/+1
2016-12-30Compilation fixesest31-1/+1
2016-12-30TidySimonas Kazlauskas-0/+14
2016-12-20mk: Fix compile with makefilesAlex Crichton-1/+0
2016-12-17let BSD to use gmake for GNU-makeSébastien Marie-0/+1
2016-12-12rustbuild: Update gcc-rs to 0.3.40Alex Crichton-10/+10
2016-12-12Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichtonbors-9/+9
2016-12-02[LLVM] Introduce a stable representation of DIFlagsJake Goulding-0/+1
2016-11-30Update the bootstrap compilerAlex Crichton-7/+0
2016-11-30Rename 'librustc_unicode' crate to 'libstd_unicode'.Corey Farwell-9/+9
2016-11-19Auto merge of #37831 - rkruppe:llvm-attr-fwdcompat, r=eddybbors-1/+1
2016-11-18update Cargo.lockTim Neumann-0/+1
2016-11-17Use llvm::Attribute API instead of "raw value" APIs, which will be removed in...Robin Kruppe-1/+1
2016-11-11Change implementation of syntax::util::SmallVector to use data_structures::Sm...Mark-Simulacrum-0/+1
2016-11-08rustbuild: Tweak for vendored dependenciesAlex Crichton-69/+0
2016-11-02rustbuild: Rewrite user-facing interfaceAlex Crichton-13/+7
2016-10-30Add rustc_data_structures to rustc_driver dependencies.Michael Woerister-0/+1
2016-10-28Auto merge of #37321 - nrc:lib-proc-macro, r=@alexcrichtonbors-26/+36
2016-10-28Split up libproc_macro_pluginNick Cameron-26/+36
2016-10-26change match checking to use HAIRAriel Ben-Yehuda-0/+1
2016-10-26move hair::cx::pattern to const_evalAriel Ben-Yehuda-0/+1
2016-10-08rustbuild: Optimize build times slightlyAlex Crichton-67/+3
2016-10-07rustbuild: Use `cargo metadata` to learn about DAGAlex Crichton-13/+21
2016-10-07Use workspaces and switch to a single Cargo.lock.Ahmed Charles-0/+808