about summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
2014-08-05Allow generic foreign functions.Russell-0/+80
2014-08-04rustc: Link entire archives of native librariesAlex Crichton-3/+82
2014-08-04rustc: use Name numbers rather than the Show impl for constants.Huon Wilson-0/+35
2014-07-30avoid redundant translation of items during monomorphizationStuart Pernsteiner-0/+32
2014-07-29syntax: add support for quoting armsErick Tryzelaar-4/+4
2014-07-25librustc: Disallow mutation and assignment in pattern guards, and modifyPatrick Walton-29/+35
2014-07-21rustc: Append platform exe suffix to output filesAlex Crichton-3/+4
2014-07-18rustc: Mix extra-filename in temp outputsAlex Crichton-3/+18
2014-07-15Deprecate `str::from_utf8_lossy`Adolfo OchagavĂ­a-4/+4
2014-07-11rustdoc: support tuple and struct patterns in function argumentsCorey Richardson-0/+4
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