summary refs log tree commit diff
path: root/src/rustc/middle/borrowck/categorization.rs
AgeCommit message (Expand)AuthorLines
2012-07-06For #2229, recognize 'again' in place of 'cont', final change pending snapshot.Graydon Hoare-1/+1
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-38/+37
2012-07-01Convert to new closure syntaxBrian Anderson-12/+10
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-9/+9
2012-06-26Change 'native' and 'crust' to 'extern'.Graydon Hoare-1/+1
2012-06-24Remove resourcesTim Chevalier-4/+0
2012-06-21Issue #2657: track mutability of bindings, also prevent move from bindingsNiko Matsakis-5/+9
2012-06-20Remove bind. Issue #2189Brian Anderson-1/+1
2012-06-18Add 'do' expressionsBrian Anderson-1/+1
2012-06-13Box AST identsBrian Anderson-3/+4
2012-06-12Treat enums with one variant specially in borrowck: #2573Niko Matsakis-5/+7
2012-06-06some (very little) work on commentingNiko Matsakis-1/+9
2012-06-04handle fixed-length vecs in borrowck categorizationNiko Matsakis-16/+29
2012-06-02improve borrowck to handle some frankly rather tricky casesNiko Matsakis-11/+22
2012-06-01break up borrowck into modules and begin to document how it worksNiko Matsakis-0/+421