| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-05-30 | Rollup merge of #60850 - SimonSapin:unguarded, r=alexcrichton | Mazdak Farrokhzad | -2/+1 |
| 2019-05-29 | Optimize pointer alignment in utf8 validation | Justin Ridgewell | -6/+3 |
| 2019-05-29 | Add std::mem::take as suggested in #61129 | Jon Gjengset | -0/+55 |
| 2019-05-29 | Add custom nth_back for Skip | Andrea Corradi | -0/+48 |
| 2019-05-29 | Rollup merge of #61310 - RalfJung:mem, r=Centril | Oliver Scherer | -1406/+1417 |
| 2019-05-29 | split libcore::mem into multiple files | Ralf Jung | -1406/+1417 |
| 2019-05-29 | Rollup merge of #61048 - wizAmit:feature/nth_back_chunks, r=scottmcm | Mazdak Farrokhzad | -0/+42 |
| 2019-05-29 | Rollup merge of #60555 - timvermeulen:rchunks_nth_back, r=scottmcm | Mazdak Farrokhzad | -0/+124 |
| 2019-05-29 | Rollup merge of #60542 - timvermeulen:step_sub_usize, r=scottmcm | Mazdak Farrokhzad | -0/+35 |
| 2019-05-29 | Rollup merge of #58975 - jtdowney:iter_arith_traits_option, r=dtolnay | Mazdak Farrokhzad | -0/+126 |
| 2019-05-28 | Bump Sum and Product for Option<T> to 1.37 | David Tolnay | -2/+2 |
| 2019-05-29 | Rollup merge of #61273 - RalfJung:maybe-uninit, r=Centril | Mazdak Farrokhzad | -0/+3 |