| Age | Commit message (Expand) | Author | Lines |
| 2024-01-30 | Provide more context on derived obligation error primary label | Esteban Küber | -16/+25 |
| 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 | 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-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 | Avoid ICE in trait without `dyn` lint | Esteban Küber | -5/+3 |
| 2024-01-29 | merge builtin unsize candidates again | lcnr | -87/+41 |
| 2024-01-29 | bye bye `assemble_candidates_via_self_ty` | lcnr | -111/+31 |
| 2024-01-29 | Update pulldown-cmark version to 0.9.5 | Guillaume Gomez | -1/+1 |
| 2024-01-29 | Rollup merge of #120453 - mattheww:2024-01_normalize_newlines, r=oli-obk | Dylan DPC | -1/+1 |
| 2024-01-29 | Rollup merge of #120428 - petrochenkov:somehir2, r=compiler-errors | Dylan DPC | -38/+32 |
| 2024-01-29 | Rollup merge of #120420 - lnicola:rm-pattern-analysis-derivative, r=Nilstrieb | Dylan DPC | -25/+191 |
| 2024-01-29 | Rollup merge of #120390 - matthewjasper:inline-constant-pat-mir, r=davidtwco | Dylan DPC | -10/+91 |
| 2024-01-29 | Rollup merge of #118625 - ShE3py:expr-in-pats, r=WaffleLapkin | Dylan DPC | -13/+182 |
| 2024-01-29 | Supress unhelpful diagnostics for unresolved top level attributes | yukang | -18/+27 |
| 2024-01-29 | Borrow check inline const patterns | Matthew Jasper | -10/+91 |
| 2024-01-29 | Auto merge of #120165 - reitermarkus:nonzero-switch-alias-direction, r=dtolnay | bors | -36/+30 |
| 2024-01-29 | Be more careful about interpreting a label/lifetime as a mistyped char literal. | Nicholas Nethercote | -3/+18 |
| 2024-01-29 | Tweak comment and naming for `recover_unclosed_char`. | Nicholas Nethercote | -7/+7 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -1328/+1374 |
| 2024-01-29 | Remove bogus `{code}` attributes on `TraitImplMismatch`. | Nicholas Nethercote | -2/+1 |
| 2024-01-29 | Sort attributes in `compiler/rustc_errors/src/lib.rs`. | Nicholas Nethercote | -5/+7 |
| 2024-01-28 | normalize_newlines(): fix incorrect comment | Matthew Woodcraft | -1/+1 |
| 2024-01-28 | Handle methodcalls & operators in patterns | Lieselotte | -13/+182 |
| 2024-01-28 | Revert "Add the wasm32-wasi-preview2 target" | León Orell Valerian Liehr | -68/+1 |
| 2024-01-28 | hir: Use `InferArg` in `ArrayLen::Infer` | Vadim Petrochenkov | -10/+15 |
| 2024-01-28 | hir: Remove unnecessary `HirId` from `hir::Let` | Vadim Petrochenkov | -28/+17 |
| 2024-01-27 | Auto merge of #120024 - Mark-Simulacrum:fast-union-merge, r=cjgillot | bors | -0/+6 |
| 2024-01-27 | Make the coroutine def id of an async closure the child of the closure def id | Michael Goulet | -6/+12 |