| Age | Commit message (Expand) | Author | Lines |
| 2024-01-31 | Rollup merge of #120495 - clubby789:remove-amdgpu-kernel, r=oli-obk | Nadrieril | -42/+17 |
| 2024-01-31 | Rollup merge of #120490 - nnethercote:Diagnostic-hashing, r=estebank | Nadrieril | -8/+8 |
| 2024-01-31 | Rollup merge of #120472 - Nilstrieb:die, r=compiler-errors | Nadrieril | -1/+3 |
| 2024-01-31 | Rollup merge of #120469 - estebank:issue-40120, r=TaKO8Ki | Nadrieril | -16/+25 |
| 2024-01-31 | Rollup merge of #120321 - Nadrieril:cleanup-cx, r=compiler-errors | Nadrieril | -174/+166 |
| 2024-01-31 | Auto merge of #120346 - petrochenkov:ownodes, r=oli-obk | bors | -71/+66 |
| 2024-01-31 | Auto merge of #120227 - nnethercote:further-improve-space_between, r=petroche... | bors | -18/+33 |
| 2024-01-30 | Provide more context on derived obligation error primary label | Esteban Küber | -16/+25 |
| 2024-01-31 | Don't hash lints differently to non-lints. | Nicholas Nethercote | -8/+8 |
| 2024-01-30 | Auto merge of #119101 - compiler-errors:outlives, r=lcnr | bors | -67/+163 |
| 2024-01-30 | Separate `PlaceCtxt` from `UsefulnessCtxt` | Nadrieril | -8/+8 |
| 2024-01-30 | Make `PatternColumn` part of the public API | Nadrieril | -90/+101 |
| 2024-01-30 | Repurpose `MatchCtxt` for usefulness only | Nadrieril | -23/+21 |
| 2024-01-30 | Limit the use of `PlaceCtxt` | Nadrieril | -52/+42 |
| 2024-01-30 | Rollup merge of #120485 - chenyukang:yukang-add-query-instability-check, r=mi... | Guillaume Gomez | -6/+14 |
| 2024-01-30 | Rollup merge of #120476 - compiler-errors:lang-items-yeet, r=Nilstrieb | Guillaume Gomez | -128/+15 |
| 2024-01-30 | Rollup merge of #120475 - Nilstrieb:cargo-build-my-a-, r=michaelwoerister | Guillaume Gomez | -0/+16 |
| 2024-01-30 | Rollup merge of #120434 - fmease:revert-speeder, r=petrochenkov | Guillaume Gomez | -68/+1 |
| 2024-01-30 | Rollup merge of #120342 - oli-obk:track_errors6, r=nnethercote | Guillaume Gomez | -165/+183 |
| 2024-01-30 | Rollup merge of #120293 - estebank:issue-102629, r=nnethercote | Guillaume Gomez | -10/+38 |
| 2024-01-30 | Rollup merge of #118533 - chenyukang:yukang-fix-118455, r=petrochenkov | Guillaume Gomez | -18/+27 |
| 2024-01-30 | Make `PatternColumn` generic in `Cx` | Nadrieril | -27/+20 |
| 2024-01-30 | Remove the `abi_amdgpu_kernel` feature | clubby789 | -42/+17 |
| 2024-01-30 | hir: Remove `hir::Map::{owner,expect_owner}` | Vadim Petrochenkov | -17/+9 |
| 2024-01-30 | hir: Add non-optional `hir_owner_nodes` for real `OwnerId`s | Vadim Petrochenkov | -46/+54 |
| 2024-01-30 | hir: Simplify `hir_owner_nodes` query | Vadim Petrochenkov | -17/+12 |
| 2024-01-30 | Rollup merge of #120488 - nnethercote:diag-lifetimes, r=oli-obk | Guillaume Gomez | -149/+143 |
| 2024-01-30 | Rollup merge of #120460 - nnethercote:fix-120397, r=compiler-errors | Guillaume Gomez | -10/+25 |
| 2024-01-30 | Rollup merge of #120443 - GuillaumeGomez:footnote-def-improvement, r=fmease | Guillaume Gomez | -1/+1 |
| 2024-01-30 | Rollup merge of #120425 - DaniPopes:query-default-return, r=Nilstrieb | Guillaume Gomez | -14/+14 |
| 2024-01-30 | Rollup merge of #120402 - compiler-errors:async-closure-def-tree, r=cjgillot | Guillaume Gomez | -6/+12 |
| 2024-01-30 | Rollup merge of #120400 - estebank:bound-error-cleanup, r=oli-obk | Guillaume Gomez | -33/+68 |
| 2024-01-30 | Rollup merge of #120387 - RalfJung:large-array-followup, r=oli-obk | Guillaume Gomez | -5/+4 |
| 2024-01-30 | Remove the second lifetime from `DiagnosticArg`. | Nicholas Nethercote | -5/+5 |
| 2024-01-30 | Remove the lifetime from `DiagnosticArgName`. | Nicholas Nethercote | -9/+5 |
| 2024-01-30 | Remove `DiagnosticArgName` from `rustc_codegen_ssa`. | Nicholas Nethercote | -10/+11 |
| 2024-01-30 | Remove lifetimes from some diagnostics. | Nicholas Nethercote | -18/+18 |
| 2024-01-30 | Remove the lifetime from `DiagnosticArgValue`. | Nicholas Nethercote | -115/+112 |
| 2024-01-30 | Auto merge of #119744 - lcnr:assemble-only-rigid, r=compiler-errors | bors | -196/+70 |
| 2024-01-30 | add missing potential_query_instability for keys and values in hashmap | yukang | -6/+14 |
| 2024-01-30 | Apply suggestions from review | Michael Goulet | -50/+57 |
| 2024-01-30 | Normalize caller bounds | Michael Goulet | -10/+32 |
| 2024-01-30 | Deeply normalize when processing registered region obligations | Michael Goulet | -9/+84 |
| 2024-01-30 | No need to pass region bound pairs to resolve_regions_with_wf_tys | Michael Goulet | -22/+14 |
| 2024-01-29 | review comments | Esteban Küber | -34/+19 |
| 2024-01-29 | Auto merge of #120466 - Dylan-DPC:rollup-v0or19a, r=Dylan-DPC | bors | -87/+497 |
| 2024-01-29 | Remove some unnecessary check logic for lang items in HIR typeck | Michael Goulet | -128/+15 |
| 2024-01-29 | Improve error message when `cargo build` is used to build the compiler | Nilstrieb | -0/+16 |
| 2024-01-29 | Make duplicate lang items fatal | Nilstrieb | -1/+3 |
| 2024-01-29 | Avoid ICE in trait without `dyn` lint | Esteban Küber | -5/+3 |