| Age | Commit message (Expand) | Author | Lines |
| 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 | core: use iterators for slice equality comparison | Andrew Champion | -14/+2 |
| 2019-06-08 | core: check for pointer equality when comparing Eq slices | Andrew Champion | -1/+24 |
| 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-05 | Stabilize Option::xor | Lzu Tao | -3/+1 |
| 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-04 | Update src/libcore/tests/slice.rs | kennytm | -1/+1 |
| 2019-06-03 | add unchecked math intrinsics | lcnr/Bastian Kauschke | -0/+15 |
| 2019-06-02 | copy_within: replace element access by pointer arithmetic to avoid UB | kennytm | -2/+16 |
| 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 | Stabilize copy_within | kennytm | -3/+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 |
| 2019-05-31 | Stabilize reverse_bits feature | Lzu Tao | -11/+3 |
| 2019-05-30 | Fix compilation errors | Chris Gregory | -2/+2 |
| 2019-05-30 | Fixed some typos. | OptimisticPeach | -2/+2 |
| 2019-05-30 | Add Bound::cloned() | Chris Gregory | -0/+22 |
| 2019-05-30 | Stabilize iter_nth_back feature | Lzu Tao | -5/+1 |
| 2019-05-30 | Fix links in Deref documentation | Guillaume Gomez | -6/+6 |