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
/
auxiliary
/
static-methods-crate.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-14
Use static string with fail!() and remove fail!(fmt!())
Björn Steinbrink
-1
/
+1
2013-03-22
librustc: Remove all uses of `static` from functions. rs=destatic
Patrick Walton
-3
/
+3
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
-2
/
+2
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-1
/
+1
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-1
/
+1
2013-01-30
librustc: Change `self` as a type to `Self` everywhere. r=brson
Patrick Walton
-1
/
+1
2012-12-28
test: Fix a bunch of run-pass tests. rs=bustage
Patrick Walton
-4
/
+2
2012-12-18
Stop resolving static methods at the module level. Closes #4179
Brian Anderson
-1
/
+1
2012-12-10
Reliciense makefiles and testsuite. Yup.
Graydon Hoare
-0
/
+10
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-1
/
+1
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-1
/
+1
2012-08-26
Camel case the option type
Brian Anderson
-7
/
+7
2012-08-08
Convert impls to new syntax
Brian Anderson
-2
/
+2
2012-08-07
Implement static typeclass methods. Closes #3132.
Michael Sullivan
-0
/
+33