| Age | Commit message (Expand) | Author | Lines |
| 2018-05-10 | Rollup merge of #50588 - ExpHP:i-can-see-my-house-from-here, r=frewsxcv | Alex Crichton | -4/+4 |
| 2018-05-10 | Rollup merge of #50574 - s3bk:range_inclusive_into_inner, r=SimonSapin | Alex Crichton | -0/+15 |
| 2018-05-10 | Rollup merge of #50010 - ExpHP:slice-bounds, r=alexcrichton | Alex Crichton | -74/+242 |
| 2018-05-09 | move See also links to top | Michael Lamparski | -4/+4 |
| 2018-05-09 | add fn `into_inner(self) -> (Idx, Idx)` to RangeInclusive (#49022) | Sebastian Köln | -0/+15 |
| 2018-05-09 | Rollup merge of #50511 - Manishearth:must-use, r=QuietMisdreavus | kennytm | -6/+6 |
| 2018-05-09 | Rollup merge of #50464 - est31:master, r=rkruppe | kennytm | -6/+4 |
| 2018-05-09 | Rollup merge of #50148 - japaric:const-manuallydrop, r=oli-obk | kennytm | -1/+2 |
| 2018-05-09 | Rollup merge of #50539 - clarcharr:log_const, r=dtolnay | kennytm | -0/+16 |
| 2018-05-08 | Add more logarithm constants | Clar Charr | -0/+16 |
| 2018-05-07 | Add explanation for #[must_use] on Debug builders | Manish Goregaokar | -5/+5 |
| 2018-05-07 | Add explanation for #[must_use] on Result | Manish Goregaokar | -1/+1 |
| 2018-05-07 | Unpin: Fix references to Pin type | Ralf Jung | -4/+4 |
| 2018-05-07 | Rename PinMut::borrow to PinMut::reborrow and make it a method | Ralf Jung | -3/+6 |
| 2018-05-07 | PinMut::get_mut can also preserve the lifetime | Ralf Jung | -1/+1 |
| 2018-05-07 | Change PinMut::map to be able to preserve the original reference's lifetime | Ralf Jung | -1/+1 |
| 2018-05-07 | Rename Pin to PinMut | Ralf Jung | -24/+24 |
| 2018-05-07 | make the const constructor unstable | Jorge Aparicio | -0/+1 |
| 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 | Remove some transmutes | est31 | -6/+4 |
| 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 | revise macro in slice tests | Michael Lamparski | -92/+62 |
| 2018-04-30 | Make the fields of RangeInclusive private. | kennytm | -2/+60 |
| 2018-04-30 | flesh out tests for SliceIndex | Michael Lamparski | -38/+244 |
| 2018-04-30 | update libcore's comment about str tests | Michael Lamparski | -1/+1 |
| 2018-04-30 | Clean up the other Slice*Inclusive impls for str | Michael Lamparski | -24/+10 |
| 2018-04-30 | str/slice: factor out overflow error messages | Michael Lamparski | -12/+18 |
| 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 |