about summary refs log tree commit diff
path: root/src/test/run-fail
AgeCommit message (Expand)AuthorLines
2014-06-13libsyntax: Allow `+` to separate trait bounds from objects.Patrick Walton-1/+1
2014-06-11sync: Move underneath libstdAlex Crichton-2/+1
2014-06-09Use phase(plugin) in testsKeegan McAllister-3/+3
2014-06-05Fallout from the libcollections movementAlex Crichton-2/+1
2014-05-28std: Remove format_strbuf!()Alex Crichton-3/+3
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+13
2014-05-27std: Rename strbuf operations to stringRicho Healey-11/+11
2014-05-27std: Remove String's to_ownedRicho Healey-4/+4
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-9/+9
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-1/+0
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-4/+4
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-17/+20
2014-05-13compiletest: Test `--pretty expanded`klutzy-0/+3
2014-05-11core: Remove the cast moduleAlex Crichton-4/+4
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-14/+18
2014-04-23Move task::task() to TaskBuilder::new()Steven Fackler-4/+4
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-17/+17
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-44/+44
2014-04-10auto merge of #13440 : huonw/rust/strbuf, r=alexcrichtonbors-1/+1
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-1/+1
2014-04-09Remove the unused Point struct in the assert-eq-macro-fail.rs test.Kasey Carrothers-3/+0
2014-04-08Register new snapshotsAlex Crichton-2/+2
2014-04-06auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,mebors-4/+4
2014-04-04Fix inner attribute syntax from `#[foo];` to `#![foo]`Timothée Ravier-8/+8
2014-04-04Fix fallout from std::libc separationCorey Richardson-4/+4
2014-03-31vec: convert `append` and `append_one` to methodsDaniel Micay-1/+1
2014-03-27Fix fallout of removing default boundsAlex Crichton-2/+2
2014-03-21rustc: Switch defaults from libgreen to libnativeAlex Crichton-2/+0
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-11/+1
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-6/+28
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-27/+27
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-26/+32
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-11/+0
2014-03-06fix typos with with repeated words, just like this sentence.Kang Seonghoon-1/+1
2014-03-04Cleaned up `std::any`Marvin Löbel-1/+1
2014-02-25test: Clean out the test suite a bitAlex Crichton-166/+1
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+3
2014-02-16Update clients of the TaskBuilder APIKevin Ballard-9/+3
2014-02-14extern mod => extern crateAlex Crichton-11/+11
2014-02-14extra: Capture stdout/stderr of tests by defaultAlex Crichton-0/+2
2014-02-12Reenable some ignored test casesFlorian Hahn-0/+0
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-34/+34
2014-02-08auto merge of #12090 : bjz/rust/unimplemented, r=cmrbors-0/+24
2014-02-07Delete send_str, rewrite clients on top of MaybeOwned<'static>Kevin Ballard-1/+1
2014-02-07Added tests to make tidyDerek Guenther-0/+50
2014-02-08Add missing test for unreachable! macroBrendan Zabarauskas-0/+12
2014-02-08Add unimplemented! macroBrendan Zabarauskas-0/+12
2014-02-07Removed @self and @Trait.Eduard Burtescu-31/+0
2014-02-05move concurrent stuff from libextra to libsyncJeremyLetang-3/+3
2014-01-30Remove Times traitBrendan Zabarauskas-2/+2