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
/
vtable-res-trait-param.rs
Age
Commit message (
Expand
)
Author
Lines
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-1
/
+1
2015-02-18
Update suffixes en masse in tests using `perl -p -i -e`
Niko Matsakis
-1
/
+1
2015-01-31
Kill more `isize`s
Tobias Bucher
-1
/
+1
2015-01-08
Update compile-fail tests to use is/us, not i/u.
Huon Wilson
-2
/
+2
2015-01-08
Update compile fail tests to use isize.
Huon Wilson
-5
/
+5
2014-09-15
Update error messages in compile-fail tests
Niko Matsakis
-2
/
+1
2014-08-17
librustc: Allow trait bounds on structures and enumerations, and check
Patrick Walton
-0
/
+1
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-1
/
+1
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-1
/
+1
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
-3
/
+3
2013-03-13
librustc: Don't accept `as Trait` anymore; fix all occurrences of it.
Patrick Walton
-1
/
+1
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-1
/
+1
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-3
/
+3
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-10-03
test: Fix error message in vtable-res-trait-param
Patrick Walton
-1
/
+1
2012-08-20
Do vtable resolution for *all* method calls, not just statically resolved one...
Michael Sullivan
-0
/
+23