| 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/+30 |
| 2024-03-12 | Rollup merge of #122363 - Enselic:unix_sigpipe-str-list, r=oli-obk | Jubilee | -1/+13 |
| 2024-03-12 | Rollup merge of #122355 - fmease:rustdoc-fix-up-old-test, r=notriddle | Jubilee | -16/+26 |
| 2024-03-12 | Rollup merge of #122354 - clubby789:bootstrap-eager-verbose, r=albertlarsan68 | Jubilee | -52/+62 |
| 2024-03-12 | Rollup merge of #122245 - saethlin:check-dep-graph-size, r=petrochenkov | Jubilee | -3/+7 |
| 2024-03-12 | Rollup merge of #122081 - onur-ozkan:validate-path-remaps, r=clubby789 | Jubilee | -1/+14 |
| 2024-03-12 | Rollup merge of #121953 - jhorstmann:assembly-tests-for-masked-simd-instructi... | Jubilee | -0/+597 |
| 2024-03-12 | Rollup merge of #121754 - TimNN:split-target, r=Mark-Simulacrum,onur-ozkan | Jubilee | -25/+69 |
| 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 | -170/+461 |
| 2024-03-12 | Some comment nits | Oli Scherer | -6/+5 |
| 2024-03-12 | Auto merge of #122170 - alexcrichton:rename-wasi-threads, r=petrochenkov | bors | -169/+107 |
| 2024-03-12 | Add tests for the generated assembly of mask related simd instructions. | Jörn Horstmann | -0/+597 |
| 2024-03-12 | Auto merge of #122365 - matthiaskrgr:rollup-4i350h6, r=matthiaskrgr | bors | -378/+393 |
| 2024-03-12 | Fix stack overflow with recursive associated types | Oli Scherer | -0/+30 |
| 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 | -21/+28 |
| 2024-03-12 | Ensure nested allocations in statics do not get deduplicated | Oli Scherer | -54/+259 |
| 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 | -13/+19 |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -86/+90 |
| 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 | Add tests showing how we duplicate allocations when we shouldn't | Amanjeev Sethi | -0/+58 |
| 2024-03-12 | Rollup merge of #122343 - compiler-errors:rando, r=fmease | Matthias Krüger | -323/+261 |
| 2024-03-12 | Rollup merge of #122342 - ChrisDenton:defautlib, r=petrochenkov | Matthias Krüger | -8/+12 |
| 2024-03-12 | Rollup merge of #122339 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2024-03-12 | Rollup merge of #122319 - compiler-errors:next-solver-normalizing-self-constr... | Matthias Krüger | -1/+38 |
| 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 #121865 - Kirandevraj:unnamed-fields-filecheck, r=oli-obk | Matthias Krüger | -1/+20 |
| 2024-03-12 | Rollup merge of #115141 - ChrisDenton:windows-support, r=wesleywiser | Matthias Krüger | -8/+6 |
| 2024-03-12 | tests: Add ui/attributes/unix_sigpipe/unix_sigpipe-str-list.rs | Martin Nordholts | -1/+13 |
| 2024-03-12 | Auto merge of #121282 - saethlin:gep-null-means-no-provenance, r=scottmcm | bors | -8/+8 |
| 2024-03-12 | Auto merge of #112268 - lqd:osx-1cgu, r=Kobzol | bors | -2/+2 |
| 2024-03-12 | rustdoc: fix up old test | León Orell Valerian Liehr | -16/+26 |
| 2024-03-12 | Auto merge of #122036 - alexcrichton:test-wasm-with-wasi, r=oli-obk | bors | -791/+721 |
| 2024-03-11 | bootstrap: Don't eagerly format verbose messages | clubby789 | -52/+62 |
| 2024-03-11 | Lower transmutes from int to pointer type as gep on null | Ben Kimock | -8/+8 |
| 2024-03-11 | Auto merge of #112267 - lqd:win-1cgu, r=Kobzol | bors | -1/+2 |
| 2024-03-12 | updating variable names in CHECK | kirandevraj | -16/+16 |
| 2024-03-11 | Remove some unnecessary allow(incomplete_features) | Michael Goulet | -323/+261 |
| 2024-03-11 | [bootstrap] Move the split-debuginfo setting to the per-target section | Tim Neumann | -25/+69 |