| Age | Commit message (Expand) | Author | Lines |
| 2021-10-21 | Revert "Auto merge of #89100 - petrochenkov:localbind, r=cjgillot" | Mark Rousskov | -145/+213 |
| 2021-10-20 | Auto merge of #89100 - petrochenkov:localbind, r=cjgillot | bors | -213/+145 |
| 2021-10-19 | Auto merge of #89933 - est31:let_else, r=michaelwoerister | bors | -6/+3 |
| 2021-10-18 | Auto merge of #89124 - cjgillot:owner-info, r=michaelwoerister | bors | -46/+14 |
| 2021-10-18 | resolve: Use `NameBinding` for local variables and generic parameters | Vadim Petrochenkov | -213/+145 |
| 2021-10-18 | Rollup merge of #89990 - petrochenkov:idempty, r=wesleywiser | Matthias Krüger | -2/+2 |
| 2021-10-17 | rustc_span: `Ident::invalid` -> `Ident::empty` | Vadim Petrochenkov | -2/+2 |
| 2021-10-17 | Rollup merge of #89963 - r00ster91:parenthesisparentheses, r=nagisa | Matthias Krüger | -1/+1 |
| 2021-10-17 | Some "parenthesis" and "parentheses" fixes | r00ster91 | -1/+1 |
| 2021-10-16 | clippy::complexity changes | Matthias Krüger | -1/+1 |
| 2021-10-16 | Update the syn crate and adopt let_else in three more places | est31 | -3/+1 |
| 2021-10-16 | Adopt let_else across the compiler | est31 | -3/+2 |
| 2021-10-13 | Rollup merge of #89347 - TaKO8Ki:crate-or-module-typo, r=estebank | Matthias Krüger | -1/+44 |
| 2021-10-13 | suggestion for typoed crate or module | Takayuki Maeda | -1/+44 |
| 2021-10-09 | Forbid hashing HIR outside of indexing. | Camille GILLOT | -39/+7 |
| 2021-10-09 | Store lowering outputs per owner. | Camille GILLOT | -7/+7 |
| 2021-10-08 | remove unwrap_or! macro | klensy | -5/+4 |
| 2021-10-05 | Auto merge of #89266 - cjgillot:session-ich, r=michaelwoerister | bors | -2/+2 |
| 2021-10-03 | Move rustc_middle::middle::cstore to rustc_session. | Camille GILLOT | -2/+2 |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -1/+1 |
| 2021-10-02 | resolve: Avoid comparing modules by optional def-id | Vadim Petrochenkov | -15/+19 |
| 2021-10-02 | resolve: Cache module loading for all foreign modules | Vadim Petrochenkov | -23/+36 |
| 2021-10-01 | Auto merge of #89417 - Manishearth:rollup-j2gdu95, r=Manishearth | bors | -33/+119 |
| 2021-09-30 | Rollup merge of #89344 - jackh726:maybe-bound-eror, r=cjgillot | Manish Goregaokar | -1/+1 |
| 2021-09-30 | Rollup merge of #88838 - FabianWolff:issue-88472, r=estebank | Manish Goregaokar | -32/+118 |
| 2021-10-01 | Auto merge of #89395 - In-line:remove_visible_path_from_allowed_deprecated_li... | bors | -1/+1 |
| 2021-09-30 | Rollup merge of #89248 - hkmatsumoto:suggest-similarly-named-assoc-items, r=e... | Manish Goregaokar | -16/+86 |
| 2021-09-30 | Remove visible path calculation from allowed deprecation lint | Alik Aslanyan | -1/+1 |
| 2021-09-29 | Cleanup lower_generics_mut and make span be the bound itself, not the type | jackh726 | -1/+1 |
| 2021-09-29 | Suggest similarly named assoc items in trait impls | Hirochika Matsumoto | -16/+86 |
| 2021-09-28 | More tracing instrumentation | Oli Scherer | -0/+6 |
| 2021-09-27 | suggest path for tuple struct | Takayuki Maeda | -1/+7 |
| 2021-09-26 | Improve diagnostics for inaccessible items | Fabian Wolff | -18/+73 |
| 2021-09-26 | Do not suggest importing inaccessible items | Fabian Wolff | -27/+58 |
| 2021-09-25 | Rollup merge of #89224 - TaKO8Ki:change-the-order-of-suggestions, r=joshtriplett | Manish Goregaokar | -0/+4 |
| 2021-09-25 | Auto merge of #87220 - petrochenkov:derivecfglimit2, r=Aaron1011 | bors | -32/+0 |
| 2021-09-25 | use `drain_filter` instead of `filter` and `retain` | Takayuki Maeda | -4/+2 |
| 2021-09-24 | Stabilize `feature(macro_attributes_in_derive_output)` | Vadim Petrochenkov | -32/+0 |
| 2021-09-24 | resolve: Refactor obtaining `Module` from its `DefId` | Vadim Petrochenkov | -77/+75 |
| 2021-09-24 | resolve: Use a single common map for local and foreign modules | Vadim Petrochenkov | -20/+13 |
| 2021-09-24 | resolve: Rename some expansion def scope methods | Vadim Petrochenkov | -23/+19 |
| 2021-09-24 | resolve: Cleanup module allocation | Vadim Petrochenkov | -56/+73 |
| 2021-09-24 | resolve: Do not cache nearest parent mod in `ModuleData` | Vadim Petrochenkov | -57/+36 |
| 2021-09-25 | change the order of path suggestions | Takayuki Maeda | -0/+6 |
| 2021-09-21 | Auto merge of #89158 - the8472:rollup-3e4ijth, r=the8472 | bors | -2/+1 |
| 2021-09-21 | Rollup merge of #89078 - camsteffen:map-ref, r=cjgillot | the8472 | -2/+1 |
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -1/+1 |
| 2021-09-19 | Rollup merge of #88966 - tmiasko:block-label-shadowing, r=petrochenkov | Yuki Okushi | -1/+5 |
| 2021-09-18 | Remove needless hir Map ref | Cameron Steffen | -2/+1 |
| 2021-09-18 | Auto merge of #88650 - sapessi:issue-77175-fix, r=estebank | bors | -1/+22 |