| Age | Commit message (Expand) | Author | Lines |
| 2016-01-14 | resolve: Remove record_exports, fixes #4953 | Jeffrey Seyfried | -158/+17 |
| 2016-01-13 | resolve: use arena allocation instead of reference counting for `Module`s to ... | Jeffrey Seyfried | -244/+259 |
| 2016-01-11 | Auto merge of #30295 - jseyfried:fix_extern_crate_duplicate, r=nrc | bors | -13/+22 |
| 2016-01-08 | Rollup merge of #30584 - GuillaumeGomez:new_handles, r=pnkfelix | Steve Klabnik | -5/+10 |
| 2016-01-08 | Add new help messages for E0425 | Guillaume Gomez | -5/+10 |
| 2016-01-06 | Fix bug in duplicate checking for extern crates. | Jeffrey Seyfried | -13/+22 |
| 2015-12-30 | Rebasing and review comments | Nick Cameron | -6/+6 |
| 2015-12-30 | Refactoring | Nick Cameron | -19/+18 |
| 2015-12-30 | use structured errors | Nick Cameron | -235/+261 |
| 2015-12-29 | Rollup merge of #30253 - Manishearth:diag-401-improve, r=steveklabnik | Steve Klabnik | -7/+41 |
| 2015-12-23 | Auto merge of #30377 - Wafflespeanut:levenshtein, r=Manishearth | bors | -37/+34 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -3/+0 |
| 2015-12-21 | Auto merge of #30413 - pnkfelix:fsk-span_note, r=Manishearth | bors | -5/+73 |
| 2015-12-18 | Added doc comments for new UnresolvedNameContext enum. | Felix S. Klock II | -0/+9 |
| 2015-12-18 | Prohibit public glob reexports of private variants | Vadim Petrochenkov | -8/+37 |
| 2015-12-18 | Address the comments | Vadim Petrochenkov | -1/+3 |
| 2015-12-18 | Prohibit private variant reexports | Vadim Petrochenkov | -6/+21 |
| 2015-12-17 | Auto merge of #30325 - jseyfried:fixes_30078, r=nrc | bors | -18/+23 |
| 2015-12-17 | rustc_resolve: fix a bug in which unused imports can get wrongly marked as us... | Jeffrey Seyfried | -15/+20 |
| 2015-12-17 | Remove unused imports | Jeffrey Seyfried | -3/+3 |
| 2015-12-16 | Add note when item accessed from module via `m.i` rather than `m::i`. | Guillaume Gomez | -5/+64 |
| 2015-12-16 | rustc: Remove def::DefUse | Vadim Petrochenkov | -1/+0 |
| 2015-12-16 | Rollup merge of #30320 - nrc:err-names, r=@nikomatsakis | Manish Goregaokar | -2/+30 |
| 2015-12-16 | Modify the Levenshtein-based suggestions to include imports | Ravi Shankar | -37/+34 |
| 2015-12-15 | Improve E0401 diagnostics to mention other items. | Manish Goregaokar | -7/+41 |
| 2015-12-11 | Partially undo the fix of issue #30159 in PR #30294 to avoid breakage. | Jeffrey Seyfried | -0/+3 |
| 2015-12-11 | Make name resolution errors non-fatal | Nick Cameron | -2/+30 |
| 2015-12-11 | Rename (Ns)ImportResolution | Jeffrey Seyfried | -43/+42 |
| 2015-12-10 | Fix a bug in which the visibility of a use declaration defining a name in one... | Jeffrey Seyfried | -147/+107 |
| 2015-12-09 | Auto merge of #30145 - petrochenkov:hyg, r=nrc | bors | -16/+14 |
| 2015-12-07 | Remove some unnecessary indirection from HIR structures | Vadim Petrochenkov | -4/+3 |
| 2015-12-05 | Do MTWT resolution during lowering to HIR | Vadim Petrochenkov | -16/+14 |
| 2015-12-01 | Fixes #30089 | Jeffrey Seyfried | -16/+0 |
| 2015-11-28 | Auto merge of #29383 - petrochenkov:empstr, r=pnkfelix | bors | -1/+1 |
| 2015-11-27 | Auto merge of #30064 - fhartwig:macro-suggestions, r=sanxiyn | bors | -6/+2 |
| 2015-11-27 | Introduce max_suggestion_distance function to avoid duplicating the heuristic | Florian Hartwig | -6/+2 |
| 2015-11-26 | split the metadata code into rustc_metadata | Ariel Ben-Yehuda | -2/+2 |
| 2015-11-26 | make CrateStore a trait object | Ariel Ben-Yehuda | -2/+2 |
| 2015-11-26 | remove csearch from resolve and typeck | Ariel Ben-Yehuda | -48/+28 |
| 2015-11-26 | Add suggestion of similar macro names to `macro undefined` error message | Florian Hartwig | -1/+1 |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -1/+1 |
| 2015-11-23 | Auto merge of #29530 - jseyfried:resolve, r=nikomatsakis | bors | -819/+371 |
| 2015-11-22 | Look up macro names as well when suggesting replacements for function resolve... | Manish Goregaokar | -5/+21 |
| 2015-11-21 | Auto merge of #29916 - Manishearth:diag-401, r=steveklabnik | bors | -1/+71 |
| 2015-11-19 | Fix the fallout | Vadim Petrochenkov | -1/+1 |
| 2015-11-18 | Various straight-forward ports that override `visit_nested_items` | Niko Matsakis | -38/+46 |
| 2015-11-18 | Port a bunch of code new-visitor; all of these ports were | Niko Matsakis | -5/+2 |
| 2015-11-19 | Add long error diagnostics for E0401 | Manish Goregaokar | -1/+71 |
| 2015-11-18 | Refactor away get_module_if_available and get_module and reformat one-liners | Jeffrey Seyfried | -88/+56 |
| 2015-11-17 | Auto merge of #29766 - oli-obk:impl_item, r=nikomatsakis | bors | -7/+6 |