summary refs log tree commit diff
path: root/mk/crates.mk
AgeCommit message (Expand)AuthorLines
2017-01-22Remove crate `proc_macro_tokens`.Jeffrey Seyfried-2/+1
2017-01-22Refactor `TokenStream`.Jeffrey Seyfried-1/+1
2016-12-30Move from RUSTC_CRATES to TARGET_CRATESest31-2/+2
2016-12-30Makefiles support for rustc_i128 crateSimonas Kazlauskas-10/+15
2016-12-12Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichtonbors-7/+7
2016-11-30Update the bootstrap compilerAlex Crichton-6/+2
2016-11-30Rename 'librustc_unicode' crate to 'libstd_unicode'.Corey Farwell-7/+7
2016-11-28Refactor TyTrait to contain a interned ExistentialPredicate slice.Mark-Simulacrum-1/+1
2016-11-11Change implementation of syntax::util::SmallVector to use data_structures::Sm...Mark-Simulacrum-1/+1
2016-10-30Add rustc_data_structures to rustc_driver dependencies.Michael Woerister-1/+1
2016-10-28Split up libproc_macro_pluginNick Cameron-3/+4
2016-10-06rustc: Rename rustc_macro to proc_macroAlex Crichton-8/+8
2016-09-20Remove librbml and the RBML-tagged auto-encoder/decoder.Eduard Burtescu-5/+4
2016-09-12crate-ify compiler-rt into compiler-builtinsJorge Aparicio-2/+6
2016-09-02rustc: Implement custom derive (macros 1.1)Alex Crichton-4/+6
2016-08-29Move `flock.rs` from librustdoc to librustc_data_structures.Michael Woerister-4/+3
2016-08-16Proc_macro is alivecgswords-3/+5
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-21/+23
2016-06-08remove the librustc_trans -> librustc_mir dependencyAriel Ben-Yehuda-3/+3
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-2/+14
2016-05-07mir: qualify and promote constants.Eduard Burtescu-1/+1
2016-04-25save-analysis: implement JSON dumpsNick Cameron-1/+1
2016-04-21port compiletest to use JSON outputNiko Matsakis-1/+1
2016-04-20Auto merge of #31709 - ranma42:target_feature-from-llvm, r=alexcrichtonbors-1/+1
2016-04-18rustbuild: Add support for compiletest test suitesAlex Crichton-1/+1
2016-04-09Reintroduce rustc_llvm dependency in rustcAndrea Canciani-1/+1
2016-04-06patch name in incremental's Cargo.tomlNiko Matsakis-1/+2
2016-04-06make an incremental crateNiko Matsakis-2/+3
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-16/+15
2016-03-30move `const_eval` and `check_match` out of `librustc`Oliver Schneider-10/+13
2016-03-30rename `rustc_const_eval` to `rustc_const_math`Oliver Schneider-1/+1
2016-03-29mk: move rustc_const_eval to RUSTC_CRATES where it belongs.Eduard Burtescu-2/+3
2016-03-29rustc_platform_intrinsics: remove unused rustc dependency.Eduard Burtescu-1/+1
2016-03-29Remove unnecessary dependencies on rustc_llvm.Eduard Burtescu-2/+2
2016-03-27mk: add missing dep compiletest=>logAlex Burka-1/+1
2016-03-27rustc_trans: move save to librustc_save_analysis.Eduard Burtescu-2/+3
2016-03-21scaffolding for borrowck on MIR.Felix S. Klock II-1/+1
2016-03-14Auto merge of #30587 - oli-obk:eager_const_eval2, r=nikomatsakisbors-6/+10
2016-03-11Auto merge of #32133 - alexcrichton:linkchecker, r=brsonbors-2/+2
2016-03-10typestrong constant integersOliver Schneider-6/+10
2016-03-08rustbuild: Add the error-index-generatorAlex Crichton-1/+1
2016-03-08rustbuild: Move rustbook to a `src/tools` directoryAlex Crichton-1/+1
2016-03-08Auto merge of #32009 - alexcrichton:trim-fulldeps, r=brsonbors-6/+7
2016-03-07Auto merge of #29734 - Ryman:whitespace_consistency, r=Aatchbors-1/+1
2016-03-07mk: Distribute fewer TARGET_CRATESAlex Crichton-6/+7
2016-02-25mk: Move disable-jemalloc logic into makefilesAlex Crichton-6/+26
2016-02-14Rename `error-index-generator` to `error_index_generator`Dirk Gadsden-3/+3
2016-02-11rustc_back: Fix disabling jemallocAlex Crichton-2/+1
2016-02-09Allow registering MIR-passes through compiler pluginsOliver Schneider-1/+1
2016-02-01Revert "mk: fix some undefined variable warnings"Alex Crichton-3/+3