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
/
class-cast-to-trait.rs
Age
Commit message (
Expand
)
Author
Lines
2018-08-14
Moved compile-fail tests to ui tests.
David Wood
-64
/
+0
2015-05-13
Fix ICE that occurs when an associated const is ambiguous.
Sean Patrick Santos
-1
/
+1
2015-01-08
Update compile fail tests to use usize.
Huon Wilson
-2
/
+2
2015-01-08
Update compile fail tests to use isize.
Huon Wilson
-2
/
+2
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-0
/
+1
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-1
/
+1
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-2
/
+2
2014-05-14
test: Remove all uses of `~str` from the test suite.
Patrick Walton
-3
/
+3
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-1
/
+2
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-1
/
+1
2014-04-16
rustc: Remove private enum variants
Alex Crichton
-1
/
+1
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-3
/
+3
2014-02-07
Removed @self and @Trait.
Eduard Burtescu
-3
/
+1
2013-10-23
register snapshots
Daniel Micay
-0
/
+2
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-3
/
+3
2013-09-30
cfail: Remove usage of fmt!
Alex Crichton
-3
/
+3
2013-06-23
Fix error messages in test cases, since fns/traits now pretty-print with a bo...
Ben Blum
-1
/
+1
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-4
/
+3
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-2
/
+2
2013-03-13
test: Fix tests. rs=tests
Patrick Walton
-1
/
+1
2013-03-13
librustc: Remove implicit self from the language, except for old-style drop b...
Patrick Walton
-5
/
+5
2013-03-13
librustc: Don't accept `as Trait` anymore; fix all occurrences of it.
Patrick Walton
-1
/
+1
2013-02-28
Remove legacy object creation mode, and convert remaining uses of it
Niko Matsakis
-1
/
+1
2013-02-28
librustc: Mark all type implementations public. rs=impl-publicity
Patrick Walton
-1
/
+1
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-1
/
+1
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-12-01
Fix some compile-fail tests
Brian Anderson
-2
/
+1
2012-10-27
Make class-cast-to-trait compile (not sure why this worked before)
Tim Chevalier
-5
/
+5
2012-09-11
Remove priv sections from classes. Obsolete the syntax
Brian Anderson
-3
/
+1
2012-09-10
Convert class methods to impl methods. Stop parsing class methods
Brian Anderson
-9
/
+18
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-3
/
+3
2012-09-06
Remove struct ctors
Brian Anderson
-3
/
+8
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-3
/
+3
2012-08-17
Remove the class keyword
Brian Anderson
-1
/
+1
2012-08-15
rustc: Implement automatic reference for method receivers
Patrick Walton
-2
/
+2
2012-08-02
test: "iface" -> "trait" in filenames.
Lindsey Kuper
-0
/
+42