| Age | Commit message (Expand) | Author | Lines |
| 2012-05-07 | That awkward moment when you forget to add your final changes | Tim Chevalier | -2/+3 |
| 2012-05-07 | In resolve, visit the path in an iface ref | Tim Chevalier | -12/+40 |
| 2012-05-07 | make it illegal to implicitly capture mutable variables | Niko Matsakis | -88/+134 |
| 2012-05-04 | new cap clause syntax | Niko Matsakis | -173/+213 |
| 2012-05-03 | Turn constants in back::abi into uints, and propagate types | Tim Chevalier | -199/+184 |
| 2012-05-03 | allow enums that ref themselves via unsafe pointers | Niko Matsakis | -1/+4 |
| 2012-05-03 | Removed unused import of std::deque | Tim Chevalier | -1/+1 |
| 2012-05-03 | Revert "allow fn exprs to omit arg types" | Niko Matsakis | -118/+71 |
| 2012-05-03 | allow fn exprs to omit arg types | Niko Matsakis | -71/+118 |
| 2012-05-03 | Implement better shape code for evec, estr. | Graydon Hoare | -32/+21 |
| 2012-05-03 | Check early on in typeck that types being implemented are actually iface types | Tim Chevalier | -5/+12 |
| 2012-05-03 | rustc: Fix comment about ABI in trans::native | Brian Anderson | -1/+1 |
| 2012-05-03 | rustc: Link to original Clay x86 classification code | Brian Anderson | -0/+3 |
| 2012-05-03 | add forgotten index and fix array type | Jyun-Yan You | -16/+18 |
| 2012-05-03 | Mention missing constructor when complaining about inexhaustive top-level pat... | Marijn Haverbeke | -11/+27 |
| 2012-05-02 | report ambig impl methods | Niko Matsakis | -0/+19 |
| 2012-05-02 | rustc: Hack around some FFI bustage. Unbreak servo | Brian Anderson | -0/+25 |
| 2012-05-02 | Error message reformatting, close #2309. | Graydon Hoare | -2/+2 |
| 2012-05-02 | Remove commented-out code and old comments that accidentally snuck in | Tim Chevalier | -44/+4 |
| 2012-05-02 | Encode the ifaces a class implements in metadata | Tim Chevalier | -42/+129 |
| 2012-05-01 | Fix symbol mangling in the presence of trailing version numbers. | Graydon Hoare | -0/+8 |
| 2012-05-01 | New lint pass for picking out uses of old-style vecs and str. | Graydon Hoare | -2/+53 |
| 2012-05-01 | Remove code that was accidentally committed | Tim Chevalier | -4/+1 |
| 2012-05-01 | Don't re-export a glob-imported ID when the same ID is defined within | Tim Chevalier | -4/+13 |
| 2012-04-30 | Stop inferring bot/static when types/regions are unconstrained. | Niko Matsakis | -48/+150 |
| 2012-04-30 | Revert "Eliminate a copy in syntax::parse::new_parser_from_file" | Tim Chevalier | -1/+1 |
| 2012-04-30 | Eliminate a copy in syntax::parse::new_parser_from_file | Tim Chevalier | -1/+1 |
| 2012-04-28 | rustc: Use a slightly more consistent style for unexpected errors | Brian Anderson | -6/+12 |
| 2012-04-27 | rustc: Remove old align_of intrinsic | Brian Anderson | -7/+2 |
| 2012-04-27 | rustc: Clean up some enum code | Brian Anderson | -16/+5 |
| 2012-04-27 | core: Split sys::align_of into min_align_of, pref_align_of | Brian Anderson | -4/+4 |
| 2012-04-27 | rustc: Add min_align_of, pref_align_of intrinsic, deprecate align_of | Brian Anderson | -2/+13 |
| 2012-04-26 | rustc: Add llalign_of_min | Brian Anderson | -0/+6 |
| 2012-04-26 | rustc: Rename llalign_of_real to llalign_of_pref | Brian Anderson | -8/+10 |
| 2012-04-26 | rustc: Add LLVM bindings for more alignment-related functions | Brian Anderson | -1/+8 |
| 2012-04-26 | Add check for path-statements, close #400. | Graydon Hoare | -1/+28 |
| 2012-04-26 | Lowercase warning message. | Graydon Hoare | -1/+1 |
| 2012-04-26 | Describe warnings on command line if user says -W help. | Graydon Hoare | -5/+41 |
| 2012-04-25 | lots of work to make iface/impls parameterized by regions | Niko Matsakis | -387/+477 |
| 2012-04-25 | Be a bit more cautious about marking things no-throw. | Graydon Hoare | -23/+26 |
| 2012-04-25 | More slice use in vec, io, str, ebml, metadata encoder and decoder. | Graydon Hoare | -29/+29 |
| 2012-04-25 | Set no-unwind on glue functions that don't drop resources. | Graydon Hoare | -17/+39 |
| 2012-04-25 | Set no-unwind attribute on all upcalls other than fail. | Graydon Hoare | -1/+10 |
| 2012-04-25 | rustc: Cache normalized types | Brian Anderson | -3/+12 |
| 2012-04-25 | rustc: Use LLVM named structs for enum types | Brian Anderson | -95/+185 |
| 2012-04-25 | typeck: Take more care to pass down expected types | Marijn Haverbeke | -50/+86 |
| 2012-04-25 | Rewrite exhaustiveness checker | Marijn Haverbeke | -209/+237 |
| 2012-04-24 | Revert "rustc: Use LLVM named structs for enum types" | Brian Anderson | -180/+95 |
| 2012-04-24 | Revert "rustc: Cache normalized types" | Brian Anderson | -12/+3 |
| 2012-04-24 | rustc: Cache normalized types | Brian Anderson | -3/+12 |