summary refs log tree commit diff
path: root/src/rustc/middle/liveness.rs
AgeCommit message (Expand)AuthorLines
2012-07-06For #2229, recognize 'again' in place of 'cont', final change pending snapshot.Graydon Hoare-3/+3
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-103/+101
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-02rustc: Implement a new resolve pass behind a compile flagPatrick Walton-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-47/+47
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-30/+30
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-12/+12
2012-06-28Replaced almost all vector+ in rustc (#2719)Eric Holk-3/+3
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-15/+16
2012-06-21Make liveness print out a proper error message for moves out of a self fieldTim Chevalier-1/+8
2012-06-20Remove bind. Issue #2189Brian Anderson-12/+2
2012-06-18document liveness a bit betterNiko Matsakis-2/+60
2012-06-18Add 'do' expressionsBrian Anderson-2/+5
2012-06-17Issue #2633: remove last_use entries that are subject to a loanNiko Matsakis-0/+3
2012-06-13Box AST identsBrian Anderson-21/+22
2012-06-06Merge remote-tracking branch 'mozilla/incoming'Niko Matsakis-52/+9
2012-06-06add pure, copies to livenessNiko Matsakis-7/+7
2012-06-06Revert "Revert "Merge pull request #2516 from mozilla/incoming" due to failures"Tim Chevalier-52/+9
2012-05-29make all arguments modes immutableNiko Matsakis-5/+41
2012-05-26core: Make range follow the for loop protocolBrian Anderson-4/+4
2012-05-25replace last_use with liveness infoNiko Matsakis-39/+81
2012-05-25revisit error message; create spill mapNiko Matsakis-15/+89
2012-05-24improve liveness so it reports unused vars / dead assignmentsNiko Matsakis-83/+207
2012-05-24new liveness pass to supercede last_use / initednessNiko Matsakis-0/+1502