| Age | Commit message (Expand) | Author | Lines |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -138/+142 |
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -60/+60 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -4/+4 |
| 2019-02-10 | Auto merge of #58129 - RalfJung:maybe-uninit, r=cramertj | bors | -11/+57 |
| 2019-02-10 | it is okay not to use into_inner | Ralf Jung | -0/+1 |
| 2019-02-09 | Rollup merge of #58275 - RalfJung:miri-test-libcore, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+38 |
| 2019-02-07 | disable tests in Miri | Ralf Jung | -0/+38 |
| 2019-02-07 | Rollup merge of #58185 - GuillaumeGomez:images-url, r=SimonSapin | Guillaume Gomez | -3/+1 |
| 2019-02-07 | Rollup merge of #57848 - jrvanwhy:transmute-export-doc, r=QuietMisdreavus | Guillaume Gomez | -0/+1 |
| 2019-02-07 | Remove images' url to make it work even without internet connection | Guillaume Gomez | -3/+1 |
| 2019-02-06 | Fix broken grammar in iter::from_fn() docs | Sebastian Dröge | -4/+2 |
| 2019-02-06 | fix doctests | Ralf Jung | -1/+2 |
| 2019-02-05 | fix doctest | Ralf Jung | -2/+2 |
| 2019-02-06 | Rollup merge of #58172 - garyemerson:patch-1, r=steveklabnik | kennytm | -14/+14 |
| 2019-02-06 | Rollup merge of #58145 - taiki-e:poll, r=cramertj | kennytm | -0/+1 |
| 2019-02-04 | update split docs | garyemerson | -14/+14 |
| 2019-02-04 | Add #[must_use] to core::task::Poll | Taiki Endo | -0/+1 |
| 2019-02-04 | Remove weasel word in docs for iter's take_while() | lukaslueg | -2/+1 |
| 2019-02-04 | typos | Ralf Jung | -2/+2 |
| 2019-02-03 | make set return a mutable reference | Ralf Jung | -1/+4 |
| 2019-02-03 | expand as_[mut_]ptr docs a bit | Ralf Jung | -4/+4 |
| 2019-02-03 | some type-level docs for MaybeUninit; rename into_inner -> into_initialized | Ralf Jung | -6/+47 |
| 2019-02-03 | Auto merge of #57922 - davidtwco:issue-57410, r=petrochenkov | bors | -0/+3 |
| 2019-02-03 | Auto merge of #58062 - SimonSapin:iter_from_fn, r=alexcrichton | bors | -32/+25 |
| 2019-02-02 | Update visibility of intermediate use items. | David Wood | -0/+3 |
| 2019-02-01 | Rename iter::unfold to iter::from_fn and remove explicit state | Simon Sapin | -32/+25 |
| 2019-02-01 | Stabilize split_ascii_whitespace | Simon Sapin | -6/+5 |
| 2019-02-01 | Auto merge of #58002 - oli-obk:deprecated_sugg, r=zackmdavis | bors | -2/+32 |
| 2019-01-31 | Auto merge of #58003 - nikic:saturating-add, r=nagisa | bors | -0/+33 |
| 2019-01-31 | Rollup merge of #58005 - vitiral:docs_trim_start_matches, r=Manishearth | Mazdak Farrokhzad | -8/+8 |
| 2019-01-31 | Rollup merge of #57106 - matthiaskrgr:trim_must_use, r=sfackler | Mazdak Farrokhzad | -0/+12 |
| 2019-01-30 | fix #57686: update docs for fix_start/end_matches | Rett Berg | -8/+8 |
| 2019-01-30 | Add suggestions to deprecation lints | Oliver Scherer | -2/+32 |
| 2019-01-29 | Use LLVM intrinsics for saturating add/sub | Nikita Popov | -0/+33 |
| 2019-01-29 | Auto merge of #57808 - gnzlbg:ustdsimd, r=gnzlbg | bors | -8/+9 |
| 2019-01-29 | Update stdsimd | gnzlbg | -8/+9 |
| 2019-01-28 | Rollup merge of #57045 - RalfJung:kill-more-uninit, r=SimonSapin | Mazdak Farrokhzad | -21/+56 |
| 2019-01-28 | Auto merge of #55704 - Nemo157:pinned-generators, r=Zoxc | bors | -14/+25 |
| 2019-01-28 | rename first_mut_ptr -> first_ptr_mut | Ralf Jung | -6/+6 |
| 2019-01-28 | fix typos, improve docs | Ralf Jung | -2/+2 |
| 2019-01-28 | Use warn() for extra diagnostics; with -D warnings this leads to errors | Ralf Jung | -3/+3 |
| 2019-01-28 | add macro for creating uninitialized array | Ralf Jung | -21/+22 |
| 2019-01-28 | avoid mem::uninitialized in BTreeMap | Ralf Jung | -1/+1 |
| 2019-01-28 | libcore: avoid mem::uninitialized and raw ptr casts | Ralf Jung | -13/+49 |
| 2019-01-28 | libcore: remove unneeded allow(deprecated) | Ralf Jung | -4/+2 |
| 2019-01-27 | Update generator transform and generated function signature | Wim Looman | -0/+1 |
| 2019-01-27 | Mark static generators as !Unpin | Wim Looman | -0/+1 |
| 2019-01-27 | Change generator trait to use pinning | Wim Looman | -14/+23 |
| 2019-01-27 | Auto merge of #56932 - clarcharr:iter_refactor, r=Centril | bors | -3862/+4032 |
| 2019-01-27 | Auto merge of #57765 - Mark-Simulacrum:bootstrap-bump, r=alexcrichton | bors | -153/+10 |