| Age | Commit message (Expand) | Author | Lines |
| 2017-01-25 | Auto merge of #38920 - petrochenkov:selfimpl, r=eddyb | bors | -53/+61 |
| 2017-01-21 | Resolve `Self` in impl headers | Vadim Petrochenkov | -53/+61 |
| 2017-01-21 | Improve `unused_extern_crate` warnings. | Jeffrey Seyfried | -7/+4 |
| 2017-01-20 | Rollup merge of #39168 - estebank:multiline-candidate, r=petrochenkov | Alex Crichton | -16/+17 |
| 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 | -2/+44 |
| 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 | -11/+22 |
| 2017-01-12 | resolve: Do not use "resolve"/"resolution" in error messages | Vadim Petrochenkov | -11/+22 |
| 2017-01-11 | Auto merge of #38313 - jseyfried:self_imports, r=nrc | bors | -1/+13 |
| 2017-01-10 | Start warning cycle. | Jeffrey Seyfried | -1/+13 |
| 2017-01-08 | Fix ICE when variant is used as a part of associated type | Vadim Petrochenkov | -3/+5 |
| 2017-01-08 | Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc | bors | -1/+1 |
| 2017-01-04 | Don't `unused_qualifications`-check global paths. | Jeffrey Seyfried | -13/+12 |
| 2016-12-30 | Fix rebase fallout | Simonas Kazlauskas | -2/+2 |
| 2016-12-30 | Feature gate the 128 bit types | Simonas Kazlauskas | -1/+14 |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -1/+2 |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 2016-12-28 | rustc: separate bodies for static/(associated)const and embedded constants. | Eduard-Mihai Burtescu | -0/+13 |
| 2016-12-28 | hir: lower `ImplicitSelf` to resolved `Self` TyQPath's. | Eduard-Mihai Burtescu | -0/+12 |
| 2016-12-26 | More systematic error reporting in path resolution | Vadim Petrochenkov | -722/+614 |
| 2016-12-25 | Auto merge of #38490 - jseyfried:def_id_vis, r=nrc | bors | -40/+38 |
| 2016-12-25 | Auto merge of #38539 - jseyfried:fix_resolve_hang, r=eddyb | bors | -1/+2 |
| 2016-12-24 | Use `DefId`s instead of `NodeId`s for `pub(restricted)` visibilities. | Jeffrey Seyfried | -40/+38 |
| 2016-12-23 | Auto merge of #38533 - jseyfried:legacy_custom_derive_deprecation, r=nrc | bors | -0/+2 |
| 2016-12-23 | Allow legacy custom derive authors to disable warnings in downstream crates. | Jeffrey Seyfried | -0/+2 |
| 2016-12-22 | Fix non-termination in `resolve`. | Jeffrey Seyfried | -1/+2 |
| 2016-12-22 | Refactor how global paths are represented (for both ast and hir). | Jeffrey Seyfried | -56/+40 |
| 2016-12-20 | Fix compile errors and such | Alex Crichton | -1/+1 |
| 2016-12-20 | Merge branch 'rfc_1560_warning_cycle' of https://github.com/jseyfried/rust in... | Alex Crichton | -18/+38 |
| 2016-12-19 | Clean up `get_traits_containing_item`. | Jeffrey Seyfried | -50/+42 |
| 2016-12-19 | resolve: clean up diagnostics for name conflicts. | Jeffrey Seyfried | -29/+8 |
| 2016-12-19 | Optimize `ast::PathSegment`. | Jeffrey Seyfried | -11/+3 |
| 2016-12-18 | Rename `ModuleS` -> `ModuleData`. | Jeffrey Seyfried | -13/+13 |
| 2016-12-18 | De-genericize `try_define`. | Jeffrey Seyfried | -3/+3 |
| 2016-12-18 | Add `ident.unhygienize()` and use `Ident` more instead of `Name` in `resolve`. | Jeffrey Seyfried | -27/+24 |
| 2016-12-16 | Address fallout | Aaron Turon | -1/+0 |
| 2016-12-15 | Demote most backwards incompatible ambiguity errors from RFC 1560 to warnings. | Jeffrey Seyfried | -18/+38 |
| 2016-12-15 | Fix regression in resolution of primitive types | Vadim Petrochenkov | -2/+4 |
| 2016-12-06 | annotate stricter lifetimes on LateLintPass methods to allow them to forward ... | Oliver Schneider | -13/+15 |
| 2016-12-04 | Auto merge of #38082 - jseyfried:macro_invocation_paths, r=nrc | bors | -7/+28 |
| 2016-11-30 | Support paths in macro invocations. | Jeffrey Seyfried | -7/+20 |
| 2016-11-30 | Minor cleanup. | Jeffrey Seyfried | -0/+8 |
| 2016-11-30 | Auto merge of #37800 - alexcrichton:new-bootstrap, r=eddyb | bors | -1/+0 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -1/+0 |
| 2016-11-29 | Remove `resolver.record_resolution()`. | Jeffrey Seyfried | -5/+1 |
| 2016-11-29 | Simplify `binding.module()`. | Jeffrey Seyfried | -10/+8 |
| 2016-11-29 | Clean up formatting. | Jeffrey Seyfried | -134/+103 |
| 2016-11-29 | Refactor away `ResolveResult`. | Jeffrey Seyfried | -24/+3 |
| 2016-11-29 | Refactor path resoloution. | Jeffrey Seyfried | -525/+268 |