| Age | Commit message (Expand) | Author | Lines |
| 2018-09-12 | Rollup merge of #54046 - snaedis:issue-48022, r=steveklabnik | kennytm | -1/+2 |
| 2018-09-08 | Auto merge of #51885 - GuillaumeGomez:trait-impl-show-docs, r=Mark-Simulacrum... | bors | -4/+2 |
| 2018-09-07 | Update documentation for fill_buf in std::io::BufRead | Alva Snædís | -1/+2 |
| 2018-09-07 | Rollup merge of #53376 - frewsxcv:frewsxcv-copy, r=GuillaumeGomez | kennytm | -0/+5 |
| 2018-09-06 | Fix invalid urls | Guillaume Gomez | -4/+2 |
| 2018-08-31 | Implement the `min_const_fn` feature gate | Oliver Schneider | -28/+30 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-08-15 | Make std::io::Error #[non_exhaustive] | varkor | -10/+1 |
| 2018-08-14 | Cross reference io::copy and fs::copy in docs. | Corey Farwell | -0/+5 |
| 2018-08-08 | avoid using the word 'initialized' to talk about that non-reentrant-capable s... | Ralf Jung | -2/+1 |
| 2018-08-06 | actually, reentrant uninitialized mutex acquisition is outright UB | Ralf Jung | -3/+2 |
| 2018-08-06 | make Lazy::new unsafe and check reentrancy condition in the callers | Ralf Jung | -5/+11 |
| 2018-08-06 | clarify partially initialized Mutex issues | Ralf Jung | -0/+7 |
| 2018-08-01 | Implement custom read_to_end for io::Take | ljedrz | -3/+16 |
| 2018-07-30 | Remove unstable and deprecated APIs | Simon Sapin | -214/+0 |
| 2018-07-27 | Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum | bors | -14/+14 |
| 2018-07-26 | State default capacity for BufReader/BufWriter | Jonathan Behrens | -2/+4 |
| 2018-07-25 | Merge remote-tracking branches 'ljedrz/dyn_libcore', 'ljedrz/dyn_libstd' and ... | Tatsuyuki Ishi | -14/+14 |
| 2018-07-19 | Cursor: update docs to clarify Cursor only works with in-memory buffers | Tommi Komulainen | -8/+9 |
| 2018-07-11 | simplify assertions | Andy Russell | -5/+4 |
| 2018-07-11 | Add missing dyn in tests | ljedrz | -1/+1 |
| 2018-07-10 | Deny bare trait objects in `src/libstd`. | ljedrz | -13/+13 |
| 2018-07-08 | rework `LineWriter` example | Andy Russell | -10/+24 |
| 2018-07-03 | Rollup merge of #51973 - estk:master, r=abonander | Pietro Albini | -0/+22 |
| 2018-07-03 | Auto merge of #51564 - SimonSapin:try-int, r=alexcrichton | bors | -18/+2 |
| 2018-07-02 | Make Stdio handle UnwindSafe | Evan Simmons | -0/+22 |
| 2018-06-19 | Remove erroneous example of main as a non-Result function. | Sgeo | -1/+1 |
| 2018-06-17 | libstd: add an RAII utility for sys_common::mutex::Mutex | NODA, Kai | -10/+11 |
| 2018-06-06 | Revert "Remove TryFrom impls that might become conditionally-infallible with ... | Simon Sapin | -18/+2 |
| 2018-04-15 | Deprecate Read::chars and char::decode_utf8 | Simon Sapin | -1/+17 |
| 2018-04-05 | Stabilize take_set_limit | Thayne McCombs | -2/+1 |
| 2018-04-05 | Rollup merge of #49594 - mbrubeck:docs, r=steveklabnik | kennytm | -0/+22 |
| 2018-04-03 | Add performance notes to BufReader/BufWriter docs | Matt Brubeck | -0/+12 |
| 2018-04-03 | Cross-reference fs::read functions from io::Read docs | Matt Brubeck | -0/+10 |
| 2018-04-02 | Fix typo | Rolf van de Krol | -1/+1 |
| 2018-03-28 | Auto merge of #49357 - frewsxcv:frewsxcv-termination-doc-examples, r=Guillaum... | bors | -473/+472 |
| 2018-03-28 | Remove hidden `foo` functions from doc examples; use `Termination` trait. | Corey Farwell | -473/+472 |
| 2018-03-27 | Remove TryFrom impls that might become conditionally-infallible with a portab... | Simon Sapin | -2/+18 |
| 2018-03-18 | Add BufReader::buffer | Steven Fackler | -1/+29 |
| 2018-03-01 | Fix a bug introduced in previous commit | Stjepan Glavina | -2/+2 |
| 2018-02-28 | Remove thread_local_state | Stjepan Glavina | -20/+19 |
| 2018-02-28 | Stabilize LocalKey::try_with | Stjepan Glavina | -1/+4 |
| 2018-02-19 | Add missing link | Andreas Streichardt | -0/+2 |
| 2018-02-18 | Rollup merge of #48275 - matthiaskrgr:codespell, r=kennytm,varkor | Guillaume Gomez | -1/+1 |
| 2018-02-17 | fix more typos found by codespell. | Matthias Krüger | -1/+1 |
| 2018-02-17 | Rollup merge of #48234 - zombiezen:patch-1, r=steveklabnik | Guillaume Gomez | -2/+0 |
| 2018-02-15 | Remove "empty buffer" doc in read_until | Ross Light | -2/+0 |
| 2018-02-10 | Correct a few stability attributes | Oliver Middleton | -1/+1 |
| 2018-01-30 | std: use more portable error number in from_raw_os_error docs | James Cowgill | -4/+4 |
| 2018-01-15 | Rollup merge of #47330 - bmusin:patch-2, r=shepmaster | kennytm | -4/+4 |