| Age | Commit message (Expand) | Author | Lines |
| 2024-12-05 | Avoid looking at HIR for inline const pattern literals | Oli Scherer | -24/+0 |
| 2024-12-05 | Auto merge of #133828 - compiler-errors:incr-sad, r=lcnr | bors | -10/+47 |
| 2024-12-04 | Auto merge of #133865 - matthiaskrgr:rollup-9v2f3w4, r=matthiaskrgr | bors | -2161/+1897 |
| 2024-12-04 | Rollup merge of #133856 - GuillaumeGomez:update-sysinfo, r=clubby789 | Matthias Krüger | -8/+9 |
| 2024-12-04 | Rollup merge of #133851 - oli-obk:push-pzwykzozkomq, r=jieyouxu | Matthias Krüger | -2/+4 |
| 2024-12-04 | Rollup merge of #133850 - oli-obk:push-xryukktpyooq, r=compiler-errors | Matthias Krüger | -138/+56 |
| 2024-12-04 | Rollup merge of #133849 - Zalathar:replay, r=oli-obk | Matthias Krüger | -1589/+1719 |
| 2024-12-04 | Rollup merge of #133847 - nnethercote:rm-Z-show-span, r=compiler-errors | Matthias Krüger | -91/+1 |
| 2024-12-04 | Rollup merge of #133831 - BoxyUwU:ice_on_unfed_type_of, r=compiler-errors | Matthias Krüger | -271/+16 |
| 2024-12-04 | Rollup merge of #133774 - dingxiangfei2009:translatable-coerce-pointee-errors... | Matthias Krüger | -48/+78 |
| 2024-12-04 | Rollup merge of #133737 - Walnut356:msvc_visualizers, r=onur-ozkan | Matthias Krüger | -14/+14 |
| 2024-12-04 | Make sure to record deps from cached task in new solver on first run | Michael Goulet | -10/+22 |
| 2024-12-04 | Add failing test | Michael Goulet | -0/+25 |
| 2024-12-04 | Update sysinfo version to 0.33.0 | Guillaume Gomez | -8/+9 |
| 2024-12-04 | make CoercePointee errors translatable | Ding Xiang Fei | -48/+78 |
| 2024-12-04 | Stop git from merging generated files | Oli Scherer | -2/+4 |
| 2024-12-04 | Auto merge of #133799 - DianQK:llvm/19.1.5, r=nikic | bors | -1/+1 |
| 2024-12-04 | Avoid `opaque type not constrained` errors in the presence of other errors | Oli Scherer | -135/+56 |
| 2024-12-04 | Remove some noisy tracing | Oli Scherer | -3/+0 |
| 2024-12-04 | Remove `-Zshow-span`. | Nicholas Nethercote | -91/+1 |
| 2024-12-04 | Auto merge of #133841 - matthiaskrgr:rollup-2snj3hc, r=matthiaskrgr | bors | -830/+913 |
| 2024-12-04 | coverage: Remove the expression simplifier from `CoverageCounters` | Zalathar | -51/+4 |
| 2024-12-04 | coverage: Use a separate counter type during counter creation | Zalathar | -73/+94 |
| 2024-12-04 | coverage: Add an extra "transcribe" step after counter creation | Zalathar | -1440/+1608 |
| 2024-12-04 | coverage: Use a single `make_phys_counter` method | Zalathar | -19/+4 |
| 2024-12-04 | coverage: Rename `CounterIncrementSite` to just `Site` | Zalathar | -13/+14 |
| 2024-12-04 | coverage: Extract `subtracted_sum` in counter creation | Zalathar | -12/+14 |
| 2024-12-04 | Rollup merge of #133817 - clubby789:bootstrap-eprintln, r=jieyouxu | Matthias Krüger | -206/+210 |
| 2024-12-04 | Rollup merge of #133804 - GuillaumeGomez:improve-code, r=notriddle | Matthias Krüger | -28/+22 |
| 2024-12-04 | Rollup merge of #133798 - lcnr:nested-bodies-opaques, r=compiler-errors | Matthias Krüger | -46/+70 |
| 2024-12-04 | Rollup merge of #133784 - dtolnay:visitspans, r=compiler-errors | Matthias Krüger | -22/+10 |
| 2024-12-04 | Rollup merge of #133764 - aDotInTheVoid:rename, r=GuillaumeGomez | Matthias Krüger | -18/+18 |
| 2024-12-04 | Rollup merge of #133651 - scottmcm:nonnull-nonzero-no-field-projection, r=oli... | Matthias Krüger | -510/+583 |
| 2024-12-04 | Auto merge of #133825 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-12-04 | Auto merge of #133818 - matthiaskrgr:rollup-iav1wq7, r=matthiaskrgr | bors | -240/+566 |
| 2024-12-04 | Add comment to test | Boxy | -1/+2 |
| 2024-12-03 | tidy: `println!` -> `eprintln!` | clubby789 | -12/+12 |
| 2024-12-03 | compiletest: `println!` -> `eprintln!` | clubby789 | -54/+54 |
| 2024-12-03 | bootstrap: `println!` -> `eprintln!` | clubby789 | -140/+144 |
| 2024-12-03 | Don't try and handle unfed `type_of` on anon consts | Boxy | -270/+14 |
| 2024-12-03 | Update cargo | Weihang Lo | -0/+0 |
| 2024-12-03 | Rename `is_real_and_local` function into `filename_real_and_local` | Guillaume Gomez | -3/+4 |
| 2024-12-03 | Rollup merge of #133813 - clubby789:ui-pass-note, r=jieyouxu | Matthias Krüger | -4/+7 |
| 2024-12-03 | Rollup merge of #133812 - alexcrichton:update-wasm-component-ld, r=jieyouxu | Matthias Krüger | -3/+12 |
| 2024-12-03 | Rollup merge of #133811 - mustartt:change-default-codemodel, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-12-03 | Rollup merge of #133768 - compiler-errors:gate, r=lcnr,jackh726 | Matthias Krüger | -124/+300 |
| 2024-12-03 | Rollup merge of #133726 - joshtriplett:breakpoint, r=oli-obk | Matthias Krüger | -13/+66 |
| 2024-12-03 | Rollup merge of #133681 - RalfJung:niches, r=wesleywiser | Matthias Krüger | -92/+177 |
| 2024-12-03 | Rollup merge of #132937 - xmh0511:master, r=m-ou-se | Matthias Krüger | -3/+3 |
| 2024-12-03 | Update `NonZero` and `NonNull` to not field-project (per MCP807) | Scott McMurray | -510/+583 |