]> git.lizzy.rs Git - rust.git/history - library/portable-simd
Auto merge of #95828 - vacuus:rustdoc-print-where-clause, r=notriddle
[rust.git] / library / portable-simd /
2022-04-20 Dylan DPCRollup merge of #93313 - tmiasko:uninhabited, r=tmandry
2022-04-20 borsAuto merge of #96022 - martingms:inline-const-getters...
2022-04-19 Dylan DPCRollup merge of #96029 - IsakNyberg:error-messages...
2022-04-19 Dylan DPCRollup merge of #95740 - Amanieu:kreg0, r=nagisa
2022-04-19 Dylan DPCRollup merge of #96122 - TaKO8Ki:fix-invalid-error...
2022-04-19 Dylan DPCRollup merge of #96089 - ojeda:no-vec-no_global_oom_han...
2022-04-19 Dylan DPCRollup merge of #96086 - jsgf:remove-extern-location...
2022-04-19 Dylan DPCRollup merge of #95809 - ytmimi:llvm_stamp_typo, r...
2022-04-19 Dylan DPCRollup merge of #94493 - oribenshir:feature/ISSUE-78543...
2022-04-19 borsAuto merge of #96020 - martingms:optimize-relate_substs...
2022-04-18 Dylan DPCRollup merge of #96148 - marmeladema:nll-revisions...
2022-04-18 Dylan DPCRollup merge of #96032 - ehuss:update-books, r=ehuss
2022-04-18 borsAuto merge of #95906 - jyn514:enforce-valid-paths,...
2022-04-18 borsAuto merge of #96042 - m-ou-se:one-reentrant-mutex...
2022-04-18 borsAuto merge of #96080 - nikic:ranlib, r=Mark-Simulacrum
2022-04-18 borsAuto merge of #96113 - mixi:libressl-3.4.x, r=Mark...
2022-04-18 borsAuto merge of #96000 - jyn514:faster-doctests, r=Mark...
2022-04-18 borsAuto merge of #95695 - the8472:vec-codegen-tests, r...
2022-04-17 borsAuto merge of #93530 - anonion0:pthread_sigmask_fix...
2022-04-17 borsAuto merge of #96016 - Aaron1011:hash-name-cleanup...
2022-04-17 borsAuto merge of #95655 - kckeiks:create-hir-crate-items...
2022-04-17 borsAuto merge of #96010 - eduardosm:Unique-on-top-of-NonNu...
2022-04-17 borsAuto merge of #96002 - nnethercote:speed-up-Vec-clear...
2022-04-16 Dylan DPCRollup merge of #96112 - niluxv:strict-provenance-lint...
2022-04-16 Dylan DPCRollup merge of #96105 - jyn514:less-verbose-logging...
2022-04-16 Dylan DPCRollup merge of #95346 - Aaron1011:stablize-const-exter...
2022-04-16 borsAuto merge of #95899 - petrochenkov:modchild2, r=cjgillot
2022-04-16 Dylan DPCRollup merge of #96118 - GuillaumeGomez:cleanup-def...
2022-04-16 Dylan DPCRollup merge of #96088 - ehuss:update-mdbook, r=Mark...
2022-04-16 Dylan DPCRollup merge of #96058 - euclio:flock-impls, r=nagisa
2022-04-16 Dylan DPCRollup merge of #95908 - compiler-errors:shallow_resolv...
2022-04-16 Dylan DPCRollup merge of #95426 - b-naber:valtrees-slice, r...
2022-04-16 Dylan DPCRollup merge of #95006 - tmiasko:thread-local-static...
2022-04-16 Dylan DPCRollup merge of #94985 - dtolnay:constattr, r=pnkfelix
2022-04-16 borsAuto merge of #95993 - jyn514:fix-stage0-doctests,...
2022-04-16 Dylan DPCRollup merge of #96081 - eduardosm:masks_usize_size_agn...
2022-04-16 Dylan DPCRollup merge of #96059 - euclio:doc-cfg, r=manishearth...
2022-04-16 Dylan DPCRollup merge of #96047 - lnicola:rust-analyzer-2022...
2022-04-16 Dylan DPCRollup merge of #96038 - beyarkay:patch-1, r=m-ou-se
2022-04-16 Dylan DPCRollup merge of #96035 - Gumichocopengin8:feature/updat...
2022-04-16 Dylan DPCRollup merge of #96023 - matthiaskrgr:clippyper1304...
2022-04-16 Dylan DPCRollup merge of #95887 - petrochenkov:doclink5, r=cjgillot
2022-04-16 borsAuto merge of #95689 - lqd:self-profiler, r=wesleywiser
2022-04-16 borsAuto merge of #96108 - Dylan-DPC:rollup-t5f2fc9, r...
2022-04-16 Dylan DPCRollup merge of #96099 - clarfonthey:maybeuninit_array_...
2022-04-16 Dylan DPCRollup merge of #96070 - Gumichocopengin8:test/btree...
2022-04-16 Dylan DPCRollup merge of #96050 - oli-obk:deaggregator_cleanup...
2022-04-16 Dylan DPCRollup merge of #96004 - JakobDegen:fix-validator-ice...
2022-04-16 Dylan DPCRollup merge of #95961 - RalfJung:gather-scatter, r...
2022-04-16 Dylan DPCRollup merge of #94605 - Michcioperz:patch-1, r=pnkfelix
2022-04-12 Ralf Jungportable-simd: use simd_arith_offset to avoid ptr-int...
2022-04-11 borsAuto merge of #94243 - compiler-errors:compiler-flags...
2022-04-10 borsAuto merge of #95253 - jyn514:cargo-run, r=Mark-Simulacrum
2022-04-10 borsAuto merge of #95254 - jyn514:fix-windows-builds, r...
2022-04-08 flip1995Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd...
2022-04-04 Dylan DPCRollup merge of #92942 - Xaeroxe:raw_arg, r=dtolnay
2022-04-03 borsAuto merge of #92686 - saethlin:unsafe-debug-asserts...
2022-03-30 Dylan DPCRollup merge of #94806 - jyn514:cargo-run-tidy, r=Mark...
2022-03-30 Caleb CartwrightMerge commit '5ff7b632a95bac6955611d85040859128902c580...
2022-03-29 Dylan DPCRollup merge of #93840 - yaahc:termination-stabilizatio...
2022-03-29 borsAuto merge of #94566 - yanganto:show-ignore-message...
2022-03-29 Dylan DPCRollup merge of #94566 - yanganto:show-ignore-message...
2022-03-28 borsAuto merge of #95249 - HeroicKatora:set-ptr-value,...
2022-03-28 Dylan DPCRollup merge of #93755 - ChayimFriedman2:allow-comparin...
2022-03-28 Dylan DPCRollup merge of #88375 - joshlf:patch-3, r=dtolnay
2022-03-27 Dylan DPCRollup merge of #95368 - lopopolo:lopopolo/string-try...
2022-03-27 Dylan DPCRollup merge of #93469 - compiler-errors:issue-93450...
2022-03-26 MeziuMerge pull request #16 from ian-h-chamberlain/feature...
2022-03-26 bjorn3Merge commit '39683d8eb7a32a74bea96ecbf1e87675d3338506...
2022-03-25 borsAuto merge of #92361 - vacuus:doctest-run-test-out...
2022-03-24 borsAuto merge of #94517 - aDotInTheVoid:inline_wrapping_ne...
2022-03-24 flip1995Merge commit 'd0cf3481a84e3aa68c2f185c460e282af36ebc42...
2022-03-22 borsAuto merge of #95107 - r00ster91:fmt, r=joshtriplett
2022-03-20 bjorn3Merge commit '370c397ec9169809e5ad270079712e0043514240...
2022-03-20 borsAuto merge of #92962 - frank-king:btree_entry_no_insert...
2022-03-20 Matthias KrügerRollup merge of #94749 - RalfJung:remove-dir-all-miri...
2022-03-19 borsAuto merge of #94372 - erikdesjardins:asrefinl, r=dtolnay
2022-03-19 Dylan DPCRollup merge of #94650 - ChrisDenton:windows-absolute...
2022-03-19 Dylan DPCRollup merge of #93858 - krallin:process-process_group...
2022-03-19 Dylan DPCRollup merge of #93692 - mfrw:mfrw/document-keyword...
2022-03-19 Dylan DPCRollup merge of #93263 - sunfishcode:sunfishcode/detatc...
2022-03-19 Dylan DPCRollup merge of #92663 - cuviper:generic-write-cursor...
2022-03-19 Dylan DPCRollup merge of #92612 - atopia:update-lib-l4re, r...
2022-03-19 Dylan DPCRollup merge of #92519 - ChrisDenton:command-maybe...
2022-03-18 Matthias KrügerRollup merge of #94295 - Urgau:cfg-always-eval-all...
2022-03-18 Matthias KrügerRollup merge of #94115 - scottmcm:iter-process-by-ref...
2022-03-18 borsAuto merge of #88098 - Amanieu:oom_panic, r=nagisa
2022-03-17 Dylan DPCRollup merge of #95000 - fee1-dead:fee1-dead-patch...
2022-03-17 Dylan DPCRollup merge of #94731 - TaKO8Ki:const-generic-expr...
2022-03-17 Dylan DPCRollup merge of #94698 - WaffleLapkin:simplify-copy...
2022-03-17 Dylan DPCRollup merge of #94309 - eholk:issue-57017, r=tmandry
2022-03-17 Dylan DPCRollup merge of #91133 - terrarier2111:unsafe-diagnosti...
2022-03-16 Dylan DPCRollup merge of #94868 - dtolnay:noblock, r=Dylan-DPC
2022-03-15 Matthias KrügerRollup merge of #94810 - michaelwoerister:fix-trait...
2022-03-15 borsAuto merge of #94584 - pnkfelix:inject-use-suggestion...
2022-03-14 Matthias KrügerRollup merge of #94670 - xFrednet:rfc-2383-expect-impl...
2022-03-14 Matthias KrügerRollup merge of #93977 - compiler-errors:sized-generic...
2022-03-14 Matthias KrügerRollup merge of #90621 - adamgemmell:dev/stabilise...
2022-03-14 borsAuto merge of #93749 - ridwanabdillahi:riscv32im_suppor...
2022-03-14 flip1995Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75...
next