about summary refs log tree commit diff
path: root/src/test/run-fail
AgeCommit message (Expand)AuthorLines
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-6/+3
2015-01-05Remove use of globs feature gate from tests.Huon Wilson-1/+0
2015-01-03Remove deprecated functionalityAlex Crichton-4/+4
2015-01-03Initial version of AArch64 support.Akos Kiss-2/+2
2015-01-02rollup merge of #20377: alexcrichton/issue-20352Alex Crichton-26/+0
2015-01-01std: Enforce Unicode in fmt::WriterAlex Crichton-26/+0
2015-01-01Implement numeric fallbackCorey Richardson-0/+14
2014-12-18Revise std::thread API to join by defaultAaron Turon-55/+11
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-6/+6
2014-12-08auto merge of #19560 : sfackler/rust/should-fail-reason, r=alexcrichtonbors-0/+22
2014-12-06Change from message to expectedSteven Fackler-1/+1
2014-12-06Allow message specification for should_failSteven Fackler-0/+22
2014-12-05Utilize fewer reexportsCorey Farwell-2/+2
2014-11-25Deprecate MaybeOwned[Vector] in favor of CowJorge Aparicio-1/+1
2014-11-20Fallout from libgreen and libnative removalAaron Turon-21/+0
2014-11-13auto merge of #18877 : michaelsproul/rust/panic-tests, r=alexcrichtonbors-0/+12
2014-11-11test: Rename files, fail -> panic.Michael Sproul-0/+0
2014-11-10Add optional messages to the unreachable macro.Michael Sproul-0/+26
2014-11-04librustc: Call return_type only for functions.Luqman Aden-0/+23
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-1/+1
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-7/+7
2014-10-30changes to libsNick Cameron-51/+0
2014-10-29Update infrastructure for fail -> panicSteve Klabnik-40/+29
2014-10-29Rename fail! to panic!Steve Klabnik-82/+82
2014-10-28Update tests with the new error messagesJakub Bukaj-28/+0
2014-10-28Update code with new lint namesAaron Turon-7/+7
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-6/+4
2014-10-16Remove libdebug and update tests.Luqman Aden-3/+1
2014-10-02tests: remove uses of Gc.Eduard Burtescu-789/+2
2014-09-19Add enum variants to the type namespaceNick Cameron-1/+1
2014-09-15Add tests for a few A-needstest issuesJakub Wieczorek-0/+30
2014-09-05auto merge of #16628 : pczarn/rust/hashmap-opt, r=nikomatsakisbors-0/+21
2014-09-04std: Fix overflow of HashMap's capacityPiotr Czarnecki-0/+21
2014-09-03auto merge of #16940 : treeman/rust/fail-non-utf8, r=pnkfelixbors-0/+26
2014-09-02Prevent failure when using fail! with invalid utf8.Jonas Hietala-0/+26
2014-09-02Reviewer changesNick Cameron-0/+19
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