about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-04-12Auto merge of #123846 - matthiaskrgr:rollup-85y28av, r=matthiaskrgrbors-5/+12
2024-04-12Rollup merge of #123842 - ShockYoungCHN:master, r=scottmcmMatthias Krüger-1/+1
2024-04-12Rollup merge of #123830 - tgross35:f16-f128-from-inference-fix, r=NilstriebMatthias Krüger-2/+11
2024-04-12Rollup merge of #123796 - bjorn3:remove_cargo_platform, r=clubby789Matthias Krüger-2/+0
2024-04-12Auto merge of #123783 - tgross35:f16-f128-debug-impl, r=Amanieubors-0/+224
2024-04-12Auto merge of #123736 - compiler-errors:multiply-on-rhs, r=estebankbors-4/+34
2024-04-12Auto merge of #123490 - niluxv:strict_prov_unwind_seh, r=Amanieubors-41/+73
2024-04-12fix pin.rs typoYuanzhuo Yang-1/+1
2024-04-12Auto merge of #123838 - matthiaskrgr:rollup-zkgwyye, r=matthiaskrgrbors-250/+335
2024-04-12Rollup merge of #123829 - saethlin:fix-revisions, r=jieyouxuMatthias Krüger-1/+1
2024-04-12Rollup merge of #123827 - petrochenkov:searchdirs, r=NadrierilMatthias Krüger-22/+21
2024-04-12Rollup merge of #123826 - kornelski:one-in-a-quintillion, r=AmanieuMatthias Krüger-2/+8
2024-04-12Rollup merge of #123789 - klensy:rq, r=cjgillotMatthias Krüger-18/+13
2024-04-12Rollup merge of #123775 - scottmcm:place-val, r=cjgillotMatthias Krüger-169/+239
2024-04-12Rollup merge of #123763 - cuviper:host-rpath-run-make-v2, r=jieyouxuMatthias Krüger-20/+43
2024-04-12Rollup merge of #123599 - matthiaskrgr:rm, r=cjgillotMatthias Krüger-18/+10
2024-04-12Auto merge of #120092 - zetanumbers:pin_in_static_allocator, r=Amanieubors-3/+12
2024-04-11Use `env::split_paths`/`join_paths` in runtestJosh Stone-16/+15
2024-04-11Remove `From` impls for unstable types that break inferenceTrevor Gross-2/+11
2024-04-11Auto merge of #123823 - matthiaskrgr:rollup-8zdtggx, r=matthiaskrgrbors-367/+330
2024-04-11Fix revisions syntaxBen Kimock-1/+1
2024-04-12linker: Avoid some allocations in search directory iterationVadim Petrochenkov-22/+21
2024-04-11Move rare overflow error to a cold functionKornel-2/+8
2024-04-11Rollup merge of #123820 - bash:mailmap, r=workingjubileeMatthias Krüger-0/+1
2024-04-11Rollup merge of #123806 - joboet:advanced_overflow, r=AmanieuMatthias Krüger-2/+12
2024-04-11Rollup merge of #123804 - compiler-errors:podcrab-fix, r=jieyouxuMatthias Krüger-34/+84
2024-04-11Rollup merge of #123798 - tniessen:patch-1, r=workingjubileeMatthias Krüger-2/+2
2024-04-11Rollup merge of #123784 - GuillaumeGomez:replace-document-write, r=notriddleMatthias Krüger-2/+1
2024-04-11Rollup merge of #123744 - compiler-errors:redundant-due-to-glob, r=petrochenkovMatthias Krüger-275/+43
2024-04-11Rollup merge of #123523 - estebank:issue-123414, r=BoxyUwUMatthias Krüger-43/+158
2024-04-11Rollup merge of #122882 - Zoxc:panic-output-panic, r=AmanieuMatthias Krüger-9/+29
2024-04-11Auto merge of #123814 - matthiaskrgr:rollup-lxn0t4t, r=matthiaskrgrbors-72/+67
2024-04-11Add a `Debug` impl and some basic functions to `f16` and `f128`Trevor Gross-0/+224
2024-04-11remove some things that do not need to beMatthias Krüger-18/+10
2024-04-11Refactor `panic_unwind/seh.rs` pointer use; x86 now conforms to strict-proven...niluxv-41/+73
2024-04-11Add my former address to .mailmapTau Gärtli-0/+1
2024-04-11Silence unused_imports lint for redundant importsMichael Goulet-275/+43
2024-04-11Rollup merge of #123808 - maurer:nuw-nsw-trunc, r=durin42Matthias Krüger-5/+5
2024-04-11Rollup merge of #123777 - oli-obk:operator_cleanup, r=jieyouxuMatthias Krüger-36/+3
2024-04-11Rollup merge of #123770 - tomokinat:master, r=joboetMatthias Krüger-5/+5
2024-04-11Rollup merge of #123740 - veera-sivarajan:reduce-size-of-modifierinfo, r=petr...Matthias Krüger-3/+3
2024-04-11Rollup merge of #123459 - GuillaumeGomez:fix-123435, r=notriddleMatthias Krüger-23/+51
2024-04-11Replace `document.write` with `document.head.insertAdjacentHTML`Guillaume Gomez-2/+1
2024-04-11Auto merge of #123732 - a1phyr:io_error_factor, r=cuviperbors-159/+67
2024-04-11codegen tests: Tolerate `nuw` `nsw` on `trunc`Matthew Maurer-5/+5
2024-04-11Remove unused cargo-platform dependencybjorn3-2/+0
2024-04-11core: panic on overflow in `BorrowedCursor`joboet-2/+12
2024-04-11Stop using HirId for fn-like parentsMichael Goulet-34/+84
2024-04-11Auto merge of #123795 - matthiaskrgr:rollup-deesd9c, r=matthiaskrgrbors-113/+470
2024-04-11Avoid invalid socket address in length calculationTobias Nießen-2/+2