| Age | Commit message (Expand) | Author | Lines |
| 2025-03-11 | Auto merge of #138366 - matthiaskrgr:rollup-cn16m7q, r=matthiaskrgr | bors | -13/+0 |
| 2025-03-11 | Rollup merge of #138284 - compiler-errors:const-param-ty-annotation, r=BoxyUwU | Matthias Krüger | -8/+0 |
| 2025-03-11 | Rollup merge of #138256 - compiler-errors:anon-const-ty, r=BoxyUwU | Matthias Krüger | -5/+0 |
| 2025-03-11 | Auto merge of #128440 - oli-obk:defines, r=lcnr | bors | -24/+36 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -24/+36 |
| 2025-03-10 | Rollup merge of #138278 - Bryanskiy:delegation-ice-1, r=petrochenkov | Matthias Krüger | -38/+0 |
| 2025-03-10 | Delegation: fix ICE with invalid MethodCall generation | Bryanskiy | -38/+0 |
| 2025-03-09 | Do not feed anon const a type that references generics that it does not have | Michael Goulet | -5/+0 |
| 2025-03-09 | Do not write user type annotation for const param value path | Michael Goulet | -8/+0 |
| 2025-03-08 | crashes: couple more tests | Matthias Krüger | -0/+569 |
| 2025-03-07 | Make synthetic RPITIT assoc ty name handling more rigorous. | Nicholas Nethercote | -12/+0 |
| 2025-03-05 | Rollup merge of #138028 - workingjubilee:is-rustic-abi, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -11/+0 |
| 2025-03-04 | compiler: use `is_rustic_abi` in ty_utils | Jubilee Young | -11/+0 |
| 2025-03-03 | Check signature WF when lowering MIR body | Michael Goulet | -2/+13 |
| 2025-02-26 | Bless tests | Gary Guo | -13/+0 |
| 2025-02-23 | Rollup merge of #137458 - compiler-errors:render-fn, r=fmease | Jacob Pratt | -11/+0 |
| 2025-02-23 | Fix missing self subst when rendering Fn* trait with no output type | Michael Goulet | -11/+0 |
| 2025-02-23 | Rollup merge of #137180 - compiler-errors:sym-regions, r=oli-obk | Matthias Krüger | -46/+0 |
| 2025-02-22 | Make a fake body to store typeck results for global_asm | Michael Goulet | -46/+0 |
| 2025-02-21 | Do not deduplicate list of associated types provided by dyn principal | Michael Goulet | -105/+0 |
| 2025-02-19 | Rework `OperandRef::extract_field` to stop calling `to_immediate_scalar` on t... | Scott McMurray | -0/+33 |
| 2025-02-17 | Update tests for dropck normalization errors | Matthew Jasper | -122/+0 |
| 2025-02-13 | adjust derive_error | lcnr | -16/+0 |
| 2025-02-09 | crashes: more tests | Matthias Krüger | -0/+202 |
| 2025-02-07 | Rollup merge of #134367 - WaffleLapkin:trait_upcasting_as_a_treat, r=compiler... | Matthias Krüger | -1/+1 |
| 2025-02-07 | Rollup merge of #135973 - WaffleLapkin:tail-track-caller-fix, r=compiler-errors | Matthias Krüger | -11/+0 |
| 2025-02-06 | remove `feature(trait_upcasting)` from tests and bless them | Waffle Lapkin | -1/+1 |
| 2025-02-06 | Rollup merge of #133925 - folkertdev:improve-repr-warnings, r=compiler-errors | Matthias Krüger | -8/+0 |
| 2025-02-06 | fix tail call checks wrt `#[track_caller]` | Waffle Lapkin | -11/+0 |
| 2025-02-04 | Rollup merge of #136520 - compiler-errors:redundant-layout-assert, r=lcnr | Matthias Krüger | -78/+0 |
| 2025-02-04 | Rollup merge of #136497 - Jarcho:fn_ctxt, r=compiler-errors | Matthias Krüger | -9/+0 |
| 2025-02-04 | Rollup merge of #136274 - compiler-errors:sized-wf, r=lcnr | Matthias Krüger | -6/+0 |
| 2025-02-04 | Rollup merge of #134777 - saethlin:enable-more-tests-on-windows, r=Noratrieb | Jacob Pratt | -0/+4 |
| 2025-02-03 | Fix ICE when function argument mismatches. | Jason Newcomb | -9/+0 |
| 2025-02-04 | Remove unnecessary layout assertions for object-safe receivers | Michael Goulet | -78/+0 |
| 2025-02-03 | Check Sizedness of return type in WF | Michael Goulet | -6/+0 |
| 2025-02-03 | Enable more tests on Windows | Ben Kimock | -0/+4 |
| 2025-02-01 | Rollup merge of #136314 - compiler-errors:const-deref-adj, r=fee1-dead | Matthias Krüger | -8/+0 |
| 2025-01-30 | Use proper type when applying deref adjustment in const | Michael Goulet | -8/+0 |
| 2025-01-30 | check the types in `ty::Value` to value conversion | Lukas Markeffsky | -4/+0 |
| 2025-01-28 | Properly check that array length is valid type during built-in unsizing in index | Michael Goulet | -6/+0 |
| 2025-01-27 | Rollup merge of #136072 - cyrgani:old-crash-tests, r=WaffleLapkin | León Orell Valerian Liehr | -0/+16 |
| 2025-01-27 | Add `TooGeneric` variant to `LayoutError` and emit `Unknown` one | FedericoBruzzone | -11/+0 |
| 2025-01-25 | add two old crash tests | cyrgani | -0/+16 |
| 2025-01-24 | add a regression test | Waffle Lapkin | -6/+0 |
| 2025-01-22 | Rollup merge of #135409 - Shunpoco:issue-133117-ICE-never-false-edge-start-bl... | Matthias Krüger | -27/+0 |
| 2025-01-18 | Rollup merge of #135611 - chenyukang:yukang-fix-135341-ice-crash, r=oli-obk | Matthias Krüger | -5/+0 |
| 2025-01-17 | Rollup merge of #134980 - lqd:polonius-next-episode-7, r=jackh726 | Matthias Krüger | -14/+0 |
| 2025-01-17 | remove unnecessary assertion for reference error | yukang | -5/+0 |
| 2025-01-14 | fix ICE with references to infinite structs in consts | Lukas Markeffsky | -67/+0 |