| Age | Commit message (Expand) | Author | Lines |
| 2019-06-12 | Rollup merge of #61671 - koalatux:nth-back-range, r=KodrAus | Mazdak Farrokhzad | -0/+78 |
| 2019-06-12 | Rollup merge of #61348 - dronesforwork-forks:clone-from, r=KodrAus | Mazdak Farrokhzad | -2/+42 |
| 2019-06-11 | Rollup merge of #61726 - cuviper:partition-for_each, r=scottmcm | Mazdak Farrokhzad | -2/+2 |
| 2019-06-11 | Rollup merge of #61724 - aschampion:128-bit-memcmp, r=sfackler | Mazdak Farrokhzad | -1/+1 |
| 2019-06-11 | Rollup merge of #61715 - RalfJung:test-ascii-lowercase, r=varkor | Mazdak Farrokhzad | -2/+2 |
| 2019-06-10 | Use `for_each` in `Iterator::partition` | Josh Stone | -2/+2 |
| 2019-06-10 | core: use memcmp optimization for 128 bit integer slices | Andrew Champion | -1/+1 |
| 2019-06-10 | Rollup merge of #61501 - RalfJung:intrinsics, r=rkruppe | Mazdak Farrokhzad | -27/+16 |
| 2019-06-10 | make sure to_ascii_lowercase actually leaves upper-case non-ASCII characters ... | Ralf Jung | -2/+2 |
| 2019-06-09 | implement nth_back for RangeInclusive | Adrian Friedli | -0/+48 |
| 2019-06-09 | Auto merge of #61691 - RalfJung:miri-slow, r=Centril | bors | -0/+2 |
| 2019-06-09 | Miri: disable a slow test | Ralf Jung | -0/+2 |
| 2019-06-09 | Auto merge of #61677 - napen123:string-examples, r=sfackler | bors | -0/+20 |
| 2019-06-08 | Add examples for make_ascii_{uppercase, lowercase} | Napen123 | -0/+20 |
| 2019-06-08 | Remove unused `#![feature(custom_attribute)]`s | Vadim Petrochenkov | -1/+0 |
| 2019-06-08 | implement nth_back for Range | Adrian Friedli | -0/+30 |
| 2019-06-08 | Auto merge of #61620 - SimonSapin:as_cell, r=RalfJung | bors | -4/+2 |
| 2019-06-08 | Auto merge of #61635 - ecstatic-morse:const-signum, r=oli-obk | bors | -6/+3 |
| 2019-06-07 | Make `i*::signum` a `const fn`. | Dylan MacKenzie | -6/+3 |
| 2019-06-07 | Auto merge of #61130 - jonhoo:mem-take, r=SimonSapin | bors | -0/+55 |
| 2019-06-07 | Rollup merge of #61599 - laumann:pin-docs-minor-edits, r=Centril | Mazdak Farrokhzad | -20/+21 |
| 2019-06-07 | Stabilize Cell::from_mut and as_slice_of_cells | Simon Sapin | -4/+2 |
| 2019-06-07 | libcore/pin: Minor grammar corrections for module documentation | Thomas Bracht Laumann Jespersen | -20/+21 |
| 2019-06-07 | Auto merge of #61408 - varkor:fmin-fmax-llvm-intrinsics, r=alexcrichton | bors | -36/+67 |
| 2019-06-06 | Rollup merge of #61376 - czipperz:bound-cloned, r=sfackler | Mazdak Farrokhzad | -1/+41 |
| 2019-06-06 | Add intrinsics for floating-point min and max | varkor | -36/+67 |
| 2019-06-06 | Auto merge of #61583 - Centril:rollup-ug2cbfd, r=Centril | bors | -2/+2 |
| 2019-06-06 | Rollup merge of #61571 - czipperz:needs_drop-doc-escape-HashMap, r=Mark-Simul... | Mazdak Farrokhzad | -2/+2 |
| 2019-06-06 | Auto merge of #61494 - Mark-Simulacrum:move-to-cfg-bootstrap, r=alexcrichton | bors | -5/+5 |
| 2019-06-05 | Remove dereference | Chris Gregory | -1/+1 |
| 2019-06-05 | Take self by value (Self is Copy here) | Chris Gregory | -1/+1 |
| 2019-06-05 | Escape needs_drop in the needs_drop documentation | Chris Gregory | -1/+1 |
| 2019-06-05 | Escape HashMap with backticks in needs_drop docs | Chris Gregory | -1/+1 |
| 2019-06-05 | Utilize cfg(bootstrap) over cfg(stage0) | Mark Rousskov | -5/+5 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -2/+2 |
| 2019-06-04 | Remove unneeded feature attr from atomic integers doctests | Lzu Tao | -8/+8 |
| 2019-06-03 | get rid of real_intrinsics module | Ralf Jung | -27/+16 |
| 2019-06-03 | add unchecked math intrinsics | lcnr/Bastian Kauschke | -0/+15 |
| 2019-06-02 | Fix typo in AsRef doc | Fabian Drinck | -1/+1 |
| 2019-06-01 | Enable feature bound_cloned for tests | Chris Gregory | -0/+2 |
| 2019-06-01 | Implement Clone::clone_from for Result. | Mara Bos | -1/+22 |
| 2019-06-01 | Implement Clone::clone_from for Option. | Mara Bos | -1/+20 |
| 2019-06-01 | Rollup merge of #61364 - lzutao:stabilize-reverse_bits, r=Centril | Mazdak Farrokhzad | -11/+3 |
| 2019-05-31 | Enable feature bound_cloned | Chris Gregory | -0/+1 |
| 2019-05-31 | Import Bound in tests | Chris Gregory | -1/+1 |
| 2019-05-31 | Add Bound tests | Chris Gregory | -0/+15 |
| 2019-05-31 | Make Bound::cloned public | Chris Gregory | -1/+1 |
| 2019-05-31 | Rollup merge of #61382 - OptimisticPeach:patch-1, r=Centril | Pietro Albini | -2/+2 |
| 2019-05-31 | Rollup merge of #61363 - lzutao:stabilize-iter_nth_back, r=Centril | Pietro Albini | -5/+1 |
| 2019-05-31 | Rollup merge of #61359 - GuillaumeGomez:fix-deref-doc-links, r=Manishearth | Pietro Albini | -6/+6 |