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
/
test
/
compile-fail
/
issue-3973.rs
Age
Commit message (
Expand
)
Author
Lines
2016-01-08
permit coercions if `[error]` is found in either type
Niko Matsakis
-1
/
+1
2016-01-08
Change error scheme so that if projection fails we generate `A::B` instead of...
Niko Matsakis
-1
/
+0
2015-12-11
Make name resolution errors non-fatal
Nick Cameron
-0
/
+2
2015-02-24
Use partial path resolutions in expressions for UFCS desugaring.
Eduard Burtescu
-2
/
+0
2014-12-12
Add support for equality constraints on associated types
Nick Cameron
-1
/
+1
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-6
/
+6
2014-06-23
rustc: catch `impl X for Y` where X is not a trait in resolve.
Kevin Butler
-2
/
+1
2014-06-23
rustc: catch non-trait methods before typeck.
Kevin Butler
-7
/
+11
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-1
/
+1
2014-05-14
test: Remove all uses of `~str` from the test suite.
Patrick Walton
-1
/
+1
2014-02-25
test: Clean out the test suite a bit
Alex Crichton
-2
/
+2
2014-02-11
Change `xfail` directives in compiletests to `ignore`, closes #11363
Florian Hahn
-2
/
+3
2014-01-11
Remove re-exports of std::io::stdio::{print, println} in the prelude.
Brendan Zabarauskas
-1
/
+1
2013-10-01
remove the `float` type
Daniel Micay
-3
/
+3
2013-09-03
Un-xfail/move/delete some tests.
Huon Wilson
-0
/
+2
2013-03-27
testsuite: Add various test cases
Tim Chevalier
-1
/
+0
2013-03-22
test: Remove `pure` from the test suite
Patrick Walton
-1
/
+1
2013-03-22
librustc: Remove all uses of `static` from functions. rs=destatic
Patrick Walton
-1
/
+1
2013-02-22
test: De-mut the test suite. rs=demuting
Patrick Walton
-2
/
+2
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-1
/
+1
2013-02-03
core: convert ToStr::to_str to take explicit &self
Erick Tryzelaar
-1
/
+1
2013-01-10
Add xfailed test for #3973
Tim Chevalier
-0
/
+31