| Age | Commit message (Expand) | Author | Lines |
| 2016-02-26 | Auto merge of #31857 - jseyfried:fix_scoping, r=nikomatsakis | bors | -19/+27 |
| 2016-02-24 | Improve unused import detection | Jeffrey Seyfried | -4/+6 |
| 2016-02-24 | Resolve: include normal modules in the ribs | Jeffrey Seyfried | -15/+21 |
| 2016-02-24 | Fix the visibility of extern crate declarations and stop warning on pub exter... | Jeffrey Seyfried | -10/+37 |
| 2016-02-20 | Auto merge of #31747 - jseyfried:stop_resolve_after_fail, r=nrc | bors | -23/+5 |
| 2016-02-20 | Auto merge of #31674 - VladUreche:issue/21221, r=nikomatsakis | bors | -26/+231 |
| 2016-02-19 | Auto merge of #31742 - frewsxcv:needless-lifetimes, r=pnkfelix | bors | -3/+3 |
| 2016-02-19 | Auto merge of #31716 - jseyfried:fix_privacy_for_def_err, r=nrc | bors | -0/+1 |
| 2016-02-19 | Show candidates for names not in scope | Vlad Ureche | -26/+231 |
| 2016-02-18 | Remove unnecessary explicit lifetime bounds. | Corey Farwell | -3/+3 |
| 2016-02-18 | Replace the field `imports` in Module with `unresolved_imports` and refactor ... | Jeffrey Seyfried | -23/+5 |
| 2016-02-17 | Auto merge of #31685 - petrochenkov:patrefact2, r=eddyb | bors | -16/+12 |
| 2016-02-16 | Don't compute LastPrivate data for Def::Err. | Jeffrey Seyfried | -0/+1 |
| 2016-02-16 | Split PatKind::Enum into PatKind::TupleStruct and PatKind::Path | Vadim Petrochenkov | -8/+5 |
| 2016-02-14 | Rename hir::Pat_ and its variants | Vadim Petrochenkov | -11/+10 |
| 2016-02-14 | Rename Module field anonymous_children to module_children, expand it to inclu... | Jeffrey Seyfried | -50/+11 |
| 2016-02-14 | Rename Module field children to resolutions | Jeffrey Seyfried | -7/+7 |
| 2016-02-12 | Autoderef in librustc_resolve | Jonas Schievink | -36/+36 |
| 2016-02-11 | [breaking-change] don't glob export ast::{UintTy, IntTy} variants | Oliver Schneider | -12/+11 |
| 2016-02-11 | [breaking-change] don't glob export ast::FloatTy variants | Oliver Schneider | -4/+4 |
| 2016-02-08 | Reallow methods from traits that are shadowed by non-import items | Jeffrey Seyfried | -2/+26 |
| 2016-02-08 | Replace children and import_resolutions with a single NameResolution-valued map. | Jeffrey Seyfried | -111/+64 |
| 2016-02-08 | Change try_define_child to return a Result instead of an Option | Jeffrey Seyfried | -3/+3 |
| 2016-02-08 | Write and use increment_outstanding_references_for and decrement_outstanding_... | Jeffrey Seyfried | -0/+20 |
| 2016-02-08 | Refactor away the fields id and is_public of ImportResolution and rename Impo... | Jeffrey Seyfried | -14/+21 |
| 2016-02-08 | Refactor away separate tracking of used_public and used_reexport. | Jeffrey Seyfried | -21/+18 |
| 2016-02-08 | Expand NameBinding to better represent bindings from imports | Jeffrey Seyfried | -12/+26 |
| 2016-02-08 | Add and use an arena for `NameBinding`s | Jeffrey Seyfried | -13/+18 |
| 2016-02-08 | Refactor away Target | Jeffrey Seyfried | -28/+28 |
| 2016-02-08 | Make resolve_name_in_module solely responsible for tracking used crates in li... | Jeffrey Seyfried | -12/+6 |
| 2016-02-05 | Instrument a bunch of tasks that employ the HIR map in one way or | Niko Matsakis | -0/+10 |
| 2016-02-03 | Remove unneeded borrows and slices | Jeffrey Seyfried | -5/+5 |
| 2016-02-03 | Remove unneeded use of Cell | Jeffrey Seyfried | -6/+6 |
| 2016-02-03 | Refactor away resolve_item_by_name_in_lexical_scope | Jeffrey Seyfried | -45/+10 |
| 2016-02-03 | Refactor resolve_import_for_module | Jeffrey Seyfried | -6/+8 |
| 2016-02-03 | Refactor away resolve_module_in_lexical_scope | Jeffrey Seyfried | -34/+11 |
| 2016-02-03 | Refactor more functionality into record_import_use | Jeffrey Seyfried | -24/+14 |
| 2016-02-03 | Refactor resolve_item_in_lexical_scope | Jeffrey Seyfried | -56/+18 |
| 2016-02-03 | Improve detection of unused imports | Jeffrey Seyfried | -10/+15 |
| 2016-02-02 | Add fake import resolutions & targets for names in bad imports | Dirk Gadsden | -2/+3 |
| 2016-01-31 | Refactor away the field Module::external_module_children in resolve | Jeffrey Seyfried | -72/+32 |
| 2016-01-29 | Remove resolve::dump_module | Jeffrey Seyfried | -29/+0 |
| 2016-01-29 | Nits and other local improvements in resolve | Jeffrey Seyfried | -16/+12 |
| 2016-01-29 | Refactor away NameBindings, NsDef, ImportResolutionPerNamespace, DuplicateChe... | Jeffrey Seyfried | -228/+72 |
| 2016-01-29 | Auto merge of #31212 - jseyfried:fix_ICE_in_resolve, r=nrc | bors | -70/+14 |
| 2016-01-29 | Auto merge of #31144 - jseyfried:remove_import_ordering_restriction, r=nrc | bors | -23/+0 |
| 2016-01-28 | Refactor away NameSearchType | Jeffrey Seyfried | -52/+10 |
| 2016-01-28 | Resolve: Fix an ICE that occurs when an identifier refers to an indeterminate... | Jeffrey Seyfried | -18/+4 |
| 2016-01-26 | Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brson | bors | -0/+1 |
| 2016-01-26 | Auto merge of #31105 - jseyfried:fix_lexical_scoping, r=nrc | bors | -30/+50 |