| Age | Commit message (Expand) | Author | Lines |
| 2021-08-19 | Update library/std/src/os/windows/io/handle.rs | Dan Gohman | -1/+1 |
| 2021-08-19 | Update library/std/src/os/unix/io/fd.rs | Dan Gohman | -1/+1 |
| 2021-08-19 | I/O safety. | Dan Gohman | -556/+2360 |
| 2021-08-19 | Rollup merge of #87874 - schneems:schneems/tcpstream-iterator-type, r=Mark-Si... | Guillaume Gomez | -7/+14 |
| 2021-08-19 | Auto merge of #88002 - hermitcore:unbox-mutex, r=dtolnay | bors | -3/+3 |
| 2021-08-19 | Add doctests to and fix saturating_div for signed integer types | Michael Watzko | -0/+1 |
| 2021-08-18 | Rollup merge of #88109 - inquisitivecrystal:env-docs, r=m-ou-se | Guillaume Gomez | -5/+14 |
| 2021-08-18 | Rollup merge of #88012 - sunfishcode:sunfishcode/wasi-raw-fd-c-int, r=alexcri... | Guillaume Gomez | -54/+83 |
| 2021-08-17 | [review] fix comment | the8472 | -1/+1 |
| 2021-08-17 | Fix environment variable getter docs | inquisitivecrystal | -5/+14 |
| 2021-08-17 | Constified `Default` implementations | Deadbeef | -1/+3 |
| 2021-08-17 | remove unnecessary empty check | Michael Hall | -3/+5 |
| 2021-08-16 | correct overflows in the backslide case, add test | The8472 | -8/+48 |
| 2021-08-16 | feature gate doc(primitive) | Joshua Nelson | -0/+1 |
| 2021-08-16 | Apply suggestions from code review | the8472 | -2/+2 |
| 2021-08-13 | Change WASI's `RawFd` from `u32` to `c_int` (`i32`). | Dan Gohman | -54/+83 |
| 2021-08-13 | Don't put hermit mutexes in a box. | Martin Kröning | -1/+1 |
| 2021-08-13 | Don't put hermit condvars in a box. | Martin Kröning | -1/+1 |
| 2021-08-13 | Don't put hermit rwlocks in a box. | Martin Kröning | -1/+1 |
| 2021-08-13 | add benchmarks for 1, 2, 4, 8, 16 threads | The8472 | -0/+43 |
| 2021-08-13 | where available use 64- or 128bit atomics instead of a Mutex to monotonize time | The8472 | -12/+122 |
| 2021-08-12 | Auto merge of #87963 - GuillaumeGomez:rollup-e54sbez, r=GuillaumeGomez | bors | -9/+30 |
| 2021-08-12 | Rollup merge of #87863 - ChrisDenton:command-env-path-fix, r=dtolnay | Guillaume Gomez | -9/+30 |
| 2021-08-12 | Auto merge of #87666 - ivmarkov:master, r=Amanieu | bors | -43/+535 |
| 2021-08-12 | Auto merge of #87843 - kornelski:try_reserve, r=m-ou-se | bors | -9/+12 |
| 2021-08-10 | Specify maximum IP address length | Smittyvb | -1/+1 |
| 2021-08-11 | Rollup merge of #87848 - godmar:@godmar/thread-join-documentation-fix, r=josh... | Yuki Okushi | -31/+40 |
| 2021-08-10 | Add Saturating type (based on Wrapping type) | Michael Watzko | -0/+3 |
| 2021-08-10 | STD support for the ESP-IDF framework | ivmarkov | -43/+535 |
| 2021-08-09 | Auto merge of #87820 - elichai:patch-2, r=kennytm | bors | -14/+14 |
| 2021-08-08 | ## Context | Richard Schneeman | -7/+14 |
| 2021-08-08 | Implement modern Windows arg parsing | Chris Denton | -106/+154 |
| 2021-08-08 | Update Windows arg parsing tests | Chris Denton | -17/+47 |
| 2021-08-08 | Auto merge of #86879 - YohDeadfall:stabilize-vec-shrink-to, r=dtolnay | bors | -8/+4 |
| 2021-08-08 | Bump shrink_to stabilization to Rust 1.56 | David Tolnay | -4/+4 |
| 2021-08-08 | Fix Windows Command::env("PATH") | Chris Denton | -9/+30 |
| 2021-08-08 | Auto merge of #86744 - ijackson:sink-default, r=dtolnay | bors | -0/+2 |
| 2021-08-08 | Rollup merge of #87838 - jetomit:add-readdir-note, r=dtolnay | Yuki Okushi | -0/+2 |
| 2021-08-07 | removed references to parent/child from std::thread documentation | Godmar Back | -31/+40 |
| 2021-08-07 | Use assert_matches! instead of if let {} else | Kornel | -9/+12 |
| 2021-08-07 | Auto merge of #87810 - devnexen:haiku_os_simpl, r=Mark-Simulacrum | bors | -33/+8 |
| 2021-08-07 | Document that fs::read_dir skips . and .. | Timotej Lazar | -0/+2 |
| 2021-08-07 | Auto merge of #87408 - kornelski:try_reserve_error, r=yaahc | bors | -5/+15 |
| 2021-08-06 | Auto merge of #87774 - camelid:process-typo, r=jyn514 | bors | -1/+1 |
| 2021-08-06 | Replace read_to_string with read_line in Stdin example | Elichai Turkel | -14/+14 |
| 2021-08-06 | current_exe haiku code path simplification all of these part of libc | David Carlier | -33/+8 |
| 2021-08-06 | Auto merge of #87808 - JohnTitor:rollup-qqp79xs, r=JohnTitor | bors | -15/+19 |
| 2021-08-06 | Rollup merge of #87780 - est31:intra_doc_links, r=jyn514 | Yuki Okushi | -1/+3 |
| 2021-08-06 | Rollup merge of #87759 - m-ou-se:linux-process-sealed, r=jyn514 | Yuki Okushi | -12/+7 |
| 2021-08-06 | Rollup merge of #87561 - devnexen:haiku_thread_build_fix, r=yaahc | Yuki Okushi | -2/+9 |