| Age | Commit message (Expand) | Author | Lines |
| 2019-09-09 | Added some context on SGX. Lists Darwin separately. | Christian | -18/+32 |
| 2019-09-09 | Replace println statements with explanatory comments | Ali Raheem | -7/+4 |
| 2019-09-09 | std: Add a `backtrace` module | Alex Crichton | -54/+433 |
| 2019-09-09 | Auto merge of #63118 - Centril:stabilize-bind-by-move, r=matthewjasper | bors | -1/+1 |
| 2019-09-08 | Fix `Stdio::piped` example code and lint | William Chargin | -2/+2 |
| 2019-09-08 | Rollup merge of #64152 - cramertj:update-backtrace, r=alexcrichton | Mazdak Farrokhzad | -151/+94 |
| 2019-09-08 | Dont use gate bind_by_move_pattern_guards internally. | Mazdak Farrokhzad | -1/+1 |
| 2019-09-07 | Rollup merge of #64023 - tmandry:libstd-fuchsia-fixes, r=cramertj | Mazdak Farrokhzad | -27/+76 |
| 2019-09-06 | Auto merge of #63789 - Wind-River:master, r=alexcrichton | bors | -2/+4 |
| 2019-09-06 | A few cosmetic improvements to code & comments in liballoc and libcore | Alexander Regueiro | -20/+20 |
| 2019-09-06 | Upgrade rand to 0.7 | Mateusz MikuĊa | -3/+3 |
| 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 | Restore 'must_use' for 'clamp'; fix warning for tests | Kyle Strand | -10/+8 |
| 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 | 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 |