| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-07-25 | Add missing dyn | Tatsuyuki Ishi | -2/+2 |
| 2018-07-24 | Rollup merge of #52658 - Wallacoloo:topics/use-option-methods, r=cramertj | Mark Rousskov | -13/+6 |
| 2018-07-24 | Rollup merge of #52656 - jD91mZM2:stablize-uds, r=alexcrichton | Mark Rousskov | -1/+41 |
| 2018-07-24 | Auto merge of #52646 - ljedrz:single_char_pattern, r=michaelwoerister | bors | -3/+3 |
| 2018-07-23 | libstd: Prefer `Option::map`/etc over `match` where applicable | Colin Wallace | -13/+6 |
| 2018-07-24 | Stablize Redox Unix Sockets | jD91mZM2 | -1/+41 |
| 2018-07-24 | Rollup merge of #52548 - tko:cursor-doc, r=sfackler | kennytm | -8/+9 |
| 2018-07-23 | Seperate summaries from rest of the comment | Markus Wein | -0/+2 |
| 2018-07-23 | Change single char str patterns to chars | ljedrz | -3/+3 |
| 2018-07-23 | Rollup merge of #52582 - felixrabe:patch-2, r=pietroalbini | kennytm | -1/+1 |
| 2018-07-23 | Rollup merge of #52581 - petrochenkov:bmacrodoc, r=alexcrichton | kennytm | -17/+17 |
| 2018-07-22 | Auto merge of #52394 - estebank:println, r=oli-obk | bors | -4/+18 |
| 2018-07-21 | fix tidy ~ again | Esteban Küber | -13/+0 |
| 2018-07-21 | Don't use the new `eprintln` for stage0 and stage1 | Esteban Küber | -2/+2 |
| 2018-07-21 | Change `eprintln!()` | Esteban Küber | -2/+9 |
| 2018-07-21 | Gate `format_args_nll` behind feature flag | Esteban Küber | -1/+1 |
| 2018-07-21 | Typo | Felix Rabe | -1/+1 |
| 2018-07-21 | Auto merge of #52535 - alexcrichton:update-stdsimd, r=Mark-Simulacrum | bors | -4/+0 |
| 2018-07-20 | Update stdsimd to undo an accidental stabilization | Alex Crichton | -4/+0 |