| Age | Commit message (Expand) | Author | Lines |
| 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-15 | allow `potential_query_instability` everywhere | lcnr | -0/+1 |
| 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/+6 |
| 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 | Rollup merge of #89078 - camsteffen:map-ref, r=cjgillot | the8472 | -2/+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 |
| 2021-09-15 | Check for shadowing issues involving block labels | Tomasz Miąsko | -1/+5 |
| 2021-09-13 | Auto merge of #87915 - estebank:fancy-spans, r=oli-obk | bors | -11/+6 |
| 2021-09-12 | Rollup merge of #88677 - petrochenkov:exportid, r=davidtwco | Manish Goregaokar | -6/+6 |
| 2021-09-11 | Auto merge of #84373 - cjgillot:resolve-span, r=michaelwoerister,petrochenkov | bors | -11/+25 |
| 2021-09-11 | don't clone types that are Copy (clippy::clone_on_copy) | Matthias Krüger | -1/+1 |
| 2021-09-10 | rustc: Remove local variable IDs from `Export`s | Vadim Petrochenkov | -6/+6 |
| 2021-09-10 | Record call_site parent for macros. | Camille GILLOT | -1/+11 |
| 2021-09-10 | Encode spans relative to their parent. | Camille GILLOT | -0/+10 |
| 2021-09-10 | Keep a parent LocalDefId in SpanData. | Camille GILLOT | -0/+1 |