| Age | Commit message (Expand) | Author | Lines |
| 2022-02-18 | Rollup merge of #93634 - matthiaskrgr:clippy_complexity_jan_2022, r=oli-obk | Matthias Krüger | -5/+4 |
| 2022-02-18 | Auto merge of #94088 - oli-obk:revert, r=jackh726 | bors | -26/+8 |
| 2022-02-17 | Rollup merge of #94011 - est31:let_else, r=lcnr | Matthias Krüger | -8/+4 |
| 2022-02-17 | Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk" | Oli Scherer | -26/+8 |
| 2022-02-16 | Adopt let_else in even more places | est31 | -8/+4 |
| 2022-02-15 | Rename `PtrKey` as `Interned` and improve it. | Nicholas Nethercote | -12/+14 |
| 2022-02-14 | Auto merge of #93938 - BoxyUwU:fix_res_self_ty, r=lcnr | bors | -18/+23 |
| 2022-02-12 | Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk | bors | -8/+26 |
| 2022-02-12 | change to a struct variant | Ellen | -18/+23 |
| 2022-02-12 | Inherit lifetimes for async fn instead of duplicating them. | Camille GILLOT | -8/+26 |
| 2022-02-11 | Rollup merge of #91607 - FabianWolff:issue-91560-const-span, r=jackh726 | Matthias Krüger | -19/+19 |
| 2022-02-11 | Rollup merge of #93853 - steffahn:map_by_value, r=wesleywiser | Matthias Krüger | -18/+15 |
| 2022-02-10 | Remove further usage of `&hir::Map` | Frank Steffahn | -18/+15 |
| 2022-02-09 | Use a slice for object_lifetime_defaults. | Camille GILLOT | -78/+71 |
| 2022-02-09 | Ensure that queries only return Copy types. | Camille GILLOT | -1/+7 |
| 2022-02-05 | resolve lifetimes for const generic defaults | Michael Goulet | -1/+4 |
| 2022-02-03 | compiler: clippy::complexity fixes | Matthias Krüger | -5/+4 |
| 2022-02-02 | Auto merge of #93312 - pierwill:map-all-local-trait-impls, r=cjgillot | bors | -2/+2 |
| 2022-02-02 | Detect `::` -> `:` typo in type argument | Esteban Kuber | -1/+42 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+1 |
| 2022-01-31 | Make `span_extend_to_prev_str()` more robust | Fabian Wolff | -19/+19 |
| 2022-01-27 | Store def_id_to_hir_id as variant in hir_owner. | Camille GILLOT | -9/+1 |
| 2022-01-25 | Return an indexmap in `all_local_trait_impls` query | pierwill | -2/+2 |
| 2022-01-25 | rustdoc: Pre-calculate traits that are in scope for doc links | Vadim Petrochenkov | -2/+13 |
| 2022-01-23 | rustc_lint: Reuse the set of registered tools from resolver | Vadim Petrochenkov | -3/+9 |
| 2022-01-21 | Rollup merge of #93046 - est31:let_else, r=davidtwco | Matthias Krüger | -41/+38 |
| 2022-01-19 | Only suggest adding `!` to expressions that can be macro invocation | Esteban Kuber | -1/+14 |
| 2022-01-18 | Use let_else in even more places | est31 | -41/+38 |
| 2022-01-16 | Replace NestedVisitorMap with NestedFilter | Cameron Steffen | -40/+5 |
| 2022-01-16 | rustc_metadata: Switch all decoder methods from vectors to iterators | Vadim Petrochenkov | -10/+10 |
| 2022-01-15 | Reduce use of local_def_id_to_hir_id. | Camille GILLOT | -44/+36 |
| 2022-01-15 | Return a LocalDefId in get_parent_item. | Camille GILLOT | -5/+5 |
| 2022-01-15 | Auto merge of #92441 - cjgillot:resolve-trait-impl-item, r=matthewjasper | bors | -23/+89 |
| 2022-01-12 | Ensure res and module are consistent with each other. | Camille GILLOT | -23/+13 |
| 2022-01-09 | Compute most of Public/Exported access level in rustc_resolve | Lamb | -4/+256 |
| 2022-01-09 | Auto merge of #92690 - matthiaskrgr:rollup-rw0oz05, r=matthiaskrgr | bors | -3/+10 |
| 2022-01-09 | Rollup merge of #92510 - inquisitivecrystal:foreign-block, r=cjgillot | Matthias Krüger | -3/+10 |
| 2022-01-09 | rustc_middle: Rename `Export` to `ModChild` and add some comments | Vadim Petrochenkov | -12/+12 |
| 2022-01-09 | rustc_metadata: Rename `item_children(_untracked)` to `module_children(_untra... | Vadim Petrochenkov | -1/+1 |
| 2022-01-08 | Simplify error reporting. | Camille GILLOT | -38/+42 |
| 2022-01-08 | Link impl items to corresponding trait items in late resolver. | Camille GILLOT | -16/+88 |
| 2022-01-06 | rustc_metadata: Make attribute decoding slightly faster and stricter | Vadim Petrochenkov | -5/+7 |
| 2022-01-05 | Do not resolve blocks in foreign functions | inquisitivecrystal | -3/+10 |
| 2022-01-05 | ast: Always keep a `NodeId` in `ast::Crate` | Vadim Petrochenkov | -8/+7 |
| 2022-01-03 | Rollup merge of #92402 - pr2502:while-let-typo, r=oli-obk | Matthias Krüger | -0/+2 |
| 2021-12-29 | Suggest while let x = y when encountering while x = y | ametisf | -0/+2 |
| 2021-12-29 | Rollup merge of #92237 - compiler-errors:issue-92100, r=cjgillot | Matthias Krüger | -1/+4 |
| 2021-12-28 | Rollup merge of #92333 - compiler-errors:elided-lifetime-spans, r=cjgillot | Matthias Krüger | -3/+6 |
| 2021-12-27 | Tighten span when suggesting lifetime on path | Michael Goulet | -3/+6 |
| 2021-12-27 | Rollup merge of #92161 - petrochenkov:misclean, r=cjgillot | Matthias Krüger | -20/+14 |