summary refs log tree commit diff
path: root/mk/crates.mk
AgeCommit message (Expand)AuthorLines
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
2016-02-01mk: fix some undefined variable warningsTamir Duberstein-3/+3
2016-01-21move more checks out of librustcOliver Schneider-1/+1
2016-01-16libsyntax: accept only whitespace with the PATTERN_WHITE_SPACE propertyKevin Butler-1/+1
2016-01-15move const block checks before lowering stepOliver Schneider-2/+3
2016-01-14Rollup merge of #30863 - jseyfried:no_rc, r=eddybManish Goregaokar-1/+1
2016-01-13resolve: use arena allocation instead of reference counting for `Module`s to ...Jeffrey Seyfried-1/+1
2016-01-11Replace no_elf_tls with target_thread_localAmanieu d'Antras-4/+0
2015-12-21std: Remove rust_builtin C support libraryAlex Crichton-1/+1
2015-12-15Move built-in syntax extensions to a separate crateSeo Sanghyeon-4/+5
2015-12-09Add scoped thread-local encoding and decoding contexts to cstore.Michael Woerister-1/+1
2015-11-26split the metadata code into rustc_metadataAriel Ben-Yehuda-5/+6
2015-11-26move librustc/plugin to librustc_pluginAriel Ben-Yehuda-2/+4
2015-11-09std: Migrate to the new libcAlex Crichton-0/+3
2015-11-03Pass the mir map to transNiko Matsakis-1/+1
2015-10-09review commentsNick Cameron-28/+32
2015-10-09Move `for` loop desugaring to loweringNick Cameron-2/+2
2015-09-06add MIR crate and link it into the driverNiko Matsakis-2/+3
2015-09-03Add an intital HIR and lowering stepNick Cameron-9/+10
2015-08-17Type check platform-intrinsics in typeck.Huon Wilson-1/+1
2015-08-17Add rustc_platform_intrinsics & some arm/x86 intrs.Huon Wilson-2/+3
2015-08-14rustc: Allow changing the default allocatorAlex Crichton-6/+19
2015-08-10Remove morestack supportAlex Crichton-1/+1
2015-06-13mk: Build crates with relative paths to rustcUlrik Sverdrup-1/+1
2015-05-28std: Add an option to disable ELF based TLSAlex Crichton-0/+4
2015-05-19mk: Correct names of installed libs on windowsAlex Crichton-3/+0
2015-05-03Add error index generator.Michael Sproul-1/+3