| Age | Commit message (Expand) | Author | Lines |
| 2024-06-12 | Rename some functions | Oli Scherer | -4/+4 |
| 2024-06-12 | Eagerly emit the diagnostic instead of leaving it to all callers | Oli Scherer | -19/+21 |
| 2024-06-12 | Upgrade a span_delayed_bug into a span_bug, as we have no tests hitting it. | Oli Scherer | -7/+9 |
| 2024-06-12 | Avoid a bunch of booleans in favor of `Result<(), ErrorGuaranteed>` as that m... | Oli Scherer | -44/+35 |
| 2024-06-12 | Bump tracing-tree and allow rendering lines again | Oli Scherer | -1/+9 |
| 2024-06-12 | Auto merge of #126130 - compiler-errors:goal-relations, r=lcnr | bors | -178/+216 |
| 2024-06-12 | Auto merge of #123508 - WaffleLapkin:never-type-2024, r=compiler-errors | bors | -22/+37 |
| 2024-06-11 | Auto merge of #126284 - jieyouxu:rollup-nq7bf9k, r=jieyouxu | bors | -16/+71 |
| 2024-06-11 | Rollup merge of #126055 - lengrongfu:master, r=pnkfelix | 许杰友 Jieyou Xu (Joe) | -2/+6 |
| 2024-06-11 | Rollup merge of #125684 - estebank:pin-to-binding-suggestion, r=pnkfelix | 许杰友 Jieyou Xu (Joe) | -8/+60 |
| 2024-06-11 | Rollup merge of #125659 - tbu-:pr_rm_isize, r=pnkfelix | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-06-11 | Rollup merge of #115974 - m-ou-se:panicinfo-and-panicinfo, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -5/+4 |
| 2024-06-11 | Auto merge of #125174 - nnethercote:less-ast-pretty-printing, r=petrochenkov | bors | -16/+9 |
| 2024-06-11 | Try not to make obligations in handle_opaque_type | Michael Goulet | -91/+74 |
| 2024-06-11 | Rename some things | Michael Goulet | -44/+46 |
| 2024-06-11 | Make ObligationEmittingRelation deal with Goals only | Michael Goulet | -60/+119 |
| 2024-06-11 | Get rid of PredicateObligations | Michael Goulet | -26/+20 |
| 2024-06-11 | Rename std::panic::PanicInfo to PanicHookInfo. | Mara Bos | -5/+4 |
| 2024-06-11 | Rollup merge of #126265 - RalfJung:interpret-cast-validity, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -36/+34 |
| 2024-06-11 | Rollup merge of #126258 - oli-obk:recursive_rpit, r=lcnr | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-06-11 | Rollup merge of #126236 - Bryanskiy:delegation-no-entry-ice-2, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -1/+3 |
| 2024-06-11 | interpret: ensure we check bool/char for validity when they are used in a cast | Ralf Jung | -36/+34 |
| 2024-06-11 | Auto merge of #126262 - jieyouxu:rollup-g29lo3c, r=jieyouxu | bors | -29/+54 |
| 2024-06-11 | Rollup merge of #126259 - RalfJung:reachable-const, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -6/+9 |
| 2024-06-11 | Rollup merge of #126234 - Bryanskiy:delegation-no-entry-ice, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -2/+5 |
| 2024-06-11 | Rollup merge of #125913 - fmease:early-lints-spruce-up-some-diags, r=Nadrieril | 许杰友 Jieyou Xu (Joe) | -21/+40 |
| 2024-06-11 | Revert "When checking whether an impl applies, constrain hidden types of opaq... | Oli Scherer | -1/+1 |
| 2024-06-11 | reachable computation: clarify comments around consts | Ralf Jung | -6/+9 |
| 2024-06-11 | Auto merge of #126139 - compiler-errors:specializes, r=lcnr | bors | -25/+27 |
| 2024-06-11 | Auto merge of #125910 - scottmcm:single-use-consts, r=saethlin | bors | -104/+201 |
| 2024-06-10 | Rollup merge of #126215 - gurry:125737-bad-err-anon-futs, r=lcnr | Matthias Krüger | -0/+9 |
| 2024-06-10 | Rollup merge of #126184 - RalfJung:interpret-simd-nonpow2, r=oli-obk | Matthias Krüger | -6/+9 |
| 2024-06-10 | Rollup merge of #126159 - RalfJung:scalarint-size-mismatch, r=oli-obk | Matthias Krüger | -265/+216 |
| 2024-06-10 | Rollup merge of #126115 - gurry:125876-ice-unwrap-probe-many-result, r=compil... | Matthias Krüger | -11/+21 |
| 2024-06-10 | Rollup merge of #126063 - nnethercote:rm-unused-crate-deps, r=jackh726 | Matthias Krüger | -28/+5 |
| 2024-06-10 | Delegation: fix ICE on recursive delegation | Bryanskiy | -1/+3 |
| 2024-06-10 | Delegation: fix ICE on late diagnostics | Bryanskiy | -2/+5 |
| 2024-06-10 | Add explanatory note to async block type mismatch error | Gurinder Singh | -0/+9 |
| 2024-06-10 | ScalarInt: size mismatches are a bug, do not delay the panic | Ralf Jung | -265/+216 |
| 2024-06-10 | Remove some unused crate dependencies. | Nicholas Nethercote | -28/+5 |
| 2024-06-10 | Delete `ConstDebugInfo` pass | Scott McMurray | -105/+0 |
| 2024-06-10 | Try keeping a bitset for which locals need debuginfo updates | Scott McMurray | -7/+11 |
| 2024-06-10 | Add `SingleUseConsts` mir-opt pass | Scott McMurray | -1/+199 |
| 2024-06-10 | rustc_span: Optimize syntax context updates in spans | Vadim Petrochenkov | -73/+149 |
| 2024-06-09 | Rollup merge of #125041 - scottmcm:gvn-for-from-raw-parts, r=cjgillot | 许杰友 Jieyou Xu (Joe) | -12/+87 |
| 2024-06-09 | interpret: do not ICE on padded non-pow2 SIMD vectors | Ralf Jung | -6/+9 |
| 2024-06-09 | Auto merge of #126163 - RalfJung:simd-packed, r=calebzulawski,workingjubilee | bors | -4/+6 |
| 2024-06-09 | Auto merge of #126150 - RalfJung:offset_of_slice, r=compiler-errors | bors | -45/+114 |
| 2024-06-08 | simd packed types: update outdated check, extend codegen test | Ralf Jung | -4/+6 |
| 2024-06-08 | offset_of: allow (unstably) taking the offset of slice tail fields | Ralf Jung | -45/+114 |