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
/
run-pass
/
static-impl.rs
Age
Commit message (
Expand
)
Author
Lines
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+2
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-2
/
+2
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
/
+2
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-2
/
+2
2012-09-06
Use callee ID when kind-checking expressions that may be overloaded
Tim Chevalier
-2
/
+2
2012-09-05
test: "import" -> "use"
Patrick Walton
-1
/
+1
2012-08-08
Convert impls to new syntax
Brian Anderson
-5
/
+4
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-6
/
+19
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-4
/
+4
2012-07-05
A new `times` method on numeric types
Ben Striegel
-2
/
+2
2012-07-01
Convert to new closure syntax
Brian Anderson
-5
/
+5
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-1
/
+1
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-7
/
+7
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-7
/
+7
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-2
/
+2
2012-03-29
core: Add extension methods for vec
Brian Anderson
-6
/
+6
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-3
/
+3
2012-02-14
Add [X].len() to core, use it in trans modules
Marijn Haverbeke
-2
/
+2
2012-01-23
s/block()/fn()/g
Niko Matsakis
-3
/
+3
2011-12-19
Add type argument field to expr_path
Marijn Haverbeke
-0
/
+1
2011-12-18
Only look for a matching method when normal field access fails
Marijn Haverbeke
-1
/
+24
2011-12-16
Change syntax for impl
Marijn Haverbeke
-0
/
+18