]> git.lizzy.rs Git - rust.git/history - library/std
Auto merge of #96323 - bjorn3:sync_cg_clif-2022-04-22, r=bjorn3
[rust.git] / library / std /
2022-04-23 borsAuto merge of #96323 - bjorn3:sync_cg_clif-2022-04...
2022-04-23 borsAuto merge of #96316 - michaelwoerister:debuginfo-fix...
2022-04-23 borsAuto merge of #96314 - AronParker:issue-96297-fix,...
2022-04-23 borsAuto merge of #94887 - dylni:move-normpath-crate-impl...
2022-04-22 bjorn3Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df...
2022-04-22 Matthias KrügerRollup merge of #96273 - TaKO8Ki:make-E0117-error-clear...
2022-04-22 borsAuto merge of #96226 - xldenis:thir-clone, r=oli-obk
2022-04-22 borsAuto merge of #96197 - erikdesjardins:scalarpairenum...
2022-04-22 Aron ParkerRemove redundant type annotation
2022-04-22 Aron ParkerReduce allocations for path conversions on Windows
2022-04-22 borsAuto merge of #96207 - nikic:distcheck-dir, r=Mark...
2022-04-22 borsAuto merge of #96144 - c410-f3r:z-errors, r=petrochenkov
2022-04-22 borsAuto merge of #96261 - petrochenkov:doclink7, r=Guillau...
2022-04-21 Dylan DPCRollup merge of #96269 - davidtwco:diagnostic-translati...
2022-04-21 Dylan DPCRollup merge of #96251 - ehuss:update-books, r=ehuss
2022-04-21 Dylan DPCRollup merge of #96248 - TaKO8Ki:remove-unnecessary...
2022-04-21 Dylan DPCRollup merge of #95434 - cjgillot:dump-dep-kind, r...
2022-04-21 borsAuto merge of #96260 - Kobzol:rustdoc-idmap, r=petrochenkov
2022-04-21 borsAuto merge of #96210 - nnethercote:speed-up-TokenCursor...
2022-04-21 borsAuto merge of #96003 - aswild:pr/bootstrap-subcommands...
2022-04-21 borsAuto merge of #95828 - vacuus:rustdoc-print-where-claus...
2022-04-21 borsAuto merge of #95612 - davidtwco:split-debuginfo-in...
2022-04-21 borsAuto merge of #96263 - Dylan-DPC:rollup-0eofl13, r...
2022-04-20 Dylan DPCRollup merge of #96236 - Aaron1011:constraint-debug...
2022-04-20 Dylan DPCRollup merge of #96228 - mbartlett21:patch-4, r=thomcc
2022-04-20 Dylan DPCRollup merge of #96196 - jyn514:no-assertion, r=Mark...
2022-04-20 Dylan DPCRollup merge of #96193 - djkoloski:fuchsia_current_exe...
2022-04-20 Dylan DPCRollup merge of #90630 - GuillaumeGomez:improve-rustdoc...
2022-04-20 borsAuto merge of #96187 - GuillaumeGomez:potential-intra...
2022-04-20 borsAuto merge of #96253 - Dylan-DPC:rollup-87hpds5, r...
2022-04-20 Dylan DPCRollup merge of #96234 - goffrie:eloop, r=thomcc
2022-04-20 Dylan DPCRollup merge of #96206 - m-ou-se:wasm-futex-locks,...
2022-04-20 Dylan DPCRollup merge of #96168 - chris-morgan:AddrParseError...
2022-04-20 Dylan DPCRollup merge of #96167 - CAD97:weak-dlsym-less-ptr...
2022-04-20 Dylan DPCRollup merge of #96160 - RalfJung:interpret-debug,...
2022-04-20 Dylan DPCRollup merge of #93313 - tmiasko:uninhabited, r=tmandry
2022-04-20 borsAuto merge of #96135 - petrochenkov:doclink6, r=Guillau...
2022-04-20 borsAuto merge of #96022 - martingms:inline-const-getters...
2022-04-20 borsAuto merge of #96082 - michaelwoerister:less_impl_stabl...
2022-04-20 borsAuto merge of #96224 - Dylan-DPC:rollup-h2h3j93, r...
2022-04-20 Geoffry Songremove_dir_all_recursive: treat ELOOP the same as ENOTDIR
2022-04-19 Dylan DPCRollup merge of #96205 - m-ou-se:emscripten-futex-locks...
2022-04-19 Dylan DPCRollup merge of #96165 - RalfJung:miri-provenance-clean...
2022-04-19 Dylan DPCRollup merge of #96162 - RalfJung:mark-uninit, r=oli-obk
2022-04-19 Dylan DPCRollup merge of #96029 - IsakNyberg:error-messages...
2022-04-19 Dylan DPCRollup merge of #95813 - Urgau:rustdoc-where-clause...
2022-04-19 Dylan DPCRollup merge of #95740 - Amanieu:kreg0, r=nagisa
2022-04-19 David Koloski[fuchsia] Add implementation for `current_exe`
2022-04-19 Dylan DPCRollup merge of #96142 - cjgillot:no-crate-def-index...
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-19 Mara BosUse futex locks on emscripten.
2022-04-19 Mara BosUse futex locks on wasm+atomics.
2022-04-19 Mara BosMake std::sys::wasm::futex consistent with unix::futex.
2022-04-19 Mara BosMake std::sys::unix::futex consistent on emscripten.
2022-04-19 Chris MorganImprove AddrParseError description
2022-04-19 borsAuto merge of #95379 - icewind1991:suggest-associated...
2022-04-18 borsAuto merge of #92287 - JulianKnodt:slice_remainder...
2022-04-18 borsAuto merge of #96171 - nikic:llvm-update-2, r=cuviper
2022-04-18 Dylan DPCRollup merge of #96156 - est31:use_from_le_bytes, r...
2022-04-18 Dylan DPCRollup merge of #96148 - marmeladema:nll-revisions...
2022-04-18 Dylan DPCRollup merge of #96143 - Urgau:rustdoc-fix-snapshot...
2022-04-18 Dylan DPCRollup merge of #96136 - thomcc:lifetime-wording, r...
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 Mara BosRemove forgotten reexport of ReentrantMutex in sys...
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 CAD97Replace sys/unix/weak AtomicUsize with AtomicPtr
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 #96139 - erikdesjardins:revertinl2, r...
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 Ralf Sagermove import to fix warning with emscripten target
2022-04-17 Erik DesjardinsRevert "Auto merge of #94373 - erikdesjardins:getitinl...
2022-04-17 borsAuto merge of #96010 - eduardosm:Unique-on-top-of-NonNu...
2022-04-17 dylniRemove unnecessary function
2022-04-17 dylniImprove Windows path prefix parsing
2022-04-17 borsAuto merge of #96002 - nnethercote:speed-up-Vec-clear...
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
next