| Age | Commit message (Expand) | Author | Lines |
| 2024-04-10 | Rollup merge of #123668 - oli-obk:by_move_body_golfing, r=compiler-errors | Matthias Krüger | -51/+43 |
| 2024-04-10 | Rollup merge of #123612 - kxxt:riscv-target-abi, r=jieyouxu,nikic,DianQK | Matthias Krüger | -21/+56 |
| 2024-04-10 | Rollup merge of #123609 - compiler-errors:greek-question-mark, r=jieyouxu | Matthias Krüger | -25/+23 |
| 2024-04-10 | Rollup merge of #122200 - jieyouxu:unconditional-nightly-update-hint, r=estebank | Matthias Krüger | -45/+13 |
| 2024-04-09 | Iterate over parent captures first, as there is a 1:N mapping of parent captu... | Oli Scherer | -71/+63 |
| 2024-04-09 | Add a FIXME | Oli Scherer | -0/+1 |
| 2024-04-09 | Add a helper for extending a span to include any trailing whitespace | Michael Goulet | -25/+16 |
| 2024-04-09 | Don't use bytepos offsets when computing semicolon span for removal | Michael Goulet | -2/+9 |
| 2024-04-09 | driver: unconditionally show update nightly hint | 许杰友 Jieyou Xu (Joe) | -45/+13 |
| 2024-04-09 | Auto merge of #123676 - GuillaumeGomez:rollup-1hurixy, r=GuillaumeGomez | bors | -55/+65 |
| 2024-04-09 | Rollup merge of #123662 - compiler-errors:no-upvars-yet, r=oli-obk | Guillaume Gomez | -36/+48 |
| 2024-04-09 | Rollup merge of #123658 - compiler-errors:stop-assuming, r=oli-obk | Guillaume Gomez | -19/+17 |
| 2024-04-09 | Auto merge of #123631 - oli-obk:fail_slow, r=jieyouxu | bors | -22/+20 |
| 2024-04-09 | Shrink a loop to its looping part and move out the part that runs after the loop | Oli Scherer | -50/+50 |
| 2024-04-09 | prefer `expect` over `let else bug!` | Oli Scherer | -3/+2 |
| 2024-04-09 | Split out a complex if condition into a named function | Oli Scherer | -18/+18 |
| 2024-04-09 | Auto merge of #123272 - saethlin:reachable-mono-cleanup, r=cjgillot | bors | -68/+111 |
| 2024-04-09 | Pass value and valueLen to create a StringRef | Levi Zim | -10/+10 |
| 2024-04-09 | Auto merge of #123663 - matthiaskrgr:rollup-1qnj9j3, r=matthiaskrgr | bors | -853/+986 |
| 2024-04-09 | Rollup merge of #123655 - celinval:smir-fix-binop-ty, r=compiler-errors | Matthias Krüger | -39/+49 |
| 2024-04-09 | Rollup merge of #123649 - maurer:kcfi-v0, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2024-04-09 | Rollup merge of #123648 - oli-obk:pattern_types_syntax, r=compiler-errors | Matthias Krüger | -2/+6 |
| 2024-04-09 | Rollup merge of #123620 - rcvalle:rust-create-rustc-sanitizers, r=davidtwco | Matthias Krüger | -781/+899 |
| 2024-04-09 | Rollup merge of #122768 - oli-obk:why_is_E0699_so_bad, r=WaffleLapkin | Matthias Krüger | -29/+30 |
| 2024-04-09 | Set target-abi module flag for RISC-V targets | kxxt | -21/+56 |
| 2024-04-09 | Auto merge of #123099 - oli-obk:span_tcx, r=petrochenkov | bors | -54/+46 |
| 2024-04-08 | Don't rely on upvars being assigned just because coroutine-closure kind is as... | Michael Goulet | -36/+48 |
| 2024-04-09 | Auto merge of #122387 - DianQK:re-enable-early-otherwise-branch, r=cjgillot | bors | -119/+53 |
| 2024-04-08 | Actually, stop making any assumption about the projections applied to the upvar | Michael Goulet | -19/+17 |
| 2024-04-08 | Auto merge of #122077 - oli-obk:eager_opaque_checks4, r=lcnr | bors | -234/+265 |
| 2024-04-08 | Remove unimplemented!() from BinOp::ty() function | Celina G. Val | -39/+49 |
| 2024-04-08 | KCFI: Use legal charset in shim encoding | Matthew Maurer | -2/+2 |
| 2024-04-08 | Avoid ICEing without the `pattern_types` feature gate | Oli Scherer | -1/+5 |
| 2024-04-08 | Set the correct tracking issue for pattern types | Oli Scherer | -1/+1 |
| 2024-04-08 | Auto merge of #123645 - matthiaskrgr:rollup-yd8d7f1, r=matthiaskrgr | bors | -350/+568 |
| 2024-04-08 | Rollup merge of #123635 - maurer:kcfi-no-assoc, r=compiler-errors | Matthias Krüger | -1/+4 |
| 2024-04-08 | Rollup merge of #123632 - ohno418:fix-UnmatchedDelim-visibility, r=compiler-e... | Matthias Krüger | -5/+2 |
| 2024-04-08 | Rollup merge of #123591 - Zalathar:useless-cast, r=cuviper | Matthias Krüger | -2/+2 |
| 2024-04-08 | Rollup merge of #123578 - lqd:regression-123275, r=compiler-errors | Matthias Krüger | -3/+47 |
| 2024-04-08 | Rollup merge of #123518 - compiler-errors:by-move-fixes, r=oli-obk | Matthias Krüger | -35/+162 |
| 2024-04-08 | Rollup merge of #123367 - jswrenn:layoutify, r=compiler-errors | Matthias Krüger | -263/+288 |
| 2024-04-08 | Rollup merge of #122781 - nikic:ppc-abi-fix, r=cuviper | Matthias Krüger | -41/+63 |
| 2024-04-08 | sanitizers: Create the rustc_sanitizers crate | Ramon de C Valle | -781/+899 |
| 2024-04-08 | Auto merge of #120614 - DianQK:simplify-switch-int, r=cjgillot | bors | -116/+442 |
| 2024-04-08 | CFI: Fix ICE in KCFI non-associated function pointers | Matthew Maurer | -1/+4 |
| 2024-04-08 | Auto merge of #120131 - oli-obk:pattern_types_syntax, r=compiler-errors | bors | -35/+635 |
| 2024-04-08 | Compute transmutability from `rustc_target::abi::Layout` | Jack Wrenn | -263/+288 |
| 2024-04-08 | Ensure the canonical_param_env_cache does not contain inconsistent informatio... | Oli Scherer | -7/+16 |
| 2024-04-08 | Add a FIXME for something that requires touching too much code for this PR | Oli Scherer | -0/+1 |
| 2024-04-08 | Avoid fetching the opaque type origin when only "is this in the defining scop... | Oli Scherer | -27/+16 |