about summary refs log tree commit diff
path: root/Makefile.in
AgeCommit message (Expand)AuthorLines
2013-09-22auto merge of #9385 : alexcrichton/rust/actually-ndebug, r=pnkfelixbors-4/+5
2013-09-22Actually default rustc to have debug! outputAlex Crichton-4/+5
2013-09-22rustdoc: Out with the old, in with the newAlex Crichton-6/+0
2013-09-21Update version numbers to 0.8Brian Anderson-1/+1
2013-09-20Invert --cfg debug to --cfg ndebugAlex Crichton-1/+1
2013-09-16Add the rustdoc_ng binary to the makefile rulesAlex Crichton-0/+1
2013-09-16Add rustdoc_ngCorey Richardson-0/+5
2013-09-03Move the llvm auto-clean stamp into $target/llvmAlex Crichton-10/+1
2013-08-23Define cfg(rtopt) when optimizing. Turn off runtime sanity checksBrian Anderson-1/+2
2013-08-04libsyntax/ext/deriving/cmp/* was ignored by the build system.Huon Wilson-1/+1
2013-07-19PR #7637 followup: no need to print the set of removed files twice.Felix S. Klock II-1/+1
2013-07-10auto merge of #7637 : pnkfelix/rust/fsk-guard-against-stale-libraries-issue32...bors-0/+33
2013-07-09Fix #3225: Incorporate feedback from Graydon.Felix S. Klock II-6/+12
2013-07-08Bump version numbers to 0.8-preBrian Anderson-2/+2
2013-07-07Fix #3225: Check for old Rust libraries when building and installing.Felix S. Klock II-0/+27
2013-06-30Bump version from 0.7-pre to 0.7Brian Anderson-1/+1
2013-06-29auto merge of #7442 : graydon/rust/clean-llvm-trigger, r=brsonbors-1/+10
2013-06-27mk: Make windows installer work with -pre versionsBrian Anderson-0/+4
2013-06-27mk: add mechanisms for triggering clean-llvm builds from commitsGraydon Hoare-1/+10
2013-06-26Update version number to 0.7-pre.Brian Anderson-1/+1
2013-06-25Rename all files with the 'rc' extensionAlex Crichton-8/+8
2013-06-16correct ASM_COMMENTS Makefile optionNiko Matsakis-1/+1
2013-06-15Remove the fuzzerBrian Anderson-6/+0
2013-06-05Makefile.in: simplify logic for CFG_VER_HASHRamkumar Ramachandra-2/+1
2013-05-29Refactor optimization pass handling.James Miller-1/+1
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-2/+2
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-26/+26
2013-05-22librustc: Disable borrow check debugging even when rustc is compiled with -O0.Patrick Walton-0/+4
2013-05-08Add #[cfg(debug)] flag to rust suite compilation. Closes #3068Zack Corr-1/+1
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-1/+1
2013-05-04separate out write_guard code into its own moduleNiko Matsakis-0/+3
2013-04-22mk: core has another level of directories with rt/io/netBrian Anderson-1/+1
2013-03-18core: Add rt::io and start sketching the APIBrian Anderson-1/+1
2013-03-06Merge remote-tracking branch 'brson/cross7'Brian Anderson-94/+127
2013-03-03rustc: MIPS32 supportJyun-Yan You-1/+1
2013-03-02mk: cleanup - lib and executable suffix handlingYoung-il Choi-70/+82
2013-02-27mk: rewrite make filesYoung-il Choi-60/+67
2013-02-21mk: Split target triples into bulid triple + host triples + target triplesBrian Anderson-21/+35
2013-02-18Added rust convenience tool similar to go's go toolMarvin Löbel-1/+7
2013-02-15Rename cargo to rustpkg and start over freshZack Corr-6/+6
2013-01-13Support ARM and Androidkyeongwoon-1/+1
2012-12-21bump 0.5 => 0.6, redirect some URLs in docs.Graydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-15Fix 'make all' to build all the way through stage2. Closes #3978Brian Anderson-3/+14
2012-11-13Tools should not be build prereqs of tests. Closes #3946Brian Anderson-11/+18
2012-11-07Fix make install rules for new librariesBrian Anderson-1/+6
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-5/+4
2012-11-04Librarify rusti, etc.Brian Anderson-0/+3
2012-11-04Merge remote-tracking branch 'brson/repl'Brian Anderson-1/+2
2012-11-03library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ...Daniel Patterson-0/+9