| Age | Commit message (Expand) | Author | Lines |
| 2024-03-14 | Add produces as tidy requires | Wesley Wiser | -0/+2 |
| 2024-03-14 | Added an "Explanation" header and expanded that section for the newly added l... | Felix S. Klock II | -0/+8 |
| 2024-03-14 | downgrade mutable-ptr-in-final-value from hard-error to future-incompat lint ... | Felix S. Klock II | -6/+49 |
| 2024-03-14 | AST validation: Improve handling of inherent impls nested within functions an... | León Orell Valerian Liehr | -27/+30 |
| 2024-03-04 | Solaris linker does not support --strip-debug | Petr Sumbera | -1/+1 |
| 2024-03-04 | Improve wording of static_mut_ref | Obei Sideg | -71/+59 |
| 2024-02-15 | Update jobserver-rs to 0.1.28 | Vadim Petrochenkov | -3/+6 |
| 2024-02-13 | Correctly check `never_type` feature gating | Guillaume Gomez | -0/+13 |
| 2024-02-08 | [Beta 1.77] Fix bootstrapping from 1.76 | Eric Huss | -2/+4 |
| 2024-02-03 | Bump version placeholders | Mark Rousskov | -6/+6 |
| 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 |