| Age | Commit message (Expand) | Author | Lines |
| 2024-04-06 | chore: fix some typos | findseat | -7/+7 |
| 2024-04-05 | Auto merge of #3451 - RalfJung:linux-foreign-items, r=RalfJung | bors | -47/+32 |
| 2024-04-05 | linux/foreign_items: reorder things to make more sense, remove duplicate sock... | Ralf Jung | -47/+32 |
| 2024-04-04 | Auto merge of #3447 - rust-lang:rustup-2024-04-04, r=saethlin | bors | -3003/+2990 |
| 2024-04-04 | Merge from rustc | The Miri Cronjob Bot | -3002/+2989 |
| 2024-04-04 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-04-04 | Teach MIR inliner query cycle avoidance about const_eval_select | Ben Kimock | -4/+32 |
| 2024-04-04 | Auto merge of #123240 - compiler-errors:assert-args-compat, r=fmease | bors | -114/+151 |
| 2024-04-03 | Auto merge of #123429 - matthiaskrgr:rollup-4emw4e9, r=matthiaskrgr | bors | -368/+1324 |
| 2024-04-03 | Rollup merge of #123421 - taiki-e:netbsd-doc, r=Nilstrieb | Matthias Krüger | -4/+4 |
| 2024-04-03 | Rollup merge of #123419 - petrochenkov:zeroindex, r=compiler-errors | Matthias Krüger | -90/+80 |
| 2024-04-03 | Rollup merge of #123395 - compiler-errors:postfix-matches-fixes-2, r=petroche... | Matthias Krüger | -3/+7 |
| 2024-04-03 | Rollup merge of #123301 - Nadrieril:unions, r=compiler-errors | Matthias Krüger | -14/+138 |
| 2024-04-03 | Rollup merge of #123291 - c410-f3r:testsssssss, r=petrochenkov | Matthias Krüger | -31/+9 |
| 2024-04-03 | Rollup merge of #122964 - joboet:pointer_expose, r=Amanieu | Matthias Krüger | -99/+105 |
| 2024-04-03 | Rollup merge of #122619 - erikdesjardins:cast, r=compiler-errors | Matthias Krüger | -89/+476 |
| 2024-04-03 | Rollup merge of #121595 - strottos:issue_116615, r=compiler-errors | Matthias Krüger | -38/+505 |
| 2024-04-03 | Auto merge of #123415 - petrochenkov:parenting, r=compiler-errors | bors | -3/+9 |
| 2024-04-04 | Fix target name in NetBSD platform-support doc | Taiki Endo | -4/+4 |
| 2024-04-03 | Auto merge of #123416 - matthiaskrgr:rollup-j85wj05, r=matthiaskrgr | bors | -69/+148 |
| 2024-04-03 | rustc_index: Add a `ZERO` constant to index types | Vadim Petrochenkov | -90/+80 |
| 2024-04-03 | Fix up error message for debug_assert_args_compat for IATs | Michael Goulet | -19/+31 |
| 2024-04-03 | Don't fill non-ty args with ty::Error | Michael Goulet | -17/+27 |
| 2024-04-03 | Simplify some cfging | Michael Goulet | -17/+11 |
| 2024-04-03 | Uplift and start using check_args_compatible more liberally | Michael Goulet | -90/+95 |
| 2024-04-03 | Stop chopping off args for no reason | Michael Goulet | -3/+19 |
| 2024-04-03 | Rollup merge of #123412 - Kobzol:ci-artifacts-in-summary, r=Mark-Simulacrum | Matthias Krüger | -0/+14 |
| 2024-04-03 | Rollup merge of #123394 - compiler-errors:postfix-match-fixes, r=estebank | Matthias Krüger | -33/+89 |
| 2024-04-03 | Rollup merge of #123393 - aDotInTheVoid:ast-p-docs, r=Nilstrieb | Matthias Krüger | -9/+7 |
| 2024-04-03 | Rollup merge of #123386 - Rajveer100:branch-for-issue-123227, r=onur-ozkan | Matthias Krüger | -11/+2 |
| 2024-04-03 | Rollup merge of #123382 - compiler-errors:assert-fndef-kind, r=fmease | Matthias Krüger | -3/+7 |
| 2024-04-03 | Rollup merge of #123342 - RalfJung:noskip, r=onur-ozkan | Matthias Krüger | -13/+8 |
| 2024-04-03 | Rollup merge of #123209 - ObsidianMinor:doc/external-clangrt, r=michaelwoerister | Matthias Krüger | -0/+21 |
| 2024-04-03 | Auto merge of #3446 - RalfJung:eventfd, r=RalfJung | bors | -7/+12 |
| 2024-04-03 | hir: Drop owner's own item-local id (zero) from parenting tables | Vadim Petrochenkov | -3/+9 |
| 2024-04-03 | rename `expose_addr` to `expose_provenance` | joboet | -99/+105 |
| 2024-04-03 | Output URLs of CI artifacts to GitHub summary | Jakub Beránek | -0/+14 |
| 2024-04-03 | epoll: note a FIXME | Ralf Jung | -0/+2 |
| 2024-04-03 | eventfd: fix flag check and note a FIXME | Ralf Jung | -7/+10 |
| 2024-04-03 | Auto merge of #123390 - tgross35:f16-f128-libs-basic-impls-bootstrap, r=jhpratt | bors | -6/+21 |
| 2024-04-03 | Set `CARGO` instead of `PATH` for Rust Clippy | Rajveer | -11/+2 |
| 2024-04-03 | Auto merge of #123322 - matthewjasper:remove-mir-unsafeck, r=lcnr,compiler-er... | bors | -2230/+659 |
| 2024-04-03 | Auto merge of #3444 - RalfJung:linux-epoll-eventfd-cleanup, r=RalfJung | bors | -106/+105 |
| 2024-04-03 | shims/linux: move epoll and eventfd into their own files, together with their... | Ralf Jung | -106/+105 |
| 2024-04-03 | Remove MIR unsafe check | Matthew Jasper | -2230/+659 |
| 2024-04-03 | rustc_ast: Update `P<T>` docs to reflect mutable status. | Alona Enraght-Moony | -9/+7 |
| 2024-04-03 | Auto merge of #123402 - workingjubilee:rollup-0j5ihn6, r=workingjubilee | bors | -42/+389 |
| 2024-04-03 | Auto merge of #3441 - RalfJung:fds, r=RalfJung | bors | -633/+663 |
| 2024-04-03 | Auto merge of #3440 - rust-lang:rustup-2024-04-03, r=RalfJung | bors | -7639/+10618 |
| 2024-04-03 | shims/unix: split general FD management from FS access; make a place for sockets | Ralf Jung | -633/+663 |