| Age | Commit message (Expand) | Author | Lines |
| 2019-02-06 | remove now-unneeded raw ptr casts | Ralf Jung | -3/+3 |
| 2019-02-06 | fix doctests | Ralf Jung | -1/+2 |
| 2019-02-05 | Allow const assignment for int saturating_add() calls for #58030 | Patrick McCarter | -10/+47 |
| 2019-02-05 | fix str mutating through a ptr derived from &self | Ralf Jung | -3/+19 |
| 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-05 | review suggestions | Matthias Einwag | -2/+9 |
| 2019-02-05 | Apply more review suggestions | Matthias Einwag | -3/+11 |
| 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 | Apply review suggestions and fix tests | Matthias Einwag | -34/+31 |
| 2019-02-03 | Apply suggestions from code review | Mazdak Farrokhzad | -4/+6 |
| 2019-02-03 | Update the future/task API | Matthias Einwag | -259/+95 |
| 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 | RangeInclusive internal iteration performance improvement. | Matthieu M | -3/+50 |
| 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 | Simplify the overflowing_neg expression | Lokathor | -1/+1 |
| 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 | Don't know why I wasn't using `self` properly there | Lokathor | -1/+1 |
| 2019-02-01 | Make overflowing and wrapping negation const | Lokathor | -9/+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 |