about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-08-11Switch to LLD as default linker for loongarch64-unknown-none*WANG Rui-2/+4
2023-08-10Auto merge of #114474 - estebank:missing-semi, r=compiler-errorsbors-13/+169
2023-08-10Auto merge of #114697 - matthiaskrgr:rollup-ywooy8x, r=matthiaskrgrbors-25/+88
2023-08-10Rollup merge of #114684 - compiler-errors:redundant-resolves, r=lcnrMatthias Krüger-14/+7
2023-08-10Rollup merge of #114681 - zamazan4ik:master, r=compiler-errorsMatthias Krüger-1/+1
2023-08-10Rollup merge of #114678 - MortenLohne:bugfix/hir-has-side-effects, r=compiler...Matthias Krüger-6/+62
2023-08-10Rollup merge of #114674 - clubby789:clubby-vacation, r=compiler-errorsMatthias Krüger-1/+1
2023-08-10Rollup merge of #114278 - ozkanonur:validate-codegen-backend-config, r=clubby789Matthias Krüger-3/+17
2023-08-10Auto merge of #112482 - tgross35:ci-non-rust-linters, r=pietroalbinibors-17/+682
2023-08-10Auto merge of #114614 - RalfJung:offset-of-sanity, r=cjgillotbors-1/+6
2023-08-10Auto merge of #114001 - meysam81:issue-111894-fix, r=clubby789bors-47/+130
2023-08-10Remove redundant calls to resolve_vars_with_obligationsMichael Goulet-3/+4
2023-08-10Remove redundant methodMichael Goulet-11/+3
2023-08-10Update profile_sample_use.mdAlexander Zaitsev-1/+1
2023-08-10Auto merge of #114648 - compiler-errors:perf-114604, r=lqdbors-5/+7
2023-08-10Bugfix: 'can_have_side_effects()' would return 'false' for struct/enum/array/...Morten Lohne-6/+62
2023-08-09Auto merge of #114673 - matthiaskrgr:rollup-9kroqpp, r=matthiaskrgrbors-155/+1173
2023-08-09Add clubby789 to `users_on_vacation`clubby789-1/+1
2023-08-09Rollup merge of #114670 - compiler-errors:issue-114660, r=cjgillotMatthias Krüger-35/+40
2023-08-09Rollup merge of #114587 - ouz-a:smir_allocation, r=oli-obkMatthias Krüger-27/+186
2023-08-09Rollup merge of #114469 - estebank:arbitrary-self-types-mut-diff, r=davidtwcoMatthias Krüger-17/+275
2023-08-09Rollup merge of #114377 - Enselic:test_get_dbpath_for_term-utf-8, r=thomccMatthias Krüger-7/+5
2023-08-09Rollup merge of #111891 - rustbox:feat/riscv-isr-cconv, r=jackh726Matthias Krüger-69/+513
2023-08-09Rollup merge of #110435 - aDotInTheVoid:rdj-field-ordering, r=GuillaumeGomezMatthias Krüger-0/+154
2023-08-09Auto merge of #114666 - bjorn3:sync_cg_clif-2023-08-09, r=bjorn3bors-110/+194
2023-08-09Don't use type_of to determine if item has intrinsic shimMichael Goulet-35/+40
2023-08-09Merge commit '8f9ac9c22d6594cf059d8e6c71d414cc5ccd7975' into sync_cg_clif-202...bjorn3-110/+194
2023-08-09only allocate bytes within AllocRangeouz-a-34/+47
2023-08-09Only resolve in new solverMichael Goulet-5/+7
2023-08-09Auto merge of #88936 - estebank:send-sync, r=nagisabors-13/+223
2023-08-09Suggest using `Arc` on `!Send`/`!Sync` typesEsteban Kuber-13/+223
2023-08-09Convert Const to Allocation in smirouz-a-3/+149
2023-08-09Fix MinGWbjorn3-0/+1
2023-08-09Auto merge of #114649 - Kobzol:bolt-remove-use-old-text, r=nikicbors-1/+6
2023-08-09Fix rustc test suitebjorn3-3/+5
2023-08-09review commentsEsteban Küber-19/+43
2023-08-09Rustup to rustc 1.73.0-nightly (03a119b0b 2023-08-07)bjorn3-5/+29
2023-08-09Remove usage of `--use-old-text` for BOLTJakub Beránek-1/+6
2023-08-09Auto merge of #114646 - matthiaskrgr:rollup-xf7qnmn, r=matthiaskrgrbors-1625/+272
2023-08-09Rollup merge of #114641 - kupiakos:ascii-char-to-not-as, r=scottmcmMatthias Krüger-4/+4
2023-08-09Rollup merge of #114638 - compiler-errors:rpitit-test-revisions, r=spastorinoMatthias Krüger-1483/+0
2023-08-09Rollup merge of #114634 - chriswailes:android-platform-doc-update, r=Mark-Sim...Matthias Krüger-0/+2
2023-08-09Rollup merge of #114606 - bvanjoi:fix-113462, r=compiler-errorsMatthias Krüger-7/+31
2023-08-09Rollup merge of #114548 - fee1-dead-contrib:migrate-to-trans, r=davidtwcoMatthias Krüger-41/+79
2023-08-09Rollup merge of #113939 - the8472:pidfd-from-child, r=Mark-SimulacrumMatthias Krüger-90/+156
2023-08-09Auto merge of #99747 - ankane:float_gamma, r=workingjubileebors-4/+161
2023-08-08fix(test): improve sensitivity of hygene testsSeth Pellegrino-11/+17
2023-08-08fix: add RiscvInterrupt* cconv to smirSeth Pellegrino-0/+4
2023-08-08feat: `riscv-interrupt-{m,s}` calling conventionsSeth Pellegrino-58/+492
2023-08-09Auto merge of #114470 - pnkfelix:dont-export-no-mangle-from-proc-macros-issue...bors-3/+55