about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2022-08-03Rollup merge of #99800 - sandydoo:bugfix/wasm-futex, r=m-ou-seDylan DPC-2/+4
2022-08-03Rollup merge of #99371 - ChrisDenton:simplify-gen-random-keys, r=thomccDylan DPC-60/+8
2022-08-02Auto merge of #100048 - matthiaskrgr:rollup-agimvm6, r=matthiaskrgrbors-2/+2
2022-08-02Rollup merge of #100017 - solid-rs:patch/kmc-solid/adapt-to-78802, r=thomccMatthias Krüger-2/+2
2022-08-01remove fn backtraceJane Losare-Lusby-43/+36
2022-08-01kmc-solid: Adapt to a recent change in the `IntoInner` impl of `SocketAddr`Tomoaki Kawada-2/+2
2022-08-01Auto merge of #98246 - joshtriplett:times, r=m-ou-sebors-3/+262
2022-07-31Rollup merge of #99984 - ChrisDenton:fix-miri, r=Mark-SimulacrumMatthias Krüger-5/+5
2022-07-31Make sure `symbol_name` is const evaluatedChris Denton-4/+4
2022-07-31Auto merge of #78802 - faern:simplify-socketaddr, r=joshtriplettbors-247/+172
2022-07-31Fix compat.rs for `cfg(miri)`Chris Denton-1/+1
2022-07-31Auto merge of #99553 - ChrisDenton:lazy-compat-fn, r=Mark-Simulacrumbors-64/+205
2022-07-30Fix warnings in stubbed out set_timesJosh Triplett-4/+5
2022-07-30Reset directory iteration in remove_dir_allChris Denton-1/+3
2022-07-30Remove socklen_t from platforms where it's no longer usedLinus Färnstrand-6/+0
2022-07-27Allow using stable os::fd::raw items through unstable os::wasi modulebstrie-0/+19
2022-07-27Auto merge of #98748 - saethlin:optimize-bufreader, r=Mark-Simulacrumbors-53/+134
2022-07-27Fix futex module imports on wasm+atomicssandydoo-2/+4
2022-07-27Rollup merge of #98583 - joshtriplett:stabilize-windows-symlink-types, r=thomccYuki Okushi-5/+9
2022-07-26Add Buffer::consume_with to enable direct buffer access with one checkBen Kimock-3/+18
2022-07-26Rollup merge of #99716 - sourcelliu:iomut, r=Mark-SimulacrumMatthias Krüger-4/+4
2022-07-26Rewrite Windows `compat_fn` macroChris Denton-64/+205
2022-07-26Rollup merge of #98211 - devnexen:get_path_freebsd, r=Mark-SimulacrumYuki Okushi-0/+14
2022-07-25Implement `fs::get_path` for FreeBSD.David CARLIER-0/+14
2022-07-25Rollup merge of #95916 - solid-rs:feat-kmc-solid-abort, r=Mark-SimulacrumYuki Okushi-45/+5
2022-07-25Rollup merge of #95040 - frank-king:fix/94981, r=Mark-SimulacrumYuki Okushi-0/+20
2022-07-25remove useless mut from examplessourcelliu-4/+4
2022-07-24Rename and document the new BufReader internalsBen Kimock-29/+33
2022-07-24Allow Buffer methods to inlineBen Kimock-0/+9
2022-07-24Remove some redundant checks from BufReaderBen Kimock-53/+106
2022-07-23Remove `mut`Phosra-1/+1
2022-07-23Auto merge of #97925 - the8472:cgroupv1, r=joshtriplettbors-47/+196
2022-07-22[review] mention that runtime may scale with # of mountpointsthe8472-0/+5
2022-07-22Stub out `set_times` to return unsupported on RedoxJosh Triplett-2/+13
2022-07-21Rollup merge of #99523 - cuviper:asfd_ptrs-1.64, r=jyn514Matthias Krüger-2/+2
2022-07-21Rollup merge of #98707 - joboet:fuchsia_locks, r=m-ou-seMatthias Krüger-64/+256
2022-07-21remove unused importjoboet-1/+1
2022-07-20Fix the stable version of `AsFd for Arc<T>` and `Box<T>`Josh Stone-2/+2
2022-07-20owner is not micro (correct typo)joboet-1/+1
2022-07-20Rollup merge of #98101 - vladimir-ea:stdlib_watch_os, r=thomccDylan DPC-25/+70
2022-07-20Library changes for Apple WatchOSVladimir Michael Eatwell-25/+70
2022-07-20Rollup merge of #98916 - ChrisDenton:hiberfil.sys, r=thomccDylan DPC-26/+99
2022-07-19Improve the function pointer docsMichael Howell-10/+50
2022-07-18Ignore `hiberfil_sys` test in CIChris Denton-1/+4
2022-07-18std: panic instead of deadlocking in mutex implementation on Fuchsiajoboet-16/+15
2022-07-17rustdoc: extend `#[doc(tuple_variadic)]` to fn pointersMichael Howell-2/+2
2022-07-17Simplify Windows `hashmap_random_keys`Chris Denton-60/+8
2022-07-17Move SocketAddrCRepr to sys_commonLinus Färnstrand-31/+35
2022-07-17Rollup merge of #99302 - yaahc:gma-tracking-issue, r=joshtriplettYuki Okushi-8/+8
2022-07-17Rollup merge of #99088 - niklasf:stabilize-process_set_process_group, r=josht...Yuki Okushi-3/+30