| Age | Commit message (Expand) | Author | Lines |
| 2016-05-04 | resolve: improve performance | Jeffrey Seyfried | -11/+25 |
| 2016-04-07 | Rollup merge of #32789 - jseyfried:fix_duplicate_resolve_errors, r=eddyb | Manish Goregaokar | -66/+69 |
| 2016-04-07 | Fix tidy errors | Jeffrey Seyfried | -2/+4 |
| 2016-04-07 | Improve path resolution diagnostics | Jeffrey Seyfried | -66/+67 |
| 2016-04-06 | rustc: move some maps from ty to hir. | Eduard Burtescu | -4/+4 |
| 2016-04-06 | rustc: move middle::{def,def_id,pat_util} to hir. | Eduard Burtescu | -4/+4 |
| 2016-04-06 | rustc: dismantle hir::util, mostly moving functions to methods. | Eduard Burtescu | -2/+1 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -20/+19 |
| 2016-04-04 | Auto merge of #32328 - jseyfried:coherence, r=nikomatsakis | bors | -26/+14 |
| 2016-03-31 | librustc_resolve: use bug!(), span_bug!() | Benjamin Herr | -12/+13 |
| 2016-03-30 | Detect cycles that include renamed imports | Jeffrey Seyfried | -2/+7 |
| 2016-03-27 | Refactor ModuleS fields `public_glob_count`, `private_glob_count`, and | Jeffrey Seyfried | -20/+2 |
| 2016-03-27 | Add a type parameter to ImportDirective | Jeffrey Seyfried | -5/+6 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -2/+2 |
| 2016-03-27 | rustc: move middle::subst into middle::ty. | Eduard Burtescu | -1/+1 |
| 2016-03-26 | Cleanup trait search | Jeffrey Seyfried | -10/+7 |
| 2016-03-26 | Remove unnecessary `pub`s | Jeffrey Seyfried | -18/+14 |
| 2016-03-26 | Remove outdated comment | Jeffrey Seyfried | -3/+0 |
| 2016-03-26 | Improve the error message for paths with too many initial `super`s | Jeffrey Seyfried | -20/+6 |
| 2016-03-26 | Refactor away `resolve_name_in_lexical_scope` and `resolve_identifier_in_loca... | Jeffrey Seyfried | -81/+42 |
| 2016-03-26 | Refactor out the common functionality of | Jeffrey Seyfried | -52/+61 |
| 2016-03-26 | Replace uses of `DefLike` with `Def` (only the `DlDef` variant of `DefLike` w... | Jeffrey Seyfried | -34/+16 |
| 2016-03-26 | Refactor away GraphBuilder | Jeffrey Seyfried | -1/+1 |
| 2016-03-26 | Make populate_module_if_necessary a method of resolver | Jeffrey Seyfried | -2/+2 |
| 2016-03-26 | Rollup merge of #32131 - petrochenkov:prim, r=eddyb | Manish Goregaokar | -55/+30 |
| 2016-03-25 | Add and use `resolve_name_in_lexical_scope` and | Jeffrey Seyfried | -5/+10 |
| 2016-03-25 | Refactor away DefModifiers::PRELUDE | Jeffrey Seyfried | -2/+1 |
| 2016-03-25 | Refactor how the prelude is handled | Jeffrey Seyfried | -18/+10 |
| 2016-03-25 | Cleanup | Vadim Petrochenkov | -30/+18 |
| 2016-03-25 | Lift the restriction on reusing names of primitive types | Vadim Petrochenkov | -39/+1 |
| 2016-03-25 | Introduce name resolution fallback for primitive types | Vadim Petrochenkov | -12/+37 |
| 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 | -11/+55 |
| 2016-03-12 | Auto merge of #32141 - jseyfried:fix_resolution_in_lexical_scopes, r=nikomats... | bors | -109/+51 |
| 2016-03-11 | Comment `resolve_item_in_lexical_scope` | Jeffrey Seyfried | -1/+8 |
| 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 | -65/+25 |
| 2016-03-06 | Refactor away `ExternalExports` | Jeffrey Seyfried | -6/+1 |
| 2016-03-04 | Finish encapsulating the details of import resolution in resolve_imports | Jeffrey Seyfried | -42/+9 |
| 2016-03-04 | Start importing bindings from globs as soon as the glob path is known. | Jeffrey Seyfried | -43/+6 |
| 2016-03-04 | Add a field in Module for the ResolverArenas | Jeffrey Seyfried | -13/+28 |
| 2016-03-04 | Add an arena for import directives | Jeffrey Seyfried | -1/+9 |
| 2016-03-03 | Auto merge of #31824 - jseyfried:privacy_in_resolve, r=nikomatsakis | bors | -109/+95 |
| 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 | -4/+62 |
| 2016-02-26 | Refactor Module's field extern_crate_did: Option<DefId> to extern_crate_id: O... | Jeffrey Seyfried | -7/+7 |