| Age | Commit message (Expand) | Author | Lines |
| 2018-05-21 | Add doc comments mentioning unspecified behaviour upon exhaustion | varkor | -1/+10 |
| 2018-05-21 | Stabilise into_inner | varkor | -0/+13 |
| 2018-05-21 | Stabilise inclusive_range_methods | varkor | -11/+3 |
| 2018-05-06 | Added some simple documentation. | kennytm | -0/+8 |
| 2018-05-06 | Some final touches to ensure `./x.py test --stage 0 src/lib*` works | kennytm | -0/+3 |
| 2018-05-06 | Move the tests in src/libcore/slice/memchr.rs as well. | kennytm | -82/+86 |
| 2018-05-06 | Fix warning in `core::time` tests | Lukas Kalbertodt | -4/+6 |
| 2018-05-06 | Move libcore/time tests from `time.rs` to `tests/time.rs` | Lukas Kalbertodt | -116/+123 |
| 2018-05-05 | Suggest more helpful formatting string | Kornel | -5/+6 |
| 2018-05-04 | Auto merge of #50398 - llogiq:memchr-nano-opt, r=nagisa | bors | -13/+2 |
| 2018-05-04 | Rollup merge of #50406 - ExpHP:concat-nonzero-idents, r=dtolnay | kennytm | -2/+2 |
| 2018-05-03 | update concat_idents doc stubs | Michael Lamparski | -2/+2 |
| 2018-05-03 | Auto merge of #50369 - pftbest:unicode, r=SimonSapin | bors | -8/+8 |
| 2018-05-02 | nano-optimization for memchr::repeat_byte | Andre Bogus | -13/+2 |
| 2018-05-01 | Fix a warning in libcore on 16bit targets. | Vadzim Dambrouski | -8/+8 |
| 2018-05-01 | Auto merge of #49724 - kennytm:range-inc-start-end-methods, r=Kimundi | bors | -7/+82 |
| 2018-04-30 | Auto merge of #48925 - zackmdavis:fn_must_stabilize, r=nikomatsakis | bors | -1/+1 |
| 2018-05-01 | new() should be const; start()/end() after iteration is unspecified. | kennytm | -1/+17 |
| 2018-05-01 | Removed direct field usage of RangeInclusive in rustc itself. | kennytm | -5/+6 |
| 2018-05-01 | Rollup merge of #50316 - ehuss:fix-doc-links, r=frewsxcv | kennytm | -0/+4 |
| 2018-05-01 | Rollup merge of #50233 - mark-i-m:const_vec, r=kennytm | kennytm | -3/+2 |
| 2018-04-30 | Make the fields of RangeInclusive private. | kennytm | -2/+60 |
| 2018-04-29 | Fix some broken links in docs. | Eric Huss | -0/+4 |
| 2018-04-29 | Auto merge of #50217 - z4v1er:patch-1, r=aturon | bors | -1/+0 |
| 2018-04-28 | stabilize `#[must_use]` for functions and must-use operators | Zack M. Davis | -1/+1 |
| 2018-04-28 | Auto merge of #50149 - aaronaaeng:master, r=estebank | bors | -0/+13 |
| 2018-04-28 | Rollup merge of #49858 - dmizuk:unique-doc-hidden, r=steveklabnik | kennytm | -0/+1 |
| 2018-04-26 | Add more doc aliases | Guillaume Gomez | -0/+33 |
| 2018-04-25 | Make Vec::new const | Mark Mansi | -3/+2 |
| 2018-04-25 | Fix type | z4v1er | -1/+0 |
| 2018-04-24 | Rollup merge of #50185 - dmizuk:mod_euc-fix-overflow, r=kennytm | kennytm | -1/+11 |
| 2018-04-24 | Rollup merge of #49970 - SimonSapin:deprecate, r=sfackler | kennytm | -0/+15 |
| 2018-04-24 | Rollup merge of #49906 - kennytm:stable-unreachable, r=sfackler | kennytm | -16/+69 |
| 2018-04-24 | Rollup merge of #49727 - stjepang:cell-update, r=SimonSapin | kennytm | -0/+39 |
| 2018-04-23 | Assign the tracking issue | Stjepan Glavina | -1/+1 |
| 2018-04-24 | core: Minor cleanup | Daiki Mizukami | -1/+1 |
| 2018-04-23 | Clarify the docs for Cell::update | Stjepan Glavina | -2/+3 |
| 2018-04-24 | core: Fix overflow in `int::mod_euc` when `self < 0 && rhs == MIN` | Daiki Mizukami | -1/+11 |
| 2018-04-22 | Make must_use lint cover all binary/unary operators | Aaron Aaeng | -0/+13 |
| 2018-04-22 | Remove Alloc::oom | Steven Fackler | -26/+0 |
| 2018-04-22 | Replace GlobalAlloc::oom with a lang item | Steven Fackler | -11/+0 |
| 2018-04-22 | Auto merge of #50109 - SimonSapin:copy, r=sfackler | bors | -1/+1 |
| 2018-04-22 | Auto merge of #49757 - GuillaumeGomez:never-search, r=QuietMisdreavus | bors | -0/+25 |
| 2018-04-22 | Auto merge of #49896 - SimonSapin:inherent, r=alexcrichton | bors | -112/+3838 |
| 2018-04-21 | Auto merge of #50121 - pnkfelix:revert-stabilization-of-never-type-et-al, r=a... | bors | -29/+27 |
| 2018-04-21 | add more aliases | Guillaume Gomez | -0/+25 |
| 2018-04-21 | Auto merge of #50039 - ExpHP:quick-50002, r=alexcrichton | bors | -7/+2 |
| 2018-04-21 | Make the unstable StrExt and SliceExt traits private to libcore in not(stage0) | Simon Sapin | -24/+36 |
| 2018-04-21 | Move intrinsics-based float methods out of libcore into libstd | Simon Sapin | -72/+0 |
| 2018-04-21 | Add some f32 and f64 inherent methods in libcore | Simon Sapin | -1/+580 |