| Age | Commit message (Expand) | Author | Lines |
| 2019-12-14 | resolve: Make visibility resolution more speculative | Vadim Petrochenkov | -0/+9 |
| 2019-11-03 | Delete lint buffer from Session | Mark Rousskov | -4/+7 |
| 2019-11-03 | Utilize Resolver lint buffer during HIR lowering | Mark Rousskov | -0/+4 |
| 2019-11-03 | Migrate resolver over to internal lint buffer | Mark Rousskov | -6/+10 |
| 2019-10-27 | rustc, rustc_passes: don't depend on syntax_expand. | Mazdak Farrokhzad | -5/+6 |
| 2019-10-24 | Rollup merge of #65627 - varkor:const-generics-forbid-non-structural_match, r... | Mazdak Farrokhzad | -13/+2 |
| 2019-10-24 | Turn crate store into a resolver output | Vadim Petrochenkov | -9/+15 |
| 2019-10-24 | rustc: Combine resolver outputs into a single struct | Vadim Petrochenkov | -33/+29 |
| 2019-10-24 | resolve: Privatize all resolver fields | Vadim Petrochenkov | -10/+54 |
| 2019-10-22 | Remove "type parameter depends on const parameter" error from resolution | varkor | -13/+2 |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -8/+6 |
| 2019-10-15 | Rollup merge of #64623 - matthewjasper:underscore-imports, r=petrochenkov | Tyler Mandry | -5/+33 |
| 2019-10-15 | Don't use `gensym_if_underscore` to resolve `_` bindings | Matthew Jasper | -5/+33 |
| 2019-10-14 | rustc_metadata: Remove resolutions for extern crate items from `CStore` | Vadim Petrochenkov | -1/+4 |
| 2019-10-14 | rustc_metadata: Crate loader is immutable | Vadim Petrochenkov | -2/+2 |
| 2019-10-14 | rustc_metadata: Privatize private code and remove dead code | Vadim Petrochenkov | -1/+1 |
| 2019-10-14 | Rollup merge of #65363 - Centril:less-pprust, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+3 |
| 2019-10-13 | Rollup merge of #65250 - da-x:ctor-in-error-msgs, r=petrochenkov | Mazdak Farrokhzad | -11/+23 |
| 2019-10-13 | ast: remove implicit pprust dependency via Display. | Mazdak Farrokhzad | -2/+3 |
| 2019-10-11 | resolve: shorten wording on private constructor error | Dan Aloni | -1/+1 |
| 2019-10-11 | resolve: fix error title regarding private constructors | Dan Aloni | -10/+22 |
| 2019-10-11 | Auto merge of #64716 - jonhoo:stabilize-mem-take, r=SimonSapin | bors | -1/+0 |
| 2019-10-10 | Auto merge of #65153 - da-x:issue-58017, r=petrochenkov | bors | -19/+14 |
| 2019-10-09 | resolve: Use field spans for reporting the private constructor error | Vadim Petrochenkov | -18/+12 |
| 2019-10-09 | resolve: Keep field spans for diagnostics | Vadim Petrochenkov | -1/+2 |
| 2019-10-09 | self-profiling: Add events for everything except trait selection. | Michael Woerister | -0/+3 |
| 2019-10-08 | Stabilize mem::take (mem_take) | Jon Gjengset | -1/+0 |
| 2019-10-08 | Rollup merge of #65133 - davidtwco:issue-65035-static-with-generic-in-foreign... | Mazdak Farrokhzad | -21/+25 |
| 2019-10-08 | resolve: prohibit foreign statics w/ generics | David Wood | -21/+25 |
| 2019-10-06 | Auto merge of #65043 - Aaron1011:fix/reexport-determinism, r=petrochenkov | bors | -12/+2 |
| 2019-10-05 | Rollup merge of #64708 - SimonSapin:option-deref, r=Centril | Tyler Mandry | -1/+0 |
| 2019-10-05 | Remove `for_each_child_stable` | Aaron Hill | -11/+0 |
| 2019-10-05 | Make re-export collection deterministic | Aaron Hill | -1/+2 |
| 2019-10-03 | Allocate a new diagnostic for defaulted type parameters cannot use `Self` | Felix S. Klock II | -2/+10 |
| 2019-09-26 | Rename `Item.node` to `Item.kind` | varkor | -1/+1 |
| 2019-09-23 | Stabilize Option::deref and Option::deref_mut | Simon Sapin | -1/+0 |
| 2019-09-15 | Prefer `Symbol` to `Ident` when there's no sensible `Span` | Matthew Jasper | -18/+16 |
| 2019-09-09 | Resolve attributes in several places | Caio | -0/+5 |
| 2019-09-08 | Rollup merge of #64177 - petrochenkov:curmod, r=matthewjasper | Mazdak Farrokhzad | -2/+6 |
| 2019-09-07 | Rollup merge of #64139 - Mark-Simulacrum:strip-legacy-proc-macro, r=petrochenkov | Mazdak Farrokhzad | -6/+1 |
| 2019-09-07 | resolve: Adjust `hygienic_lexical_parent` to account for enum and trait modules | Vadim Petrochenkov | -1/+1 |
| 2019-09-07 | resolve: Do not afraid to set current module to enums and traits | Vadim Petrochenkov | -1/+5 |
| 2019-09-07 | Rollup merge of #63919 - matthewjasper:remove-gensymmed, r=petrochenkov | Mazdak Farrokhzad | -0/+22 |
| 2019-09-05 | Remove rustc_diagnostic_macros feature | Mark Rousskov | -1/+0 |
| 2019-09-05 | Replace diagnostic plugins with macro_rules | Mark Rousskov | -5/+1 |
| 2019-09-05 | Allow ast passes to create hygienic spans | Matthew Jasper | -0/+22 |
| 2019-09-05 | resolve: extract `try_resolve_as_non_binding`. | Mazdak Farrokhzad | -0/+1 |
| 2019-08-23 | resolve: Do not rely on default transparency when detecting proc macro derives | Vadim Petrochenkov | -4/+8 |
| 2019-08-17 | resolve/expand: Rename some things for clarity | Vadim Petrochenkov | -2/+2 |
| 2019-08-17 | Move type parameter shadowing errors to resolve | Matthew Jasper | -1/+1 |