summary refs log tree commit diff
path: root/src/compiletest/runtest.rs
AgeCommit message (Expand)AuthorLines
2015-01-08Ignore extra error from test for nowManish Goregaokar-2/+8
2015-01-07use slicing sugarJorge Aparicio-2/+1
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-1/+1
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-11/+11
2015-01-07falloutNick Cameron-8/+7
2015-01-06Fallout from stabilizationAaron Turon-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-11/+11
2015-01-07Replace full slice notation with index callsNick Cameron-2/+2
2015-01-05compiletest: remove boxed closuresJorge Aparicio-6/+8
2014-12-30rollup merge of #20061: aturon/stab-2-vec-sliceAlex Crichton-3/+3
2014-12-30Fallout from stabilizationAaron Turon-3/+3
2014-12-30debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty p...Michael Woerister-33/+4
2014-12-25Fix up remaining usage of `to_ascii`.Simon Sapin-14/+3
2014-12-21Fallout of std::str stabilizationAlex Crichton-1/+1
2014-12-21Remove a ton of public reexportsCorey Farwell-1/+1
2014-12-20auto merge of #19900 : alexcrichton/rust/compiler-flags, r=cmrbors-1/+1
2014-12-19rustc: Start "stabilizing" some flagsAlex Crichton-1/+1
2014-12-18Revise std::thread API to join by defaultAaron Turon-1/+1
2014-12-18Fallout from new thread APIAaron Turon-3/+3
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-1/+1
2014-11-23Fixes to the roll-upJakub Bukaj-1/+1
2014-11-23rollup merge of #19198: alexcrichton/snapshotsJakub Bukaj-1/+1
2014-11-23rollup merge of #19166: richo/lldb-cleanupsJakub Bukaj-5/+6
2014-11-21Register new snapshotsAlex Crichton-1/+1
2014-11-21unicode: Rename UnicodeChar::is_digit to is_numericBrian Anderson-1/+1
2014-11-21compiletest: namespaced enums falloutRicho Healey-5/+6
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+2
2014-11-17Fix fallout from coercion removalNick Cameron-8/+8
2014-11-05Fixed other tests to pass make checkVladimir Matveev-1/+1
2014-11-01Remove unnecessary allocationsJorge Aparicio-1/+1
2014-10-31debuginfo: Make GDB tests use line breakpoints like done in LLDB tests.Michael Woerister-1/+12
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-4/+4
2014-10-23Error if we should be able to Valgrind but can'tNick Cameron-1/+1
2014-10-23Add run-pass-valgrind testsNick Cameron-2/+23
2014-10-22debuginfo: Make some path LLDB-related paths in the test runner absolute to h...Michael Woerister-4/+21
2014-10-13Clean up rustc warnings.NODA, Kai-17/+11
2014-10-11Fix cfg warnings in compiletestMichael Gehring-8/+8
2014-10-08debuginfo: Add LLDB version handling to test infrastructure.Michael Woerister-0/+11
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-1/+1
2014-10-06Rename the file permission statics in std::io to be uppercaseP1start-1/+1
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-1/+1
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-1/+1
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-1/+1
2014-09-23Deal with the fallout of string stabilizationAlex Crichton-1/+2
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-29/+30
2014-09-17Add a forbid-output property in cfail testsKeegan McAllister-12/+28
2014-09-16Fallout from renamingAaron Turon-2/+2
2014-09-14auto merge of #17163 : pcwalton/rust/impls-next-to-struct, r=alexcrichtonbors-0/+1
2014-09-13librustc: Forbid inherent implementations that aren't adjacent to thePatrick Walton-0/+1