| Age | Commit message (Expand) | Author | Lines |
| 2020-08-22 | resolve: Move `get_traits_in_module_containing_item` to Resolver | Joshua Nelson | -80/+15 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -1/+1 |
| 2020-08-15 | replaced log with tracing | Gurpreet Singh | -2/+7 |
| 2020-08-08 | Auto merge of #75276 - JohnTitor:rollup-rz4hs0w, r=JohnTitor | bors | -1/+1 |
| 2020-08-07 | Small cleanup | Esteban Küber | -1/+1 |
| 2020-08-06 | allow complex expressions in assoc consts | Bastian Kauschke | -17/+17 |
| 2020-08-05 | forbid generic params in complex consts | Bastian Kauschke | -15/+29 |
| 2020-08-02 | Auto merge of #74963 - JohnTitor:ptn-ice, r=petrochenkov | bors | -19/+7 |
| 2020-07-31 | Reduce verbosity of some type ascription errors | Esteban Küber | -2/+9 |
| 2020-07-31 | Fix ICEs with `@ ..` binding | Yuki Okushi | -3/+1 |
| 2020-07-31 | Revert "Fix an ICE on an invalid `binding @ ...` in a tuple struct pattern" | Yuki Okushi | -19/+9 |
| 2020-07-27 | forbid generic params inside of anon consts in ty defaults | Bastian Kauschke | -2/+12 |
| 2020-07-23 | delay_span_bug instead of silent ignore | Mark Rousskov | -12/+18 |
| 2020-07-20 | Fix an ICE on an invalid `binding @ ...` in a tuple struct pattern | Jakub Adam Wieczorek | -1/+7 |
| 2020-07-16 | Rollup merge of #74159 - lcnr:const-generic-ty-decl, r=varkor | Manish Goregaokar | -2/+12 |
| 2020-07-16 | forbid generic params in the type of const params | Bastian Kauschke | -2/+12 |
| 2020-07-15 | Catch errors for any new item, not just trait implementations | Joshua Nelson | -3/+3 |
| 2020-07-15 | Fix comment | Joshua Nelson | -1/+1 |
| 2020-07-15 | Use mem::replace instead of rewriting it | Joshua Nelson | -4/+2 |
| 2020-07-15 | Avoid unnecessary enum | Joshua Nelson | -39/+17 |
| 2020-07-15 | Add an option not to report resolution errors for rustdoc | Joshua Nelson | -22/+77 |
| 2020-07-15 | Don't run everybody_loops for rustdoc | Joshua Nelson | -12/+30 |
| 2020-07-15 | Auto merge of #74175 - nnethercote:more-static-symbols, r=oli-obk | bors | -3/+3 |
| 2020-07-15 | Remove lots of `Symbol::as_str()` calls. | Nicholas Nethercote | -3/+3 |
| 2020-07-14 | Suggest struct pat on incorrect unit or tuple pat | Esteban Küber | -8/+8 |
| 2020-07-08 | Avoid "blacklist" | Tamir Duberstein | -3/+3 |
| 2020-07-02 | resolve: disallow label use through closure/async | David Wood | -68/+99 |
| 2020-06-27 | Rename two `Resolver` traits | Vadim Petrochenkov | -1/+1 |
| 2020-06-26 | Rollup merge of #73597 - ayazhafiz:i/const-span, r=ecstatic-morse | Manish Goregaokar | -3/+3 |
| 2020-06-23 | Record span of `const` kw in GenericParamKind | Ayaz Hafiz | -3/+3 |
| 2020-06-21 | Move remaining `NodeId` APIs from `Definitions` to `Resolver` | marmeladema | -8/+9 |
| 2020-06-15 | Use `LocalDefId` for import IDs in trait map | Vadim Petrochenkov | -4/+5 |
| 2020-06-10 | Track span of function in method calls, and use this in #[track_caller] | Aaron Hill | -1/+1 |
| 2020-06-05 | Auto merge of #72982 - tblah:riscv-ui-tests, r=estebank | bors | -1/+2 |
| 2020-06-04 | resolve: Sort E0408 errors by Symbol str | Tom Eccles | -1/+2 |
| 2020-06-03 | Fix a typo in `late.rs` | Patryk Wychowaniec | -1/+1 |
| 2020-06-02 | Improve E0433, so that it suggests missing imports | Patryk Wychowaniec | -30/+116 |
| 2020-05-29 | Remove remaining calls to `as_local_node_id` | marmeladema | -2/+1 |
| 2020-05-27 | Store `LocalDefId` directly in `rustc_resolve::Resolver` where possible | marmeladema | -1/+2 |
| 2020-05-17 | Emit a better diagnostic when function actually has a 'self' parameter | Aaron Hill | -2/+3 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -2/+2 |
| 2020-05-03 | resolve: Relax fresh binding disambiguation slightly to fix regression | Vadim Petrochenkov | -6/+10 |
| 2020-04-24 | Avoid unused Option::map results | Josh Stone | -1/+3 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -39/+43 |
| 2020-04-08 | librustc_hir: return LocalDefId instead of DefId in local_def_id | marmeladema | -6/+6 |
| 2020-03-30 | try_resolve_as_non_binding: span_bug -> delay_span_bug | Mazdak Farrokhzad | -9/+7 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -1/+1 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -1/+1 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -1/+2 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -1/+2 |