about summary refs log tree commit diff
path: root/src/compiletest
AgeCommit message (Expand)AuthorLines
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
2014-06-09Add a --color flag to test binariesSteven Fackler-0/+1
2014-06-09Use phase(plugin) in bootstrap cratesKeegan McAllister-2/+8
2014-06-06Rename Iterator::len to countAaron Turon-1/+1
2014-06-06Change to_str().to_string() to just to_str()Adolfo Ochagavía-2/+2
2014-06-03std: Remove generics from Option::expectAlex Crichton-11/+11
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-30librustc: Fix snake case errors.Kevin Butler-28/+28
2014-05-28std: Remove format_strbuf!()Alex Crichton-138/+105
2014-05-27std: Rename strbuf operations to stringRicho Healey-191/+191
2014-05-27std: Remove String's to_ownedRicho Healey-4/+4
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-86/+86
2014-05-24Update ascii functions used elsewhereAdolfo Ochagavía-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-9/+23
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-8/+14
2014-05-20auto merge of #14283 : Ryman/rust/commented_compile_fail_error, r=kballardbors-59/+31
2014-05-20compiletest: Refactor compile-fail to regex.Kevin Butler-59/+31
2014-05-18Fixing rustdoc stage1.Felix S. Klock II-42/+19
2014-05-17auto merge of #14253 : alexcrichton/rust/issue-14221, r=pcwaltonbors-1/+2
2014-05-16rustc: Stop leaking enum variants into childrenAlex Crichton-1/+2
2014-05-16libgetopts: Remove all uses of `~str` from `libgetopts`Patrick Walton-7/+6
2014-05-16compiletest: Remove all uses of `~str` from `compiletest`Patrick Walton-425/+699
2014-05-15core: Update all tests for fmt movementAlex Crichton-8/+8
2014-05-15auto merge of #13948 : huonw/rust/test-regex-filter, r=alexcrichtonbors-9/+20
2014-05-15test: allow the test filter to be a regex.Huon Wilson-9/+20
2014-05-14Process::new etc should support non-utf8 commands/argsAaron Turon-38/+12
2014-05-14libtest: Remove all uses of `~str` from `libtest`.Patrick Walton-3/+9
2014-05-14Get rid of the android-cross-path flag to rustc.Luqman Aden-12/+10
2014-05-13io: Implement process wait timeoutsAlex Crichton-6/+8
2014-05-13test: Give a test a bigger stack for pretty printingAlex Crichton-1/+1
2014-05-13Touch up and rebase previous commitsAlex Crichton-10/+30
2014-05-13compiletest: Test `--pretty expanded`klutzy-5/+20
2014-05-13compiletest: Modernize typenamesklutzy-112/+119