| Age | Commit message (Expand) | Author | Lines |
| 2023-08-11 | Switch to LLD as default linker for loongarch64-unknown-none* | WANG Rui | -2/+4 |
| 2023-08-10 | Auto merge of #114474 - estebank:missing-semi, r=compiler-errors | bors | -13/+169 |
| 2023-08-10 | Auto merge of #114697 - matthiaskrgr:rollup-ywooy8x, r=matthiaskrgr | bors | -25/+88 |
| 2023-08-10 | Rollup merge of #114684 - compiler-errors:redundant-resolves, r=lcnr | Matthias Krüger | -14/+7 |
| 2023-08-10 | Rollup merge of #114681 - zamazan4ik:master, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-08-10 | Rollup merge of #114678 - MortenLohne:bugfix/hir-has-side-effects, r=compiler... | Matthias Krüger | -6/+62 |
| 2023-08-10 | Rollup merge of #114674 - clubby789:clubby-vacation, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-08-10 | Rollup merge of #114278 - ozkanonur:validate-codegen-backend-config, r=clubby789 | Matthias Krüger | -3/+17 |
| 2023-08-10 | Auto merge of #112482 - tgross35:ci-non-rust-linters, r=pietroalbini | bors | -17/+682 |
| 2023-08-10 | Auto merge of #114614 - RalfJung:offset-of-sanity, r=cjgillot | bors | -1/+6 |
| 2023-08-10 | Auto merge of #114001 - meysam81:issue-111894-fix, r=clubby789 | bors | -47/+130 |
| 2023-08-10 | Remove redundant calls to resolve_vars_with_obligations | Michael Goulet | -3/+4 |
| 2023-08-10 | Remove redundant method | Michael Goulet | -11/+3 |
| 2023-08-10 | Update profile_sample_use.md | Alexander Zaitsev | -1/+1 |
| 2023-08-10 | Auto merge of #114648 - compiler-errors:perf-114604, r=lqd | bors | -5/+7 |
| 2023-08-10 | Bugfix: 'can_have_side_effects()' would return 'false' for struct/enum/array/... | Morten Lohne | -6/+62 |
| 2023-08-09 | Auto merge of #114673 - matthiaskrgr:rollup-9kroqpp, r=matthiaskrgr | bors | -155/+1173 |
| 2023-08-09 | Add clubby789 to `users_on_vacation` | clubby789 | -1/+1 |
| 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 |