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
/
compile-fail
/
issue-3953.rs
Age
Commit message (
Expand
)
Author
Lines
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-9
/
+3
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-11
/
+13
2014-02-08
Fixed error starting with uppercase
mr.Shu
-1
/
+1
2014-01-11
Remove re-exports of std::io::stdio::{print, println} in the prelude.
Brendan Zabarauskas
-2
/
+2
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-2
/
+2
2013-05-22
test: Update tests to use the new syntax.
Patrick Walton
-1
/
+1
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