about summary refs log tree commit diff
path: root/src/rustc/middle/borrowck
AgeCommit message (Expand)AuthorLines
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-1755/+0
2012-11-06Cleanup how we handle proto in types, remove unsound subtypingNiko Matsakis-2/+8
2012-11-02rustc: Implement translation of pattern matching for tuple structs and unit-l...Patrick Walton-3/+4
2012-11-02rustc: Implement typechecking, exhaustiveness checking, and borrow checking f...Patrick Walton-2/+4
2012-10-23Remove <- operator from the compilerTim Chevalier-10/+0
2012-10-21Correct propagation of mutability from components to base in borrowckNiko Matsakis-9/+61
2012-10-15rustc: Merge module and type namespaces. r=brsonPatrick Walton-8/+8
2012-10-15Check whether loans conflict with old loans or with themselves.Niko Matsakis-92/+133
2012-10-12remove ctor from ast (take 2) (no review: just dead code removal)Niko Matsakis-46/+24
2012-10-12Replace several common macros of the form #m[...] with m!(...)Kevin Cantu-6/+6
2012-10-11Remove obsolete FIXMETim Chevalier-6/+1
2012-10-08Revert "remove ctor from ast"Tim Chevalier-24/+46
2012-10-08remove ctor from astNiko Matsakis-46/+24
2012-10-05Remove by-mutable-ref mode from the compilerTim Chevalier-5/+1
2012-10-05Remove uses of mutable ref mode.Tim Chevalier-4/+4
2012-10-05Revert "wip"Tim Chevalier-5/+10
2012-10-05wipTim Chevalier-10/+5
2012-09-28rename iter2 to each2, make it follow iterator protocolNiko Matsakis-2/+2
2012-09-28demode vecNiko Matsakis-3/+3
2012-09-26core: Replace map/map_default with map_ref/map_default_refBrian Anderson-1/+1
2012-09-25Demode iter-traitTim Chevalier-2/+2
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-31/+0
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+31
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-10/+10
2012-09-19Remove redundant hashmap constructor functions.Graydon Hoare-3/+3
2012-09-18libsyntax: Remove 'unchecked_blk' from ASTBrian Anderson-3/+0
2012-09-15regionck: fix bug where autoref regions are not inferred to be large enoughNiko Matsakis-30/+46
2012-09-12fixup mutability of vec::each, make iter_bytes pureNiko Matsakis-1/+1
2012-09-11Introduce auto adjustment table to subsume autoderef/autoref/borrowings.Niko Matsakis-106/+94
2012-09-11Promote 'struct' from a restricted keyword to a strict keywordBrian Anderson-1/+1
2012-09-10Convert std::map to camel caseBrian Anderson-1/+1
2012-09-10rustc: Make shape-based compare glue never called for comparison operators.Patrick Walton-0/+7
2012-09-07Convert 'again' to 'loop'. Remove 'again' keywordBrian Anderson-1/+1
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-0/+1
2012-09-07Refactor fn_ty, working towards #3320Niko Matsakis-2/+2
2012-09-06Refactor trans to replace lvalue and friends with Datum.Niko Matsakis-11/+35
2012-09-04Remove 'with'Brian Anderson-6/+6
2012-09-04rustc: "import" -> "use"Patrick Walton-5/+5
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-0/+19
2012-08-27Camel case various core constructorsBrian Anderson-2/+2
2012-08-27Convert core::result to camel caseBrian Anderson-34/+34
2012-08-27rustc: more pattern cleanupErick Tryzelaar-5/+5
2012-08-26Camel case the option typeBrian Anderson-42/+42
2012-08-24Remove match checkTim Chevalier-1/+1
2012-08-24Infer purity for || style closures. Closes #3023.Michael Sullivan-5/+6
2012-08-23Remove purity from fn_decl and move it out to containing AST elements.Michael Sullivan-2/+4
2012-08-23More complete fix to #3162 (borrowck bug related to access to rec fields)Niko Matsakis-13/+2
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-43/+43
2012-08-22Parse and typecheck moving out of enums (#2329)Ben Blum-1/+2
2012-08-22intern identifiersPaul Stansifer-2/+3