| Age | Commit message (Expand) | Author | Lines |
| 2019-09-06 | Rollup merge of #64198 - cramertj:fuchsia-monotonic, r=alexcrichton | Mazdak Farrokhzad | -0/+1 |
| 2019-09-06 | Rollup merge of #64186 - alexcrichton:improve-env-codegen, r=sfackler | Mazdak Farrokhzad | -70/+56 |
| 2019-09-06 | Rollup merge of #63676 - newpavlov:wasi, r=alexcrichton | Mazdak Farrokhzad | -434/+326 |
| 2019-09-05 | Merge pull request #17 from rust-lang/master | Baoshan | -25/+42 |
| 2019-09-05 | Add Fuchsia to actually_monotonic | Taylor Cramer | -0/+1 |
| 2019-09-05 | std: Improve downstream codegen in `Command::env` | Alex Crichton | -70/+56 |
| 2019-09-05 | Rollup merge of #64030 - jethrogb:jb/sgx-sync-issues, r=alexcrichton | Mazdak Farrokhzad | -20/+32 |
| 2019-09-05 | Rollup merge of #64123 - danielhenrymantilla:add_comment_about_uninit_integer... | Mazdak Farrokhzad | -0/+8 |
| 2019-09-05 | Rollup merge of #62860 - vi:stabilize_checked_duration_since, r=Mark-Simulacrum | Mazdak Farrokhzad | -5/+2 |
| 2019-09-04 | Use backtrace formatting from the backtrace crate | Taylor Cramer | -151/+94 |
| 2019-09-05 | Stabilize checked_duration_since for 1.39.0 | Vitaly _Vi Shukela | -5/+2 |
| 2019-09-03 | Merge pull request #12 from rust-lang/master | Baoshan | -715/+156 |
| 2019-09-03 | make wasi a target-specific dependency | Artyom Pavlov | -1/+3 |
| 2019-09-03 | Changed comment to better reflect std's exceptional situation | Daniel Henry-Mantilla | -4/+4 |
| 2019-09-03 | Added warning around code with reference to uninit bytes | Daniel Henry-Mantilla | -0/+8 |
| 2019-09-01 | vxWorks: set DEFAULT_MIN_STACK_SIZE to 256K and use min_stack to pass initial... | Baoshan Pang | -3/+7 |
| 2019-09-01 | Rollup merge of #64039 - pickfire:patch-1, r=jonas-schievink | Mazdak Farrokhzad | -2/+2 |
| 2019-09-01 | Rollup merge of #63410 - johnterickson:master, r=joshtriplett | Mazdak Farrokhzad | -22/+24 |
| 2019-08-31 | Auto merge of #64025 - Wind-River:master_003, r=alexcrichton | bors | -324/+0 |
| 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 | 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 | 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 |