| Age | Commit message (Expand) | Author | Lines |
| 2024-03-14 | Added `deny(const_eval_mutable_ptr_in_final_value)` attribute to all tests th... | Felix S. Klock II | -103/+916 |
| 2024-03-14 | regression test from 121610. | Felix S. Klock II | -0/+41 |
| 2024-03-14 | AST validation: Improve handling of inherent impls nested within functions an... | León Orell Valerian Liehr | -0/+72 |
| 2024-03-04 | Improve wording of static_mut_ref | Obei Sideg | -398/+733 |
| 2024-02-13 | Revert unsound libcore changes of #119911 | Oli Scherer | -55/+0 |
| 2024-02-13 | Update `never_type` feature gate ui test | Guillaume Gomez | -1/+47 |
| 2024-01-31 | Rollup merge of #120501 - GuillaumeGomez:glob-reexport-attr-merge-bugfix, r=n... | Nadrieril | -0/+32 |
| 2024-01-31 | Rollup merge of #120495 - clubby789:remove-amdgpu-kernel, r=oli-obk | Nadrieril | -226/+53 |
| 2024-01-31 | Rollup merge of #120490 - nnethercote:Diagnostic-hashing, r=estebank | Nadrieril | -5/+0 |
| 2024-01-31 | Rollup merge of #120472 - Nilstrieb:die, r=compiler-errors | Nadrieril | -63/+23 |
| 2024-01-31 | Rollup merge of #120469 - estebank:issue-40120, r=TaKO8Ki | Nadrieril | -357/+357 |
| 2024-01-31 | Auto merge of #120346 - petrochenkov:ownodes, r=oli-obk | bors | -849/+849 |
| 2024-01-31 | Auto merge of #120227 - nnethercote:further-improve-space_between, r=petroche... | bors | -91/+69 |
| 2024-01-30 | Provide more context on derived obligation error primary label | Esteban Küber | -357/+357 |
| 2024-01-31 | Don't hash lints differently to non-lints. | Nicholas Nethercote | -5/+0 |
| 2024-01-30 | Auto merge of #119101 - compiler-errors:outlives, r=lcnr | bors | -3/+48 |
| 2024-01-30 | Add regression test for #120487 | Guillaume Gomez | -0/+32 |
| 2024-01-30 | Rollup merge of #120485 - chenyukang:yukang-add-query-instability-check, r=mi... | Guillaume Gomez | -1/+38 |
| 2024-01-30 | Rollup merge of #120476 - compiler-errors:lang-items-yeet, r=Nilstrieb | Guillaume Gomez | -317/+6 |
| 2024-01-30 | Rollup merge of #120434 - fmease:revert-speeder, r=petrochenkov | Guillaume Gomez | -5/+2 |
| 2024-01-30 | Rollup merge of #120342 - oli-obk:track_errors6, r=nnethercote | Guillaume Gomez | -11/+2 |
| 2024-01-30 | Rollup merge of #120310 - krasimirgg:jan-v0-sym, r=Mark-Simulacrum | Guillaume Gomez | -1/+1 |
| 2024-01-30 | Rollup merge of #120293 - estebank:issue-102629, r=nnethercote | Guillaume Gomez | -311/+230 |
| 2024-01-30 | Rollup merge of #118533 - chenyukang:yukang-fix-118455, r=petrochenkov | Guillaume Gomez | -184/+73 |
| 2024-01-30 | Remove the `abi_amdgpu_kernel` feature | clubby789 | -226/+53 |
| 2024-01-30 | hir: Simplify `hir_owner_nodes` query | Vadim Petrochenkov | -849/+849 |
| 2024-01-30 | Rollup merge of #120460 - nnethercote:fix-120397, r=compiler-errors | Guillaume Gomez | -20/+94 |
| 2024-01-30 | Rollup merge of #120443 - GuillaumeGomez:footnote-def-improvement, r=fmease | Guillaume Gomez | -0/+15 |
| 2024-01-30 | Rollup merge of #120439 - seqre-contrib:moving-ui-tests, r=nnethercote | Guillaume Gomez | -0/+0 |
| 2024-01-30 | Rollup merge of #120424 - RalfJung:raw-ptr-meta, r=Nilstrieb | Guillaume Gomez | -5/+5 |
| 2024-01-30 | Rollup merge of #120402 - compiler-errors:async-closure-def-tree, r=cjgillot | Guillaume Gomez | -0/+31 |
| 2024-01-30 | Rollup merge of #120400 - estebank:bound-error-cleanup, r=oli-obk | Guillaume Gomez | -143/+32 |
| 2024-01-30 | Rollup merge of #120376 - nikic:update-codegen-test, r=cuviper | Guillaume Gomez | -2/+2 |
| 2024-01-30 | Auto merge of #119744 - lcnr:assemble-only-rigid, r=compiler-errors | bors | -22/+98 |
| 2024-01-30 | add missing potential_query_instability for keys and values in hashmap | yukang | -1/+38 |
| 2024-01-30 | Apply suggestions from review | Michael Goulet | -0/+20 |
| 2024-01-30 | Add a test | Michael Goulet | -0/+22 |
| 2024-01-30 | Deeply normalize when processing registered region obligations | Michael Goulet | -3/+6 |
| 2024-01-29 | Move multiple UI issue tests to subdirectories | Marek 'seqre' Grzelak | -0/+0 |
| 2024-01-29 | Auto merge of #120466 - Dylan-DPC:rollup-v0or19a, r=Dylan-DPC | bors | -61/+714 |
| 2024-01-29 | Remove some unnecessary check logic for lang items in HIR typeck | Michael Goulet | -317/+6 |
| 2024-01-29 | Add test for duplicate lang items | Nilstrieb | -0/+23 |
| 2024-01-29 | Delete now-useless test | Nilstrieb | -48/+0 |
| 2024-01-29 | Make duplicate lang items fatal | Nilstrieb | -18/+3 |
| 2024-01-29 | Avoid ICE in trait without `dyn` lint | Esteban Küber | -120/+218 |
| 2024-01-29 | bye bye `assemble_candidates_via_self_ty` | lcnr | -22/+98 |
| 2024-01-29 | Add regression test for #100638 | Guillaume Gomez | -0/+15 |
| 2024-01-29 | Rollup merge of #120390 - matthewjasper:inline-constant-pat-mir, r=davidtwco | Dylan DPC | -8/+87 |
| 2024-01-29 | Rollup merge of #118625 - ShE3py:expr-in-pats, r=WaffleLapkin | Dylan DPC | -53/+627 |
| 2024-01-29 | Supress unhelpful diagnostics for unresolved top level attributes | yukang | -184/+73 |