summary refs log tree commit diff
path: root/src/compiletest
AgeCommit message (Expand)AuthorLines
2014-12-06Allow message specification for should_failSteven Fackler-1/+1
2014-12-05test: expose boxplot and the extra stats test keeps track ofErick Tryzelaar-0/+3
2014-11-24compiletest: extend syntax with support for choosing same line as previous line.Felix S. Klock II-9/+56
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 #19194: aturon/stab-asciiJakub Bukaj-1/+2
2014-11-23rollup merge of #19166: richo/lldb-cleanupsJakub Bukaj-5/+6
2014-11-21Register new snapshotsAlex Crichton-1/+1
2014-11-21libs: stabilize ascii moduleAaron Turon-1/+2
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-1/+4
2014-11-17Fix fallout from coercion removalNick Cameron-8/+8
2014-11-16Move FromStr to core::strBrendan Zabarauskas-7/+5
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-13/+13
2014-10-26debuginfo: Set RUST_TEST_TASKS to 1 again for LLDB testsMichael Woerister-1/+11
2014-10-23Error if we should be able to Valgrind but can'tNick Cameron-3/+14
2014-10-23Add run-pass-valgrind testsNick Cameron-3/+32
2014-10-22debuginfo: Let LLDB tests run in parallel again since our min-supported versi...Michael Woerister-11/+1
2014-10-22debuginfo: Make some path LLDB-related paths in the test runner absolute to h...Michael Woerister-4/+21
2014-10-16auto merge of #17947 : lukemetz/rust/master, r=aturonbors-1/+1
2014-10-15Renamed AsciiStr::to_lower and AsciiStr::to_upper=-1/+1
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-2/+89
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-1/+1
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-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-1/+1
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-1/+1
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-1/+1
2014-10-01Remove all use of librustuvAaron Turon-10/+0
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-13/+42
2014-09-16Fallout from renamingAaron Turon-6/+6
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
2014-09-10Escape backslashes in debugger scripts.Vadim Chugunov-3/+3
2014-09-05run optimization and codegen on worker threadsStuart Pernsteiner-9/+4
2014-08-30auto merge of #16322 : michaelwoerister/rust/gdb-pretty, r=alexcrichtonbors-28/+183
2014-08-28Fallout from stabilizing core::optionAaron Turon-5/+5
2014-08-27debuginfo: Improve GDB version handling in compiletest toolMichael Woerister-6/+18
2014-08-27debuginfo: Emit different autotest debugger scripts depending on GDB version.Michael Woerister-29/+110