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
/
middle
/
astencode.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-09
Allow folds to drop items.
Paul Stansifer
-2
/
+2
2012-07-05
Comments only: change TODOs to FIXMEs and annotate them
Tim Chevalier
-1
/
+1
2012-07-05
Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym
Lindsey Kuper
-6
/
+6
2012-07-04
Remove empty argument lists from do expressions
Ben Striegel
-50
/
+50
2012-07-03
Revert "Remove rule requiring non-nil block-style statements to be semi-termi...
Brian Anderson
-1
/
+1
2012-07-03
Remove rule requiring non-nil block-style statements to be semi-terminated
Brian Anderson
-1
/
+1
2012-07-01
Convert to new closure syntax
Brian Anderson
-84
/
+84
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-84
/
+84
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-6
/
+6
2012-06-26
Change 'native' and 'crust' to 'extern'.
Graydon Hoare
-5
/
+5
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-6
/
+6
2012-06-21
Move vector addition out of trans and into libcore.
Eric Holk
-182
/
+17
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-5
/
+5
2012-06-19
first steps to autoderef on method calls
Niko Matsakis
-17
/
+14
2012-06-15
Handle index expressions' callee IDs correctly
Tim Chevalier
-1
/
+1
2012-06-15
Add the interner to parse_sess.
Paul Stansifer
-15
/
+1
2012-06-13
Box AST idents
Brian Anderson
-4
/
+4
2012-06-12
Handle class destructors correctly in metadata
Tim Chevalier
-0
/
+16
2012-06-08
remove alias analysis and replace with borrowck
Niko Matsakis
-9
/
+0
2012-06-07
Revert "remove alias analysis and replace with borrowck"
Brian Anderson
-0
/
+9
2012-06-07
remove alias analysis and replace with borrowck
Niko Matsakis
-9
/
+0
2012-06-07
Comments only: annotate FIXMEs
Tim Chevalier
-1
/
+0
2012-06-06
Revert "Revert "Merge pull request #2516 from mozilla/incoming" due to failures"
Tim Chevalier
-9
/
+0
2012-05-31
allow mutable vectors and so forth to be used as immutable slices
Niko Matsakis
-4
/
+17
2012-05-30
Include capture clauses when generating metadata.
Eric Holk
-1
/
+5
2012-05-25
Get rid of many implicit copies as a preliminary to Issue #2448.
Michael Sullivan
-1
/
+1
2012-05-25
replace last_use with liveness info
Niko Matsakis
-21
/
+13
2012-05-21
rustc: Move ast_map to the syntax crate
Brian Anderson
-1
/
+2
2012-05-21
rustc: Remove ast_map's session dependency
Brian Anderson
-1
/
+2
2012-05-21
remove mutable cycle from ast_fold
Niko Matsakis
-2
/
+2
2012-05-15
get preservation of boxes working, at least in simple cases
Niko Matsakis
-0
/
+1
2012-05-14
rustc: Break some of metadata's dependencies on session
Brian Anderson
-1
/
+2
2012-05-14
rustc: Eliminate metadata's dependency on astencode
Brian Anderson
-10
/
+24
2012-05-14
rustc: Move astencode from metadata to middle
Brian Anderson
-0
/
+1100