about summary refs log tree commit diff
path: root/src/rustc/rustc.rc
AgeCommit message (Expand)AuthorLines
2012-05-16break out type checking of alts/patternsNiko Matsakis-1/+3
2012-05-16further modularization of typeck, add commentsNiko Matsakis-0/+1
2012-05-15rustc: Extract loader mod from creader modBrian Anderson-0/+2
2012-05-15move regionck into typeck, in the process fixing a bug or twoNiko Matsakis-1/+2
2012-05-15move infer into typeck moduleNiko Matsakis-1/+1
2012-05-15break apart typeck a little (more to come)Niko Matsakis-1/+6
2012-05-14rustc: Move astencode from metadata to middleBrian Anderson-1/+5
2012-05-14Instantiate per-type iface-based visit_glue when intrinsic ifaces present.Graydon Hoare-0/+1
2012-05-14Enforce that self doesn't escape from a classTim Chevalier-0/+1
2012-05-13rustc: Eliminate some indirection to the syntax crateBrian Anderson-3/+1
2012-05-13rustc: Eliminate metadata's dependency on transBrian Anderson-0/+1
2012-05-13rustc: Be explicit about which peer modules the metadata mod can accessBrian Anderson-0/+12
2012-05-10replace mutbl pass with borrowckNiko Matsakis-1/+0
2012-05-10Preliminary groundwork for intrinsic module, reflection interface.Graydon Hoare-0/+1
2012-05-09implement new borrow ck (disabled by default)Niko Matsakis-1/+1
2012-04-05Explicitly use version 0.2 of cratesBrian Anderson-4/+6
2012-03-29rustc: Move ext to librustsyntaxBrian Anderson-17/+1
2012-03-29rustc: Move attr, parse, print to rustsyntaxBrian Anderson-9/+0
2012-03-29rustc: Move lexer and token to rustsyntaxBrian Anderson-2/+0
2012-03-29rustc: Move diagnostic to rustsyntaxBrian Anderson-1/+0
2012-03-29rustc: Move fold to rustsyntaxBrian Anderson-1/+0
2012-03-29rustc: Move interner to rustsyntaxBrian Anderson-3/+0
2012-03-29rustc: Move ast, ast_util, visit to rustsyntaxBrian Anderson-4/+0
2012-03-29rustc: Move codemap to rustsyntaxBrian Anderson-1/+0
2012-03-29build: Introduce rustsyntax crateBrian Anderson-0/+2
2012-03-28Update crate URLs to point to interesting things.Graydon Hoare-2/+2
2012-03-26rustc: Move eval_const_expr to its own modBrian Anderson-0/+1
2012-03-26Disallow ret inside of block functionsMarijn Haverbeke-0/+1
2012-03-23Implement new inference algorithm.Niko Matsakis-0/+1
2012-03-22Bump version numbers to 0.2Brian Anderson-2/+2
2012-03-20Move external-reachability checker to transMarijn Haverbeke-1/+1
2012-03-15kill old serialization codeNiko Matsakis-1/+0
2012-03-15Reuse monomorphized functions more aggressivelyMarijn Haverbeke-0/+1
2012-03-13get new decorator extensions workingNiko Matsakis-0/+1
2012-03-09rustc: Add a region checking passPatrick Walton-0/+1
2012-03-09rustc: Perform region inferencePatrick Walton-0/+1
2012-03-06Add a reachability checker, only export metadata for reachable itemsMarijn Haverbeke-0/+1
2012-03-06Make trans pass responsible for pulling in inlined functionsMarijn Haverbeke-1/+0
2012-03-02Move src/comp to src/rustcGraydon Hoare-0/+155