| Age | Commit message (Expand) | Author | Lines |
| 2024-04-08 | Auto merge of #123645 - matthiaskrgr:rollup-yd8d7f1, r=matthiaskrgr | bors | -933/+1896 |
| 2024-04-08 | Rollup merge of #123635 - maurer:kcfi-no-assoc, r=compiler-errors | Matthias Krüger | -3/+10 |
| 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/+291 |
| 2024-04-08 | Rollup merge of #123564 - scottmcm:step-by-div-zero, r=joboet | Matthias Krüger | -31/+75 |
| 2024-04-08 | Rollup merge of #123547 - klensy:bs-pubs, r=onur-ozkan | Matthias Krüger | -30/+0 |
| 2024-04-08 | Rollup merge of #123518 - compiler-errors:by-move-fixes, r=oli-obk | Matthias Krüger | -35/+461 |
| 2024-04-08 | Rollup merge of #123367 - jswrenn:layoutify, r=compiler-errors | Matthias Krüger | -783/+899 |
| 2024-04-08 | Rollup merge of #122781 - nikic:ppc-abi-fix, r=cuviper | Matthias Krüger | -41/+156 |
| 2024-04-08 | Auto merge of #120614 - DianQK:simplify-switch-int, r=cjgillot | bors | -158/+1092 |
| 2024-04-08 | CFI: Fix ICE in KCFI non-associated function pointers | Matthew Maurer | -3/+10 |
| 2024-04-08 | Auto merge of #120131 - oli-obk:pattern_types_syntax, r=compiler-errors | bors | -66/+1499 |
| 2024-04-08 | Compute transmutability from `rustc_target::abi::Layout` | Jack Wrenn | -783/+899 |
| 2024-04-08 | parser: reduce visibility of unnecessary public `UnmatchedDelim` | Yutaro Ohno | -5/+2 |
| 2024-04-08 | Auto merge of #123628 - matthiaskrgr:rollup-6otgb94, r=matthiaskrgr | bors | -203/+403 |
| 2024-04-08 | Rollup merge of #123625 - oli-obk:private_fnctxt, r=fee1-dead | Matthias Krüger | -63/+57 |
| 2024-04-08 | Rollup merge of #123595 - balaganesh102004:master, r=joboet | Matthias Krüger | -1/+1 |
| 2024-04-08 | Rollup merge of #123089 - Philippe-Cholet:vecdeque_pop_assume_cap, r=Nilstrieb | Matthias Krüger | -2/+75 |
| 2024-04-08 | Rollup merge of #122807 - danielhuang:fix-1, r=davidtwco | Matthias Krüger | -5/+5 |
| 2024-04-08 | Rollup merge of #120144 - petrochenkov:unty, r=davidtwco | Matthias Krüger | -29/+14 |
| 2024-04-08 | Rollup merge of #115984 - hermit-os:fuse, r=m-ou-se | Matthias Krüger | -103/+251 |
| 2024-04-08 | Auto merge of #123608 - Mark-Simulacrum:no-demangle-dbg, r=Kobzol | bors | -0/+1 |
| 2024-04-08 | Normalize layout test to protect against android alignment differences | Oli Scherer | -15/+18 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -77/+1208 |
| 2024-04-08 | Test macros | Oli Scherer | -0/+35 |
| 2024-04-08 | Start handling pattern types at the HIR -> Ty conversion boundary | Oli Scherer | -7/+36 |
| 2024-04-08 | Thread pattern types through the HIR | Oli Scherer | -5/+48 |
| 2024-04-08 | Stop exporting `TypeckRootCtxt` and `FnCtxt`. | Oli Scherer | -63/+57 |
| 2024-04-08 | Add pattern types to parser | Oli Scherer | -0/+167 |
| 2024-04-08 | Add pattern types to ast | Oli Scherer | -1/+26 |
| 2024-04-08 | Change the return type of `can_simplify` to `Option<()>` | DianQK | -28/+26 |
| 2024-04-08 | Add comments for `CompareType` | DianQK | -8/+11 |
| 2024-04-08 | Updating the MIR with MirPatch | DianQK | -50/+54 |
| 2024-04-08 | Transforms a match containing negative numbers into an assignment statement a... | DianQK | -59/+100 |
| 2024-04-08 | Transforms match into an assignment statement | DianQK | -117/+370 |
| 2024-04-08 | Refactor `MatchBranchSimplification` | DianQK | -133/+205 |
| 2024-04-08 | Update matches_reduce_branches.rs | DianQK | -4/+567 |
| 2024-04-08 | Add invariant to VecDeque::pop_* that len < cap if pop successful | Philippe-Cholet | -2/+75 |
| 2024-04-08 | Auto merge of #123577 - Urgau:prep-work-for-compiletest-check-cfg, r=oli-obk | bors | -165/+121 |
| 2024-04-08 | Auto merge of #123616 - bzEq:fix-be-test, r=jhpratt | bors | -0/+1 |
| 2024-04-08 | Limited to little endian target | Kai Luo | -0/+1 |
| 2024-04-08 | force_array -> is_consecutive | Nikita Popov | -57/+53 |
| 2024-04-08 | Fix argument ABI for overaligned structs on ppc64le | Nikita Popov | -33/+152 |
| 2024-04-08 | Auto merge of #123569 - c410-f3r:testsssssss, r=jieyouxu | bors | -26/+26 |
| 2024-04-08 | Auto merge of #123506 - RalfJung:miri-test-libstd, r=Mark-Simulacrum | bors | -12/+68 |
| 2024-04-07 | Remove debuginfo from rustc-demangle too | Mark Rousskov | -0/+1 |
| 2024-04-07 | Auto merge of #123597 - Gbd199:patch-1, r=jhpratt | bors | -1/+1 |
| 2024-04-07 | Move tests | Caio | -26/+26 |
| 2024-04-07 | Auto merge of #123601 - jieyouxu:compiletest-run-rustfix-revisions, r=WaffleL... | bors | -9/+57 |