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
/
rustc
/
metadata
/
filesearch.rs
Age
Commit message (
Expand
)
Author
Lines
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-5
/
+5
2012-09-23
core: Demode option
Brian Anderson
-2
/
+2
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-2
/
+2
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-1
/
+1
2012-09-04
rustc: "import" -> "use"
Patrick Walton
-1
/
+1
2012-08-27
Convert core::result to camel case
Brian Anderson
-18
/
+18
2012-08-27
rustc: fix the unused pattern vars warnings.
Erick Tryzelaar
-2
/
+2
2012-08-26
Camel case the option type
Brian Anderson
-16
/
+16
2012-08-24
Start using core::path2::Path in a lot of places.
Graydon Hoare
-43
/
+40
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-6
/
+6
2012-08-14
Convert more core types to camel case
Brian Anderson
-25
/
+25
2012-08-08
Convert impls to new syntax
Brian Anderson
-1
/
+1
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-6
/
+6
2012-08-05
Switch alts to use arrows
Brian Anderson
-16
/
+12
2012-08-01
Convert ret to return
Brian Anderson
-2
/
+2
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-1
/
+1
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-6
/
+6
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-21
/
+21
2012-07-01
Convert to new closure syntax
Brian Anderson
-5
/
+5
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-3
/
+3
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-8
/
+8
2012-06-28
Replaced almost all vector+ in rustc (#2719)
Eric Holk
-11
/
+15
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-13
/
+13
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-2
/
+2
2012-05-29
rustc: Move filesearch into metadata mod
Brian Anderson
-0
/
+176