summary refs log tree commit diff
path: root/mk/main.mk
AgeCommit message (Expand)AuthorLines
2015-02-15Rollup merge of #22292 - brson:alpha2, r=alexcrichtonManish Goregaokar-3/+3
2015-02-13Add the build date to the reported version. #21957Brian Anderson-1/+5
2015-02-13Update version number for 1.0.0-alpha.2Brian Anderson-3/+3
2015-02-05mk: Add version number to output. Useful for logsBrian Anderson-0/+1
2015-02-05mk: Remove redundant valgrind notices in buildBrian Anderson-0/+1
2015-01-23Fix beta namingBrian Anderson-2/+2
2015-01-17mk: Don't set RUSTC_BOOTSTRAP_KEY on -dev and -nightly. Not neededBrian Anderson-2/+2
2015-01-17mk: Revert hack to pull the bootstrap key from the snapshot binsBrian Anderson-6/+1
2015-01-17Register new snapshots.Eduard Burtescu-1/+6
2015-01-15rollup merge of #21151: brson/betaAlex Crichton-4/+3
2015-01-14mk: The beta channel produces things called 'beta'Brian Anderson-4/+3
2015-01-11powerpc: Build llvm for powerpcRicho Healey-1/+1
2015-01-08mk: Update prerelase versioning to conform to semverBrian Anderson-4/+6
2015-01-07rollup merge of #20716: brson/RUST_DEBUGAlex Crichton-2/+0
2015-01-07Preliminary feature stagingBrian Anderson-0/+11
2015-01-07mk: Remove RUST_NDEBUG and RUST_DEBUG defines. UnusedBrian Anderson-2/+0
2015-01-05TypoBrian Anderson-1/+1
2015-01-050.13.0 -> 1.0.0Brian Anderson-1/+1
2015-01-05Put version number in beta channel artifactsBrian Anderson-5/+5
2015-01-03Initial version of AArch64 support.Akos Kiss-2/+2
2015-01-02mk: Change package name from 'rust' to 'rustc'Brian Anderson-1/+1
2014-12-30rollup merge of #20323: brson/betaAlex Crichton-2/+6
2014-12-30mk: The alpha will not have a cycle numberBrian Anderson-1/+1
2014-12-30debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty p...Michael Woerister-2/+8
2014-12-29mk: The beta channel temporarily produced alpha versionsBrian Anderson-2/+3
2014-12-29mk: Allow an optional number to come after the beta version labelBrian Anderson-1/+4
2014-11-26debuginfo: Add script that allows to conveniently start LLDB in "rust-mode"Michael Woerister-2/+4
2014-11-23rollup merge of #19161: jmesmon/mk-fixesJakub Bukaj-2/+5
2014-11-20mk/rt: use CFG_LLVM_TARGET instead of plain target when calling llcCody P Schafer-2/+5
2014-11-16Look for standard crates in LIBDIR provided by --libdir option,Jauhien Piatlicki-0/+8
2014-11-10mk: Fix configuration of version commit informationBrian Anderson-1/+1
2014-11-06mk: Add -C prefer-dynamic to stage3 libsAlex Crichton-0/+1
2014-11-05auto merge of #18592 : alexcrichton/rust/dylib-harder, r=pcwaltonbors-3/+4
2014-11-04Implement flexible target specificationCorey Richardson-1/+0
2014-11-03rustc: Default to static linking dylibsAlex Crichton-3/+4
2014-11-02Work around jemalloc/jemalloc#161Steven Fackler-1/+3
2014-10-28Revert "enable parallel codegen by default"Daniel Micay-7/+0
2014-10-23Error if we should be able to Valgrind but can'tNick Cameron-7/+8
2014-10-23Add run-pass-valgrind testsNick Cameron-0/+3
2014-10-21enable parallel codegen by defaultStuart Pernsteiner-0/+7
2014-10-09Bump version to 0.13.0Brian Anderson-1/+1
2014-10-04Update LLVM.Luqman Aden-1/+1
2014-09-25Use 'dev' for the release channel and version suffix when building from sourceBrian Anderson-3/+3
2014-09-15mk: Update how the build deals with version labels. #16677Brian Anderson-11/+21
2014-09-07enable jemalloc debugging in unoptimized buildsDaniel Micay-0/+4
2014-08-08mk: Don't emit landing pads in stage 0.Brian Anderson-0/+4
2014-07-23mk: Add space before line continuation backslashBirunthan Mohanathas-2/+2
2014-07-23mk: Remove extra whitespace before line continuation backslashesBirunthan Mohanathas-15/+15
2014-07-21rustc: Print a smaller hash on -vAlex Crichton-1/+2
2014-07-16mk: Fix LD_LIBRARY_PATH_ENV_NAMES in cross buildklutzy-1/+1