about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
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
2022-07-17Rollup merge of #97915 - tbu-:pr_os_string_fmt_write, r=joshtriplettYuki Okushi-0/+8
2022-07-16Stabilize `let_chains`Caio-1/+1
2022-07-16Expand documentation for `process_group` Josh Triplett-1/+3
2022-07-16Update `since` version to 1.64Josh Triplett-1/+1
2022-07-16Rollup merge of #99277 - joshtriplett:stabilize-core-cstr-alloc-cstring, r=Ma...Yuki Okushi-21/+4
2022-07-16Rollup merge of #99264 - eltociear:patch-14, r=compiler-errorsYuki Okushi-1/+1
2022-07-16Rollup merge of #98662 - LucasDumont:document_fs_write, r=thomccYuki Okushi-0/+6
2022-07-16Rollup merge of #98387 - NobodyXu:feature/std_io_Error_try_downgrade_inner, r...Yuki Okushi-1/+127
2022-07-15add tracking issue to generic member access APIsJane Losare-Lusby-8/+8
2022-07-15Apply suggestions from code reviewJane Losare-Lusby-1/+1
2022-07-15Stabilize `core::ffi::CStr`, `alloc::ffi::CString`, and friendsJosh Triplett-21/+4
2022-07-15Don't fall back to futimes on Android; it needs a newer API level than futimensJosh Triplett-7/+18
2022-07-15Also use fallback for futimens on AndroidJosh Triplett-3/+3
2022-07-15Return an error if trying to set a file timestamp to 0 on WindowsJosh Triplett-5/+12
2022-07-15Add alias `File::set_modified` as shorthandJosh Triplett-0/+9
2022-07-15Support setting file accessed/modified timestampsJosh Triplett-2/+222
2022-07-15Fix typo in mod.rsIkko Ashimine-1/+1
2022-07-15Improve example of `downcast`Jiahao XU-3/+4
2022-07-14Auto merge of #99242 - Dylan-DPC:rollup-34bqdh8, r=Dylan-DPCbors-1/+117
2022-07-14Rollup merge of #98072 - yaahc:generic-member-access, r=thomccDylan DPC-1/+117
2022-07-14Auto merge of #95956 - yaahc:stable-in-unstable, r=cjgillotbors-2/+3
2022-07-14Rollup merge of #98315 - joshtriplett:stabilize-core-ffi-c, r=Mark-SimulacrumDylan DPC-1/+6
2022-07-13Stabilize `core::ffi:c_*` and rexport in `std::ffi`Josh Triplett-1/+6
2022-07-14Rename `std::io::Error::try_downcast_inner` to `downcast`Jiahao XU-11/+11
2022-07-12Add a `File::create_new` constructorJosh Triplett-0/+29
2022-07-12std: fix issue with perma-locked mutexes on Fuchsiajoboet-9/+20
2022-07-11apply suggestions from code reviewJane Losare-Lusby-7/+8
2022-07-11Add Read Impl for &StdinAïssata-0/+23
2022-07-11Auto merge of #97841 - nvzqz:inline-encode-wide, r=thomccbors-0/+1
2022-07-11Add std::fs::write documentation precisionLucas Dumont-0/+6
2022-07-09Auto merge of #98950 - ChrisDenton:getoverlapped-io, r=thomccbors-8/+53
2022-07-09Document and stabilize process_set_process_groupNiklas Fiekas-3/+28
2022-07-08Support unstable moves via stable in unstable itemsJane Lusby-2/+3
2022-07-07Rollup merge of #97917 - AronParker:master, r=ChrisDentonMatthias Krüger-0/+45
2022-07-07Fix doc build on unsupported osesDavid CARLIER-2/+16
2022-07-06changes from feedbackDavid Carlier-18/+12
2022-07-06doc additionsDavid Carlier-1/+38
2022-07-06socket `set_mark` addition.David Carlier-0/+16
2022-07-06Tests for unsound Windows file methodsChris Denton-0/+25
2022-07-06Windows: Fallback for overlapped I/OChris Denton-1/+26
2022-07-06Use `rtabort!` instead of `process::abort`Chris Denton-7/+2
2022-07-06Fix typo in file descriptor docsFlorian Spieß-1/+1
2022-07-05Add `BufRead::skip_until`William Venner-0/+84
2022-07-05Test if `[try_]exists` can find `hiberfil.sys`Chris Denton-2/+4