| Age | Commit message (Expand) | Author | Lines |
| 2025-01-28 | Properly check that array length is valid type during built-in unsizing in index | Michael Goulet | -0/+4 |
| 2025-01-28 | Rollup merge of #135748 - compiler-errors:len-2, r=RalfJung,oli-obk | Matthias Krüger | -1/+3 |
| 2025-01-27 | Reapply "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=da... | Michael Goulet | -1/+3 |
| 2025-01-27 | Remove all dead files inside tests/ui/ | León Orell Valerian Liehr | -41/+0 |
| 2025-01-25 | Fix typo in const stability error message | Deadbeef | -15/+15 |
| 2025-01-24 | Rollup merge of #135926 - jieyouxu:needs-subprocess-thread, r=oli-obk | Matthias Krüger | -1/+1 |
| 2025-01-23 | Rollup merge of #135073 - joshtriplett:bstr, r=BurntSushi | Matthias Krüger | -5/+5 |
| 2025-01-23 | tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}` | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-01-19 | Rollup merge of #134858 - estebank:issue-81370, r=Noratrieb | Guillaume Gomez | -2/+8 |
| 2025-01-19 | Auto merge of #135709 - lqd:bring-back-len, r=compiler-errors | bors | -3/+1 |
| 2025-01-18 | Revert "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=dav... | Rémy Rakic | -3/+1 |
| 2025-01-18 | Structured suggestion for "missing `feature` intrinsic" | Esteban Küber | -2/+8 |
| 2025-01-18 | const-eval: detect more pointers as definitely not-null | Ralf Jung | -2/+8 |
| 2025-01-15 | Rollup merge of #135523 - RalfJung:wrong-known-bug, r=compiler-errors | Matthias Krüger | -11/+5 |
| 2025-01-15 | Auto merge of #135525 - jhpratt:rollup-4gu2wpm, r=jhpratt | bors | -1/+1 |
| 2025-01-15 | Rollup merge of #132397 - m-ou-se:warn-missing-abi, r=Nadrieril | Jacob Pratt | -1/+1 |
| 2025-01-15 | remove some known-bug that do not seem to make sense | Ralf Jung | -11/+5 |
| 2025-01-14 | Enforce syntactical stability of const traits in HIR | Michael Goulet | -25/+30 |
| 2025-01-13 | Auto merge of #135167 - mzacho:depth-limit-const-eval-query, r=oli-obk | bors | -0/+41 |
| 2025-01-11 | Bless new test output (new trait impls in lists of suggestions) | Josh Triplett | -5/+5 |
| 2025-01-11 | Avoid unnecessary note when type has escaping bounds | Esteban Küber | -1/+0 |
| 2025-01-11 | Avoid duplicated note | Esteban Küber | -1/+0 |
| 2025-01-11 | Account for `for<'a>` types when checking for non-structural type in constant... | Esteban Küber | -0/+30 |
| 2025-01-08 | add test from #114192 | Martin Zacho | -0/+23 |
| 2025-01-08 | Implement const Destruct in old solver | Michael Goulet | -81/+16 |
| 2025-01-07 | Update tests. | Mara Bos | -1/+1 |
| 2025-01-06 | add test from #125718 | Martin Zacho | -0/+18 |
| 2025-01-05 | [generic_assert] Constify methods used by the formatting system | Caio | -23/+3 |
| 2025-01-04 | Auto merge of #135031 - RalfJung:intrinsics-without-body, r=oli-obk | bors | -15/+8 |
| 2025-01-04 | rustc_intrinsic: support functions without body; they are implicitly marked a... | Ralf Jung | -15/+8 |
| 2025-01-03 | Rollup merge of #135044 - compiler-errors:better-infer-suggestions-in-const, ... | Matthias Krüger | -7/+24 |
| 2025-01-02 | Make suggestion verbose and tweak error message | Michael Goulet | -4/+6 |
| 2025-01-02 | More refined spans for placeholder error in const/static | Michael Goulet | -4/+4 |
| 2025-01-02 | Remove diagnostic_only_typeck and fix placeholder suggestion for const/static | Michael Goulet | -2/+17 |
| 2025-01-01 | Try to write the panic message with a single `write_all` call | John Kåre Alsaker | -0/+1 |
| 2024-12-30 | Auto merge of #134757 - RalfJung:const_swap, r=scottmcm | bors | -14/+11 |
| 2024-12-27 | Rollup merge of #134798 - compiler-errors:err-auto, r=jackh726 | Matthias Krüger | -0/+28 |
| 2024-12-27 | Remove the `-test` suffix from normalize directives | Zalathar | -60/+60 |
| 2024-12-27 | Simplify or delete normalize directives that don't care about bit-width | Zalathar | -4/+3 |
| 2024-12-26 | Make ty::Error implement auto traits | Michael Goulet | -0/+28 |
| 2024-12-25 | stabilize const_swap | Ralf Jung | -14/+11 |
| 2024-12-24 | Rollup merge of #134701 - compiler-errors:non-const-def-descr, r=Urgau,fmease | Stuart Cook | -29/+29 |
| 2024-12-23 | Note def descr in NonConstFunctionCall | Michael Goulet | -29/+29 |
| 2024-12-23 | core: fix const ptr::swap_nonoverlapping when there are pointers at odd offse... | Ralf Jung | -0/+3 |
| 2024-12-14 | Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=davidtwco,R... | bors | -1/+3 |
| 2024-12-12 | Filter empty lines, comments and delimiters from previous to last multiline s... | Esteban Küber | -5/+0 |
| 2024-12-12 | Tweak multispan rendering | Esteban Küber | -33/+4 |
| 2024-12-10 | Rollup merge of #134094 - estebank:const-trait-errors, r=compiler-errors | León Orell Valerian Liehr | -20/+60 |
| 2024-12-10 | Rollup merge of #134010 - RalfJung:promoted-type-error-ice, r=oli-obk | León Orell Valerian Liehr | -96/+23 |
| 2024-12-10 | Tweak wording of non-const traits used as const bounds | Esteban Küber | -20/+60 |