| Age | Commit message (Expand) | Author | Lines |
| 2015-09-15 | Auto merge of #28406 - petrochenkov:primitive, r=eddyb | bors | -2/+16 |
| 2015-09-15 | Prohibit renaming to primitive types' names in import lists | Vadim Petrochenkov | -2/+16 |
| 2015-09-11 | std: Stabilize/deprecate features for 1.4 | Alex Crichton | -1/+0 |
| 2015-09-06 | track, for each upvar, its index in list of upvars | Niko Matsakis | -14/+13 |
| 2015-09-03 | Use proper span for break and continue labels | Simonas Kazlauskas | -3/+3 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -58/+61 |
| 2015-08-26 | Rename FnKind variants and stop re-exporting them from the visit module. | Ms2ger | -5/+5 |
| 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/+7 |
| 2015-08-19 | fallout of reworking rc and arc APIs | Alexis Beingessner | -1/+1 |
| 2015-08-19 | Auto merge of #27493 - GSam:master, r=nrc | bors | -28/+88 |
| 2015-08-16 | FnFnBlock -> FkClosure | Manish Goregaokar | -1/+1 |
| 2015-08-15 | Add issue for the rustc_private feature everywhere | Alex Crichton | -1/+1 |
| 2015-08-11 | rollup merge of #27622: eefriedman/https-url | Alex Crichton | -2/+2 |
| 2015-08-10 | Modify the callback to be run from a macro | Garming Sam | -30/+17 |
| 2015-08-09 | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | -2/+2 |
| 2015-08-09 | Add a proper comment for create_resolver | Garming Sam | -0/+8 |
| 2015-08-09 | Remove some duplicated code with new create_resolver | Garming Sam | -10/+1 |
| 2015-08-09 | Remove unused language items | Garming Sam | -1/+0 |
| 2015-08-09 | Avoid change to current module on escape from callback | Garming Sam | -2/+1 |
| 2015-08-09 | Introduce callback to resolver | Garming Sam | -16/+92 |
| 2015-08-06 | Factor inc/dec count methods. | Victor Berger | -0/+24 |
| 2015-08-05 | Block import resolution only on 'pub' imports. | Victor Berger | -0/+8 |
| 2015-08-05 | Auto merge of #27439 - vberger:more_perseverant_resolve, r=nrc | bors | -19/+14 |
| 2015-08-04 | Rollup merge of #27491 - GuillaumeGomez:patch-4, r=Manishearth | Manish Goregaokar | -2/+2 |
| 2015-08-04 | rustc: replace def::MethodProvenance with ty::ImplOrTraitItemContainer. | Eduard Burtescu | -1/+1 |
| 2015-08-03 | Improve E0423 error message | Guillaume Gomez | -2/+2 |
| 2015-07-31 | More perseverant about indeterminate imports. | Victor Berger | -3/+9 |
| 2015-07-31 | Remove unused resolve error message. | Victor Berger | -16/+5 |
| 2015-07-29 | Auto merge of #27349 - arielb1:constant-at, r=alexcrichton | bors | -9/+8 |
| 2015-07-28 | prohibit the lhs of an @-pattern being a constant | Ariel Ben-Yehuda | -9/+8 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -35/+24 |
| 2015-07-19 | add separate errors for out-of-place associated consts and types | Andrew Paseltiner | -8/+27 |
| 2015-07-16 | Rollup merge of #26898 - GuillaumeGomez:fixup, r=eddyb | Manish Goregaokar | -181/+449 |
| 2015-07-14 | Remove macro, import function and enum | Guillaume Gomez | -147/+142 |
| 2015-07-14 | Arguments are now passed directly to the function instead of the enum variants | Guillaume Gomez | -184/+183 |
| 2015-07-14 | End of error code spanning centralization | Guillaume Gomez | -169/+403 |
| 2015-07-13 | Centralize error spaning and add an enum to make this treatment easier | Guillaume Gomez | -56/+77 |
| 2015-07-13 | Remove warnings by centralizing error codes usage | Guillaume Gomez | -36/+56 |
| 2015-07-13 | Update error codes | Guillaume Gomez | -9/+9 |
| 2015-07-13 | Remove unused method | Guillaume Gomez | -21/+11 |
| 2015-07-13 | Add error codes | Guillaume Gomez | -202/+56 |
| 2015-07-12 | Implement RFC 1058 | Simonas Kazlauskas | -3/+3 |
| 2015-07-11 | We just have to replace error codes but code is good now | Guillaume Gomez | -75/+220 |
| 2015-07-10 | Remove token::get_name when unneeded | Guillaume Gomez | -35/+45 |
| 2015-07-08 | Remove a FIXME | Seo Sanghyeon | -5/+0 |
| 2015-06-19 | rustc_resolve: don't require redundant arguments to resolve_crate. | Eduard Burtescu | -3/+1 |
| 2015-06-17 | collections: Split the `collections` feature | Alex Crichton | -1/+1 |
| 2015-06-17 | alloc: Split apart the global `alloc` feature | Alex Crichton | -1/+1 |