about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-08-11Include spans in use-after-free diagnosticsBen Kimock-18/+230
2023-08-11Auto merge of #3024 - RalfJung:nomath, r=RalfJungbors-2/+1
2023-08-11llvm.prefetch is not a math functionRalf Jung-2/+1
2023-08-11Auto merge of #2989 - eduardosm:x86-intrinsics, r=RalfJungbors-0/+1720
2023-08-11Auto merge of #3023 - RalfJung:gamma, r=RalfJungbors-3024/+4240
2023-08-11miri: implement some `llvm.x86.sse.*` intrinsics and add testsEduardo Sánchez Muñoz-0/+1720
2023-08-10add gamma function shimsRalf Jung-2/+42
2023-08-10Merge from rustcRalf Jung-3021/+4197
2023-08-10Preparing for merge from rustcRalf Jung-1/+1
2023-08-10Auto merge of #3022 - RalfJung:upcast, r=compiler-errorsbors-31/+22
2023-08-10replace AsAny hack by trait upcasting :)Ralf Jung-31/+22
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-10Auto merge of #114648 - compiler-errors:perf-114604, r=lqdbors-5/+7
2023-08-09Auto merge of #114673 - matthiaskrgr:rollup-9kroqpp, r=matthiaskrgrbors-155/+1173
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-09Auto merge of #3021 - ttsugriy:bin-search, r=RalfJungbors-17/+6
2023-08-09expand commentRalf Jung-0/+1
2023-08-09Don't use type_of to determine if item has intrinsic shimMichael Goulet-35/+40
2023-08-09Use Vec's binary search instead of hand-written one.Taras Tsugrii-17/+5
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