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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
class-implement-traits.rs
Age
Commit message (
Expand
)
Author
Lines
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-3
/
+3
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+2
2013-04-29
test: Fix tests.
Patrick Walton
-1
/
+0
2013-04-29
test: Remove #[legacy_modes] from the test suite.
Patrick Walton
-2
/
+3
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-2
/
+2
2013-03-15
Clonify some of run-pass
Ben Striegel
-1
/
+1
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-2
/
+2
2013-02-28
librustc: Mark all type implementations public. rs=impl-publicity
Patrick Walton
-1
/
+1
2013-02-25
test: Residual de-muting of the test suite. rs=demuting
Patrick Walton
-23
/
+22
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-1
/
+1
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-1
/
+1
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-12-05
test: Fix a bunch of test cases. rs=burning
Patrick Walton
-1
/
+1
2012-09-19
xfail-fast the legacy_mode run-pass tests
Brian Anderson
-0
/
+1
2012-09-18
rustc: Remove legacy mode inference, unless #[legacy_modes] is used
Patrick Walton
-1
/
+3
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
-7
/
+14
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-3
/
+3
2012-09-06
Remove struct ctors
Brian Anderson
-3
/
+9
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-3
/
+3
2012-08-17
Remove the class keyword
Brian Anderson
-1
/
+1
2012-08-02
test: "iface" -> "trait" in filenames.
Lindsey Kuper
-0
/
+48