about summary refs log tree commit diff
path: root/src/test/run-fail
AgeCommit message (Expand)AuthorLines
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-0/+4
2014-08-04Remove obsolete stack growth testsBrian Anderson-187/+0
2014-07-26Remove managed_box gate from testsBrian Anderson-29/+1
2014-07-15Deprecate str::from_byteAdolfo Ochagavía-1/+1
2014-07-01rustc: Remove `&str` indexing from the language.Brian Anderson-1/+1
2014-06-30librustc: Permit by-value-self methods to be invoked on objectsPatrick Walton-0/+51
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-38/+38
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-3/+3
2014-06-28Rename all raw pointers as necessaryAlex Crichton-3/+3
2014-06-28librustc: Match trait self types exactly.Patrick Walton-13/+24
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-8/+8
2014-06-22Remove duplicated test filesPiotr Jawniak-13/+0
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-1/+1
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-51/+106
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