| Age | Commit message (Expand) | Author | Lines |
| 2018-09-05 | Auto merge of #52994 - varkor:trim_direction, r=alexcrichton | bors | -13/+157 |
| 2018-09-04 | Breaking change upgrades | Mark Rousskov | -11/+11 |
| 2018-09-04 | Auto merge of #53928 - tbu-:pr_doc_fromrawmut, r=frewsxcv | bors | -4/+7 |
| 2018-09-03 | Auto merge of #53697 - Cyres:const-fn-int-ops, r=oli-obk | bors | -56/+504 |
| 2018-09-03 | Link to more detailed docs in `slice::from_raw_parts_mut` | Tobias Bucher | -4/+7 |
| 2018-09-03 | Add const_unstable flag to `overflowing_shr` | Tim Diekmann | -0/+1 |
| 2018-09-02 | Auto merge of #53599 - matthiaskrgr:split_str__to__split_char, r=frewsxcv | bors | -1/+1 |
| 2018-09-01 | Auto merge of #53884 - kennytm:rollup, r=kennytm | bors | -2/+2 |
| 2018-09-01 | Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomez | kennytm | -1/+1 |
| 2018-09-01 | Rollup merge of #53781 - matthiaskrgr:fix_any_bench, r=kennytm | kennytm | -1/+1 |
| 2018-09-01 | rebase | Tim | -56/+503 |
| 2018-09-01 | Auto merge of #53604 - oli-obk:min_const_fn, r=Centril,varkor | bors | -0/+28 |
| 2018-08-31 | Auto merge of #53755 - llogiq:fix-unsound-16bit-range, r=nagisa | bors | -2/+10 |
| 2018-08-31 | use cfg(rustdoc) instead of cfg(dox) in std and friends | QuietMisdreavus | -1/+1 |
| 2018-08-31 | Implement the `min_const_fn` feature gate | Oliver Schneider | -0/+28 |
| 2018-08-30 | Rollup merge of #53785 - tbu-:pr_comment, r=Mark-Simulacrum | Pietro Albini | -6/+1 |
| 2018-08-30 | Rollup merge of #53476 - GuillaumeGomez:try-from-int-error-partial-eq, r=KodrAus | Pietro Albini | -1/+1 |
| 2018-08-30 | Rollup merge of #51760 - GuillaumeGomez:add-another-partialeq-example, r=Quie... | Pietro Albini | -1/+84 |
| 2018-08-30 | fix u32 steps_between for 16-bit systems | Andre Bogus | -2/+10 |
| 2018-08-29 | Fix a comment in src/libcore/slice/mod.rs | Tobias Bucher | -6/+1 |
| 2018-08-29 | bench: libcore: fix build failure of any.rs benchmark (use "dyn Any") | Matthias Krüger | -1/+1 |
| 2018-08-28 | Add partialeq implementation for TryFromIntError type | Guillaume Gomez | -1/+1 |
| 2018-08-27 | Auto merge of #53227 - nivkner:pin_move, r=RalfJung | bors | -153/+172 |
| 2018-08-27 | Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis | bors | -0/+1 |
| 2018-08-25 | Auto merge of #53385 - matklad:stabilize-find-map, r=KodrAus | bors | -5/+1 |
| 2018-08-24 | check that adding infer-outlives requirement to all crates works | Niko Matsakis | -0/+1 |
| 2018-08-25 | remove copyright headers now that they are not madatory | Niv Kaminer | -10/+0 |
| 2018-08-24 | Auto merge of #53662 - kennytm:rollup, r=kennytm | bors | -40/+74 |
| 2018-08-24 | Rollup merge of #53636 - frewsxcv:frewsxcv-nth, r=rkruppe | kennytm | -1/+1 |
| 2018-08-24 | Rollup merge of #53618 - GuillaumeGomez:fmt-examples, r=QuietMisdreavus | kennytm | -0/+66 |
| 2018-08-23 | Stabilize 'attr_literals' feature. | Sergio Benitez | -1/+0 |
| 2018-08-23 | Add missing fmt examples | Guillaume Gomez | -0/+66 |
| 2018-08-23 | Discourage overuse of mem::forget | Kornel | -39/+7 |
| 2018-08-23 | Prefer `.nth(n)` over `.skip(n).next()`. | Corey Farwell | -1/+1 |
| 2018-08-23 | link to items in pin module to std docs | Niv Kaminer | -4/+4 |
| 2018-08-23 | adjust PinMut import in Unpin docs | Niv Kaminer | -1/+2 |
| 2018-08-23 | link Unpin to pin module documentation | Niv Kaminer | -0/+2 |
| 2018-08-23 | reexport Unpin into pin module | Niv Kaminer | -1/+1 |
| 2018-08-23 | capitalize and punctuate libcore pin module | Niv Kaminer | -1/+1 |
| 2018-08-23 | fix broken link to Unpin due to reexport | Niv Kaminer | -1/+1 |
| 2018-08-23 | fix PinMut documentation | Niv Kaminer | -4/+8 |
| 2018-08-23 | fix link to PinMut | Niv Kaminer | -1/+1 |
| 2018-08-23 | add top-level documentation to the std pin module | Niv Kaminer | -0/+4 |
| 2018-08-23 | move PinMut into pin module and export through std | Niv Kaminer | -150/+168 |
| 2018-08-22 | Rollup merge of #53574 - vorner:ptr_as_ref_unchecked, r=Mark-Simulacrum | Guillaume Gomez | -0/+30 |
| 2018-08-22 | use char pattern for single-character splits: a.split("x") -> a.split('x') | Matthias Krüger | -1/+1 |
| 2018-08-21 | Add another PartialEq example | Guillaume Gomez | -1/+84 |
| 2018-08-21 | Suggest direct raw-pointer dereference | Michal 'vorner' Vaner | -0/+30 |
| 2018-08-21 | Rollup merge of #53329 - frewsxcv:frewsxcv-ptr-add-sub, r=RalfJung | kennytm | -52/+52 |
| 2018-08-21 | Rollup merge of #53104 - nivkner:unpin_doc, r=RalfJung | kennytm | -4/+24 |