about summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
2015-03-24rollup merge of #23546: alexcrichton/hyphensAlex Crichton-1/+1
2015-03-24rustc: Add support for `extern crate foo as bar`Alex Crichton-1/+1
2015-03-25Add trivial cast lints.Nick Cameron-1/+1
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-3/+3
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-4/+23
2015-03-23rollup merge of #23211: FlaPer87/oibit-send-and-friendsAlex Crichton-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-4/+24
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-22/+27
2015-03-20fix falloutFlavio Percoco-0/+2
2015-03-18[rustdoc] Fix source hyperlinks in docsIvan Petkov-0/+87
2015-03-15Strip trailing whitespaceTamir Duberstein-2/+2
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-27/+0
2015-03-12rustdoc: Fix ICE with cross-crate default implsAlex Crichton-0/+55
2015-03-12Rollup merge of #23238 - mahkoh:nativecpu, r=dotdashManish Goregaokar-0/+17
2015-03-10Add support for target-cpu=nativeJulian Orth-0/+17
2015-03-09Auto merge of #22561 - richo:as_slice-as_str, r=Manishearthbors-1/+1
2015-03-09fix rmakeManish Goregaokar-1/+1
2015-03-09remove uses of as_slice where deref coercions can be usedRicho Healey-1/+1
2015-03-08Add a test for a bare outfile param to rustcRicho Healey-0/+16
2015-03-06Rollup merge of #23101 - laijs:fix-file-perm, r=alexcrichtonManish Goregaokar-0/+0
2015-03-06Rollup merge of #22980 - alexcrichton:debug-assertions, r=pnkfelixManish Goregaokar-0/+63
2015-03-06file permission: remove executable bit from *.rsLai Jiangshan-0/+0
2015-03-05rustc: Add a debug_assertions #[cfg] directiveAlex Crichton-0/+63
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-15/+15
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-4/+6
2015-03-03Switched to Box::new in many places.Felix S. Klock II-3/+4
2015-02-28Separate most of rustc::lint::builtin into a separate crate.Huon Wilson-0/+2
2015-02-27Auto merge of #22765 - sanxiyn:dedup-rustdoc, r=alexcrichtonbors-0/+41
2015-02-27Add a rustdoc test for default methods in external cratesSeo Sanghyeon-0/+41
2015-02-24Rollup merge of #22580 - pnkfelix:guard-pat-cfg2, r=pnkfelixManish Goregaokar-9/+9
2015-02-22revise handling of match expressions so that arms branch to next arm.James Miller-9/+9
2015-02-22Disallow crate names with leading hyphensChris Wong-0/+3
2015-02-19Round 5 test fixes and rebase conflictsAlex Crichton-1/+1
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-16/+28
2015-02-18rollup merge of #22210: aturon/stab-final-borrowAlex Crichton-1/+1
2015-02-18Stabilize std::borrowAaron Turon-1/+1
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-16/+28
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-18/+18
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-2/+2
2015-02-17Test fixes and rebase conflictsAlex Crichton-5/+4
2015-02-17rollup merge of #22191: nagisa/target-ptr-width-jsonAlex Crichton-3/+3
2015-02-17Rollup merge of #22402 - nagisa:spring-cleanup-2, r=nikomatsakisManish Goregaokar-7/+7
2015-02-17Rollup merge of #22360 - wg:master, r=alexcrichtonManish Goregaokar-2/+2
2015-02-16tests: make run-make/issue-7349 more specific to avoid false positives.Eduard Burtescu-4/+4
2015-02-16Replace some uses of deprecated os functionsSimonas Kazlauskas-7/+7
2015-02-15Rollup merge of #22224 - sanxiyn:must-use, r=cmrManish Goregaokar-0/+28
2015-02-15Fix tests that fail on FreeBSDWill-2/+2
2015-02-13rustdoc: Show must_use attributeSeo Sanghyeon-0/+28
2015-02-11Change target-word-size to target-pointer-widthSimonas Kazlauskas-3/+3
2015-02-11Revert #22051Simonas Kazlauskas-5/+0