| Age | Commit message (Expand) | Author | Lines |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -2/+2 |
| 2015-10-04 | Only report error for first issued loan with conflict | J. Ryan Stinnett | -8/+10 |
| 2015-10-01 | move direct accesses of `node` to go through `as_local_node_id`, unless | Niko Matsakis | -2/+1 |
| 2015-10-01 | move LOCAL_CRATE to cstore | Niko Matsakis | -1/+2 |
| 2015-09-24 | Cleanup interfaces of Name, SyntaxContext and Ident | Vadim Petrochenkov | -2/+0 |
| 2015-09-23 | Remove random Idents outside of libsyntax | Vadim Petrochenkov | -5/+5 |
| 2015-09-17 | Add span_err_with_code method for BorrowckCtxt struct | Guillaume Gomez | -0/+4 |
| 2015-09-16 | Add error codes for librustc_borrowck | Guillaume Gomez | -52/+45 |
| 2015-09-16 | Use ast attributes every where (remove HIR attributes). | Nick Cameron | -1/+1 |
| 2015-09-09 | Treat loans of 'static data as extending to the end of the enclosing | Niko Matsakis | -11/+1 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -46/+54 |
| 2015-08-31 | Auto merge of #28007 - Ms2ger:FnKind, r=nrc | bors | -3/+3 |
| 2015-08-26 | Rename FnKind variants and stop re-exporting them from the visit module. | Ms2ger | -3/+3 |
| 2015-08-25 | move destructors_for_type into AdtDef | Ariel Ben-Yehuda | -3/+3 |
| 2015-08-24 | store the CodeExtent directly in FreeRegion | Ariel Ben-Yehuda | -3/+1 |
| 2015-08-24 | Use a Vec instead of an HashMap for the scope hierarchy | Ariel Ben-Yehuda | -26/+31 |
| 2015-08-24 | split ReInfer into ReVar and ReSkolemized | Ariel Ben-Yehuda | -1/+2 |
| 2015-08-24 | Auto merge of #27857 - Manishearth:improve-fnkind, r=pnkfelix | bors | -1/+1 |
| 2015-08-24 | convert to use `is_local` instead of `== LOCAL_CRATE` | Niko Matsakis | -3/+3 |
| 2015-08-24 | fallout from moving def-id | Niko Matsakis | -6/+8 |
| 2015-08-16 | FnFnBlock -> FkClosure | Manish Goregaokar | -1/+1 |
| 2015-08-06 | use VariantDef instead of struct_fields | Ariel Ben-Yehuda | -24/+14 |
| 2015-08-06 | introduce an ADTDef struct for struct/enum definitions | Ariel Ben-Yehuda | -26/+24 |
| 2015-07-28 | Auto merge of #27234 - oli-obk:move_get_name_get_ident_to_impl, r=eddyb | bors | -2/+1 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -2/+1 |
| 2015-07-28 | build fragmented map earlier to make its dependencies clearer. | Felix S. Klock II | -4/+3 |
| 2015-07-28 | rustc and rustc::borrowck: pass fragment info down into trans. | Felix S. Klock II | -4/+98 |
| 2015-07-11 | Suggest using `ref` inline in an error | P1start | -2/+13 |
| 2015-07-03 | Auto merge of #26378 - arielb1:unused-mut, r=pnkfelix | bors | -271/+135 |
| 2015-07-01 | Make the unused_mut lint smarter with respect to locals. | Ariel Ben-Yehuda | -17/+8 |
| 2015-07-01 | Clean-up assignment checking in borrowck | Ariel Ben-Yehuda | -264/+137 |
| 2015-06-30 | Remove Typer and ClosureTyper | Jared Roesch | -1/+0 |
| 2015-06-30 | Remove Typer + ClosureTyper impls for ParameterEnv | Jared Roesch | -7/+10 |
| 2015-06-26 | rustc: switch most remaining middle::ty functions to methods. | Eduard Burtescu | -27/+23 |
| 2015-06-24 | Use correct type for "use of moved value" error with closures. | Nick Hamann | -1/+1 |
| 2015-06-19 | rustc: remove Repr and UserString. | Eduard Burtescu | -98/+94 |
| 2015-06-19 | rustc: replace Repr/UserString impls with Debug/Display ones. | Eduard Burtescu | -32/+32 |
| 2015-06-19 | Clean up unused argument/variable warnings. | Eduard Burtescu | -6/+4 |
| 2015-06-19 | rustc: use the TLS type context in Repr and UserString. | Eduard Burtescu | -75/+75 |
| 2015-06-19 | rustc: leave only one free top-level function in ppaux, and private. | Eduard Burtescu | -2/+3 |
| 2015-06-19 | rustc: reduce ppaux's public footprint to 5 functions. | Eduard Burtescu | -20/+14 |
| 2015-06-16 | Remove unused type InteriorSafety. | Eli Friedman | -16/+4 |
| 2015-06-12 | Cleanup: rename middle::ty::sty and its variants. | Eli Friedman | -7/+7 |
| 2015-06-11 | Auto merge of #26190 - Veedrac:no-iter, r=alexcrichton | bors | -3/+3 |
| 2015-06-11 | Conver reborrows to .iter() calls where appropriate | Joshua Landau | -2/+2 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -1/+1 |
| 2015-06-10 | Auto merge of #26182 - Manishearth:rollup, r=Manishearth | bors | -9/+9 |
| 2015-06-10 | Rollup merge of #26146 - steveklabnik:remove_unsafe_pointer, r=Gankro | Manish Goregaokar | -2/+2 |
| 2015-06-10 | syntax: move ast_map to librustc. | Eduard Burtescu | -2/+2 |
| 2015-06-09 | Exise 'unsafe pointer' in favor of 'raw pointer' | Steve Klabnik | -2/+2 |