summary refs log tree commit diff
path: root/src/rustc/middle/tstate/bitvectors.rs
AgeCommit message (Expand)AuthorLines
2012-07-01Convert to new closure syntaxBrian Anderson-1/+1
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-1/+1
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-3/+3
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-3/+3
2012-06-20Remove bind. Issue #2189Brian Anderson-1/+1
2012-06-08Get rid of little-used logging fns in util::common. Closes #2553.Lindsey Kuper-1/+0
2012-05-31rustc: Use fewer boxes in typestateBrian Anderson-2/+2
2012-05-24remove initedness checking from typestate, as best I couldNiko Matsakis-58/+5
2012-05-18rustc: Don't copy vecs in seq_preconds. Huge perf win on some testsBrian Anderson-5/+6
2012-05-18rustc: Don't recurse in seq_preconds. Consumes too much stackBrian Anderson-15/+18
2012-04-23Simplify representation of ast::pathMarijn Haverbeke-13/+6
2012-04-06Convert old-style for loops to new-styleMarijn Haverbeke-1/+1
2012-03-21add mut decls to rustc and make them mandatoryNiko Matsakis-2/+2
2012-03-08Rename last to last_opt, last_unsafe to lastTim Chevalier-1/+1
2012-03-07stdlib: Stop incurring vtable dispatch costs when hashmaps are usedPatrick Walton-0/+1
2012-03-07Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"Patrick Walton-1/+0
2012-03-07stdlib: Stop incurring vtable dispatch costs when hashmaps are usedPatrick Walton-0/+1
2012-03-02Move src/comp to src/rustcGraydon Hoare-0/+242