| Age | Commit message (Expand) | Author | Lines |
| 2012-05-15 | move regionck into typeck, in the process fixing a bug or two | Niko Matsakis | -0/+8 |
| 2012-05-15 | Generate drop glue correctly for classes with destructors | Tim Chevalier | -0/+13 |
| 2012-05-15 | get preservation of boxes working, at least in simple cases | Niko Matsakis | -0/+44 |
| 2012-05-15 | add a test that current fails b/c we do not preserve boxes | Niko Matsakis | -0/+22 |
| 2012-05-15 | Remove `be` keyword. | Lindsey Kuper | -31/+12 |
| 2012-05-14 | More work on reflection, now calls iface visitors back as well. | Graydon Hoare | -96/+103 |
| 2012-05-14 | First cut at dtors for classes | Tim Chevalier | -0/+11 |
| 2012-05-14 | Enforce that self doesn't escape from a class | Tim Chevalier | -0/+6 |
| 2012-05-11 | new test for loaning out an index | Niko Matsakis | -0/+36 |
| 2012-05-11 | move purity checking into borrowck, addresses #1422 | Niko Matsakis | -3/+61 |
| 2012-05-11 | First working monomorphic type-reflection. | Graydon Hoare | -0/+130 |
| 2012-05-11 | three new tests for assigning to various unassignable things | Niko Matsakis | -0/+19 |
| 2012-05-10 | replace mutbl pass with borrowck | Niko Matsakis | -33/+93 |
| 2012-05-10 | Remove `do ... while` loops from the tests and docs. | Paul Stansifer | -38/+27 |
| 2012-05-09 | implement new borrow ck (disabled by default) | Niko Matsakis | -36/+439 |
| 2012-05-09 | reduce self type to a special type parameter | Niko Matsakis | -10/+46 |
| 2012-05-08 | Support visibility modifiers and attributes on view items | Marijn Haverbeke | -1/+1 |
| 2012-05-07 | Add another test case for #2288 | Tim Chevalier | -0/+99 |
| 2012-05-07 | Add xfailed test case for #2354 | Tim Chevalier | -0/+18 |
| 2012-05-07 | In resolve, visit the path in an iface ref | Tim Chevalier | -0/+69 |
| 2012-05-07 | make it illegal to implicitly capture mutable variables | Niko Matsakis | -20/+107 |
| 2012-05-04 | Add test case that checks that class members must be prefixed with "self" | Tim Chevalier | -0/+15 |
| 2012-05-04 | new cap clause syntax | Niko Matsakis | -17/+36 |
| 2012-05-03 | Revert "allow fn exprs to omit arg types" | Niko Matsakis | -27/+1 |
| 2012-05-03 | allow fn exprs to omit arg types | Niko Matsakis | -1/+27 |
| 2012-05-03 | More shape fixes for evecs. | Graydon Hoare | -0/+73 |
| 2012-05-03 | Implement better shape code for evec, estr. | Graydon Hoare | -4/+66 |
| 2012-05-03 | Check early on in typeck that types being implemented are actually iface types | Tim Chevalier | -0/+13 |
| 2012-05-03 | Mention missing constructor when complaining about inexhaustive top-level pat... | Marijn Haverbeke | -0/+3 |
| 2012-05-02 | report ambig impl methods | Niko Matsakis | -0/+11 |
| 2012-05-02 | remove extra type parameter from ptr::is_null() and friends | Niko Matsakis | -0/+9 |
| 2012-05-02 | test: xfail-win32 run-pass/native-struct | Brian Anderson | -0/+1 |
| 2012-05-02 | rustc: Hack around some FFI bustage. Unbreak servo | Brian Anderson | -0/+10 |
| 2012-05-02 | rt: Fix some record alignment issues on windows | Brian Anderson | -17/+107 |
| 2012-05-02 | Revert "rt: Fix some record alignment issues on windows" | Brian Anderson | -106/+18 |
| 2012-05-02 | rt: Fix some record alignment issues on windows | Brian Anderson | -18/+106 |
| 2012-05-02 | xfail-fast class-separate-impl | Tim Chevalier | -0/+2 |
| 2012-05-02 | Error message reformatting, close #2309. | Graydon Hoare | -1/+1 |
| 2012-05-02 | Add test for issue 2287 | Tim Chevalier | -0/+50 |
| 2012-05-02 | Test for issue 2286 | Tim Chevalier | -0/+19 |
| 2012-05-02 | Encode the ifaces a class implements in metadata | Tim Chevalier | -0/+58 |
| 2012-05-01 | Don't re-export a glob-imported ID when the same ID is defined within | Tim Chevalier | -0/+34 |
| 2012-04-30 | Stop inferring bot/static when types/regions are unconstrained. | Niko Matsakis | -87/+77 |
| 2012-04-27 | new, simpler approach to the iter library | Niko Matsakis | -8/+180 |
| 2012-04-27 | parser: More refactoring of restricted value name checking | Brian Anderson | -4/+4 |
| 2012-04-27 | test: Add test for two restricted keyword cases | Brian Anderson | -0/+12 |
| 2012-04-27 | test: Enable an assert in run-pass/rec-align-32-bit.rs | Brian Anderson | -13/+13 |
| 2012-04-27 | core: Split sys::align_of into min_align_of, pref_align_of | Brian Anderson | -1/+1 |
| 2012-04-27 | rustc: Add min_align_of, pref_align_of intrinsic, deprecate align_of | Brian Anderson | -0/+19 |
| 2012-04-26 | test: xfail-win32 run-pass/rec-align-32-bit.rs | Brian Anderson | -0/+1 |