| Age | Commit message (Expand) | Author | Lines |
| 2024-03-12 | Mark codegen_gcc fields used only on feature master as such | Arthur Carcano | -0/+4 |
| 2024-03-12 | Remove unused fields in some structures | Arthur Carcano | -18/+11 |
| 2024-03-12 | Replace visibility test with reachability test in dead code detection | Arthur Carcano | -2/+3 |
| 2024-03-12 | Auto merge of #122365 - matthiaskrgr:rollup-4i350h6, r=matthiaskrgr | bors | -48/+73 |
| 2024-03-12 | Rollup merge of #122342 - ChrisDenton:defautlib, r=petrochenkov | Matthias Krüger | -8/+12 |
| 2024-03-12 | Rollup merge of #122319 - compiler-errors:next-solver-normalizing-self-constr... | Matthias Krüger | -1/+3 |
| 2024-03-12 | Rollup merge of #122194 - oli-obk:stash_delay_bug, r=nnethercote | Matthias Krüger | -7/+4 |
| 2024-03-12 | Rollup merge of #122000 - erer1243:issue-121868, r=nikic | Matthias Krüger | -30/+52 |
| 2024-03-12 | Rollup merge of #115141 - ChrisDenton:windows-support, r=wesleywiser | Matthias Krüger | -2/+2 |
| 2024-03-12 | Auto merge of #121282 - saethlin:gep-null-means-no-provenance, r=scottmcm | bors | -2/+2 |
| 2024-03-11 | Lower transmutes from int to pointer type as gep on null | Ben Kimock | -2/+2 |
| 2024-03-11 | Don't ICE when non-self part of trait goal is constrained in new solver | Michael Goulet | -1/+3 |
| 2024-03-11 | Auto merge of #121796 - oli-obk:eager_opaque_checks3, r=lcnr | bors | -111/+105 |
| 2024-03-11 | Update /NODEFAUTLIB comment for msvc | Chris Denton | -8/+12 |
| 2024-03-11 | Update Windows platform support | Chris Denton | -2/+2 |
| 2024-03-11 | update comment for RPITIT projections | lcnr | -15/+22 |
| 2024-03-11 | Eliminate `DefiningAnchor::Error`, it is indistinguishable from `DefiningAnch... | Oli Scherer | -18/+11 |
| 2024-03-11 | Make `DefiningAnchor::Bind` only store the opaque types that may be constrain... | Oli Scherer | -89/+83 |
| 2024-03-11 | Auto merge of #122338 - workingjubilee:rollup-xzpt4v4, r=workingjubilee | bors | -239/+577 |
| 2024-03-11 | Rollup merge of #122320 - erikdesjardins:vtable, r=nikic | Jubilee | -15/+17 |
| 2024-03-11 | Rollup merge of #122299 - compiler-errors:bt-for-must-diag, r=nnethercote | Jubilee | -8/+14 |
| 2024-03-11 | Rollup merge of #122249 - RalfJung:machine-read-hook, r=oli-obk | Jubilee | -12/+45 |
| 2024-03-11 | Rollup merge of #122166 - beetrees:remove-field-remapping, r=davidtwco | Jubilee | -34/+9 |
| 2024-03-11 | Rollup merge of #122152 - wutchzone:120892, r=fmease | Jubilee | -2/+84 |
| 2024-03-11 | Rollup merge of #122080 - Zalathar:drop-tree, r=oli-obk | Jubilee | -57/+93 |
| 2024-03-11 | Rollup merge of #121893 - RalfJung:const-interior-mut-tests, r=oli-obk | Jubilee | -5/+6 |
| 2024-03-11 | Rollup merge of #121438 - coolreader18:wasm32-panic-unwind, r=cuviper | Jubilee | -1/+10 |
| 2024-03-11 | Rollup merge of #119385 - fmease:assoc-const-eq-fixes-2, r=oli-obk,cjgillot | Jubilee | -33/+20 |
| 2024-03-11 | Rollup merge of #117458 - kjetilkjeka:embedded-linker, r=petrochenkov | Jubilee | -9/+146 |
| 2024-03-11 | Rollup merge of #116793 - WaffleLapkin:target_rules_the_backend, r=cjgillot | Jubilee | -59/+117 |
| 2024-03-11 | Rollup merge of #116791 - WaffleLapkin:unparallel-backends, r=oli-obk | Jubilee | -4/+16 |
| 2024-03-11 | Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco | bors | -61/+37 |
| 2024-03-11 | const-checking: add some corner case tests, and fix some nits | Ralf Jung | -5/+5 |
| 2024-03-11 | LLVM Bitcode Linker: Add as a linker known to the compiler | Kjetil Kjeka | -9/+142 |
| 2024-03-11 | NVPTX: Enable self-contained for the nvptx target | Kjetil Kjeka | -0/+4 |
| 2024-03-11 | Auto merge of #122305 - Nilstrieb:target-tiers, r=davidtwco | bors | -238/+1422 |
| 2024-03-11 | Run a single huge `par_body_owners` instead of many small ones after each other. | Oli Scherer | -27/+17 |
| 2024-03-11 | Merge various rustc_attr based tests | Oli Scherer | -8/+2 |
| 2024-03-11 | Enable creating backtraces via -Ztreat-err-as-bug when stashing errors | Oli Scherer | -7/+4 |
| 2024-03-11 | Never bail out early while running all the type check queries | Oli Scherer | -28/+20 |
| 2024-03-11 | Rollup merge of #122315 - nnethercote:multiple-into-diag-message, r=Nilstrieb | Jacob Pratt | -12/+5 |
| 2024-03-11 | Rollup merge of #121840 - oli-obk:freeze, r=dtolnay | Jacob Pratt | -1/+19 |
| 2024-03-11 | Allow multiple `impl Into<{D,Subd}iagMessage>` parameters in a function. | Nicholas Nethercote | -12/+5 |
| 2024-03-11 | Auto merge of #122050 - erikdesjardins:sret, r=nikic | bors | -8/+51 |
| 2024-03-10 | Store backtrace for must_produce_diag | Michael Goulet | -8/+14 |
| 2024-03-10 | use ptradd for vtable indexing | Erik Desjardins | -15/+17 |
| 2024-03-11 | Auto merge of #121752 - mu001999:dead_code/improve, r=pnkfelix | bors | -11/+85 |
| 2024-03-11 | Auto merge of #122132 - nnethercote:diag-renaming3, r=nnethercote | bors | -547/+528 |
| 2024-03-11 | Rename diagnostic derive things. | Nicholas Nethercote | -11/+10 |
| 2024-03-11 | Rename `DecorateLint` as `LintDiagnostic`. | Nicholas Nethercote | -45/+45 |