| Age | Commit message (Expand) | Author | Lines |
| 2019-03-28 | Auto merge of #59478 - Centril:rollup, r=Centril | bors | -29/+32 |
| 2019-03-28 | Rollup merge of #59448 - benesch:macro-doc, r=Centril | Mazdak Farrokhzad | -22/+23 |
| 2019-03-28 | Rollup merge of #57987 - parched:va-args, r=joshtriplett | Mazdak Farrokhzad | -7/+9 |
| 2019-03-28 | Auto merge of #59336 - gnzlbg:hint_black_box, r=alexcrichton | bors | -0/+117 |
| 2019-03-27 | Rollup merge of #59393 - czipperz:refactor_tuple_comparison_tests, r=shepmaster | Josh Stone | -20/+24 |
| 2019-03-27 | Rollup merge of #59390 - czipperz:ptr_eq_smart_pointer, r=Centril,steveklabnik | Josh Stone | -2/+48 |
| 2019-03-27 | Rollup merge of #59372 - euclio:rename-trim, r=rkruppe | Josh Stone | -4/+20 |
| 2019-03-27 | Rollup merge of #59284 - RalfJung:maybe-uninit, r=sfackler | Josh Stone | -58/+92 |
| 2019-03-27 | Rollup merge of #59283 - SimonSapin:branchless-ascii-case, r=joshtriplett | Josh Stone | -135/+374 |
| 2019-03-27 | Rollup merge of #59268 - estebank:from-string, r=QuietMisdreavus | Josh Stone | -0/+6 |
| 2019-03-27 | Minor rewordings and add `dyn` keyword | Chris Gregory | -9/+9 |
| 2019-03-26 | Use consistent phrasing for all macro summaries | Nikhil Benesch | -22/+23 |
| 2019-03-26 | impl TrustedLen for 128-bit ranges too | Josh Stone | -2/+2 |
| 2019-03-26 | Rollup merge of #59427 - czipperz:non_null_doc_links, r=Mark-Simulacrum | Guillaume Gomez | -2/+3 |
| 2019-03-26 | Rollup merge of #59330 - DevQps:improve-std-convert-documentation, r=stevekla... | Guillaume Gomez | -78/+89 |
| 2019-03-26 | Test the size_hint of empty ranges too | Josh Stone | -0/+12 |
| 2019-03-26 | Auto merge of #59433 - Centril:rollup, r=Centril | bors | -8/+59 |
| 2019-03-26 | Implement useful steps_between for all integers | Josh Stone | -49/+57 |
| 2019-03-26 | Life's too short not to use cfg_if | gnzlbg | -23/+101 |
| 2019-03-26 | Document why the volatile read is used | gnzlbg | -0/+1 |
| 2019-03-26 | Use fallback on emscripten targets | gnzlbg | -2/+18 |
| 2019-03-26 | bump bootstrap; adjust stage0 uses in core::ptr. | Mazdak Farrokhzad | -2/+2 |
| 2019-03-26 | adjust MaybeUninit API to discussions | Ralf Jung | -58/+92 |
| 2019-03-26 | Rollup merge of #59419 - frewsxcv:frewsxcv-qu, r=varkor | Mazdak Farrokhzad | -4/+2 |
| 2019-03-26 | Rollup merge of #59410 - tbu-:pr_doc_clarifyclamp, r=joshtriplett | Mazdak Farrokhzad | -4/+9 |
| 2019-03-26 | Rollup merge of #59362 - pnkfelix:demo-from-iterator-short-circuiting, r=Centril | Mazdak Farrokhzad | -0/+48 |
| 2019-03-25 | Utilize `?` instead of `return None`. | Corey Farwell | -4/+2 |
| 2019-03-25 | Link to PhantomData in NonNull documentation | Chris Gregory | -2/+3 |
| 2019-03-25 | Formatting changes, including better wrapping and creating short summary lines. | Christian | -16/+21 |
| 2019-03-25 | Rework documentation into examples | Chris Gregory | -8/+46 |
| 2019-03-25 | Rework documentation to be about fat pointers | Chris Gregory | -5/+9 |
| 2019-03-25 | black_box should use inline assembly on wasm32 | gnzlbg | -3/+3 |
| 2019-03-25 | Refactor tuple comparison tests | Chris Gregory | -20/+24 |
| 2019-03-25 | Clarify `{Ord,f32,f64}::clamp` docs a little | Tobias Bucher | -4/+9 |
| 2019-03-25 | add missing braces | Felix S Klock II | -2/+2 |
| 2019-03-25 | black_box should inhibit optimizations on platforms without inline assembly | gnzlbg | -3/+6 |
| 2019-03-25 | Update src/libcore/option.rs | Pascal Hertleif | -1/+1 |
| 2019-03-25 | Remove dupplicated config | gnzlbg | -2/+2 |
| 2019-03-25 | Moves test::black_box to core::hint | gnzlbg | -0/+19 |
| 2019-03-24 | Rollup merge of #59328 - koalatux:iter-nth-back, r=scottmcm | kennytm | -0/+26 |
| 2019-03-24 | Rollup merge of #59239 - gnzlbg:fix_spin_loop, r=nagisa | kennytm | -6/+25 |
| 2019-03-23 | Make `ptr::eq` documentation mention smart-pointer behavior | Chris Gregory | -0/+4 |
| 2019-03-22 | review comments | Esteban Küber | -1/+1 |
| 2019-03-22 | Add suggestion to use `&*var` when `&str: From<String>` is expected | Esteban Küber | -0/+6 |
| 2019-03-22 | ffi: rename VaList::copy to VaList::with_copy | Dan Robertson | -1/+1 |
| 2019-03-22 | add suggestions to trim_{left,right} deprecations | Andy Russell | -4/+20 |
| 2019-03-22 | Rollup merge of #59190 - greg-kargin:master, r=sanxiyn | Mazdak Farrokhzad | -50/+50 |
| 2019-03-22 | Expand `impl FromIterator for Result` doc to include examples of `Err` and ea... | Felix S. Klock II | -0/+28 |
| 2019-03-22 | Expand `impl FromIterator for Option` doc to include example of early termina... | Felix S. Klock II | -0/+20 |
| 2019-03-21 | Wrapped a line such that it does not exceed 100 characters. | Christian | -1/+2 |