about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2021-08-19Update library/std/src/os/windows/io/handle.rsDan Gohman-1/+1
2021-08-19Update library/std/src/os/unix/io/fd.rsDan Gohman-1/+1
2021-08-19I/O safety.Dan Gohman-556/+2360
2021-08-19Rollup merge of #87874 - schneems:schneems/tcpstream-iterator-type, r=Mark-Si...Guillaume Gomez-7/+14
2021-08-19Auto merge of #88002 - hermitcore:unbox-mutex, r=dtolnaybors-3/+3
2021-08-19Add doctests to and fix saturating_div for signed integer typesMichael Watzko-0/+1
2021-08-18Rollup merge of #88109 - inquisitivecrystal:env-docs, r=m-ou-seGuillaume Gomez-5/+14
2021-08-18Rollup merge of #88012 - sunfishcode:sunfishcode/wasi-raw-fd-c-int, r=alexcri...Guillaume Gomez-54/+83
2021-08-17[review] fix commentthe8472-1/+1
2021-08-17Fix environment variable getter docsinquisitivecrystal-5/+14
2021-08-17Constified `Default` implementationsDeadbeef-1/+3
2021-08-17remove unnecessary empty checkMichael Hall-3/+5
2021-08-16correct overflows in the backslide case, add testThe8472-8/+48
2021-08-16feature gate doc(primitive)Joshua Nelson-0/+1
2021-08-16Apply suggestions from code reviewthe8472-2/+2
2021-08-13Change WASI's `RawFd` from `u32` to `c_int` (`i32`).Dan Gohman-54/+83
2021-08-13Don't put hermit mutexes in a box.Martin Kröning-1/+1
2021-08-13Don't put hermit condvars in a box.Martin Kröning-1/+1
2021-08-13Don't put hermit rwlocks in a box.Martin Kröning-1/+1
2021-08-13add benchmarks for 1, 2, 4, 8, 16 threadsThe8472-0/+43
2021-08-13where available use 64- or 128bit atomics instead of a Mutex to monotonize timeThe8472-12/+122
2021-08-12Auto merge of #87963 - GuillaumeGomez:rollup-e54sbez, r=GuillaumeGomezbors-9/+30
2021-08-12Rollup merge of #87863 - ChrisDenton:command-env-path-fix, r=dtolnayGuillaume Gomez-9/+30
2021-08-12Auto merge of #87666 - ivmarkov:master, r=Amanieubors-43/+535
2021-08-12Auto merge of #87843 - kornelski:try_reserve, r=m-ou-sebors-9/+12
2021-08-10Specify maximum IP address lengthSmittyvb-1/+1
2021-08-11Rollup merge of #87848 - godmar:@godmar/thread-join-documentation-fix, r=josh...Yuki Okushi-31/+40
2021-08-10Add Saturating type (based on Wrapping type)Michael Watzko-0/+3
2021-08-10STD support for the ESP-IDF frameworkivmarkov-43/+535
2021-08-09Auto merge of #87820 - elichai:patch-2, r=kennytmbors-14/+14
2021-08-08## ContextRichard Schneeman-7/+14
2021-08-08Implement modern Windows arg parsingChris Denton-106/+154
2021-08-08Update Windows arg parsing testsChris Denton-17/+47
2021-08-08Auto merge of #86879 - YohDeadfall:stabilize-vec-shrink-to, r=dtolnaybors-8/+4
2021-08-08Bump shrink_to stabilization to Rust 1.56David Tolnay-4/+4
2021-08-08Fix Windows Command::env("PATH")Chris Denton-9/+30
2021-08-08Auto merge of #86744 - ijackson:sink-default, r=dtolnaybors-0/+2
2021-08-08Rollup merge of #87838 - jetomit:add-readdir-note, r=dtolnayYuki Okushi-0/+2
2021-08-07removed references to parent/child from std::thread documentationGodmar Back-31/+40
2021-08-07Use assert_matches! instead of if let {} elseKornel-9/+12
2021-08-07Auto merge of #87810 - devnexen:haiku_os_simpl, r=Mark-Simulacrumbors-33/+8
2021-08-07Document that fs::read_dir skips . and ..Timotej Lazar-0/+2
2021-08-07Auto merge of #87408 - kornelski:try_reserve_error, r=yaahcbors-5/+15
2021-08-06Auto merge of #87774 - camelid:process-typo, r=jyn514bors-1/+1
2021-08-06Replace read_to_string with read_line in Stdin exampleElichai Turkel-14/+14
2021-08-06current_exe haiku code path simplification all of these part of libcDavid Carlier-33/+8
2021-08-06Auto merge of #87808 - JohnTitor:rollup-qqp79xs, r=JohnTitorbors-15/+19
2021-08-06Rollup merge of #87780 - est31:intra_doc_links, r=jyn514Yuki Okushi-1/+3
2021-08-06Rollup merge of #87759 - m-ou-se:linux-process-sealed, r=jyn514Yuki Okushi-12/+7
2021-08-06Rollup merge of #87561 - devnexen:haiku_thread_build_fix, r=yaahcYuki Okushi-2/+9