about summary refs log tree commit diff
path: root/src/rustc/middle/tstate/annotate.rs
AgeCommit message (Expand)AuthorLines
2012-09-21rustc: Remove middle/tstateBrian Anderson-76/+0
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-1/+1
2012-09-04rustc: "import" -> "use"Patrick Walton-7/+7
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-0/+76
2012-08-22rustc: Remove typestate sourceBrian Anderson-76/+0
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-2/+2
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-1/+1
2012-07-03Revert "Remove rule requiring non-nil block-style statements to be semi-termi...Brian Anderson-1/+1
2012-07-03Remove rule requiring non-nil block-style statements to be semi-terminatedBrian Anderson-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-7/+7
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-7/+7
2012-06-28Replaced almost all vector+ in rustc (#2719)Eric Holk-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-7/+7
2012-06-21Move vector addition out of trans and into libcore.Eric Holk-3/+5
2012-06-20Remove bind. Issue #2189Brian Anderson-6/+6
2012-06-08Get rid of little-used logging fns in util::common. Closes #2553.Lindsey Kuper-3/+3
2012-04-25Rewrite exhaustiveness checkerMarijn Haverbeke-1/+0
2012-04-06Convert old-style for loops to new-styleMarijn Haverbeke-1/+1
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-6/+6
2012-03-02Move src/comp to src/rustcGraydon Hoare-0/+75