index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compiletest
/
errors.rs
Age
Commit message (
Expand
)
Author
Lines
2016-04-18
rustbuild: Add support for compiletest test suites
Alex Crichton
-151
/
+0
2016-04-11
std: Stabilize APIs for the 1.9 release
Alex Crichton
-1
/
+1
2016-03-21
Refactor 'kind' extraction to use `str::split_whitespace`.
Corey Farwell
-6
/
+5
2016-03-18
Use enum for message kind in compiletest harness.
Corey Farwell
-3
/
+44
2016-03-09
Differentiate "line" and "line number" variable names.
Corey Farwell
-13
/
+12
2016-03-09
Prefer `Option::expect` over explicit unwrapping.
Corey Farwell
-3
/
+2
2016-03-02
refactor and generalize revisions
Niko Matsakis
-3
/
+3
2016-03-01
introduce the notion of revisions, currently unused
Niko Matsakis
-20
/
+35
2015-09-01
refactored compiletest following clippy's suggestions
llogiq
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-4
/
+4
2015-03-10
std: Stabilize more of the `char` module
Alex Crichton
-1
/
+1
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-2
/
+5
2015-02-20
Addressed PR comments
Marvin Löbel
-1
/
+1
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-1
/
+1
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-26
Fallout of io => old_io
Alex Crichton
-1
/
+1
2015-01-23
regex: Remove in-tree version
Alex Crichton
-35
/
+38
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2014-12-24
Rename to_ascii_{lower,upper} to to_ascii_{lower,upper}case, per #14401
Simon Sapin
-1
/
+1
2014-12-14
Modify `regex::Captures::{at,name}` to return `Option`
Eric Kidd
-4
/
+4
2014-11-24
compiletest: extend syntax with support for choosing same line as previous line.
Felix S. Klock II
-9
/
+56
2014-11-21
libs: stabilize ascii module
Aaron Turon
-1
/
+2
2014-10-15
Renamed AsciiStr::to_lower and AsciiStr::to_upper
=
-1
/
+1
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-1
/
+1
2014-06-06
Change to_str().to_string() to just to_str()
Adolfo Ochagavía
-1
/
+1
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-2
/
+2
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-2
/
+2
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-1
/
+1
2014-05-20
compiletest: Refactor compile-fail to regex.
Kevin Butler
-54
/
+22
2014-05-16
compiletest: Remove all uses of `~str` from `compiletest`
Patrick Walton
-16
/
+26
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-1
/
+1
2014-03-31
compiletest: Switch field privacy where necessary
Alex Crichton
-1
/
+5
2014-03-22
Remove outdated and unnecessary std::vec_ng::Vec imports.
Huon Wilson
-1
/
+0
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-6
/
+7
2014-03-12
Update io iterators to produce IoResults
Palmer Cox
-1
/
+1
2014-01-17
Tweak the interface of std::io
Alex Crichton
-2
/
+1
2013-12-11
std::io: Add Buffer.lines(), change .bytes() api
klutzy
-4
/
+1
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-2
/
+2
2013-11-08
std::ascii: Provide a copyless [Ascii] -> str method.
Huon Wilson
-3
/
+1
2013-11-03
Fill out the remaining functionality in io::file
Alex Crichton
-2
/
+2
2013-11-03
Remove all blocking std::os blocking functions
Alex Crichton
-4
/
+4
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-1
/
+1
2013-10-10
Remove some users of io::file_reader
Alex Crichton
-5
/
+9
2013-10-10
Migrate users of io::fd_t to io::native::file::fd_t
Alex Crichton
-0
/
+1
2013-09-30
compiletest: Remove usage of fmt!
Alex Crichton
-1
/
+1
2013-07-17
test: Fix tests.
Patrick Walton
-1
/
+1
2013-07-04
Bring compiletest/rustpkg/driver up to date on std vs core
Alex Crichton
-3
/
+1
2013-06-28
librustc: Remove the broken overloaded assign-ops from the language.
Patrick Walton
-1
/
+1
2013-06-11
fix tests, remove some warnings
Huon Wilson
-1
/
+0
[next]