| Age | Commit message (Expand) | Author | Lines |
| 2023-08-10 | make the provisional cache slightly less broken | lcnr | -55/+59 |
| 2023-08-10 | Auto merge of #114001 - meysam81:issue-111894-fix, r=clubby789 | bors | -47/+130 |
| 2023-08-10 | Auto merge of #114648 - compiler-errors:perf-114604, r=lqd | bors | -5/+7 |
| 2023-08-09 | Auto merge of #114673 - matthiaskrgr:rollup-9kroqpp, r=matthiaskrgr | bors | -155/+1173 |
| 2023-08-09 | Rollup merge of #114670 - compiler-errors:issue-114660, r=cjgillot | Matthias Krüger | -35/+40 |
| 2023-08-09 | Rollup merge of #114587 - ouz-a:smir_allocation, r=oli-obk | Matthias Krüger | -27/+186 |
| 2023-08-09 | Rollup merge of #114469 - estebank:arbitrary-self-types-mut-diff, r=davidtwco | Matthias Krüger | -17/+275 |
| 2023-08-09 | Rollup merge of #114377 - Enselic:test_get_dbpath_for_term-utf-8, r=thomcc | Matthias Krüger | -7/+5 |
| 2023-08-09 | Rollup merge of #111891 - rustbox:feat/riscv-isr-cconv, r=jackh726 | Matthias Krüger | -69/+513 |
| 2023-08-09 | Rollup merge of #110435 - aDotInTheVoid:rdj-field-ordering, r=GuillaumeGomez | Matthias Krüger | -0/+154 |
| 2023-08-09 | Auto merge of #114666 - bjorn3:sync_cg_clif-2023-08-09, r=bjorn3 | bors | -110/+194 |
| 2023-08-09 | Don't use type_of to determine if item has intrinsic shim | Michael Goulet | -35/+40 |
| 2023-08-09 | Merge commit '8f9ac9c22d6594cf059d8e6c71d414cc5ccd7975' into sync_cg_clif-202... | bjorn3 | -110/+194 |
| 2023-08-09 | only allocate bytes within AllocRange | ouz-a | -34/+47 |
| 2023-08-09 | Only resolve in new solver | Michael Goulet | -5/+7 |
| 2023-08-09 | Auto merge of #88936 - estebank:send-sync, r=nagisa | bors | -13/+223 |
| 2023-08-09 | Suggest using `Arc` on `!Send`/`!Sync` types | Esteban Kuber | -13/+223 |
| 2023-08-09 | Convert Const to Allocation in smir | ouz-a | -3/+149 |
| 2023-08-09 | Fix MinGW | bjorn3 | -0/+1 |
| 2023-08-09 | Auto merge of #114649 - Kobzol:bolt-remove-use-old-text, r=nikic | bors | -1/+6 |
| 2023-08-09 | Fix rustc test suite | bjorn3 | -3/+5 |
| 2023-08-09 | review comments | Esteban Küber | -19/+43 |
| 2023-08-09 | Rustup to rustc 1.73.0-nightly (03a119b0b 2023-08-07) | bjorn3 | -5/+29 |
| 2023-08-09 | Remove usage of `--use-old-text` for BOLT | Jakub Beránek | -1/+6 |
| 2023-08-09 | Auto merge of #114646 - matthiaskrgr:rollup-xf7qnmn, r=matthiaskrgr | bors | -1625/+272 |
| 2023-08-09 | Rollup merge of #114641 - kupiakos:ascii-char-to-not-as, r=scottmcm | Matthias Krüger | -4/+4 |
| 2023-08-09 | Rollup merge of #114638 - compiler-errors:rpitit-test-revisions, r=spastorino | Matthias Krüger | -1483/+0 |
| 2023-08-09 | Rollup merge of #114634 - chriswailes:android-platform-doc-update, r=Mark-Sim... | Matthias Krüger | -0/+2 |
| 2023-08-09 | Rollup merge of #114606 - bvanjoi:fix-113462, r=compiler-errors | Matthias Krüger | -7/+31 |
| 2023-08-09 | Rollup merge of #114548 - fee1-dead-contrib:migrate-to-trans, r=davidtwco | Matthias Krüger | -41/+79 |
| 2023-08-09 | Rollup merge of #113939 - the8472:pidfd-from-child, r=Mark-Simulacrum | Matthias Krüger | -90/+156 |
| 2023-08-09 | Auto merge of #99747 - ankane:float_gamma, r=workingjubilee | bors | -4/+161 |
| 2023-08-08 | fix(test): improve sensitivity of hygene tests | Seth Pellegrino | -11/+17 |
| 2023-08-08 | fix: add RiscvInterrupt* cconv to smir | Seth Pellegrino | -0/+4 |
| 2023-08-08 | feat: `riscv-interrupt-{m,s}` calling conventions | Seth Pellegrino | -58/+492 |
| 2023-08-09 | Auto merge of #114470 - pnkfelix:dont-export-no-mangle-from-proc-macros-issue... | bors | -3/+55 |
| 2023-08-09 | rustdoc-json: Add tests for field/variant ordering. | Alona Enraght-Moony | -0/+154 |
| 2023-08-08 | Rename copying `ascii::Char` methods from `as_` to `to_` | Alyssa Haroldsen | -4/+4 |
| 2023-08-08 | Auto merge of #114637 - matthiaskrgr:rollup-544y8p5, r=matthiaskrgr | bors | -205/+439 |
| 2023-08-08 | Remove dangling tests | Michael Goulet | -1483/+0 |
| 2023-08-08 | open pidfd in child process and send to the parent via SOCK_SEQPACKET+CMSG | The 8472 | -90/+156 |
| 2023-08-08 | Rollup merge of #114631 - lcnr:chalk-cycle-test, r=compiler-errors | Matthias Krüger | -0/+75 |
| 2023-08-08 | Rollup merge of #114630 - GuillaumeGomez:migrate-gui-test-color-30, r=notriddle | Matthias Krüger | -36/+36 |
| 2023-08-08 | Rollup merge of #114629 - Enselic:uncomment-gat-code, r=compiler-errors | Matthias Krüger | -2/+1 |
| 2023-08-08 | Rollup merge of #114628 - cedihegi:master, r=oli-obk | Matthias Krüger | -2/+4 |
| 2023-08-08 | Rollup merge of #114615 - RalfJung:interpret-invalid-where, r=lcnr | Matthias Krüger | -84/+16 |
| 2023-08-08 | Rollup merge of #114613 - ferrocene:pa-fix-rebuild, r=lqd | Matthias Krüger | -21/+36 |
| 2023-08-08 | Rollup merge of #114612 - lqd:east-17-warning, r=nikic | Matthias Krüger | -2/+0 |
| 2023-08-08 | Rollup merge of #113593 - rcvalle:rust-cfi-fix-90546, r=wesleywiser | Matthias Krüger | -31/+90 |
| 2023-08-08 | Rollup merge of #113586 - compiler-errors:style, r=joshtriplett | Matthias Krüger | -0/+3 |