| Age | Commit message (Expand) | Author | Lines |
| 2012-08-21 | more sound treatment of fn& regions; change all & to be distinct | Niko Matsakis | -1/+0 |
| 2012-08-20 | new region inference, seperate infer into modules, improve error msgs | Niko Matsakis | -1/+13 |
| 2012-08-08 | refactor categorization out of borrowck into its own module. | Niko Matsakis | -1/+1 |
| 2012-08-07 | add lint mode for deprecated pattern usage | Niko Matsakis | -0/+1 |
| 2012-08-01 | Clean out transitional lint. | Graydon Hoare | -5/+0 |
| 2012-07-31 | Start implementing structured constants. | Graydon Hoare | -0/+1 |
| 2012-07-26 | Nomenclature fixes in the lint checker. Fewer double-negatives. | Graydon Hoare | -0/+5 |
| 2012-07-25 | rustc: Introduce a lang_items pass, part of coherence and operator overloading. | Patrick Walton | -0/+1 |
| 2012-07-20 | Remove what's left of resolve1 | Tim Chevalier | -1/+0 |
| 2012-07-14 | remove typestate from code, tests, and docs | Niko Matsakis | -13/+0 |
| 2012-07-12 | Merge remote-tracking branch 'origin/dist-snap' into incoming | Graydon Hoare | -4/+4 |
| 2012-07-11 | Fix some version numbers. | Graydon Hoare | -4/+4 |
| 2012-07-10 | rustc: Introduce a coherence checker, behind a compile switch for now | Patrick Walton | -0/+1 |
| 2012-07-02 | rustc: Implement a new resolve pass behind a compile flag | Patrick Walton | -0/+1 |
| 2012-06-26 | Change 'native' and 'crust' to 'extern'. | Graydon Hoare | -1/+1 |
| 2012-06-08 | remove alias analysis and replace with borrowck | Niko Matsakis | -1/+0 |
| 2012-06-07 | Revert "remove alias analysis and replace with borrowck" | Brian Anderson | -0/+1 |
| 2012-06-07 | remove alias analysis and replace with borrowck | Niko Matsakis | -1/+0 |
| 2012-06-04 | Make vecs implicitly copyable for all of our projects. | Michael Sullivan | -0/+2 |
| 2012-06-01 | break up borrowck into modules and begin to document how it works | Niko Matsakis | -1/+7 |
| 2012-05-31 | Rename librustsyntax to libsyntax | Kevin Cantu | -1/+1 |
| 2012-05-29 | rustc: Move filesearch into metadata mod | Brian Anderson | -1/+2 |
| 2012-05-25 | replace last_use with liveness info | Niko Matsakis | -1/+0 |
| 2012-05-24 | new liveness pass to supercede last_use / initedness | Niko Matsakis | -0/+1 |
| 2012-05-24 | fix classes and parameterized ifaces; remove needless self check | Niko Matsakis | -1/+0 |
| 2012-05-21 | rustc: Move ast_map to the syntax crate | Brian Anderson | -1/+0 |
| 2012-05-18 | workaround a horribly obscure resolve bug | Niko Matsakis | -0/+1 |
| 2012-05-16 | pull method lookup / region manip into their own modules | Niko Matsakis | -0/+2 |
| 2012-05-16 | further reorganization | Niko Matsakis | -5/+5 |
| 2012-05-16 | break out type checking of alts/patterns (again) | Niko Matsakis | -1/+3 |
| 2012-05-16 | Revert "break out type checking of alts/patterns" | Niko Matsakis | -3/+1 |
| 2012-05-16 | break out type checking of alts/patterns | Niko Matsakis | -1/+3 |
| 2012-05-16 | further modularization of typeck, add comments | Niko Matsakis | -0/+1 |
| 2012-05-15 | rustc: Extract loader mod from creader mod | Brian Anderson | -0/+2 |
| 2012-05-15 | move regionck into typeck, in the process fixing a bug or two | Niko Matsakis | -1/+2 |
| 2012-05-15 | move infer into typeck module | Niko Matsakis | -1/+1 |
| 2012-05-15 | break apart typeck a little (more to come) | Niko Matsakis | -1/+6 |
| 2012-05-14 | rustc: Move astencode from metadata to middle | Brian Anderson | -1/+5 |
| 2012-05-14 | Instantiate per-type iface-based visit_glue when intrinsic ifaces present. | Graydon Hoare | -0/+1 |
| 2012-05-14 | Enforce that self doesn't escape from a class | Tim Chevalier | -0/+1 |
| 2012-05-13 | rustc: Eliminate some indirection to the syntax crate | Brian Anderson | -3/+1 |
| 2012-05-13 | rustc: Eliminate metadata's dependency on trans | Brian Anderson | -0/+1 |
| 2012-05-13 | rustc: Be explicit about which peer modules the metadata mod can access | Brian Anderson | -0/+12 |
| 2012-05-10 | replace mutbl pass with borrowck | Niko Matsakis | -1/+0 |
| 2012-05-10 | Preliminary groundwork for intrinsic module, reflection interface. | Graydon Hoare | -0/+1 |
| 2012-05-09 | implement new borrow ck (disabled by default) | Niko Matsakis | -1/+1 |
| 2012-04-05 | Explicitly use version 0.2 of crates | Brian Anderson | -4/+6 |
| 2012-03-29 | rustc: Move ext to librustsyntax | Brian Anderson | -17/+1 |
| 2012-03-29 | rustc: Move attr, parse, print to rustsyntax | Brian Anderson | -9/+0 |
| 2012-03-29 | rustc: Move lexer and token to rustsyntax | Brian Anderson | -2/+0 |