| Age | Commit message (Expand) | Author | Lines |
| 2018-11-22 | update various stdlib docs | Steve Klabnik | -11/+9 |
| 2018-11-22 | fix more links | Steve Klabnik | -5/+5 |
| 2018-11-19 | Increase `Duration` approximate equal threshold to 1us | Alex Crichton | -1/+2 |
| 2018-11-15 | std: Synchronize access to global env during `exec` | Alex Crichton | -16/+60 |
| 2018-11-15 | Revert "Fixes #46775 -- don't mutate the process's environment in Command::exec" | Alex Crichton | -99/+8 |
| 2018-11-06 | Fixes #46775 -- don't mutate the process's environment in Command::exec | Alex Gaynor | -8/+99 |
| 2018-10-25 | Rollup merge of #55328 - raphlinus:copysign_typo, r=joshtriplett | Pietro Albini | -8/+8 |
| 2018-10-25 | Rollup merge of #55269 - matthiaskrgr:typos_oct, r=zackmdavis | Pietro Albini | -3/+3 |
| 2018-10-25 | Rollup merge of #55247 - peterjoel:peterjoel-prim-char-doc-example, r=joshtri... | Pietro Albini | -2/+2 |
| 2018-10-25 | Rollup merge of #55200 - octronics:gh51430, r=kennytm | Pietro Albini | -0/+88 |
| 2018-10-25 | Rollup merge of #54965 - chathaway-codes:update-tcp-stream-docs, r=GuillaumeG... | Pietro Albini | -5/+5 |
| 2018-10-25 | Rollup merge of #53931 - iirelu:keyword-docs, r=steveklabnik | Pietro Albini | -28/+669 |
| 2018-10-24 | Fix doc for new copysign functions | Raph Levien | -8/+8 |
| 2018-10-24 | Documents `From` implementations for `Stdio` | OCTronics | -0/+88 |
| 2018-10-23 | Hopefully fix compile error | iirelu | -1/+0 |
| 2018-10-23 | fix typos in various places | Matthias Krüger | -3/+3 |
| 2018-10-21 | Clarified code example | Peter Hall | -2/+2 |
| 2018-10-20 | Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper | bors | -4/+4 |
| 2018-10-19 | Rollup merge of #55169 - raphlinus:copysign, r=joshtriplett | kennytm | -0/+58 |
| 2018-10-19 | Prefer unwrap_or_else to unwrap_or in case of function calls/allocations | ljedrz | -4/+4 |
| 2018-10-18 | Add must_use on copysign | Raph Levien | -0/+2 |
| 2018-10-18 | Rollup merge of #54646 - vn971:fix_std_thread_sleep, r=frewsxcv | kennytm | -10/+14 |
| 2018-10-17 | Fix inconsistent documentation | Raph Levien | -4/+5 |
| 2018-10-17 | Add a `copysign` function to f32 and f64 | Raph Levien | -0/+55 |
| 2018-10-14 | Fix incorrect link in println! documentation | Diana | -1/+1 |
| 2018-10-13 | Auto merge of #54951 - alexcrichton:more-wasm-threads, r=sfackler | bors | -25/+122 |
| 2018-10-12 | Rollup merge of #54956 - kzys:close-paren, r=varkor | kennytm | -1/+1 |
| 2018-10-12 | Rollup merge of #54913 - RalfJung:unwind-safe, r=alexcrichton | kennytm | -1/+1 |
| 2018-10-12 | Rollup merge of #54891 - rust-lang:SimonSapin-patch-1, r=nagisa | kennytm | -1/+1 |
| 2018-10-12 | Rollup merge of #54755 - lucasloisp:document-reference-address-eq, r=QuietMis... | kennytm | -0/+25 |
| 2018-10-11 | Small changes to fix documentation auto compile issues | Charles Hathaway | -1/+2 |
| 2018-10-11 | improve docs on thread::sleep | Vasya Novikov | -4/+8 |
| 2018-10-11 | std: Implement TLS for wasm32-unknown-unknown | Alex Crichton | -25/+122 |
| 2018-10-10 | update tcp stream documentation | Charles Hathaway | -4/+3 |
| 2018-10-10 | "(using ..." doesn't have the matching ")" | Kazuyoshi Kato | -1/+1 |
| 2018-10-08 | it's auto traits that make for automatic implementations | Ralf Jung | -1/+1 |
| 2018-10-08 | Auto merge of #54871 - u32i64:master, r=frewsxcv | bors | -1/+1 |
| 2018-10-07 | Auto merge of #53517 - phungleson:fix-impl-from-for-error, r=frewsxcv | bors | -0/+13 |
| 2018-10-07 | Auto merge of #54835 - oli-obk:mögen_konstante_funktionen_doch_bitte_endlich... | bors | -1/+1 |
| 2018-10-07 | Fix tracking issue for Once::is_completed | Simon Sapin | -1/+1 |
| 2018-10-07 | Auto merge of #54451 - alexcrichton:no-mangle-extern-linkage, r=michaelwoerister | bors | -4/+4 |
| 2018-10-06 | rustc: Allow `#[no_mangle]` anywhere in a crate | Alex Crichton | -4/+4 |
| 2018-10-06 | Fix typo in libstd/thread/mod.rs: remove unnecessary comma | Artem Varaksa | -1/+1 |
| 2018-10-06 | 'a' → 'an' in front of vowel sounds. | Corey Farwell | -1/+1 |
| 2018-10-05 | Rollup merge of #54078 - GabrielMajeri:expand-sync-docs, r=steveklabnik | Pietro Albini | -4/+148 |
| 2018-10-05 | Stabilize `min_const_fn` | Oliver Schneider | -1/+1 |
| 2018-10-05 | Address review comments | Gabriel Majeri | -43/+67 |
| 2018-10-05 | Auto merge of #54017 - alexcrichton:wasm-atomics2, r=sfackler | bors | -4/+500 |
| 2018-10-04 | Rollup merge of #53523 - phungleson:fix-impl-from-for-std-error, r=GuillaumeG... | Pietro Albini | -0/+141 |
| 2018-10-03 | Remove main() from examples | Son | -5/+3 |