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
/
run-pass
/
trait-static-method-overwriting.rs
Age
Commit message (
Collapse
)
Author
Lines
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-3
/
+3
2013-03-22
test: Remove `pure` from the test suite
Patrick Walton
-3
/
+3
2013-03-22
librustc: Remove all uses of `static` from functions. rs=destatic
Patrick Walton
-3
/
+3
2013-02-27
librustc: Forbid `pub` or `priv` before trait implementations
Patrick Walton
-2
/
+2
2013-02-15
librustc: Stop parsing `impl Type : Trait` and fix several declarations that ↵
Patrick Walton
-2
/
+2
slipped through. r=tjc
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2013-01-07
test: Fix check-fast for resolve changes. rs=bustage
Patrick Walton
-0
/
+2
2012-12-28
test: Fix a bunch of run-pass tests. rs=bustage
Patrick Walton
-2
/
+2
2012-12-18
Stop resolving static methods at the module level. Closes #4179
Brian Anderson
-2
/
+2
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-11-01
rustc: Stop overwriting trait static method types when checking generic ↵
Patrick Walton
-0
/
+32
trait refs. Closes #3903. rs=blocking-burg