about summary refs log tree commit diff
path: root/src/compiletest
AgeCommit message (Expand)AuthorLines
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
2014-05-12Easier interface for TCP ::connect and ::bind.Tom Lee-5/+1
2014-05-08Handle breakage after libcore splitKevin Ballard-3/+3
2014-05-07debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldbMichael Woerister-70/+219
2014-05-06Fail on internal compiler errors in compile-failRicho Healey-0/+10
2014-05-01remove leftover obsolete string literalsDaniel Micay-1/+1
2014-04-24test: Add an option to not capture outputAlex Crichton-2/+5
2014-04-21auto merge of #13553 : aochagavia/rust/pr, r=alexcrichtonbors-3/+21
2014-04-20Added run_flags directive to `compiletest`Adolfo OchagavĂ­a-3/+21
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-110/+113
2014-04-18Update the rest of the compiler with ~[T] changesAlex Crichton-4/+3
2014-04-10auto merge of #13440 : huonw/rust/strbuf, r=alexcrichtonbors-3/+4
2014-04-10Remove some internal ~[] from several libraries.Huon Wilson-1/+1
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-3/+4
2014-04-06auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichtonbors-5/+5
2014-04-06De-~[] Reader and WriterSteven Fackler-5/+5
2014-04-05auto merge of #13260 : pnkfelix/rust/fsk-fix-13247, r=alexcrichtonbors-0/+3
2014-04-03compiletest: Fix bitrotted win32 routinesklutzy-11/+13
2014-04-02Avoid injecting unfulfilled dependence in compiletest on libnative.Felix S. Klock II-0/+3
2014-03-31compiletest: Switch field privacy where necessaryAlex Crichton-40/+44
2014-03-31vec: convert `append` and `append_one` to methodsDaniel Micay-11/+5
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-4/+4
2014-03-26auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brsonbors-1/+3
2014-03-24auto merge of #12900 : alexcrichton/rust/rewrite-sync, r=brsonbors-1/+0
2014-03-24green: Remove the dependence on the crate mapAlex Crichton-1/+3
2014-03-23Snapshot cleanupAlex Crichton-1/+0
2014-03-23auto merge of #13102 : huonw/rust/totaleq-deriving, r=thestingerbors-1/+1