| Age | Commit message (Expand) | Author | Lines |
| 2017-07-23 | Auto merge of #43096 - estebank:ascription-help, r=nikomatsakis | bors | -14/+63 |
| 2017-07-18 | Handle type ascription cases with a method call instead of a type | Esteban Küber | -14/+63 |
| 2017-07-17 | Change some helps to suggestions | Oliver Schneider | -8/+12 |
| 2017-07-10 | Store all generic arguments for method calls in AST | Vadim Petrochenkov | -8/+6 |
| 2017-07-06 | remove associated_consts feature gate | Sean McArthur | -1/+2 |
| 2017-06-29 | Make `$crate` a keyword | Vadim Petrochenkov | -2/+3 |
| 2017-06-22 | change span label for E0435 (fix #41871) | Alex Burka | -1/+1 |
| 2017-06-21 | Auto merge of #42076 - alex-ozdemir:master, r=nrc | bors | -23/+39 |
| 2017-06-19 | Bump version and stage0 compiler | Alex Crichton | -4/+0 |
| 2017-06-15 | Clearer Error Message for Duplicate Definition | Alex Ozdemir | -23/+39 |
| 2017-06-03 | Auto merge of #42387 - GuillaumeGomez:error-codes-next, r=Susurrus | bors | -1/+1 |
| 2017-06-03 | Auto merge of #42334 - est31:master, r=jseyfried | bors | -1/+1 |
| 2017-06-02 | Add E0603 error code | Guillaume Gomez | -1/+1 |
| 2017-05-31 | Fix a test and address review comment | est31 | -1/+1 |
| 2017-05-31 | Extend the unused macro lint to macros 2.0 | est31 | -1/+1 |
| 2017-05-30 | Turn sufficiently old compatibility lints into hard errors | Vadim Petrochenkov | -12/+5 |
| 2017-05-25 | Improve `Self`. | Jeffrey Seyfried | -1/+5 |
| 2017-05-25 | Hygienize `librustc_typeck`. | Jeffrey Seyfried | -1/+1 |
| 2017-05-25 | Hygienize `librustc_resolve`. | Jeffrey Seyfried | -64/+152 |
| 2017-05-25 | Remove `trait_item_map`, clean up `resolver.with_type_parameter_rib()`. | Jeffrey Seyfried | -46/+60 |
| 2017-05-25 | Declarative macros 2.0 without hygiene. | Jeffrey Seyfried | -2/+10 |
| 2017-05-16 | Auto merge of #41907 - est31:macro_unused, r=jseyfried | bors | -0/+5 |
| 2017-05-15 | Address review comments | est31 | -6/+4 |
| 2017-05-13 | rustc_resolve: don't deny outer type parameters in embedded constants. | Eduard-Mihai Burtescu | -28/+25 |
| 2017-05-13 | Add lint for unused macros | est31 | -0/+7 |
| 2017-05-13 | Auto merge of #41965 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -61/+77 |
| 2017-05-12 | Don't use a DUMMY_SP for reporting issues with crate imports | Oliver Schneider | -1/+1 |
| 2017-05-12 | Weave the span of an import through the resolve code | Oliver Schneider | -34/+46 |
| 2017-05-11 | rustc: Remove #![unstable] annotation | Alex Crichton | -3/+4 |
| 2017-05-10 | Fix tidy issues | Oliver Schneider | -3/+11 |
| 2017-05-10 | Example usage of multiple suggestions | Oliver Schneider | -26/+22 |
| 2017-05-08 | Remove need for &format!(...) or &&"" dances in `span_label` calls | Oliver Schneider | -35/+35 |
| 2017-04-28 | refac Move levenchstein before context dependent check | Freyskeyd | -7/+11 |
| 2017-04-12 | First attempt at global_asm! macro | A.J. Gardner | -1/+1 |
| 2017-04-08 | Auto merge of #40775 - estebank:variant-as-type, r=petrochenkov | bors | -0/+32 |
| 2017-04-07 | ICH: Centrally compute and cache DefPath hashes as part of DefPathTable. | Michael Woerister | -1/+3 |
| 2017-04-03 | Sort enum suggestions | Esteban Küber | -6/+8 |
| 2017-04-02 | Suggest using enum when a variant is used as a type | Esteban Küber | -0/+30 |
| 2017-03-27 | Ensure that macro resolutions in trait positions get finalized. | Jeffrey Seyfried | -0/+4 |
| 2017-03-24 | Rename `builtin` => `global`. | Jeffrey Seyfried | -4/+4 |
| 2017-03-24 | Allow declarative macros 2.0 and `use` macro imports to shadow builtin macros. | Jeffrey Seyfried | -16/+20 |
| 2017-03-19 | Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrc | bors | -2/+5 |
| 2017-03-14 | Liberalize attributes. | Jeffrey Seyfried | -0/+2 |
| 2017-03-14 | Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`. | Jeffrey Seyfried | -2/+3 |
| 2017-03-12 | Rollup merge of #40369 - petrochenkov:segspan, r=eddyb | Corey Farwell | -29/+28 |
| 2017-03-10 | resolve: Use path segment spans in smart_resolve_path | Vadim Petrochenkov | -25/+25 |
| 2017-03-10 | Give spans to individual path segments in AST | Vadim Petrochenkov | -4/+3 |
| 2017-03-10 | Avoid using `Mark` and `Invocation` for macro defs. | Jeffrey Seyfried | -21/+34 |
| 2017-03-10 | Refactor out `ast::ItemKind::MacroDef`. | Jeffrey Seyfried | -11/+4 |
| 2017-03-06 | Use `BTreeSet` instead of `FxHashSet` | Esteban Küber | -10/+9 |