about summary refs log tree commit diff
path: root/src/compiletest
AgeCommit message (Expand)AuthorLines
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
2014-08-27debuginfo: Add GDB pretty printers for structs and enums.Michael Woerister-1/+2
2014-08-27debuginfo: Allow to activate GDB pretty printers in autotests.Michael Woerister-6/+67
2014-08-23Remove stage0 attributes.Vadim Chugunov-9/+0
2014-08-15auto merge of #16435 : vadimcn/rust/windows, r=pcwaltonbors-11/+21
2014-08-14auto merge of #16332 : brson/rust/slicestab, r=aturonbors-1/+1
2014-08-13core: Change the argument order on splitn and rsplitn for strs.Brian Anderson-1/+1
2014-08-13Fix compiletest to use DurationBrian Anderson-1/+2
2014-08-12Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")]Vadim Chugunov-11/+21
2014-08-01Fix misspelled comments.Joseph Crail-3/+3
2014-07-31auto merge of #16073 : mneumann/rust/dragonfly2, r=alexcrichtonbors-0/+3
2014-07-31Fix test suite for DragonFlyMichael Neumann-0/+3
2014-07-29Add pretty=typed test support to compiletest and add a test for fixed size ar...Luqman Aden-1/+28
2014-07-23collections: Deprecate shift/unshiftBrian Anderson-1/+1
2014-07-17deprecate Vec::getNick Cameron-15/+15
2014-07-16debuginfo: Make sure that only one LLDB test task is run at a time.Michael Woerister-1/+11
2014-07-16debuginfo: Inject 'Rust-mode' LLDB prelude into debuginfo test scripts.Michael Woerister-0/+10
2014-07-15Deprecate `str::from_chars`Adolfo OchagavĂ­a-1/+1
2014-07-15Deprecate `str::from_utf8_owned`Adolfo OchagavĂ­a-11/+10
2014-07-10io::process::Command: add fine-grained env builderAaron Turon-17/+20
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-3/+3
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-1/+1
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+1
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-5/+2
2014-06-25compiletest: Remove superfluous to_string callsPiotr Jawniak-95/+77
2014-06-18Deprecate the bytes!() macro.Simon Sapin-2/+2
2014-06-16Fix --disable-rpath and testsAlex Crichton-18/+38
2014-06-14Register new snapshotsAlex Crichton-8/+1
2014-06-14getopts: format failure messages with `Show`.Huon Wilson-1/+1
2014-06-09std: Move dynamic_lib from std::unstable to stdBrian Anderson-1/+1