| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-11-17 | Fix issue #21546 and refactor NsDef | Jeffrey Seyfried | -173/+57 |
| 2015-11-16 | Rollup merge of #29796 - barosl:unresolved-import-extern-crate, r=steveklabnik | Steve Klabnik | -0/+9 |
| 2015-11-16 | ImplItem_ -> ImplItemKind rename | Oliver Schneider | -4/+4 |
| 2015-11-16 | rename ImplItem_::*ImplItem to ImplItem_::* | Oliver Schneider | -7/+6 |
| 2015-11-16 | Refactor fields def_id and kind of Module into a single field def. | Jeffrey Seyfried | -183/+125 |
| 2015-11-16 | Replace `TypeNsDef` and `ValueNsDef` with a more general type `NsDef`. | Jeffrey Seyfried | -478/+236 |
| 2015-11-14 | rustfmt librustc_resolve | corentih | -1190/+1220 |
| 2015-11-12 | Improve the detailed error message for E0432 | Barosl Lee | -0/+9 |
| 2015-11-12 | Fixup tidy | Manish Goregaokar | -3/+7 |
| 2015-11-12 | Add more comprehensive diagnostics for irrefutable pattern error with constants | Manish Goregaokar | -7/+15 |
| 2015-11-04 | Unwrap the RefCell around DefMap | Jonathan S | -2/+2 |
| 2015-11-03 | Remove the RefCell around freevars and freevars_seen in librustc_resolve | Jonathan S | -11/+10 |
| 2015-11-04 | Auto merge of #29547 - arielb1:speculative-upvar, r=eddyb | bors | -151/+149 |
| 2015-11-03 | resolve: don't speculatively create freevars when resolving | Ariel Ben-Yehuda | -151/+149 |
| 2015-10-27 | Auto merge of #26421 - nham:fix_21546, r=pnkfelix | bors | -0/+45 |
| 2015-10-26 | Auto merge of #29303 - petrochenkov:unistrimp, r=eddyb | bors | -1/+1 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -1/+0 |
| 2015-10-25 | syntax/rustc_front: Simplify VariantData::fields | Vadim Petrochenkov | -1/+1 |
| 2015-10-22 | Warn when creating a module and a struct that both have the same name. | Nick Hamann | -0/+45 |
| 2015-10-13 | Merge VariantData and VariantData_ | Vadim Petrochenkov | -4/+6 |
| 2015-10-13 | Merge struct fields and struct kind | Vadim Petrochenkov | -12/+12 |
| 2015-10-13 | Dict -> Struct, StructDef -> VariantData, def -> data | Vadim Petrochenkov | -7/+7 |
| 2015-10-13 | Provide span for visit_struct_def + remove some dead code | Vadim Petrochenkov | -1/+2 |
| 2015-10-13 | Remove now redundant NodeId from Variant | Vadim Petrochenkov | -5/+5 |
| 2015-10-13 | Decouple structure kinds from NodeIds | Vadim Petrochenkov | -6/+6 |
| 2015-10-13 | Unify structures and enum variants in HIR | Vadim Petrochenkov | -18/+4 |
| 2015-10-02 | Rollup merge of #28554 - christopherdumas:E0422, r=arielb1 | Manish Goregaokar | -1/+23 |
| 2015-10-01 | Convert DefId to use DefIndex, which is an index into a list of | Niko Matsakis | -2/+2 |
| 2015-10-01 | Introduce semi-duplicate DefIds into DefLocal/DefUpvar to remove use | Niko Matsakis | -4/+6 |