| Age | Commit message (Expand) | Author | Lines |
| 2024-02-21 | Auto merge of #121321 - compiler-errors:yeet-querytyperelating, r=lcnr | bors | -698/+462 |
| 2024-02-21 | Inline NllTypeRelating into its only usage site | Michael Goulet | -599/+451 |
| 2024-02-21 | Make TypeRelating more NLL-specific | Michael Goulet | -13/+13 |
| 2024-02-21 | Yeet QueryTypeRelatingDelegate | Michael Goulet | -106/+18 |
| 2024-02-21 | Auto merge of #121400 - fmease:rollup-8m29g7a, r=fmease | bors | -973/+1202 |
| 2024-02-21 | Rollup merge of #121396 - RalfJung:mir-const-value-inspect, r=oli-obk | León Orell Valerian Liehr | -12/+35 |
| 2024-02-21 | Rollup merge of #121379 - nnethercote:rm-unchecked_error_guaranteed, r=oli-obk | León Orell Valerian Liehr | -19/+8 |
| 2024-02-21 | Rollup merge of #121366 - nnethercote:rm-diagnostic_builder.rs, r=compiler-er... | León Orell Valerian Liehr | -372/+350 |
| 2024-02-21 | Rollup merge of #121359 - lcnr:typesystem-cleanup, r=compiler-errors | León Orell Valerian Liehr | -151/+169 |
| 2024-02-21 | Rollup merge of #121347 - davidtwco:compiletest-aux-aux, r=oli-obk | León Orell Valerian Liehr | -23/+44 |
| 2024-02-21 | Rollup merge of #121340 - GrigorenkoPV:bootstrap-clippy, r=onur-ozkan | León Orell Valerian Liehr | -326/+317 |
| 2024-02-21 | Rollup merge of #121175 - Nadrieril:simplify-or-selection, r=matthewjasper | León Orell Valerian Liehr | -40/+51 |
| 2024-02-21 | Rollup merge of #121044 - compiler-errors:mbe-async-trait-bounds, r=fmease | León Orell Valerian Liehr | -30/+228 |
| 2024-02-21 | compiletest: support auxiliaries with auxiliaries | David Wood | -23/+44 |
| 2024-02-21 | make it possible for outside crates to inspect a mir::ConstValue with the int... | Ralf Jung | -12/+35 |
| 2024-02-21 | Auto merge of #121383 - Dylan-DPC:rollup-735p4u4, r=Dylan-DPC | bors | -174/+292 |
| 2024-02-21 | Test one or pattern at a time | Nadrieril | -29/+42 |
| 2024-02-21 | Tweak block management | Nadrieril | -13/+11 |
| 2024-02-21 | Auto merge of #120718 - saethlin:reasonable-fast-math, r=nnethercote | bors | -14/+226 |
| 2024-02-21 | Rollup merge of #121375 - chenyukang:yukang-fix-tidy, r=albertlarsan68 | Dylan DPC | -1/+1 |
| 2024-02-21 | Rollup merge of #121361 - pitaj:diag_items-legacy_numeric_constants, r=Nilstrieb | Dylan DPC | -0/+12 |
| 2024-02-21 | Rollup merge of #121338 - jieyouxu:ambiguous_wide_pointer_comparisons_suggest... | Dylan DPC | -7/+59 |
| 2024-02-21 | Rollup merge of #121328 - ffmancera:ff/verbose_long_type, r=compiler-errors | Dylan DPC | -1/+24 |
| 2024-02-21 | Rollup merge of #121304 - compiler-errors:ext, r=nnethercote | Dylan DPC | -0/+14 |
| 2024-02-21 | Rollup merge of #121288 - tshepang:make-expand-translatable, r=michaelwoerister | Dylan DPC | -10/+52 |
| 2024-02-21 | Rollup merge of #121208 - nnethercote:delayed_bug-to-bug, r=lcnr | Dylan DPC | -155/+130 |
| 2024-02-21 | Auto merge of #120588 - alexcrichton:wasm-rmeta-object, r=wesleywiser,bjorn3 | bors | -21/+97 |
| 2024-02-21 | Remove an `unchecked_error_guaranteed` call. | Nicholas Nethercote | -19/+8 |
| 2024-02-21 | Docs for extension proc-macro | Michael Goulet | -0/+14 |
| 2024-02-21 | Auto merge of #121380 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-02-21 | Update cargo | Weihang Lo | -0/+0 |
| 2024-02-21 | Auto merge of #121172 - Nadrieril:simplify-empty-selection, r=matthewjasper | bors | -368/+443 |
| 2024-02-21 | print proper relative path for descriptive name check | yukang | -1/+1 |
| 2024-02-21 | Auto merge of #120904 - Nadrieril:match-lowering-intermediate-repr, r=matthew... | bors | -260/+219 |
| 2024-02-21 | Remove some no-longer-needed `pub(crate)` markers. | Nicholas Nethercote | -10/+5 |
| 2024-02-21 | Merge `diagnostic_builder.rs` into `diagnostic.rs`. | Nicholas Nethercote | -372/+355 |
| 2024-02-21 | Convert `bug`s back to `delayed_bug`s. | Nicholas Nethercote | -42/+87 |
| 2024-02-21 | Convert `delayed_bug`s to `bug`s. | Nicholas Nethercote | -157/+87 |
| 2024-02-20 | Auto merge of #121356 - matthiaskrgr:rollup-d80af2s, r=matthiaskrgr | bors | -565/+729 |
| 2024-02-20 | Suggest using --verbose when writing type to a file | Fernando Fernandez Mancera | -0/+23 |
| 2024-02-21 | bootstrap: apply most of clippy's suggestions | Pavel Grigorenko | -326/+317 |
| 2024-02-20 | diagnostic items for legacy numeric modules | Peter Jaszkowiak | -0/+12 |
| 2024-02-20 | some type system cleanup | lcnr | -151/+169 |
| 2024-02-20 | Rollup merge of #121352 - malobre:patch-1, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2024-02-20 | Rollup merge of #121350 - compiler-errors:resolve, r=oli-obk | Matthias Krüger | -16/+29 |
| 2024-02-20 | Rollup merge of #121344 - fmease:lta-constr-by-input, r=oli-obk | Matthias Krüger | -173/+300 |
| 2024-02-20 | Rollup merge of #121323 - compiler-errors:raw-param-types, r=oli-obk | Matthias Krüger | -2/+37 |
| 2024-02-20 | Rollup merge of #121322 - compiler-errors:next-solver-fulfillment-ice, r=lcnr | Matthias Krüger | -1/+30 |
| 2024-02-20 | Rollup merge of #121277 - reitermarkus:generic-nonzero-convert-num, r=dtolnay | Matthias Krüger | -367/+325 |
| 2024-02-20 | Rollup merge of #119203 - farnoy:simd-masked-intrinsic-docfix, r=RalfJung | Matthias Krüger | -4/+6 |