| Age | Commit message (Expand) | Author | Lines |
| 2019-02-07 | also fix bad use of shared ref in split_at_mut | Ralf Jung | -1/+1 |
| 2019-02-07 | Un-monomorphize and inline formatting with padding | Nick Fitzgerald | -29/+57 |
| 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 | De-duplicate write_prefix lambda in pad_integral | Nick Fitzgerald | -11/+20 |
| 2019-02-07 | De-duplicate number formatting implementations for smaller code size | Nick Fitzgerald | -31/+38 |
| 2019-02-07 | Add #[must_use] message to Fn* traits | Taiki Endo | -3/+3 |
| 2019-02-07 | Remove images' url to make it work even without internet connection | Guillaume Gomez | -3/+1 |
| 2019-02-06 | Change RawWaker constructor to const fn | Matthias Einwag | -4/+24 |
| 2019-02-06 | Allow const assignment for int saturating_sub() for #58030 | Patrick McCarter | -10/+44 |
| 2019-02-06 | Fix broken grammar in iter::from_fn() docs | Sebastian Dröge | -4/+2 |
| 2019-02-06 | add tracking issue | Ralf Jung | -1/+1 |
| 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 |