| Age | Commit message (Expand) | Author | Lines |
| 2019-08-31 | Update sync condvar doc style | Ivan Tham | -2/+2 |
| 2019-08-31 | clarify that not all errors are observed | John Erickson | -2/+3 |
| 2019-08-31 | Add in generic type to description of BufReader and BufWriter | John Erickson | -17/+17 |
| 2019-08-31 | Update BufWriter example to include call to flush() | John Erickson | -6/+7 |
| 2019-08-30 | Fix unlock ordering in SGX synchronization primitives | Jethro Beekman | -20/+32 |
| 2019-08-30 | fuchsia: Fix default environment behavior when spawning | Tyler Mandry | -2/+5 |
| 2019-08-30 | fuchsia: Don't fail to spawn if no stdin exists | Tyler Mandry | -22/+41 |
| 2019-08-30 | Rollup merge of #62957 - dns2utf8:doc_loop_keyword, r=GuillaumeGomez | Mazdak Farrokhzad | -3/+4 |
| 2019-08-30 | remove directory libstd/sys/vxworks/backtrace which is not used any more | Baoshan Pang | -324/+0 |
| 2019-08-30 | Don't try to use /dev/null on Fuchsia | Tyler Mandry | -9/+36 |
| 2019-08-30 | simplify code | newpavlov | -5/+12 |
| 2019-08-29 | Update zx_time_t to an i64 | Tyler Mandry | -3/+3 |
| 2019-08-29 | update to wasi v0.7 | newpavlov | -53/+68 |
| 2019-08-29 | Rollup merge of #63979 - alexcrichton:remove-wasm-syscall, r=dtolnay | Mazdak Farrokhzad | -251/+18 |
| 2019-08-29 | Rollup merge of #63963 - Wind-River:master_003, r=alexcrichton | Mazdak Farrokhzad | -25/+2 |
| 2019-08-28 | Let 'clamp' be invoked without using return value; used in tests | Kyle Strand | -1/+4 |
| 2019-08-28 | Annotate functions taking extra args | Kyle Strand | -2/+21 |
| 2019-08-28 | Add reason for each 'must_use' | Kyle Strand | -58/+58 |
| 2019-08-28 | std: Remove the `wasm_syscall` feature | Alex Crichton | -251/+18 |
| 2019-08-27 | remove the reference to __cxa_thread_atexit_impl | Baoshan Pang | -25/+2 |
| 2019-08-27 | Rollup merge of #63698 - Phosphorus15:master, r=nagisa | Mazdak Farrokhzad | -19/+24 |
| 2019-08-26 | Rollup merge of #63836 - Wind-River:master_003, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-08-26 | Update src/libstd/time.rs | Christian Veenman | -1/+3 |
| 2019-08-26 | Comment out println in read_dir sorting example | Ali Raheem | -5/+5 |
| 2019-08-24 | Merge branch 'master' into wasi | Artyom Pavlov | -118/+167 |
| 2019-08-25 | Document platform-specific behavior of the iterator returned by std::fs::read... | Marcin Mielniczuk | -1/+2 |
| 2019-08-24 | Add 'must_use' to all functions 'fn(float) -> float' | Kyle Strand | -0/+56 |
| 2019-08-24 | Added table containing the system calls used by Instant and SystemTime. | Christian | -0/+30 |
| 2019-08-23 | Auto merge of #63814 - malbarbo:wasi-error-kind, r=alexcrichton | bors | -2/+18 |
| 2019-08-23 | VxWorks does not provide a way to set the task name except at creation time | Baoshan Pang | -1/+1 |
| 2019-08-23 | Implement decode_error_kind for wasi | Marco A L Barbosa | -2/+18 |
| 2019-08-23 | Auto merge of #63815 - sebastinez:sebastinez-doc-#63792, r=jonas-schievink | bors | -1/+1 |
| 2019-08-23 | Auto merge of #63521 - newpavlov:redox_builder, r=pietroalbini | bors | -13/+12 |
| 2019-08-22 | VxWorks ignores the SO_SNDTIMEO socket option (this is long-standing | Salim Nasser | -2/+4 |
| 2019-08-22 | Update occurences of as_slice | Sebastian Martinez | -1/+1 |
| 2019-08-22 | Fix for 7e13679. | Tomasz Różański | -2/+2 |
| 2019-08-22 | Change variables names to be more consistent. | Tomasz Różański | -16/+16 |
| 2019-08-22 | Make use of existing constants. | Tomasz Różański | -20/+18 |
| 2019-08-22 | Change code formatting for readability. | Tomasz Różański | -18/+18 |
| 2019-08-22 | Fix punctuation. | Tomasz Różański | -1/+1 |
| 2019-08-22 | Remove redundant `mut`. | Tomasz Różański | -1/+1 |
| 2019-08-21 | move cvt | newpavlov | -24/+25 |
| 2019-08-21 | fixes | newpavlov | -74/+69 |
| 2019-08-21 | update args | newpavlov | -2/+8 |
| 2019-08-20 | Auto merge of #63752 - Centril:rollup-nlxwety, r=Centril | bors | -2/+0 |
| 2019-08-20 | use new get_args | newpavlov | -3/+5 |
| 2019-08-20 | Merge branch 'master' into wasi | newpavlov | -2/+2 |
| 2019-08-20 | Rollup merge of #63723 - josephlr:sigemptyset, r=alexcrichton | Mazdak Farrokhzad | -40/+27 |
| 2019-08-20 | Rollup merge of #63216 - oconnor663:take_read_to_end, r=sfackler | Mazdak Farrokhzad | -8/+58 |
| 2019-08-20 | fix C incompatibilities | newpavlov | -22/+47 |