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
/
tstate
/
auxiliary.rs
Age
Commit message (
Expand
)
Author
Lines
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
-32
/
+32
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-7
/
+7
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-56
/
+56
2012-06-28
Replaced almost all vector+ in rustc (#2719)
Eric Holk
-22
/
+23
2012-06-26
Getting rid of lots more vector +=. (issue #2719)
Eric Holk
-10
/
+12
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-67
/
+70
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-5
/
+4
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-1
/
+1
2012-06-13
Box AST idents
Brian Anderson
-6
/
+6
2012-06-07
Start annotating FIXMEs in typestate; also some minor refactoring
Tim Chevalier
-48
/
+14
2012-06-06
Merge remote-tracking branch 'mozilla/incoming'
Niko Matsakis
-3
/
+2
2012-06-06
move tstate to dvec
Niko Matsakis
-22
/
+22
2012-06-06
Revert "Revert "Merge pull request #2516 from mozilla/incoming" due to failures"
Tim Chevalier
-3
/
+2
2012-05-30
rustc: Do less work still in typestate
Brian Anderson
-1
/
+2
2012-05-24
remove dead assignments
Niko Matsakis
-1
/
+2
2012-05-24
remove initedness checking from typestate, as best I could
Niko Matsakis
-180
/
+58
2012-04-24
Workarounds for bug #2280: add some temporaries for borrowing.
Graydon Hoare
-1
/
+4
2012-04-23
Move map iface over to more `for`-friendly iteration methods
Marijn Haverbeke
-2
/
+2
2012-04-23
Simplify representation of ast::path
Marijn Haverbeke
-1
/
+1
2012-04-15
Forbid deinitializing upvars in typestate
Tim Chevalier
-6
/
+12
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-28
/
+29
2012-04-03
Monomorphize class constructors, support generic classes and class methods
Tim Chevalier
-0
/
+14
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-8
/
+8
2012-03-26
rustc: Move eval_const_expr to its own mod
Brian Anderson
-1
/
+1
2012-03-21
add mut decls to rustc and make them mandatory
Niko Matsakis
-22
/
+22
2012-03-20
Implement an initial version of placement new.
Niko Matsakis
-3
/
+3
2012-03-14
std: Rename the hashmap constructors to conform to new standards
Brian Anderson
-2
/
+2
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-1
/
+1
2012-03-07
Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"
Patrick Walton
-1
/
+1
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-1
/
+1
2012-03-05
rustc: Lower case error messages
Brian Anderson
-9
/
+6
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-0
/
+1115