about summary refs log tree commit diff
path: root/src/compiletest/errors.rs
AgeCommit message (Expand)AuthorLines
2016-04-18rustbuild: Add support for compiletest test suitesAlex Crichton-151/+0
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-1/+1
2016-03-21Refactor 'kind' extraction to use `str::split_whitespace`.Corey Farwell-6/+5
2016-03-18Use enum for message kind in compiletest harness.Corey Farwell-3/+44
2016-03-09Differentiate "line" and "line number" variable names.Corey Farwell-13/+12
2016-03-09Prefer `Option::expect` over explicit unwrapping.Corey Farwell-3/+2
2016-03-02refactor and generalize revisionsNiko Matsakis-3/+3
2016-03-01introduce the notion of revisions, currently unusedNiko Matsakis-20/+35
2015-09-01refactored compiletest following clippy's suggestionsllogiq-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-4/+4
2015-03-10std: Stabilize more of the `char` moduleAlex Crichton-1/+1
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-2/+5
2015-02-20Addressed PR commentsMarvin Löbel-1/+1
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-1/+1
2015-01-23regex: Remove in-tree versionAlex Crichton-35/+38
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2014-12-24Rename to_ascii_{lower,upper} to to_ascii_{lower,upper}case, per #14401Simon Sapin-1/+1
2014-12-14Modify `regex::Captures::{at,name}` to return `Option`Eric Kidd-4/+4
2014-11-24compiletest: extend syntax with support for choosing same line as previous line.Felix S. Klock II-9/+56
2014-11-21libs: stabilize ascii moduleAaron Turon-1/+2
2014-10-15Renamed AsciiStr::to_lower and AsciiStr::to_upper=-1/+1
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+1
2014-06-06Change to_str().to_string() to just to_str()Adolfo Ochagavía-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-2/+2
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-1/+1
2014-05-20compiletest: Refactor compile-fail to regex.Kevin Butler-54/+22
2014-05-16compiletest: Remove all uses of `~str` from `compiletest`Patrick Walton-16/+26
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+1
2014-03-31compiletest: Switch field privacy where necessaryAlex Crichton-1/+5
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-6/+7
2014-03-12Update io iterators to produce IoResultsPalmer Cox-1/+1
2014-01-17Tweak the interface of std::ioAlex Crichton-2/+1
2013-12-11std::io: Add Buffer.lines(), change .bytes() apiklutzy-4/+1
2013-11-11Move std::rt::io to std::ioAlex Crichton-2/+2
2013-11-08std::ascii: Provide a copyless [Ascii] -> str method.Huon Wilson-3/+1
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-2/+2
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-4/+4
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-10-10Remove some users of io::file_readerAlex Crichton-5/+9
2013-10-10Migrate users of io::fd_t to io::native::file::fd_tAlex Crichton-0/+1
2013-09-30compiletest: Remove usage of fmt!Alex Crichton-1/+1
2013-07-17test: Fix tests.Patrick Walton-1/+1
2013-07-04Bring compiletest/rustpkg/driver up to date on std vs coreAlex Crichton-3/+1
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-1/+1
2013-06-11fix tests, remove some warningsHuon Wilson-1/+0