about summary refs log tree commit diff
path: root/mk
AgeCommit message (Expand)AuthorLines
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
2016-02-22Eradicate last vestiges of armv6petevine-1/+1
2016-02-20mk: Add missing rustbuild dirs to `dist`Alex Crichton-0/+3
2016-02-20mk: Specify armv6 for gcc on arm-unknown-linux-*Alex Crichton-4/+4
2016-02-16Auto merge of #31672 - semarie:rmake-cxx, r=alexcrichtonbors-1/+2
2016-02-16pass CXX to run-makeSébastien Marie-1/+2
2016-02-14Rename `error-index-generator` to `error_index_generator`Dirk Gadsden-9/+9
2016-02-14std: Stop prefixing jemalloc symbolsAlex Crichton-2/+10
2016-02-14Auto merge of #31391 - frewsxcv:test, r=alexcrichtonbors-1/+2
2016-02-13Add LLVM ModulePass regression test using run-make.Corey Farwell-1/+2
2016-02-13Add a new i586 Linux targetpetevine-0/+23
2016-02-12Auto merge of #30726 - GuillaumeGomez:compile-fail, r=brsonbors-11/+41
2016-02-11rustc_back: Fix disabling jemallocAlex Crichton-2/+1
2016-02-11rustc_llvm: Tweak how initialization is performedAlex Crichton-1/+1
2016-02-09Allow registering MIR-passes through compiler pluginsOliver Schneider-1/+1
2016-02-09Update MakefileGuillaume Gomez-11/+41
2016-02-06Add support for i686-unknown-linux-muslBrian Anderson-0/+31
2016-02-06Add the asmjs-unknown-emscripten triple. Add cfgs to libs.Brian Anderson-0/+42
2016-02-05Auto merge of #31388 - gmbonnet:compiler-rt-werror, r=alexcrichtonbors-1/+1
2016-02-03Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichtonbors-0/+23
2016-02-03compiler-rt: Handle -Werror=* arguments in CFLAGSGuillaume Bonnet-1/+1
2016-02-01Revert "mk: fix some undefined variable warnings"Alex Crichton-66/+57