Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
b63d7e2b1c4019e40051036bcb1fd5f254a8f6e2
/
src
/
test
/
run-pass
/
trait-inheritance-cross-trait-call-xc.rs
ac774e7
Shorten another test path for MSVC
by Alex Crichton
· 7 years ago
ec7c800
Remove pretty-expanded from failing tests
by Alex Crichton
· 10 years ago
d3a4f36
rollup merge of #23786: alexcrichton/less-quotes
by Alex Crichton
· 10 years ago
13e4270
Unquote all crate names without underscores
by Richo Healey
· 10 years ago
43bfaa4
Mass rename uint/int to usize/isize
by Alex Crichton
· 10 years ago
8c93a79
rustdoc: Replace no-pretty-expanded with pretty-expanded
by Brian Anderson
· 10 years ago
c0e003d
extern crate foobar as foo;
by wickerwaka
· 11 years ago
072a920
Remove check-fast. Closes #4193, #8844, #6330, #7416
by Brian Anderson
· 11 years ago
a41b0c2
extern mod => extern crate
by Alex Crichton
· 11 years ago
f62460c
Change `xfail` directives in compiletests to `ignore`, closes #11363
by Florian Hahn
· 11 years ago
b349036
Make crate hash stable and externally computable.
by Jack Moffitt
· 12 years ago
cc57ca0
Use assert_eq! rather than assert! where possible
by Corey Richardson
· 12 years ago
86efd97
add gitattributes and fix whitespace issues
by Daniel Micay
· 12 years ago
1e91595
librustc: Remove `fail_unless!`
by Patrick Walton
· 12 years ago
58f248d
test: Fix tests. rs=tests
by Patrick Walton
· 12 years ago
d7e74b5
librustc: Convert all uses of `assert` over to `fail_unless!`
by Patrick Walton
· 12 years ago
6267339
Fix bug in coherence that causes all cross-crate impls to be regarded as
by Niko Matsakis
· 12 years ago
9143688
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflipping
by Patrick Walton
· 12 years ago
89c8ef7
check-fast fallout from removing export, r=burningtree
by Graydon Hoare
· 12 years ago
d1affff
Reliciense makefiles and testsuite. Yup.
by Graydon Hoare
· 13 years ago
78ee821
Implement trait inheritance for bounded type parameters
by Brian Anderson
· 13 years ago