about summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
2014-07-08auto merge of #15518 : alexcrichton/rust/fix-some-crate-names, r=sfacklerbors-0/+38
2014-07-08rustc: Fix naming output files with --crate-nameAlex Crichton-0/+38
2014-07-07Improve non-exhaustive pattern witnesses for structs with multiple fieldsJakub Wieczorek-2/+2
2014-07-05rustc: Default #[crate_name] on input, not outputAlex Crichton-6/+9
2014-07-05Test fixes and rebase conflictsAlex Crichton-2/+4
2014-07-05rustc: Repurpose the --crate-name CLI flagAlex Crichton-6/+22
2014-07-05test: Fix tests for crate_id removalAlex Crichton-19/+172
2014-07-05rustc: Add a flag for specifying dependenciesAlex Crichton-0/+102
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-335/+335
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-333/+333
2014-06-28Rename all raw pointers as necessaryAlex Crichton-2/+2
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