summary refs log tree commit diff
path: root/src/rustc/middle/mem_categorization.rs
AgeCommit message (Expand)AuthorLines
2012-10-05Remove by-mutable-ref mode from the compilerTim Chevalier-3/+0
2012-10-05Revert "wip"Tim Chevalier-0/+3
2012-10-05wipTim Chevalier-3/+0
2012-09-27core: More option demodingBrian Anderson-2/+2
2012-09-26core: Replace map/map_default with map_ref/map_default_refBrian Anderson-7/+7
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-190/+0
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+190
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-4/+4
2012-09-11Introduce auto adjustment table to subsume autoderef/autoref/borrowings.Niko Matsakis-92/+63
2012-09-11Promote 'struct' from a restricted keyword to a strict keywordBrian Anderson-4/+4
2012-09-07Implement &-patternsTim Chevalier-2/+3
2012-09-07Convert field terminators to commas. Stop parsing semis.Brian Anderson-2/+2
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-0/+6
2012-09-04rustc: "import" -> "use"Patrick Walton-6/+6
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-2/+181
2012-08-27rustc: more pattern cleanupErick Tryzelaar-2/+2
2012-08-26Camel case the option typeBrian Anderson-47/+47
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-29/+29
2012-08-22Parse and typecheck moving out of enums (#2329)Ben Blum-0/+1
2012-08-22intern identifiersPaul Stansifer-6/+8
2012-08-21more sound treatment of fn& regions; change all & to be distinctNiko Matsakis-1/+1
2012-08-15rustc: Parse labeled loop, break, and againPatrick Walton-3/+4
2012-08-15rustc: Implement automatic reference for method receiversPatrick Walton-5/+3
2012-08-13rustc: Mostly implement region-bounded stack closuresPatrick Walton-2/+6
2012-08-10Revert "rustc: Make function types have vstores in them"Patrick Walton-6/+2
2012-08-10rustc: Make function types have vstores in themPatrick Walton-2/+6
2012-08-08Convert impls to new syntaxBrian Anderson-3/+3
2012-08-08refactor categorization out of borrowck into its own module.Niko Matsakis-0/+868