| Age | Commit message (Expand) | Author | Lines |
| 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 | Implement `int_from_ascii` (#134821) | Niklas Fiekas | -4/+8 |
| 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 |
| 2024-12-09 | fix ICE on type error in promoted | Ralf Jung | -96/+23 |
| 2024-12-07 | Mention type parameter in more cases and don't suggest ~const bound already t... | Esteban Küber | -16/+0 |
| 2024-12-07 | Use trait name instead of full constraint in suggestion message | Esteban Küber | -1/+1 |
| 2024-12-07 | reword trait bound suggestion message to include the bounds | Esteban Küber | -5/+5 |
| 2024-12-05 | Rollup merge of #133233 - estebank:const-errors, r=Nadrieril | León Orell Valerian Liehr | -267/+361 |
| 2024-12-05 | Rollup merge of #118833 - Urgau:lint_function_pointer_comparisons, r=cjgillot | León Orell Valerian Liehr | -0/+2 |
| 2024-12-04 | review comments: reword messages and simplify logic | Esteban Küber | -9/+9 |
| 2024-12-04 | fix test | Esteban Küber | -7/+1 |
| 2024-12-04 | Add more context to fall-through "const pattern of non-structural type" error | Esteban Küber | -2/+6 |
| 2024-12-04 | Add context to fall-through "const pattern of non-structural type" error | Esteban Küber | -0/+6 |
| 2024-12-04 | Add additional context for non-sructural type constant used in pattern | Esteban Küber | -107/+183 |
| 2024-12-04 | Reword message for non-structural type constant in pattern | Esteban Küber | -4/+4 |
| 2024-12-04 | Tweak output of some const pattern errors | Esteban Küber | -2/+2 |
| 2024-12-04 | Point at generic param through which a const is used in a pattern | Esteban Küber | -6/+12 |
| 2024-12-04 | Tweak ptr in pattern error | Esteban Küber | -12/+24 |
| 2024-12-04 | Tweak unevaluated constant in pattern error | Esteban Küber | -150/+23 |
| 2024-12-04 | On `const` pattern errors, point at the `const` item definition | Esteban Küber | -10/+133 |
| 2024-12-03 | Bounds-check with PtrMetadata instead of Len in MIR | Scott McMurray | -1/+3 |
| 2024-12-03 | Rollup merge of #133762 - RalfJung:const-size-of-val, r=workingjubilee | Matthias Krüger | -5/+3 |
| 2024-12-03 | Auto merge of #133788 - matthiaskrgr:rollup-1p100a8, r=matthiaskrgr | bors | -0/+21 |
| 2024-12-03 | Rollup merge of #133785 - HypheX:add-ui-test, r=compiler-errors | Matthias Krüger | -0/+21 |
| 2024-12-03 | Auto merge of #133321 - compiler-errors:const-checker, r=wesleywiser | bors | -156/+54 |
| 2024-12-02 | Add ui test for const evaluation fail when type is too big. | Xelph | -0/+21 |
| 2024-12-02 | Rollup merge of #133704 - RalfJung:promoted-size-overflow-ice, r=compiler-errors | Guillaume Gomez | -23/+115 |