| Age | Commit message (Expand) | Author | Lines |
| 2023-05-02 | Merge from rustc | Ralf Jung | -2614/+2705 |
| 2023-05-02 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-05-02 | Mark RPITIT and AFIT as no longer incomplete | Michael Goulet | -363/+59 |
| 2023-05-02 | Auto merge of #106075 - nbdd0121:ffi-unwind, r=joshtriplett | bors | -280/+53 |
| 2023-05-01 | Auto merge of #111066 - matthiaskrgr:rollup-4k6rj23, r=matthiaskrgr | bors | -16/+180 |
| 2023-05-01 | Auto merge of #111067 - albertlarsan68:fix-multiprocessing-x-py, r=jyn514 | bors | -19/+40 |
| 2023-05-01 | Make x.py work again in most (all?) cases | Albert Larsan | -19/+40 |
| 2023-05-01 | Rollup merge of #111065 - est31:send_mut_ref, r=m-ou-se | Matthias Krüger | -1/+6 |
| 2023-05-01 | Rollup merge of #111057 - xfix:tcpstream-as-raw-fd-inline, r=m-ou-se | Matthias Krüger | -0/+69 |
| 2023-05-01 | Rollup merge of #111042 - Zalathar:no-coverage, r=wesleywiser | Matthias Krüger | -2/+26 |
| 2023-05-01 | Rollup merge of #111038 - tmiasko:untainted-promoteds, r=compiler-errors | Matthias Krüger | -4/+27 |
| 2023-05-01 | Rollup merge of #110987 - infdahai:wasi_clock_time, r=m-ou-se | Matthias Krüger | -2/+2 |
| 2023-05-01 | Rollup merge of #110093 - beetrees:set-times-32-bit, r=joshtriplett | Matthias Krüger | -2/+39 |
| 2023-05-01 | Rollup merge of #109540 - marcospb19:edit-Path-with_file_name-example, r=m-ou-se | Matthias Krüger | -5/+11 |
| 2023-05-01 | Explicitly document how Send and Sync relate to references | est31 | -1/+6 |
| 2023-05-01 | Auto merge of #111010 - scottmcm:mem-replace-simpler, r=WaffleLapkin | bors | -59/+233 |
| 2023-05-01 | Inline AsRawFd implementations | Konrad Borowski | -0/+11 |
| 2023-05-01 | Inline socket function implementations | Konrad Borowski | -0/+9 |
| 2023-05-01 | Inline AsInner implementations | Konrad Borowski | -0/+49 |
| 2023-05-01 | Auto merge of #111036 - RalfJung:miri, r=RalfJung | bors | -455/+1436 |
| 2023-05-01 | Auto merge of #111026 - compiler-errors:only-typeck-root, r=cjgillot | bors | -1/+1 |
| 2023-04-30 | Update MIRI compiletests | Scott McMurray | -3/+3 |
| 2023-04-30 | Codegen fewer instructions in `mem::replace` | Scott McMurray | -78/+154 |
| 2023-05-01 | Auto merge of #111040 - matthiaskrgr:rollup-g2sns0f, r=matthiaskrgr | bors | -882/+812 |
| 2023-05-01 | Add `#[no_coverage]` to the test harness's `fn main` | Zalathar | -2/+26 |
| 2023-05-01 | Rollup merge of #111037 - Nilstrieb:close-the-offsetof, r=compiler-errors | Matthias Krüger | -1/+5 |
| 2023-05-01 | Rollup merge of #111033 - Nadrieril:Nadrieril-triagebot, r=compiler-errors | Matthias Krüger | -0/+4 |
| 2023-05-01 | Rollup merge of #111032 - clubby789:migrate-asm-diagnostics, r=compiler-errors | Matthias Krüger | -72/+179 |
| 2023-05-01 | Rollup merge of #111023 - tmiasko:multi-variant-capture, r=compiler-errors | Matthias Krüger | -0/+21 |
| 2023-05-01 | Rollup merge of #111015 - cjgillot:chained-let-and, r=compiler-errors | Matthias Krüger | -3/+10 |
| 2023-05-01 | Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber | Matthias Krüger | -806/+593 |
| 2023-04-30 | Leave promoteds untainted by errors when borrowck fails | Tomasz Miąsko | -4/+27 |
| 2023-04-30 | Close parentheses for `offset_of` in AST pretty printing | Nilstrieb | -1/+5 |
| 2023-04-30 | Ping Nadrieril when changing exhaustiveness checking | Nadrieril | -0/+4 |
| 2023-04-30 | update lockfile | Ralf Jung | -2/+4 |
| 2023-04-30 | Migrate `builtin_macros::asm` diagnostics to translatable diagnostics | clubby789 | -72/+179 |
| 2023-04-30 | Auto merge of #2864 - RalfJung:rustup, r=RalfJung | bors | -18854/+30001 |
| 2023-04-30 | make it more obvious when the rustc-pull failed | Ralf Jung | -3/+3 |
| 2023-04-30 | Merge from rustc | Ralf Jung | -18849/+29994 |
| 2023-04-30 | Auto merge of #110427 - Nilstrieb:parallel-bootstrap-startup, r=albertlarsan68 | bors | -15/+86 |
| 2023-04-30 | Parallelize initial rust extraction | Nilstrieb | -2/+68 |
| 2023-04-30 | Only cache typeck results if it's the typeck root | Michael Goulet | -1/+1 |
| 2023-04-30 | MIR pre-codegen test for `mem::replace` | Scott McMurray | -0/+98 |
| 2023-04-30 | Test precise capture with a multi-variant enum and exhaustive patterns | Tomasz Miąsko | -0/+21 |
| 2023-04-30 | Auto merge of #111017 - matthiaskrgr:rollup-yy9updi, r=matthiaskrgr | bors | -139/+268 |
| 2023-04-30 | Rollup merge of #111000 - JohnBobbo96:core_option_unneeded_function, r=jyn514 | Matthias Krüger | -6/+2 |
| 2023-04-30 | Rollup merge of #110999 - clubby789:bootstrap-stderr, r=Mark-Simulacrum | Matthias Krüger | -37/+47 |
| 2023-04-30 | Rollup merge of #110996 - loongarch-rs:fix-bootstrap, r=ozkanonur | Matthias Krüger | -1/+1 |
| 2023-04-30 | Rollup merge of #110732 - cjgillot:unit-const-prop, r=tmiasko | Matthias Krüger | -75/+79 |
| 2023-04-30 | Rollup merge of #110631 - notriddle:notriddle/impl-trait-cycle, r=GuillaumeGomez | Matthias Krüger | -19/+127 |