| Age | Commit message (Expand) | Author | Lines |
| 2024-03-12 | Rollup merge of #122377 - zetanumbers:discriminant_kind_copypaste_fix, r=oli-obk | Jubilee | -2/+3 |
| 2024-03-12 | Rollup merge of #122366 - oli-obk:opaques_defined_by_overflow, r=lcnr | Jubilee | -0/+4 |
| 2024-03-12 | Rollup merge of #122245 - saethlin:check-dep-graph-size, r=petrochenkov | Jubilee | -3/+7 |
| 2024-03-12 | Fix discriminant_kind copy paste from the pointee trait case | Daria Sukhonina | -2/+3 |
| 2024-03-12 | Auto merge of #121644 - oli-obk:unique_static_innards2, r=RalfJung,nnethercote | bors | -159/+366 |
| 2024-03-12 | Some comment nits | Oli Scherer | -6/+5 |
| 2024-03-12 | Auto merge of #122170 - alexcrichton:rename-wasi-threads, r=petrochenkov | bors | -140/+75 |
| 2024-03-12 | Auto merge of #122365 - matthiaskrgr:rollup-4i350h6, r=matthiaskrgr | bors | -48/+73 |
| 2024-03-12 | Fix stack overflow with recursive associated types | Oli Scherer | -0/+4 |
| 2024-03-12 | Exhaustively match on the mutability and nestedness | Oli Scherer | -7/+9 |
| 2024-03-12 | Manual rustfmt | Oli Scherer | -5/+5 |
| 2024-03-12 | s/mt/mutability/ | Oli Scherer | -18/+25 |
| 2024-03-12 | Ensure nested allocations in statics do not get deduplicated | Oli Scherer | -49/+228 |
| 2024-03-12 | Make some functions private that are only ever used in the same module | Oli Scherer | -2/+2 |
| 2024-03-12 | Add `nested` bool to `DefKind::Static`. | Oli Scherer | -10/+16 |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -75/+79 |
| 2024-03-12 | Stop requiring a type when codegenning types. We can get all the type info we... | Oli Scherer | -10/+3 |
| 2024-03-12 | Check whether a static is mutable instead of passing it down | Oli Scherer | -9/+9 |
| 2024-03-12 | Swap the order of a piece of code to make follow up diffs simpler | Oli Scherer | -2/+2 |
| 2024-03-12 | Use information from allocation instead of from the static's type | Oli Scherer | -2/+6 |
| 2024-03-12 | Move `codegen_static` function body to an inherent method in preparation of s... | Oli Scherer | -23/+27 |
| 2024-03-12 | Reduce some duplicate work that is being done around statics | Oli Scherer | -8/+18 |
| 2024-03-12 | Share the llvm type computation between both arms of a condition | Oli Scherer | -5/+4 |
| 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 | Rename `wasm32-wasi-preview1-threads` to `wasm32-wasip1-threads` | Alex Crichton | -140/+75 |
| 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 |