| 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 | -92/+96 |
| 2015-09-01 | Add E0439 error explanation | Guillaume Gomez | -7/+7 |
| 2015-09-01 | Comment out unused error codes | Guillaume Gomez | -18/+18 |
| 2015-09-01 | Add E0411 error explanation | Guillaume Gomez | -1/+49 |
| 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 | -5/+4 |
| 2015-08-24 | fallout from moving def-id | Niko Matsakis | -33/+36 |
| 2015-08-19 | fallout of reworking rc and arc APIs | Alexis Beingessner | -4/+4 |
| 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-12 | Auto merge of #27698 - arielb1:foreign-type-import, r=alexcrichton | bors | -0/+5 |
| 2015-08-12 | stop cross-crate associated types from being imported | Ariel Ben-Yehuda | -0/+5 |
| 2015-08-11 | rollup merge of #27635: GuillaumeGomez/patch-4 | Alex Crichton | -2/+10 |
| 2015-08-11 | rollup merge of #27622: eefriedman/https-url | Alex Crichton | -7/+7 |
| 2015-08-11 | Update E0425 error explanation | Guillaume Gomez | -2/+2 |
| 2015-08-10 | Auto merge of #27451 - seanmonstar:use-groups-as, r=alexcrichton | bors | -6/+7 |
| 2015-08-10 | Auto merge of #27547 - vberger:more_perseverant_resolve, r=nrc | bors | -9/+64 |
| 2015-08-10 | Add another example for E0425 | Guillaume Gomez | -0/+8 |
| 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 | -7/+7 |
| 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-08 | rustc: rename multiple imports in a list | Sean McArthur | -6/+7 |
| 2015-08-07 | Auto merge of #27378 - GuillaumeGomez:patch-2, r=brson | bors | -9/+178 |
| 2015-08-07 | Add a guard example for E0416 | Guillaume Gomez | -0/+9 |
| 2015-08-07 | Customize error messages for self glob imports. | Victor Berger | -1/+5 |
| 2015-08-06 | Add another example for E0412 | Guillaume Gomez | -5/+8 |
| 2015-08-06 | Update E0423 example | Guillaume Gomez | -13/+13 |
| 2015-08-06 | remove ty::{VariantInfo, FieldTy} | Ariel Ben-Yehuda | -3/+1 |
| 2015-08-06 | Add E0416 error explanation | Guillaume Gomez | -1/+20 |
| 2015-08-06 | Add E0415 error explanation | Guillaume Gomez | -1/+16 |
| 2015-08-06 | Factor inc/dec count methods. | Victor Berger | -9/+30 |
| 2015-08-06 | Add E0419 error explanation | Guillaume Gomez | -1/+27 |
| 2015-08-06 | Add examples in E0412 | Guillaume Gomez | -2/+12 |
| 2015-08-05 | Block import resolution only on 'pub' imports. | Victor Berger | -6/+36 |
| 2015-08-05 | Auto merge of #27439 - vberger:more_perseverant_resolve, r=nrc | bors | -47/+75 |
| 2015-08-04 | Rollup merge of #27491 - GuillaumeGomez:patch-4, r=Manishearth | Manish Goregaokar | -2/+2 |
| 2015-08-04 | Add E0412 error explanation | Guillaume Gomez | -1/+17 |
| 2015-08-04 | Addressing nits & tests explanations. | Victor Berger | -15/+22 |
| 2015-08-04 | rustc: replace def::MethodProvenance with ty::ImplOrTraitItemContainer. | Eduard Burtescu | -5/+3 |