| Age | Commit message (Expand) | Author | Lines |
| 2016-03-21 | Expose attached attributes to `FnKind` abstraction so that I can look at them... | Felix S. Klock II | -3/+3 |
| 2016-03-20 | Alter E0412 help message wording | tiehuis | -1/+1 |
| 2016-03-16 | Improve diagnostics for duplicate names | Jeffrey Seyfried | -104/+63 |
| 2016-03-13 | Auto merge of #32227 - jseyfried:fix_import_resolution_bug, r=alexcrichton | bors | -22/+27 |
| 2016-03-13 | Fixes #32222 | Jeffrey Seyfried | -8/+6 |
| 2016-03-13 | Refactor out methods `NameResolution::increment_outstanding_references` and | Jeffrey Seyfried | -15/+22 |
| 2016-03-12 | Auto merge of #32141 - jseyfried:fix_resolution_in_lexical_scopes, r=nikomats... | bors | -111/+52 |
| 2016-03-11 | Comment `resolve_item_in_lexical_scope` | Jeffrey Seyfried | -1/+8 |
| 2016-03-11 | Auto merge of #32134 - jseyfried:forbid_type_alias_as_module, r=nikomatsakis | bors | -5/+7 |
| 2016-03-09 | Auto merge of #32097 - jseyfried:fix_resolution_regression, r=nikomatsakis | bors | -21/+42 |
| 2016-03-09 | Forbid `use Trait::*` | Jeffrey Seyfried | -0/+4 |
| 2016-03-08 | Refactor away check_ribs | Jeffrey Seyfried | -40/+18 |
| 2016-03-08 | Include the crate root in the ribs | Jeffrey Seyfried | -6/+3 |
| 2016-03-08 | Fix name resolution in lexical scopes | Jeffrey Seyfried | -67/+26 |
| 2016-03-08 | Stop treating a type alias like a module or enum (preventing `use TypeAlias::*`) | Jeffrey Seyfried | -5/+3 |
| 2016-03-07 | Add a comment | Jeffrey Seyfried | -1/+2 |
| 2016-03-07 | Deduce that a name resolution fails (as opposed to being indeterminte) in mor... | Jeffrey Seyfried | -0/+3 |
| 2016-03-07 | Add a field `pub_outstanding_references` to `NameResolution`. | Jeffrey Seyfried | -20/+37 |
| 2016-03-06 | Refactor away `ExternalExports` | Jeffrey Seyfried | -20/+1 |
| 2016-03-04 | Finish encapsulating the details of import resolution in resolve_imports | Jeffrey Seyfried | -79/+31 |
| 2016-03-04 | Refactor away define | Jeffrey Seyfried | -12/+6 |
| 2016-03-04 | Start importing bindings from globs as soon as the glob path is known. | Jeffrey Seyfried | -128/+232 |
| 2016-03-04 | Add a field in Module for the ResolverArenas | Jeffrey Seyfried | -27/+39 |
| 2016-03-04 | Add an arena for import directives | Jeffrey Seyfried | -9/+18 |
| 2016-03-04 | Record that an import succeeded or failed in one namespace even while it is i... | Jeffrey Seyfried | -74/+86 |
| 2016-03-03 | Auto merge of #31824 - jseyfried:privacy_in_resolve, r=nikomatsakis | bors | -205/+137 |
| 2016-03-02 | Auto merge of #32005 - vegai:31686, r=Manishearth | bors | -2/+5 |
| 2016-03-02 | Move span into `StructField` | Vadim Petrochenkov | -1/+1 |
| 2016-03-02 | Use numeric field `Name`s ("0", "1" etc) for positional fields | Vadim Petrochenkov | -5/+5 |
| 2016-03-02 | Get rid of hir::StructFieldKind | Vadim Petrochenkov | -9/+2 |
| 2016-03-02 | Add a span note on type definition spot | vegai | -1/+4 |
| 2016-03-01 | span_note => fileline_note | vegai | -1/+1 |
| 2016-02-26 | Auto merge of #31857 - jseyfried:fix_scoping, r=nikomatsakis | bors | -19/+27 |
| 2016-02-26 | Privacy check paths in resolve and typeck | Jeffrey Seyfried | -11/+89 |
| 2016-02-26 | Refactor Module's field extern_crate_did: Option<DefId> to extern_crate_id: O... | Jeffrey Seyfried | -12/+10 |
| 2016-02-26 | Remove `LastPrivate` | Jeffrey Seyfried | -184/+40 |
| 2016-02-24 | Improve unused import detection | Jeffrey Seyfried | -4/+6 |
| 2016-02-24 | Uncapitalize note messages | Jeffrey Seyfried | -2/+2 |
| 2016-02-24 | Resolve: include normal modules in the ribs | Jeffrey Seyfried | -15/+21 |
| 2016-02-24 | Warn when reexporting a private extern crate | Jeffrey Seyfried | -8/+17 |
| 2016-02-24 | Fix the visibility of extern crate declarations and stop warning on pub exter... | Jeffrey Seyfried | -16/+53 |
| 2016-02-22 | Auto merge of #31811 - alexcrichton:clean-deps, r=sanxiyn | bors | -0/+1 |
| 2016-02-21 | rustbuild: Sync some Cargo.toml/lib.rs dependencies | Alex Crichton | -0/+1 |
| 2016-02-20 | Auto merge of #31747 - jseyfried:stop_resolve_after_fail, r=nrc | bors | -70/+35 |
| 2016-02-20 | Auto merge of #31674 - VladUreche:issue/21221, r=nikomatsakis | bors | -32/+237 |
| 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/+3 |
| 2016-02-19 | Improve dummy bindings for unresolved imports | Jeffrey Seyfried | -0/+2 |
| 2016-02-19 | Show candidates for names not in scope | Vlad Ureche | -32/+237 |
| 2016-02-18 | Remove unnecessary explicit lifetime bounds. | Corey Farwell | -3/+3 |