| Age | Commit message (Expand) | Author | Lines |
| 2018-11-02 | Remove all jemalloc-related content | Alex Crichton | -18/+4 |
| 2018-11-02 | Auto merge of #54043 - fintelia:raw_entry, r=alexcrichton | bors | -6/+673 |
| 2018-11-02 | Auto merge of #55359 - alex:command-exec-uaf, r=alexcrichton | bors | -8/+99 |
| 2018-11-01 | std: Enable usage of `thread_local!` through imports | Alex Crichton | -4/+4 |
| 2018-11-01 | std: Improve codegen size of accessing TLS | Alex Crichton | -1/+10 |
| 2018-11-01 | Fixes #46775 -- don't mutate the process's environment in Command::exec | Alex Gaynor | -8/+99 |
| 2018-10-31 | A couple suggested edits | Jonathan Behrens | -7/+3 |
| 2018-10-31 | Bump nightly to 1.32.0 | Alex Crichton | -1/+0 |
| 2018-10-30 | thread::unpark: Avoid notifying with mutex locked. | James Duley | -2/+12 |
| 2018-10-30 | Add example of using the indexing operator to HashMap docs | Florian Hartwig | -0/+3 |
| 2018-10-28 | Auto merge of #55043 - oliver-giersch:unchecked_thread_spawning, r=alexcrichton | bors | -13/+78 |
| 2018-10-28 | Rollup merge of #55148 - SimonSapin:path-fromstr, r=oli-obk | kennytm | -0/+11 |
| 2018-10-27 | Correct alignment of atomic types and (re)add Atomic{I,U}128 | Oliver Middleton | -0/+6 |
| 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 | Fix tidy checks | jD91mZM2 | -1/+1 |
| 2018-10-18 | Revert liblibc submodule url | jD91mZM2 | -7/+2 |
| 2018-10-18 | Interpret shebangs on redox | jD91mZM2 | -14/+80 |
| 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 |