| Age | Commit message (Expand) | Author | Lines |
| 2024-04-03 | Auto merge of #123416 - matthiaskrgr:rollup-j85wj05, r=matthiaskrgr | bors | -69/+148 |
| 2024-04-03 | add missing links in development guide | Francisco Salgueiro | -6/+5 |
| 2024-04-03 | rustc_index: Add a `ZERO` constant to index types | Vadim Petrochenkov | -2/+2 |
| 2024-04-03 | rustc_index: Add a `ZERO` constant to index types | Vadim Petrochenkov | -90/+80 |
| 2024-04-03 | Use jemalloc for releases | Laurențiu Nicola | -2/+2 |
| 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 | Auto merge of #17003 - krobelus:utf8-positions-multibyte, r=Veykril | bors | -6/+11 |
| 2024-04-03 | Auto merge of #17006 - Veykril:cfg-censor-fixes, r=Veykril | bors | -57/+85 |
| 2024-04-03 | Fix some cfg censoring bugs | Lukas Wirth | -57/+85 |
| 2024-04-03 | hir: Drop owner's own item-local id (zero) from parenting tables | Vadim Petrochenkov | -3/+9 |
| 2024-04-03 | Added target metadata | Adam Gastineau | -8/+8 |
| 2024-04-03 | rename `expose_addr` to `expose_provenance` | joboet | -1/+1 |
| 2024-04-03 | rename `expose_addr` to `expose_provenance` | joboet | -2/+2 |
| 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 | Fix off-by-one error converting to LSP UTF8 offsets with multi-byte char | Johannes Altmanninger | -6/+11 |
| 2024-04-03 | Auto merge of #123390 - tgross35:f16-f128-libs-basic-impls-bootstrap, r=jhpratt | bors | -6/+21 |
| 2024-04-03 | Fix ICE on unchecked shift | Taiki Endo | -1/+1 |
| 2024-04-03 | Update `rustdoc_css_themes.rs` to take into account new selectors | Guillaume Gomez | -2/+5 |
| 2024-04-03 | Add GUI test to ensure there is always a theme applied if JS is disabled | Guillaume Gomez | -0/+5 |
| 2024-04-03 | Default to light theme is JS is enabled but not working | Guillaume Gomez | -3/+9 |
| 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 #17000 - mrnossiom:master, r=Veykril | bors | -2/+1 |
| 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 #17002 - Veykril:layout-defaults, r=Veykril | bors | -10/+61 |
| 2024-04-03 | Consider ADT generic parameter defaults for unsubstituted layout calculations | Lukas Wirth | -10/+61 |
| 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 |
| 2024-04-02 | Rollup merge of #123388 - tshepang:consistency, r=jhpratt | Jubilee | -2/+2 |
| 2024-04-02 | Rollup merge of #123359 - bzEq:aix-libc++abi, r=cuviper | Jubilee | -0/+6 |