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-3953.rs
Age
Commit message (
Expand
)
Author
Lines
2013-03-22
test: Remove `pure` from the test suite
Patrick Walton
-2
/
+2
2013-03-11
test: Remove newtype enums from the test suite. rs=deenum
Patrick Walton
-1
/
+1
2013-03-05
libsyntax: Separate multiple inherited traits with `+`
Patrick Walton
-6
/
+9
2013-03-02
librustc: Forbid chained imports and fix the logic for one-level renaming imp...
Patrick Walton
-1
/
+1
2013-02-27
librustc: Forbid `pub` or `priv` before trait implementations
Patrick Walton
-1
/
+1
2013-02-15
librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...
Patrick Walton
-1
/
+1
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-2
/
+2
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-12-07
Trait constraints are separated by space, not comma
Brian Anderson
-6
/
+6
2012-11-29
impls of traits cannot define methods on the anonymous trait
Brian Anderson
-3
/
+5
2012-11-15
Check for duplicate supertraits and forbid them
Tim Chevalier
-0
/
+23