| Age | Commit message (Expand) | Author | Lines |
| 2024-08-05 | Don't ICE if getting the input's file_stem fails | Chris Denton | -3/+7 |
| 2024-08-05 | Rollup merge of #128697 - RalfJung:nullary-op, r=compiler-errors | Matthias Krüger | -39/+47 |
| 2024-08-05 | Rollup merge of #128694 - compiler-errors:norm, r=WaffleLapkin | Matthias Krüger | -0/+6 |
| 2024-08-05 | Rollup merge of #128688 - RalfJung:custom-mir-tail-calls, r=compiler-errors | Matthias Krüger | -0/+23 |
| 2024-08-05 | Rollup merge of #128580 - compiler-errors:cfi-param-env, r=lcnr | Matthias Krüger | -2/+3 |
| 2024-08-05 | Rollup merge of #122049 - Amanieu:riscv64-musl-tier2, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2024-08-05 | interpret: move nullary-op evaluation into operator.rs | Ralf Jung | -39/+47 |
| 2024-08-05 | Normalize when equating dyn tails in MIR borrowck | Michael Goulet | -0/+6 |
| 2024-08-05 | Auto merge of #128689 - matthiaskrgr:rollup-ukyn8wq, r=matthiaskrgr | bors | -28/+23 |
| 2024-08-05 | Rollup merge of #128664 - fuzzypixelz:add-codegen-ssa-debug-impls, r=lcnr | Matthias Krüger | -6/+6 |
| 2024-08-05 | Rollup merge of #128559 - compiler-errors:elaborate, r=lcnr | Matthias Krüger | -22/+17 |
| 2024-08-05 | custom MIR: add support for tail calls | Ralf Jung | -0/+23 |
| 2024-08-05 | Don't re-elaborated already elaborated caller bounds in method probe | Michael Goulet | -22/+17 |
| 2024-08-05 | Elaborate supertraits in dyn candidates | Michael Goulet | -6/+15 |
| 2024-08-05 | Enforce supertrait outlives obligations hold when confirming impl | Michael Goulet | -2/+47 |
| 2024-08-05 | Emit an error for invalid use of the `#[no_sanitize]` attribute | Shina | -1/+6 |
| 2024-08-05 | Auto merge of #117468 - daxpedda:wasm-relaxed-simd, r=alexcrichton | bors | -1/+36 |
| 2024-08-05 | RISC-V also has sane nontemporal stores | Ralf Jung | -1/+2 |
| 2024-08-05 | nontemporal_store: make sure that the intrinsic is truly just a hint | Ralf Jung | -8/+27 |
| 2024-08-05 | `OperandRef` already had a `Debug` impl | Mahmoud Mazouz | -1/+1 |
| 2024-08-05 | Auto merge of #128673 - matthiaskrgr:rollup-gtvpkm7, r=matthiaskrgr | bors | -0/+1 |
| 2024-08-05 | Rollup merge of #128630 - bvanjoi:resolve-comment, r=petrochenkov | Matthias Krüger | -0/+1 |
| 2024-08-05 | Rollup merge of #128623 - jieyouxu:check-attr-ice, r=nnethercote | Matthias Krüger | -71/+73 |
| 2024-08-05 | Rollup merge of #127907 - RalfJung:byte_slice_in_packed_struct_with_derive, r... | Matthias Krüger | -83/+12 |
| 2024-08-05 | Rollup merge of #127655 - RalfJung:invalid_type_param_default, r=compiler-errors | Matthias Krüger | -5/+4 |
| 2024-08-04 | Add `Debug` impls to API types in `rustc_codegen_ssa` | Mahmoud Mazouz | -7/+7 |
| 2024-08-04 | Auto merge of #128544 - compiler-errors:perf-warn_if_unreachable, r=fmease | bors | -18/+18 |
| 2024-08-04 | Fix warning. | Kyle Huey | -1/+1 |
| 2024-08-04 | Use Span::is_dummy(). | Kyle Huey | -1/+1 |
| 2024-08-04 | Rollup merge of #128531 - RalfJung:miri-recursive-validity, r=saethlin | Matthias Krüger | -78/+129 |
| 2024-08-04 | Rollup merge of #128305 - folkertdev:asm-parser-unsupported-operand, r=Amanieu | Matthias Krüger | -8/+43 |
| 2024-08-04 | docs(resolve): more explain about `target` | bohan | -0/+1 |
| 2024-08-04 | Implement a implicit target feature mechanism | daxpedda | -0/+35 |
| 2024-08-04 | Stabilize Wasm relaxed SIMD | daxpedda | -1/+1 |
| 2024-08-03 | When deduplicating unreachable blocks, erase the source information. | Kyle Huey | -0/+11 |
| 2024-08-03 | Special case DUMMY_SP to emit line 0/column 0 locations on DWARF platforms. | Kyle Huey | -2/+7 |
| 2024-08-04 | check_attr: cover multi-segment attributes on specific check arms | 许杰友 Jieyou Xu (Joe) | -71/+73 |
| 2024-08-03 | Auto merge of #128441 - Bryanskiy:delegation-perf, r=petrochenkov | bors | -27/+33 |
| 2024-08-03 | Make riscv64gc-unknown-linux-musl dynamically linked by default | Amanieu d'Antras | -0/+1 |
| 2024-08-03 | Auto merge of #128614 - matthiaskrgr:rollup-d2fextz, r=matthiaskrgr | bors | -46/+93 |
| 2024-08-03 | Make validate_mir pull optimized/ctfe MIR for all bodies | Michael Goulet | -0/+7 |
| 2024-08-03 | Rollup merge of #128581 - jieyouxu:checked-attr, r=nnethercote | Matthias Krüger | -6/+79 |
| 2024-08-03 | Rollup merge of #127921 - spastorino:stabilize-unsafe-extern-blocks, r=compil... | Matthias Krüger | -40/+14 |
| 2024-08-03 | Auto merge of #127324 - DianQK:match-br, r=cjgillot | bors | -66/+81 |
| 2024-08-04 | don't suggest turning crate-level attributes into outer style | yukang | -12/+42 |
| 2024-08-03 | Auto merge of #128370 - petrochenkov:libsearch, r=bjorn3 | bors | -38/+65 |
| 2024-08-03 | Auto merge of #128404 - compiler-errors:revert-dead-code-changes, r=pnkfelix | bors | -143/+71 |
| 2024-08-03 | Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix" | Michael Goulet | -93/+28 |
| 2024-08-03 | Revert "Rollup merge of #126315 - mu001999-contrib:fix/126289, r=petrochenkov" | Michael Goulet | -1/+1 |
| 2024-08-03 | Revert "Rollup merge of #126618 - mu001999-contrib:dead/enhance, r=pnkfelix" | Michael Goulet | -25/+16 |