| Age | Commit message (Expand) | Author | Lines |
| 2018-08-07 | Less words better than moar words | Felix Rabe | -2/+2 |
| 2018-08-07 | Rephrase | Felix Rabe | -2/+2 |
| 2018-08-07 | Document panic in mpsc::Receiver::recv_timeout | Felix Rabe | -1/+23 |
| 2018-08-07 | Rollup merge of #53107 - RalfJung:static-mutex, r=alexcrichton | kennytm | -9/+4 |
| 2018-08-06 | NetBSD: fix signedess of char | Jonathan A. Kollasch | -0/+4 |
| 2018-08-06 | actually, reentrant uninitialized mutex acquisition is outright UB | Ralf Jung | -21/+15 |
| 2018-08-06 | argue why at_exit_imp is fine | Ralf Jung | -3/+3 |
| 2018-08-06 | make Lazy::new unsafe and check reentrancy condition in the callers | Ralf Jung | -5/+11 |
| 2018-08-06 | I think we have to strengthen Mutex::init UB | Ralf Jung | -1/+1 |
| 2018-08-06 | clarify partially initialized Mutex issues | Ralf Jung | -2/+33 |
| 2018-08-06 | Remove references to `StaticMutex` which got removed a while ago | Ralf Jung | -9/+4 |
| 2018-08-05 | Remove bad features after rebase | varkor | -1/+0 |
| 2018-08-05 | Fix stage 2 tests | varkor | -1/+1 |
| 2018-08-05 | Remove unnecessary or invalid feature attributes | varkor | -17/+1 |
| 2018-08-04 | Rollup merge of #53024 - matklad:patch-1, r=alexcrichton | kennytm | -0/+4 |
| 2018-08-03 | Fix trailnig WS | Aleksey Kladov | -1/+1 |
| 2018-08-03 | Allow to check if sync::Once is initialized | Aleksey Kladov | -0/+41 |
| 2018-08-03 | Specify reentrancy gurantees of `Once::call_once` | Aleksey Kladov | -0/+4 |
| 2018-08-02 | Remove unnecessary local in await! macro | Taylor Cramer | -8/+11 |
| 2018-08-02 | Auto merge of #52949 - Mark-Simulacrum:snap, r=alexcrichton | bors | -14/+3 |
| 2018-08-02 | Auto merge of #52847 - upsuper:thread-stack-reserve, r=alexcrichton | bors | -1/+4 |
| 2018-08-01 | Switch to bootstrapping from 1.29 beta | Mark Rousskov | -14/+3 |
| 2018-08-01 | Implement custom read_to_end for io::Take | ljedrz | -3/+16 |
| 2018-08-01 | Rollup merge of #52861 - ColinFinck:master, r=alexcrichton | Pietro Albini | -14/+469 |
| 2018-08-01 | Rollup merge of #52771 - matklad:patch-1, r=kennytm | Pietro Albini | -1/+4 |
| 2018-08-01 | Rollup merge of #52732 - SimonSapin:spring, r=Mark-Simulacrum | Pietro Albini | -525/+0 |
| 2018-08-01 | Rollup merge of #52340 - cypher:document-from-trait-in-ffi, r=steveklabnik | Pietro Albini | -0/+48 |
| 2018-08-01 | Document #39364 (WIP) | Felix Rabe | -0/+6 |
| 2018-07-31 | Fix coding style. | Colin Finck | -1/+4 |
| 2018-07-30 | Remove unstable and deprecated APIs | Simon Sapin | -524/+0 |
| 2018-07-30 | Remove the unstable std_unicode crate, deprecated since 1.27 | Simon Sapin | -1/+0 |
| 2018-07-30 | Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and ... | Colin Finck | -14/+466 |
| 2018-07-30 | Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov | bors | -1/+1 |
| 2018-07-30 | Don't commit thread stack on Windows | Xidorn Quan | -1/+4 |
| 2018-07-29 | Auto merge of #52738 - ljedrz:push_to_extend, r=eddyb | bors | -11/+8 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -11/+8 |
| 2018-07-29 | Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov | bors | -2/+2 |
| 2018-07-29 | Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis | bors | -2/+1 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -1/+1 |
| 2018-07-28 | Rollup merge of #52759 - stjepang:impl-send-sync-for-joinhandle, r=TimNN | kennytm | -0/+5 |
| 2018-07-27 | Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum | bors | -116/+116 |
| 2018-07-27 | Use str::repeat | Shotaro Yamada | -2/+1 |
| 2018-07-27 | Fix ws | Aleksey Kladov | -1/+1 |
| 2018-07-27 | Clarify thread::park semantics | Aleksey Kladov | -1/+4 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -2/+2 |
| 2018-07-27 | Add stability attributes | Stjepan Glavina | -0/+2 |
| 2018-07-27 | Impl Send & Sync for JoinHandle | Stjepan Glavina | -0/+3 |
| 2018-07-26 | State default capacity for BufReader/BufWriter | Jonathan Behrens | -2/+4 |
| 2018-07-25 | Deny bare_trait_objects globally | Tatsuyuki Ishi | -1/+0 |
| 2018-07-25 | Merge remote-tracking branches 'ljedrz/dyn_libcore', 'ljedrz/dyn_libstd' and ... | Tatsuyuki Ishi | -114/+115 |