| Age | Commit message (Expand) | Author | Lines |
| 2023-11-23 | fix intercrate ambiguity causes | lcnr | -2/+4 |
| 2023-11-23 | feat: make let_binding_suggestion more reasonable | Young-Flash | -3/+12 |
| 2023-11-23 | review | klensy | -4/+2 |
| 2023-11-23 | few more | klensy | -50/+1 |
| 2023-11-23 | remove unused pub fn | klensy | -196/+4 |
| 2023-11-23 | Auto merge of #118073 - saethlin:gc-dead-allocs, r=RalfJung | bors | -0/+11 |
| 2023-11-23 | Remove an unneeded local variable. | Nicholas Nethercote | -11/+9 |
| 2023-11-23 | Use `'mir` lifetime name more. | Nicholas Nethercote | -31/+31 |
| 2023-11-23 | Remove unnecessary things from `State` and `Map`. | Nicholas Nethercote | -25/+4 |
| 2023-11-23 | Rollup merge of #118169 - SparrowLii:deadlock_issue, r=compiler-errors | Matthias Krüger | -6/+12 |
| 2023-11-23 | Rollup merge of #118167 - RalfJung:unadjusted-abi-is-internal, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2023-11-23 | Rollup merge of #118146 - compiler-errors:deref-into-dyn-regions, r=lcnr | Matthias Krüger | -22/+37 |
| 2023-11-23 | Rollup merge of #118131 - lukas-code:multi-default, r=wesleywiser | Matthias Krüger | -9/+8 |
| 2023-11-23 | Remove unnecessary and misleading `..` in a pattern. | Nicholas Nethercote | -1/+0 |
| 2023-11-23 | Remove unnecessary `ValueAnalysisWrapper::Direction`. | Nicholas Nethercote | -5/+1 |
| 2023-11-23 | Reduce `pub` usage. | Nicholas Nethercote | -12/+10 |
| 2023-11-22 | Call FileEncoder::finish in rmeta encoding | Ben Kimock | -40/+80 |
| 2023-11-22 | Miri: GC the dead_alloc_map too | Ben Kimock | -0/+11 |
| 2023-11-23 | Avoid unnecessary exports. | Nicholas Nethercote | -11/+11 |
| 2023-11-23 | Remove `indexes` module. | Nicholas Nethercote | -6/+1 |
| 2023-11-23 | Move `has_rustc_mir_with`. | Nicholas Nethercote | -19/+17 |
| 2023-11-23 | Reorder some `use` items. | Nicholas Nethercote | -8/+6 |
| 2023-11-23 | Nit of deadlock detected | SparrowLii | -1/+1 |
| 2023-11-23 | Auto merge of #118065 - estebank:core-not-found-404, r=TaKO8Ki | bors | -0/+9 |
| 2023-11-22 | Cache flags for ty::Const | Michael Goulet | -43/+92 |
| 2023-11-22 | Rework supertrait lint once again | Michael Goulet | -22/+37 |
| 2023-11-23 | Remove unused feature. | Nicholas Nethercote | -1/+0 |
| 2023-11-22 | Auto merge of #118120 - compiler-errors:closure-kind, r=lcnr | bors | -102/+53 |
| 2023-11-22 | Provide structured suggestion for type mismatch in loop | Esteban Küber | -13/+86 |
| 2023-11-22 | rustc_session: implement latent TODO | Tamir Duberstein | -7/+10 |
| 2023-11-22 | When failing to import `core`, suggest `std` | Esteban Küber | -0/+9 |
| 2023-11-22 | rustc_lint: remove superfluous assertion | Tamir Duberstein | -1/+0 |
| 2023-11-22 | also make 'core_intrinsics' internal | Ralf Jung | -2/+4 |
| 2023-11-22 | Auto merge of #118178 - compiler-errors:rollup-0i11w85, r=compiler-errors | bors | -241/+491 |
| 2023-11-22 | fix long lines | Arlie Davis | -2/+2 |
| 2023-11-22 | Rollup merge of #118161 - compiler-errors:coroutine-obligation-opaques, r=lcnr | Michael Goulet | -5/+19 |
| 2023-11-22 | Rollup merge of #118147 - Nilstrieb:no-redundant-casts, r=WaffleLapkin | Michael Goulet | -30/+18 |
| 2023-11-22 | Rollup merge of #118142 - saethlin:llvm-linkage, r=tmiasko | Michael Goulet | -180/+206 |
| 2023-11-22 | Rollup merge of #118013 - sivadeilra:user/ardavis/ehcont, r=wesleywiser | Michael Goulet | -0/+38 |
| 2023-11-22 | Rollup merge of #118012 - celinval:smir-alloc, r=ouz-a | Michael Goulet | -26/+210 |
| 2023-11-22 | suppress warnings on msvc | Arlie Davis | -0/+17 |
| 2023-11-22 | Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin | bors | -96/+12 |
| 2023-11-22 | Provide conversion of stable span to internal span | Celina G. Val | -2/+10 |
| 2023-11-22 | Add CrateDef trait and methods to get def names | Celina G. Val | -51/+176 |
| 2023-11-22 | Auto merge of #112380 - jieyouxu:useless-bindings-lint, r=WaffleLapkin | bors | -0/+85 |
| 2023-11-22 | Stabilize RFC3324 dyn upcasting coercion | Urgau | -96/+12 |
| 2023-11-22 | Auto merge of #118086 - nnethercote:queries-cleanups, r=bjorn3 | bors | -50/+39 |
| 2023-11-22 | Add i686-win7-windows-msvc target | roblabla | -0/+33 |
| 2023-11-22 | Add new x86_64-win7-windows-msvc target | roblabla | -0/+19 |
| 2023-11-22 | Auto merge of #118125 - nnethercote:custom_encodable, r=compiler-errors | bors | -26/+83 |