| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-09-30 | Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum | bors | -15/+5 |
| 2018-09-29 | Rollup merge of #54635 - neoeinstein:seek-docs, r=alexcrichton | kennytm | -2/+2 |
| 2018-09-29 | Fix Once perf regression | Aleksey Kladov | -0/+1 |
| 2018-09-28 | update wording for std::thread::sleep | Vasya Novikov | -4/+4 |
| 2018-09-28 | fix std::thread::sleep typo | Vasya Novikov | -1/+1 |
| 2018-09-28 | Improve docs for std::io::Seek | Marcus Griep | -2/+2 |
| 2018-09-28 | Rewrite section on concurrency | Gabriel Majeri | -4/+5 |
| 2018-09-28 | Fix broken links | Gabriel Majeri | -5/+7 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -15/+5 |
| 2018-09-27 | Address review comments | Gabriel Majeri | -14/+15 |
| 2018-09-27 | Make example code use global variables | Gabriel Majeri | -13/+14 |
| 2018-09-27 | Expand the documentation for the std::sync module | Gabriel Majeri | -4/+119 |
| 2018-09-27 | Doc for From ErrorKind | Son | -3/+12 |
| 2018-09-26 | Remove the last broken link. | iirelu | -2/+1 |
| 2018-09-26 | Incorporate criticisms into keyword docs | iirelu | -8/+13 |
| 2018-09-26 | Removed dead links to unwritten keyword docs | iirelu | -20/+7 |
| 2018-09-26 | std: Don't let `rust_panic` get inlined | Alex Crichton | -0/+1 |
| 2018-09-25 | Rollup merge of #54522 - gardrek:patch-1, r=TimNN | Pietro Albini | -3/+3 |
| 2018-09-26 | Examples for docs | Son | -0/+148 |