| Age | Commit message (Expand) | Author | Lines |
| 2025-02-25 | Auto merge of #137571 - tgross35:rollup-i1tcnv1, r=tgross35 | bors | -6/+0 |
| 2025-02-25 | Auto merge of #137573 - compiler-errors:rollup-noq9yhp, r=compiler-errors | bors | -458/+265 |
| 2025-02-24 | Rollup merge of #137556 - RalfJung:simd_shuffle_const_generic, r=oli-obk | Michael Goulet | -5/+5 |
| 2025-02-24 | Rollup merge of #137550 - matthewjasper:panic-later-for-missing-dropck-error,... | Michael Goulet | -5/+4 |
| 2025-02-24 | Rollup merge of #137548 - compiler-errors:asm-ty, r=oli-obk | Michael Goulet | -6/+22 |
| 2025-02-24 | Rollup merge of #137489 - RalfJung:no-more-rustc_intrinsic_must_be_overridden... | Michael Goulet | -151/+41 |
| 2025-02-24 | Rollup merge of #137417 - taiki-e:riscv-atomic, r=Amanieu | Michael Goulet | -0/+7 |
| 2025-02-24 | Rollup merge of #137289 - compiler-errors:coerce-unsized-errors, r=oli-obk | Michael Goulet | -253/+164 |
| 2025-02-24 | Rollup merge of #137109 - bend-n:knife, r=oli-obk | Trevor Gross | -6/+0 |
| 2025-02-24 | Auto merge of #135726 - jdonszelmann:attr-parsing, r=oli-obk | bors | -1790/+3514 |
| 2025-02-24 | Deduplicate CoerceUnsized and DispatchFromDyn impl errors | Michael Goulet | -3/+13 |
| 2025-02-24 | Simplify trait error message for CoercePointee validation | Michael Goulet | -47/+84 |
| 2025-02-24 | Consolidate and rework CoercePointee and DispatchFromDyn errors | Michael Goulet | -222/+89 |
| 2025-02-24 | More eagerly bail in DispatchFromDyn validation | Michael Goulet | -25/+22 |
| 2025-02-24 | Remove dyn_compatible_for_dispatch | Michael Goulet | -38/+22 |
| 2025-02-24 | rename simd_shuffle_generic → simd_shuffle_const_generic | Ralf Jung | -5/+5 |
| 2025-02-24 | Don't immediately panic if dropck fails without returning errors | Matthew Jasper | -5/+4 |
| 2025-02-24 | Better error message for unsized pointers | Michael Goulet | -1/+18 |
| 2025-02-24 | Properly support thin ptrs that are only thin due to their param-env in asm m... | Michael Goulet | -5/+4 |
| 2025-02-24 | lower attr spans and inline some functions to hopefully mitigate perf regress... | Jana Dönszelmann | -13/+52 |
| 2025-02-24 | add test to verify that #132391 can be closed | Jana Dönszelmann | -5/+8 |
| 2025-02-24 | change smir attributes getters to only support tool attributes | Jana Dönszelmann | -26/+43 |
| 2025-02-24 | pretty print hir attributes | Jana Dönszelmann | -21/+316 |
| 2025-02-24 | Fix rustdoc and clippy | Jana Dönszelmann | -0/+1 |
| 2025-02-24 | Introduce new-style attribute parsers for several attributes | Jana Dönszelmann | -1313/+1488 |
| 2025-02-24 | Introduce new parsing infrastructure and types for parsed attributes | Jana Dönszelmann | -276/+1408 |
| 2025-02-24 | Change span field accesses to method calls | Jana Dönszelmann | -201/+263 |
| 2025-02-24 | Rollup merge of #137505 - tgross35:builtins-cannot-call-error, r=compiler-errors | Jacob Pratt | -6/+16 |
| 2025-02-24 | Rollup merge of #137501 - nnethercote:mv-impls-out-of-syntax, r=compiler-errors | Jacob Pratt | -116/+110 |
| 2025-02-24 | Rollup merge of #136610 - Jarcho:range_idx, r=Noratrieb | Jacob Pratt | -42/+144 |
| 2025-02-24 | remove support for rustc_intrinsic_must_be_overridden from the compiler | Ralf Jung | -151/+41 |
| 2025-02-24 | Add a span to `CompilerBuiltinsCannotCall` | Trevor Gross | -6/+16 |
| 2025-02-24 | Auto merge of #137271 - nikic:gep-nuw-2, r=scottmcm | bors | -22/+86 |
| 2025-02-24 | Fix some `use` items that import more than necessary. | Nicholas Nethercote | -4/+4 |
| 2025-02-24 | Move `impl` blocks out of `rustc_middle/src/mir/syntax.rs`. | Nicholas Nethercote | -112/+106 |
| 2025-02-23 | Rollup merge of #137483 - bend-n:😅, r=Noratrieb | Trevor Gross | -3/+3 |
| 2025-02-23 | Rollup merge of #137451 - compiler-errors:synm, r=Noratrieb | Trevor Gross | -1/+1 |
| 2025-02-23 | Rollup merge of #137297 - tgross35:update-builtins, r=tgross35 | Trevor Gross | -2/+2 |
| 2025-02-23 | Rollup merge of #136637 - Pyr0de:binary-format, r=Noratrieb | Trevor Gross | -48/+102 |
| 2025-02-23 | Rollup merge of #136543 - RalfJung:round-ties-even, r=tgross35 | Trevor Gross | -55/+30 |
| 2025-02-23 | Rollup merge of #136439 - yotamofek:pr/codegen-ssa-no-indexing, r=Noratrieb | Trevor Gross | -110/+95 |
| 2025-02-23 | rename sub_ptr 😅 | bendn | -3/+3 |
| 2025-02-23 | Auto merge of #137225 - RalfJung:vectorcall, r=nnethercote | bors | -83/+107 |
| 2025-02-23 | stabilize extract_if | bendn | -6/+0 |
| 2025-02-23 | Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrum | bors | -230/+14 |
| 2025-02-23 | Rollup merge of #137458 - compiler-errors:render-fn, r=fmease | Jacob Pratt | -10/+14 |
| 2025-02-23 | Rollup merge of #137448 - compiler-errors:control-flow-oops, r=scottmcm | Jacob Pratt | -2/+2 |
| 2025-02-23 | Rollup merge of #137435 - estebank:match-arm-2, r=compiler-errors | Jacob Pratt | -2/+10 |
| 2025-02-23 | Rollup merge of #137423 - Urgau:imprv-pretty-hir, r=compiler-errors | Jacob Pratt | -21/+69 |
| 2025-02-23 | Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr... | Jacob Pratt | -289/+218 |