summary refs log tree commit diff
path: root/src/test/run-pass/issue-2904.rs
AgeCommit message (Expand)AuthorLines
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-2/+2
2015-04-14test: Fix fallout in run-pass testsAlex Crichton-5/+3
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+3
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-2/+2
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-3/+3
2014-12-20Allow use of `[_ ; n]` syntax for fixed length and repeating arrays.Nick Cameron-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+1
2014-11-17Fix fallout from coercion removalNick Cameron-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-1/+1
2014-10-16Remove libdebug and update tests.Luqman Aden-3/+1
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+0
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-2/+2
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+2
2014-05-27std: Remove String's to_ownedRicho Healey-8/+8
2014-05-15Updates with core::fmt changesAlex Crichton-1/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-8/+8
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-1/+0
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-2/+4
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-3/+3
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+1
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-2/+0
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-5/+5
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-01-03test: De-`@mut` the test suitePatrick Walton-2/+2
2013-11-11Move std::rt::io to std::ioAlex Crichton-1/+1
2013-10-24Remove even more of std::ioAlex Crichton-11/+9
2013-10-23register snapshotsDaniel Micay-0/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-2/+2
2013-09-30rpass: Remove usage of fmt!Alex Crichton-2/+2
2013-08-17Fix warnings it testsErick Tryzelaar-1/+0
2013-08-03remove obsolete `foreach` keywordDaniel Micay-2/+2
2013-08-01std: Replace `for` with `do { .. }` expr where internal iterators are usedblake2-ppc-3/+4
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-2/+2
2013-08-01make `in` and `foreach` get treated as keywordsDaniel Micay-3/+3
2013-06-23vec: remove BaseIter implementationDaniel Micay-1/+1
2013-06-14add IteratorUtil to the preludeDaniel Micay-1/+0
2013-06-09std: remove each_char* fns and methods from str, replaced by iterators.Huon Wilson-1/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+3
2013-05-22test: Update tests to use the new syntax.Patrick Walton-2/+2
2013-05-11auto merge of #6383 : huonw/rust/rustc-expand-then-strip, r=thestingerbors-6/+0
2013-05-11Correct testcases that passed because fns with #[test] were stripped before e...Huon Wilson-6/+0
2013-05-08test: Fix tests.Patrick Walton-1/+1
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-2/+2