| Age | Commit message (Expand) | Author | Lines |
| 2024-08-06 | Rollup merge of #128417 - tgross35:f16-f128-math, r=dtolnay | Trevor Gross | -8/+8 |
| 2024-08-07 | Auto merge of #128761 - matthiaskrgr:rollup-5p1mlqq, r=matthiaskrgr | bors | -1276/+1440 |
| 2024-08-07 | Rollup merge of #128718 - jieyouxu:check-cfg_attr, r=nnethercote | Matthias Krüger | -0/+1 |
| 2024-08-07 | Rollup merge of #128710 - ChrisDenton:null, r=jieyouxu | Matthias Krüger | -3/+7 |
| 2024-08-07 | Rollup merge of #128687 - RalfJung:interpret-call-refactor, r=WaffleLapkin | Matthias Krüger | -1230/+1269 |
| 2024-08-07 | Rollup merge of #125048 - dingxiangfei2009:stable-deref, r=amanieu | Matthias Krüger | -0/+1 |
| 2024-08-06 | fix test | Esteban Küber | -0/+8 |
| 2024-08-06 | Rollup merge of #128720 - y21:issue119620, r=compiler-errors | Matthias Krüger | -5/+5 |
| 2024-08-06 | Rollup merge of #128517 - clubby789:overflowing-lit-span, r=petrochenkov | Matthias Krüger | -9/+13 |
| 2024-08-06 | Rollup merge of #128377 - veera-sivarajan:fix-128249, r=davidtwco | Matthias Krüger | -14/+32 |
| 2024-08-06 | Rollup merge of #128369 - GrigorenkoPV:let-underscore-translatable, r=davidtwco | Matthias Krüger | -8/+9 |
| 2024-08-06 | fix rebase | Esteban Küber | -2/+3 |
| 2024-08-06 | Add `help` about using `cargo tree` | Esteban Küber | -0/+1 |
| 2024-08-06 | On trait bound mismatch, detect multiple crate versions in dep tree | Esteban Küber | -39/+124 |
| 2024-08-06 | Maintain highlighting in `note` and `help` even when they have a span | Esteban Küber | -2/+26 |
| 2024-08-06 | various cleanups based on review | Ralf Jung | -55/+54 |
| 2024-08-06 | make some Frame fields more private | Ralf Jung | -4/+12 |
| 2024-08-06 | interpret: refactor function call handling to be better-abstracted | Ralf Jung | -1230/+1262 |
| 2024-08-06 | Auto merge of #126804 - estebank:short-error-primary-label, r=davidtwco | bors | -1/+21 |
| 2024-08-06 | check_attr: treat cfg_attr like cfg | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2024-08-06 | On short error format, append primary span label to message | Esteban Küber | -1/+21 |
| 2024-08-06 | Auto merge of #128200 - estebank:normalize-whitespace, r=pnkfelix | bors | -30/+38 |
| 2024-08-06 | Auto merge of #125558 - Amanieu:const-asm-type, r=lcnr | bors | -37/+78 |
| 2024-08-06 | pass the right `ParamEnv` to `might_permit_raw_init_strict` | y21 | -5/+5 |
| 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 | Auto merge of #117468 - daxpedda:wasm-relaxed-simd, r=alexcrichton | bors | -1/+36 |
| 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 | 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 |