summary refs log tree commit diff
path: root/mk/main.mk
AgeCommit message (Expand)AuthorLines
2017-03-09Bump prerelease versionBrian Anderson-1/+1
2017-02-23Bump prerelease versionBrian Anderson-1/+1
2017-02-14Bump beta to .2Alex Crichton-1/+1
2017-01-31Revert "Bump to 1.17"Alex Crichton-1/+1
2017-01-31Bump to 1.17Brian Anderson-1/+1
2017-01-08Avoid large number of stage 0 warnings about --no-stack-checkVadim Petrochenkov-1/+1
2016-12-29further enable the Sparc LLVM backendJonathan A. Kollasch-1/+1
2016-12-19Bump version to 1.16Brian Anderson-1/+1
2016-11-30Update the bootstrap compilerAlex Crichton-8/+2
2016-11-12also enable the MSP430 backend in MakefilesJorge Aparicio-1/+1
2016-11-11Bump verison to 1.15.0Brian Anderson-1/+1
2016-11-03Set RUSTC_BOOTSTRAP to some value.Brian Anderson-1/+1
2016-10-23mk: Filter debuginfo=1 from test flagsAlex Crichton-1/+1
2016-10-20Auto merge of #37280 - alexcrichton:debuginfo, r=brsonbors-0/+3
2016-10-19Enable line number debuginfo in releasesAlex Crichton-0/+3
2016-10-19Detect local-rebuild by just the MAJOR.MINOR versionJosh Stone-4/+5
2016-10-19Allow bootstrapping without a key. Fixes #36548Brian Anderson-21/+5
2016-09-30Make the jsbackend an optional componentJan-Erik Rediger-1/+1
2016-09-27Bump version to 1.14Brian Anderson-1/+1
2016-09-25Haiku: add support for building on HaikuNiels Sascha Reedijk-0/+4
2016-09-20Auto merge of #36445 - infinity0:master, r=brsonbors-1/+2
2016-09-13mk: add a all-no-docs target to build everything except docsXimin Luo-1/+2
2016-09-12it's libcompiler-rt.lib on windowsJorge Aparicio-1/+1
2016-09-12crate-ify compiler-rt into compiler-builtinsJorge Aparicio-1/+4
2016-09-01test: Add a min-llvm-version directiveAlex Crichton-0/+1
2016-08-28build llvm with systemz backend enabled, and link to related librariesJorge Aparicio-1/+1
2016-08-24Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit.Eduard Burtescu-6/+0
2016-08-16Bump version to 1.13Brian Anderson-1/+1
2016-08-02mk: Only pass -Zorbit=off in stage1/2Alex Crichton-1/+2
2016-08-02Make --enable-orbit the default in ./configure.Eduard Burtescu-3/+3
2016-07-15mk: If local-rust is the same as the current version, then force a local-rebuildXimin Luo-1/+10
2016-07-14mk: Move some definitions after their dependencies, to be visually less confu...Ximin Luo-23/+23
2016-07-05Bump version to 1.12.0Alex Crichton-1/+1
2016-05-29Auto merge of #33902 - flo-l:fix-save-temps, r=dotdashbors-1/+1
2016-05-28Auto merge of #33818 - alexcrichton:bump, r=nikomatsakisbors-1/+1
2016-05-27save-temps was moved under the -C switchflo-l-1/+1
2016-05-23mk: Bump version numberAlex Crichton-1/+1
2016-05-22mk: Add --enable-local-rebuild to bootstrap from the current releaseJosh Stone-0/+12
2016-05-06Distribute both rust-lldb and rust-gdb everywhere except win-msvcBrian Anderson-1/+1
2016-04-19mk: Bootstrap from stable instead of snapshotsAlex Crichton-0/+1
2016-04-11Bump to 1.10Brian Anderson-1/+1
2016-04-04mk: Hardcode the bootstrap key for each releaseAlex Crichton-0/+11
2016-03-29mk: Fix cross-host buildsAlex Crichton-9/+5
2016-03-27mk: point target LD_LIBRARY_PATH at current stageAlex Burka-1/+1
2016-03-17Add -Z orbit for forcing MIR for everything, unless #[rustc_no_mir] is used.Eduard Burtescu-0/+5
2016-03-01Bump to 1.9Brian Anderson-1/+1
2016-02-25mk: Move disable-jemalloc logic into makefilesAlex Crichton-2/+2
2016-02-06Add support for i686-unknown-linux-muslBrian Anderson-0/+3
2016-02-01Revert "mk: fix some undefined variable warnings"Alex Crichton-20/+10
2016-02-01mk: fix some undefined variable warningsTamir Duberstein-10/+20