| Age | Commit message (Expand) | Author | Lines |
| 2017-04-04 | Ensure that macro resolutions in trait positions get finalized. | Jeffrey Seyfried | -3/+6 |
| 2017-03-20 | Fix regression when `include!()`ing a `macro_rules!` containing a `$crate::` ... | Jeffrey Seyfried | -1/+4 |
| 2017-03-12 | Rollup merge of #40369 - petrochenkov:segspan, r=eddyb | Corey Farwell | -31/+32 |
| 2017-03-10 | resolve: Use path segment spans in smart_resolve_path | Vadim Petrochenkov | -26/+25 |
| 2017-03-10 | Give spans to individual path segments in AST | Vadim Petrochenkov | -5/+7 |
| 2017-03-10 | Avoid using `Mark` and `Invocation` for macro defs. | Jeffrey Seyfried | -66/+87 |
| 2017-03-10 | Move `resolve_invoc` from `syntax` to `resolve`. | Jeffrey Seyfried | -9/+67 |
| 2017-03-10 | Refactor out `ast::ItemKind::MacroDef`. | Jeffrey Seyfried | -64/+38 |
| 2017-03-08 | Auto merge of #39713 - estebank:issue-39698, r=jonathandturner | bors | -41/+98 |
| 2017-03-06 | Use `BTreeSet` instead of `FxHashSet` | Esteban Küber | -10/+9 |
| 2017-03-06 | Clean up "pattern doesn't bind x" messages | Esteban Küber | -41/+99 |
| 2017-03-05 | Fix const expression macro invocations. | Jeffrey Seyfried | -10/+10 |
| 2017-03-04 | Auto merge of #40242 - cramertj:fix-while-let-ribs-scope, r=petrochenkov | bors | -0/+2 |
| 2017-03-03 | Fix missing WhileLet pattern scope | Taylor Cramer | -0/+2 |
| 2017-03-03 | Integrate `TokenStream`. | Jeffrey Seyfried | -3/+3 |
| 2017-02-25 | rustc: introduce a query system for type information in ty::maps. | Eduard Burtescu | -2/+2 |
| 2017-02-25 | rustc: store type parameter defaults outside of ty::Generics. | Eduard-Mihai Burtescu | -16/+89 |
| 2017-02-25 | Rollup merge of #39953 - keeperofdakeys:macro-error, r=jseyfried | Eduard-Mihai Burtescu | -29/+45 |
| 2017-02-25 | Rollup merge of #39864 - cramertj:normalize-breaks, r=nikomatsakis | Eduard-Mihai Burtescu | -12/+18 |
| 2017-02-23 | Add macro suggestions for macros imported with `use` | Josh Driver | -25/+38 |
| 2017-02-23 | Move MacroKind into Def::Macro | Josh Driver | -4/+7 |
| 2017-02-22 | Don't assume plugin-whitelisted attributes are proc macro attributes | Austin Bonander | -0/+5 |
| 2017-02-19 | Privatize fields of PathResolution | Vadim Petrochenkov | -43/+38 |
| 2017-02-18 | Properly implement labeled breaks in while conditions | Taylor Cramer | -12/+18 |
| 2017-02-16 | Refactor macro resolution errors + add derive macro suggestions | Josh Driver | -53/+77 |
| 2017-02-12 | Allow using inert attributes from `proc_macro_derive`s with `#![feature(proc_... | Jeffrey Seyfried | -16/+11 |
| 2017-02-12 | Move legacy custom derives collection into `resolver.find_attr_invoc()`. | Jeffrey Seyfried | -2/+55 |
| 2017-02-05 | Rollup merge of #39443 - phungleson:remove-unresolved-things, r=nikomatsakis | Corey Farwell | -1/+13 |
| 2017-02-05 | Move derive macro expansion into the MacroExpander | Josh Driver | -0/+26 |
| 2017-02-05 | Rename CustomDerive to ProcMacroDerive for macros 1.1 | Josh Driver | -1/+1 |
| 2017-02-02 | Suggest only if resolution was previously resolved | Son | -1/+13 |
| 2017-01-29 | Improve diagnostics for inaccessible constructors | Vadim Petrochenkov | -9/+25 |
| 2017-01-29 | Implement compatibility lint for legacy constructor visibilities | Vadim Petrochenkov | -2/+25 |
| 2017-01-29 | Privatize constructors of tuple structs with private fields | Vadim Petrochenkov | -9/+13 |
| 2017-01-25 | Auto merge of #38920 - petrochenkov:selfimpl, r=eddyb | bors | -53/+61 |
| 2017-01-22 | Warn on unused `#[macro_use]` imports. | Jeffrey Seyfried | -8/+38 |
| 2017-01-21 | Resolve `Self` in impl headers | Vadim Petrochenkov | -53/+61 |
| 2017-01-21 | Improve `unused_extern_crate` warnings. | Jeffrey Seyfried | -31/+36 |
| 2017-01-20 | Rollup merge of #39168 - estebank:multiline-candidate, r=petrochenkov | Alex Crichton | -16/+17 |
| 2017-01-20 | Rollup merge of #39077 - jseyfried:crate_var_imports, r=nrc | Alex Crichton | -1/+4 |
| 2017-01-18 | Use multiline Diagnostic for candidate in other module | Esteban Küber | -16/+17 |
| 2017-01-16 | Implement `#[proc_macro_attribute]` | Austin Bonander | -3/+86 |
| 2017-01-15 | Improve the warning cycle for `use $crate;`. | Jeffrey Seyfried | -1/+4 |
| 2017-01-13 | resolve: Levenshtein-based suggestions for non-import paths | Vadim Petrochenkov | -16/+65 |
| 2017-01-13 | Auto merge of #38890 - petrochenkov:noresolve, r=nrc | bors | -13/+24 |
| 2017-01-12 | resolve: Do not use "resolve"/"resolution" in error messages | Vadim Petrochenkov | -13/+24 |
| 2017-01-11 | Auto merge of #38313 - jseyfried:self_imports, r=nrc | bors | -11/+45 |
| 2017-01-10 | Start warning cycle. | Jeffrey Seyfried | -1/+31 |
| 2017-01-10 | Change `self` in an import list `use foo::{self, ...}` to only import a modul... | Jeffrey Seyfried | -10/+14 |
| 2017-01-08 | Fix ICE when variant is used as a part of associated type | Vadim Petrochenkov | -3/+5 |