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
/
static-method-test.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-08
test: Fix tests.
Patrick Walton
-7
/
+7
2013-04-29
test: Fix tests.
Patrick Walton
-4
/
+4
2013-04-29
test: Remove #[legacy_modes] from the test suite.
Patrick Walton
-1
/
+0
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-7
/
+7
2013-03-22
test: Remove `pure` from the test suite
Patrick Walton
-7
/
+4
2013-03-22
librustc: Remove all uses of `static` from functions. rs=destatic
Patrick Walton
-9
/
+9
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-5
/
+5
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-7
/
+7
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-2
/
+2
2013-02-15
tests/tutorials: Get rid of `move`.
Luqman Aden
-2
/
+2
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-4
/
+4
2013-02-01
check-fast fallout from removing export, r=burningtree
Graydon Hoare
-1
/
+1
2013-01-30
librustc: Change `self` as a type to `Self` everywhere. r=brson
Patrick Walton
-2
/
+2
2012-12-18
Stop resolving static methods at the module level. Closes #4179
Brian Anderson
-4
/
+4
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-10-12
Make moves explicit in rpass tests
Tim Chevalier
-2
/
+2
2012-09-23
Make it illegal to use modes in a fn signature with providing
Niko Matsakis
-4
/
+4
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-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
-0
/
+1
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-1
/
+1
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-3
/
+6
2012-08-15
Convert more core types to camel case
Brian Anderson
-1
/
+1
2012-08-08
Convert impls to new syntax
Brian Anderson
-4
/
+4
2012-08-07
Implement static typeclass methods. Closes #3132.
Michael Sullivan
-0
/
+79