| Age | Commit message (Expand) | Author | Lines |
| 2018-10-18 | Don't forget to close executable file | Jeremy Soller | -1/+2 |
| 2018-10-18 | Remove unused type parameter | Jeremy Soller | -1/+1 |
| 2018-10-18 | Update to new system calls and enviromental variables | Jeremy Soller | -57/+167 |
| 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-17 | Implement FromStr for PathBuf | Simon Sapin | -0/+11 |
| 2018-10-16 | adds tracking issue number | oliver-giersch | -1/+1 |
| 2018-10-15 | Merge pull request #5 from oliver-giersch/master | oliver-giersch | -25/+122 |
| 2018-10-15 | adds feature gate to doc-test (example) | oliver-giersch | -0/+1 |
| 2018-10-15 | adds missing method call parentheses | oliver-giersch | -1/+1 |
| 2018-10-15 | fixes misplaced semicolon | oliver-giersch | -2/+2 |
| 2018-10-15 | adds doc for `Builder::spawn_unchecked` | oliver-giersch | -1/+60 |
| 2018-10-14 | remove unnecessary lifetime bounds | oliver-giersch | -2/+2 |
| 2018-10-14 | Fix incorrect link in println! documentation | Diana | -1/+1 |
| 2018-10-13 | Update mod.rs | oliver-giersch | -3/+3 |
| 2018-10-13 | Update mod.rs | oliver-giersch | -3/+2 |
| 2018-10-13 | Auto merge of #54951 - alexcrichton:more-wasm-threads, r=sfackler | bors | -25/+122 |
| 2018-10-13 | adds unsafe `thread::Builder::spawn_unchecked` function | oliver-giersch | -11/+17 |
| 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 |
| 2018-10-03 | Remove main() in examples | Son | -46/+30 |
| 2018-10-02 | Cleans trailing whitespace | Lucas Lois | -5/+5 |
| 2018-10-02 | Documents reference equality by address (#54197) | Lucas Lois | -0/+25 |
| 2018-10-02 | make `CStr::from_bytes_with_nul_unchecked()` a const fn | Austin Bonander | -0/+1 |
| 2018-10-02 | make `CStr::from_bytes_with_nul_unchecked()` a const fn | Austin Bonander | -1/+12 |
| 2018-10-01 | update wording for thread::sleep | Vasya Novikov | -6/+6 |
| 2018-10-01 | Auto merge of #54662 - matklad:once-perf, r=alexcrichton | bors | -0/+1 |