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
Age
Commit message (
Expand
)
Author
Lines
2012-07-06
For #2229, recognize 'again' in place of 'cont', final change pending snapshot.
Graydon Hoare
-2
/
+2
2012-07-06
Plumbing and parsing for item-position macros.
Eric Holk
-0
/
+1
2012-07-05
Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym
Lindsey Kuper
-1
/
+1
2012-07-03
Revert "Remove rule requiring non-nil block-style statements to be semi-termi...
Brian Anderson
-4
/
+4
2012-07-03
Remove rule requiring non-nil block-style statements to be semi-terminated
Brian Anderson
-4
/
+4
2012-07-01
Convert to new closure syntax
Brian Anderson
-75
/
+76
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-12
/
+12
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-107
/
+107
2012-06-28
Replaced almost all vector+ in rustc (#2719)
Eric Holk
-29
/
+30
2012-06-26
Change 'native' and 'crust' to 'extern'.
Graydon Hoare
-3
/
+3
2012-06-26
Getting rid of lots more vector +=. (issue #2719)
Eric Holk
-20
/
+24
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-123
/
+129
2012-06-24
Remove resources
Tim Chevalier
-8
/
+0
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-16
/
+14
2012-06-21
Move vector addition out of trans and into libcore.
Eric Holk
-3
/
+5
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-47
/
+20
2012-06-18
Add 'do' expressions
Brian Anderson
-2
/
+3
2012-06-13
Box AST idents
Brian Anderson
-8
/
+8
2012-06-08
Get rid of little-used logging fns in util::common. Closes #2553.
Lindsey Kuper
-87
/
+23
2012-06-07
Comments only: annotate remainder of FIXMEs in typestate
Tim Chevalier
-8
/
+9
2012-06-07
Start annotating FIXMEs in typestate; also some minor refactoring
Tim Chevalier
-51
/
+19
2012-06-06
Merge remote-tracking branch 'mozilla/incoming'
Niko Matsakis
-3
/
+2
2012-06-06
move tstate to dvec
Niko Matsakis
-26
/
+26
2012-06-06
Revert "Revert "Merge pull request #2516 from mozilla/incoming" due to failures"
Tim Chevalier
-3
/
+2
2012-05-31
rustc: Use fewer boxes in typestate
Brian Anderson
-12
/
+12
2012-05-30
rustc: Do less work still in typestate
Brian Anderson
-46
/
+52
2012-05-30
rustc: Don't typestate fns that don't have constrained function calls
Brian Anderson
-16
/
+52
2012-05-29
Handle poststates of breaking loops correctly in typestate
Tim Chevalier
-24
/
+10
2012-05-24
remove dead assignments
Niko Matsakis
-28
/
+4
2012-05-24
remove initedness checking from typestate, as best I could
Niko Matsakis
-492
/
+89
2012-05-23
rustc: Move new_def_hash to ast_util
Brian Anderson
-2
/
+1
2012-05-18
rustc: Don't copy vecs in seq_preconds. Huge perf win on some tests
Brian Anderson
-5
/
+6
2012-05-18
rustc: Don't recurse in seq_preconds. Consumes too much stack
Brian Anderson
-15
/
+18
2012-05-15
Remove `be` keyword.
Lindsey Kuper
-17
/
+6
2012-05-14
First cut at dtors for classes
Tim Chevalier
-1
/
+1
2012-05-10
Remove `do { ... } while ...` from the language.
Paul Stansifer
-53
/
+0
2012-05-07
make it illegal to implicitly capture mutable variables
Niko Matsakis
-3
/
+3
2012-05-04
new cap clause syntax
Niko Matsakis
-15
/
+16
2012-04-25
lots of work to make iface/impls parameterized by regions
Niko Matsakis
-2
/
+2
2012-04-25
Rewrite exhaustiveness checker
Marijn Haverbeke
-2
/
+0
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
-14
/
+7
2012-04-20
Print out return type correctly in typestate error message
Tim Chevalier
-6
/
+8
2012-04-19
make nominal types optionally parameterized by a self region.
Niko Matsakis
-3
/
+3
2012-04-15
Forbid deinitializing upvars in typestate
Tim Chevalier
-15
/
+41
2012-04-11
Allow classes to implement ifaces
Tim Chevalier
-2
/
+2
2012-04-11
Add vstore/evec/estr to compiler.
Graydon Hoare
-1
/
+14
2012-04-10
Generic classes and generic class methods work cross-crate
Tim Chevalier
-1
/
+1
2012-04-06
Re-rename option functions
Tim Chevalier
-3
/
+3
[next]