summary refs log tree commit diff
path: root/mk/main.mk
AgeCommit message (Expand)AuthorLines
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
2014-07-11Bump version to 0.12.0-preBrian Anderson-2/+2
2014-07-08auto merge of #14832 : alexcrichton/rust/no-rpath, r=brsonbors-2/+2
2014-07-05rustc: Stop putting hashes in filenames by defaultAlex Crichton-0/+2
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-1/+1
2014-06-24Stabilize version output for rustc and rustdocRobert Buonpastore-2/+8
2014-06-16rustc: Disable rpath settings by defaultAlex Crichton-2/+2
2014-06-16Fix --disable-rpath and testsAlex Crichton-4/+4
2014-05-18Refactoring: Introduce distinct host and target rpath var setters.Felix S. Klock II-12/+33
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-04-25mk: Copy fewer libraries into the host artifactsAndrew Gallant-4/+1
2014-04-11mk: Fix rpath on cross compile buildsAlex Crichton-4/+32
2014-04-10rustc: Remove absolute rpathsAlex Crichton-4/+0
2014-04-03Bump version to 0.11-preBrian Anderson-2/+2