summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-24Stabilize version output for rustc and rustdocRobert Buonpastore-0/+8
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-5/+5
2014-06-23test: readd TMPDIR to LD_LIBRARY_PATH for run-makeBenjamin Herr-2/+2
2014-06-18auto merge of #15006 : alexcrichton/rust/fix-nightly, r=brsonbors-6/+2
2014-06-18test: Attempt to fix nightly-linuxAlex Crichton-6/+2
2014-06-18Regression tests for flowgraph construction bug on ExprWhile.Felix S. Klock II-1/+444
2014-06-16Fix --disable-rpath and testsAlex Crichton-10/+10
2014-06-13auto merge of #14831 : alexcrichton/rust/format-intl, r=brsonbors-1/+1
2014-06-13Dump results of analysis phase as CSVNick Cameron-0/+61
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-1/+1
2014-06-09std: Move dynamic_lib from std::unstable to stdBrian Anderson-1/+1
2014-06-09Use phase(plugin) in testsKeegan McAllister-1/+1
2014-06-06rustc: Preserve reachable extern fns with LTOAlex Crichton-14/+68
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-2/+2
2014-05-29std: Recreate a `rand` moduleAlex Crichton-6/+2
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-4/+12
2014-05-19auto merge of #14286 : cmr/rust/shard-benches, r=alexcrichtonbors-0/+23
2014-05-19test: index shards at 1, not 0Corey Richardson-0/+23
2014-05-18Refactoring: Introduce distinct host and target rpath var setters.Felix S. Klock II-35/+94
2014-05-15Unit tests for flowgraph pretty printing.Felix S. Klock II-0/+1190
2014-05-14Process::new etc should support non-utf8 commands/argsAaron Turon-7/+8
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-1/+1
2014-05-14librustc: Make sure to add argument attributes to extern fns from non-local c...Luqman Aden-0/+72
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-2/+2
2014-05-11core: Remove the cast moduleAlex Crichton-4/+4
2014-05-08Handle more falloutKevin Ballard-4/+4
2014-05-06auto merge of #13892 : alexcrichton/rust/mixing-rlib-dylib-deps, r=brsonbors-1/+134
2014-05-04auto merge of #13905 : alexcrichton/rust/issue-13337, r=thestingerbors-0/+21
2014-05-02rustc: Remove the session building_library flagAlex Crichton-0/+21
2014-05-02rustc: Use the "real" realpath functionAlex Crichton-0/+39
2014-05-02rustc: Add some suppot for mixing rlibs and dylibsAlex Crichton-1/+134
2014-04-28test: Fix run-make on windowsklutzy-12/+94
2014-04-25test: Enable extern-fn-reachable testklutzy-0/+54
2014-04-23rustc: Don't die when a crate id can't be inferredAlex Crichton-0/+20
2014-04-23rustc: Give a friendlier error when writing depsAlex Crichton-0/+19
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+2
2014-04-17auto merge of #13557 : FlaPer87/rust/ls-behind-z, r=brsonbors-2/+2
2014-04-16Move `--ls` behind `-Z ls`Flavio Percoco-2/+2
2014-04-16pprust: Handle multi-stmt/no-expr `ExprFnBlock`klutzy-0/+26
2014-04-15auto merge of #13489 : JustAPerson/rust/crate-file-name, r=alexcrichtonbors-0/+26
2014-04-14Only check --crate-type flags if present.JustAPerson-0/+26
2014-04-14auto merge of #13496 : alexcrichton/rust/issue-13495, r=sfacklerbors-0/+35
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-40/+40
2014-04-13rustc: Don't link in syntax extensionsAlex Crichton-0/+35
2014-04-11rustc: Deterministically link upstream C librariesAlex Crichton-0/+78
2014-04-10Generalized the pretty-print entry points to support `-o <file>`.Felix S. Klock II-0/+33
2014-04-07auto merge of #13288 : alexcrichton/rust/remove-check-fast, r=brsonbors-2/+26
2014-04-06auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichtonbors-2/+2