| Age | Commit message (Expand) | Author | Lines |
| 2011-07-06 | Remove temporary stdlib placeholders, use actual stdlib functions | Marijn Haverbeke | -33/+33 |
| 2011-07-05 | Forwarding functions. Lots of progress toward #539, #540, #543. | Lindsey Kuper | -93/+473 |
| 2011-07-05 | Comments and cleanup. | Lindsey Kuper | -6/+13 |
| 2011-07-05 | Handle pattern-bound upvars | Tim Chevalier | -49/+162 |
| 2011-07-05 | Handle fail inside a for-each loop properly | Tim Chevalier | -1/+5 |
| 2011-07-05 | handle fail inside a for loop | Tim Chevalier | -1/+4 |
| 2011-07-05 | Handle fail as an argument | Tim Chevalier | -0/+8 |
| 2011-07-05 | Make type unification failures non-fatal | Brian Anderson | -16/+24 |
| 2011-07-05 | Factor the ivec code a touch. | Graydon Hoare | -52/+40 |
| 2011-07-05 | Don't thread the local crate number through the session | Marijn Haverbeke | -6/+5 |
| 2011-07-05 | Move everything syntax-related to syntax/, break deps on rest of compiler | Marijn Haverbeke | -1121/+224 |
| 2011-07-04 | Switch the alias checking pass to use span_err instead of span_fatal | Marijn Haverbeke | -12/+13 |
| 2011-07-04 | Move the ids of pat AST nodes into their struct | Marijn Haverbeke | -56/+44 |
| 2011-07-03 | Make use of demand::simple instead of manually checking fail expr type. | Josh Matthews | -11/+1 |
| 2011-07-03 | Make non-str fail expression a type checking failure instead of a translation... | Josh Matthews | -4/+19 |
| 2011-07-03 | Handle fail as an argument; parse fail expressions unambiguously | Tim Chevalier | -0/+5 |
| 2011-07-03 | Eliminate all direct calls to option::get() from typeck | Tim Chevalier | -21/+55 |
| 2011-07-03 | Manipulate contexts correctly in trans_fail_expr | Tim Chevalier | -7/+11 |
| 2011-07-02 | Generate code properly for calls with _|_ - typed arguments | Tim Chevalier | -19/+25 |
| 2011-07-02 | Allow any string expression to be used with fail. | Josh Matthews | -15/+61 |
| 2011-07-01 | rustc: Fix memory corruption with ivectors-inside-ivectors by duplicating *fi... | Patrick Walton | -2/+2 |
| 2011-07-01 | rustc: Move path_to_str to front::ast | Patrick Walton | -16/+3 |
| 2011-07-01 | Revert "rustc: Change methods in ty::t to use interior vectors" | Patrick Walton | -38/+33 |
| 2011-07-01 | rustc: Change methods in ty::t to use interior vectors | Patrick Walton | -33/+38 |
| 2011-07-01 | Remove the concept of crate directive let statements. Issue #604 | Brian Anderson | -12/+0 |
| 2011-07-01 | Track def_ids of native types so that they can be distinguished | Marijn Haverbeke | -26/+37 |
| 2011-07-01 | Allow dereferencing of single-variant, single-argument tag values | Marijn Haverbeke | -81/+141 |
| 2011-07-01 | Do not store a tag num for single-variant tags | Marijn Haverbeke | -119/+142 |
| 2011-07-01 | Implement autoderef for function calls. | Michael Sullivan | -23/+51 |
| 2011-07-01 | Move autoderefed_ty to ty.rs and rename it type_autoderef. | Michael Sullivan | -14/+15 |
| 2011-06-30 | rustc: Duplicate heap data of interior vectors when passing them by value | Patrick Walton | -1/+15 |
| 2011-06-30 | rustc: Remove unused variables from last commit | Patrick Walton | -2/+0 |
| 2011-06-30 | rustc: Change function argument types to interior vectors | Patrick Walton | -65/+87 |
| 2011-06-30 | Get rid of remaining unused variables | Tim Chevalier | -6/+4 |
| 2011-06-30 | Don't warn about unused for-loop index variables | Tim Chevalier | -0/+4 |
| 2011-06-30 | Kill unused variables | Tim Chevalier | -68/+30 |
| 2011-06-30 | Warn for unused variables | Tim Chevalier | -69/+122 |
| 2011-06-30 | rustc: Use interior vectors for record types | Patrick Walton | -23/+20 |
| 2011-06-30 | rustc: Make mk_imm_tup() take an interior vector | Patrick Walton | -48/+65 |
| 2011-06-30 | rustc: Use interior vectors for tuple types | Patrick Walton | -18/+22 |
| 2011-06-30 | Added a nanosecond timer to time.rs, support for some floating point casts, a... | Eric Holk | -1/+16 |
| 2011-06-30 | Move middle::attr to front::attr | Brian Anderson | -167/+0 |
| 2011-06-30 | Support type parameters in resources | Marijn Haverbeke | -63/+135 |
| 2011-06-30 | Make calling resource destructors work cross-crate | Marijn Haverbeke | -25/+51 |
| 2011-06-29 | Re-enable tidy (it was broken) and fix various non-tidy things. | Graydon Hoare | -3/+5 |
| 2011-06-29 | Remove workaround for a compiler bug that, I guess, got fixed | Tim Chevalier | -14/+3 |
| 2011-06-29 | Add a runtime flag to enable/disable claims en masse | Tim Chevalier | -6/+17 |
| 2011-06-29 | Write metadata for sythesized name/vers items to the crate's link attr | Brian Anderson | -0/+17 |
| 2011-06-29 | Move the calculation of the crate name, vers and cmh to a single function | Brian Anderson | -11/+4 |
| 2011-06-29 | Fix resource encoding bugs. | Graydon Hoare | -0/+1 |