summary refs log tree commit diff
path: root/mk
AgeCommit message (Expand)AuthorLines
2016-05-18Bump beta version to 3Alex Crichton-1/+1
2016-05-04Bump beta version to 2Alex Crichton-1/+1
2016-04-07Auto merge of #32800 - Manishearth:rollup, r=Manishearthbors-0/+11
2016-04-07Rollup merge of #32731 - alexcrichton:known-bootstrap-key, r=brsonManish Goregaokar-0/+11
2016-04-06patch name in incremental's Cargo.tomlNiko Matsakis-1/+2
2016-04-06Address nits.Niko Matsakis-1/+1
2016-04-06add incremental test runner and some testsNiko Matsakis-1/+11
2016-04-06make an incremental crateNiko Matsakis-2/+3
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-16/+15
2016-04-05Rollup merge of #32686 - mneumann:dragonfly_jemalloc_prefix, r=alexcrichtonManish Goregaokar-0/+2
2016-04-04mk: Hardcode the bootstrap key for each releaseAlex Crichton-0/+11
2016-04-03mk: Add configure option for disabling codegen testsAlex Crichton-2/+6
2016-04-02Prefix jemalloc on DragonFly to prevent segfaults.Michael Neumann-0/+2
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-29Auto merge of #32593 - alexcrichton:fix-i586-msvc, r=brsonbors-2/+2
2016-03-29Auto merge of #32576 - alexcrichton:metadata-for-our-crates, r=brsonbors-9/+5
2016-03-29mk: A few build fixes for i586-pc-windows-msvcAlex Crichton-2/+2
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-29mk: Fix cross-host buildsAlex Crichton-9/+5
2016-03-28mk: Add `-C metadata` for compiling crates we shipAlex Crichton-0/+1
2016-03-27mk: add missing dep compiletest=>logAlex Burka-1/+1
2016-03-27mk: point target LD_LIBRARY_PATH at current stageAlex Burka-1/+1
2016-03-27rustc_trans: move save to librustc_save_analysis.Eduard Burtescu-2/+3
2016-03-25Salt test crates in buildsystem.Michael Woerister-1/+1
2016-03-21scaffolding for borrowck on MIR.Felix S. Klock II-1/+1
2016-03-19Use explicit -march flags in the i586 mk filepetevine-3/+3
2016-03-17Add -Z orbit for forcing MIR for everything, unless #[rustc_no_mir] is used.Eduard Burtescu-0/+5
2016-03-14Auto merge of #30587 - oli-obk:eager_const_eval2, r=nikomatsakisbors-6/+10
2016-03-12mk: Fix `make dist`Alex Crichton-2/+1
2016-03-11Auto merge of #32133 - alexcrichton:linkchecker, r=brsonbors-2/+2
2016-03-10Auto merge of #32034 - alexcrichton:old-x86-msvc, r=aturonbors-0/+28
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-11/+16
2016-03-07Auto merge of #29734 - Ryman:whitespace_consistency, r=Aatchbors-1/+1
2016-03-07mk: Distribute fewer TARGET_CRATESAlex Crichton-11/+16
2016-03-07Auto merge of #32061 - infinity0:master, r=alexcrichtonbors-2/+2
2016-03-05More reliable and consistent method of cancelling -Werror*Angus Lees-2/+2
2016-03-04std: Update jemalloc again to the 4.* trackAlex Crichton-4/+0
2016-03-04rustc: Add an i586-pc-windows-msvc targetAlex Crichton-0/+28
2016-03-01Bump to 1.9Brian Anderson-1/+1
2016-02-26Auto merge of #31846 - alexcrichton:better-disable-jemallc, r=brsonbors-20/+68
2016-02-25mk: Move disable-jemalloc logic into makefilesAlex Crichton-20/+68
2016-02-26Auto merge of #31749 - nikomatsakis:compiletest-subdir, r=alexcrichtonbors-15/+16
2016-02-25Rollup merge of #31800 - alexcrichton:armv6-plz, r=brsonManish Goregaokar-4/+4
2016-02-24Recurse to find test files in any subdirectory of the base path. If aNiko Matsakis-15/+16