| Age | Commit message (Expand) | Author | Lines |
| 2019-12-24 | x.py fmt after previous deignore | Mark Rousskov | -2/+0 |
| 2019-12-22 | Format the world | Mark Rousskov | -1004/+1352 |
| 2019-12-22 | Rename Result::unwrap_infallible to into_ok | Mikhail Zabaluev | -3/+3 |
| 2019-12-22 | libcore: test Result::unwrap_infallible | Mikhail Zabaluev | -0/+24 |
| 2019-12-20 | Make ptr::slice_from_raw_parts a const fn available under a feature flag | Dodo | -0/+14 |
| 2019-12-11 | Rollup merge of #66881 - krishna-veerareddy:issue-66780-bool-ord-optimization... | Mazdak Farrokhzad | -0/+8 |
| 2019-12-09 | Rollup merge of #67119 - RalfJung:miri-test-libstd, r=alexcrichton | Tyler Mandry | -18/+25 |
| 2019-12-07 | fix warnings with cfg(miri) | Ralf Jung | -5/+14 |
| 2019-12-07 | libcore: ignore tests in Miri instead of removing them entirely | Ralf Jung | -13/+11 |
| 2019-12-06 | Format libcore with rustfmt (including tests and benches) | David Tolnay | -920/+1021 |
| 2019-12-06 | Rename to `then_some` and `then` | varkor | -4/+4 |
| 2019-12-06 | Fix libcore tests | varkor | -4/+4 |
| 2019-11-29 | Remove unneeded prelude imports in libcore tests | David Tolnay | -3/+0 |
| 2019-11-29 | Optimize Ord trait implementation for bool | Krishna Sai Veera Reddy | -0/+8 |
| 2019-11-06 | Have tidy ensure that we document all `unsafe` blocks in libcore | Oliver Scherer | -0/+2 |
| 2019-10-24 | Add unit tests for `array::IntoIter` | Lukas Kalbertodt | -1/+207 |
| 2019-10-10 | move debug_map assertions after check for err | Ashley Mannix | -0/+40 |
| 2019-09-21 | Auto merge of #64047 - timvermeulen:cmp_min_max_by, r=cuviper | bors | -1/+24 |
| 2019-09-14 | Add cmp::{min_by, min_by_key, max_by, max_by_key} | Tim Vermeulen | -1/+24 |
| 2019-09-09 | Rollup merge of #64121 - timvermeulen:iter_step_by_internal, r=scottmcm | Mazdak Farrokhzad | -0/+35 |
| 2019-09-08 | Rollup merge of #62205 - timvermeulen:iter_order_by, r=KodrAus | Mazdak Farrokhzad | -0/+57 |
| 2019-09-07 | Add `bool::then` and `bool::then_with` | varkor | -0/+9 |
| 2019-09-06 | Add Iterator comparison methods that take a comparison function | Tim Vermeulen | -0/+57 |
| 2019-09-04 | Override `StepBy::{try_fold, try_rfold}` | Tim Vermeulen | -0/+35 |
| 2019-08-30 | Rev::rposition counts from the wrong end | Xiang Fan | -0/+6 |
| 2019-08-20 | Rollup merge of #63691 - timvermeulen:chain-size-hint, r=scottmcm | Mazdak Farrokhzad | -0/+48 |
| 2019-08-20 | Rollup merge of #63265 - JohnTitor:implement-nth-back-for-chunksexactmut, r=s... | Mazdak Farrokhzad | -0/+19 |
| 2019-08-18 | Fix bug in iter::Chain::size_hint | Tim Vermeulen | -0/+48 |
| 2019-08-17 | Rollup merge of #62737 - timvermeulen:cycle_try_fold, r=scottmcm | Mazdak Farrokhzad | -0/+12 |
| 2019-08-16 | Rollup merge of #60492 - acrrd:issues/54054_chain, r=SimonSapin | Mazdak Farrokhzad | -0/+16 |
| 2019-08-09 | Rollup merge of #63407 - RalfJung:miri-test-sizes, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-08-09 | Rollup merge of #63404 - RalfJung:flt2dec, r=Centril | Mazdak Farrokhzad | -7/+42 |
| 2019-08-09 | Rollup merge of #63403 - sntdevco:master, r=Centril | Mazdak Farrokhzad | -9/+9 |
| 2019-08-09 | explain Miri disabling | Ralf Jung | -1/+1 |
| 2019-08-09 | Miri is really slow | Ralf Jung | -4/+5 |
| 2019-08-09 | enable flt2dec tests in Miri | Ralf Jung | -7/+41 |
| 2019-08-09 | Merge pull request #1 from rust-lang/master | Sayan Nandan | -216/+1141 |
| 2019-08-09 | Improve tests for libcore/slice | Sayan Nandan | -8/+8 |
| 2019-08-09 | Improve test output for libcore/time | Sayan Nandan | -3/+1 |
| 2019-08-09 | Auto merge of #61937 - AaronKutch:master, r=scottmcm | bors | -0/+38 |
| 2019-08-08 | Rollup merge of #63261 - RalfJung:rand, r=nikomatsakis | Mazdak Farrokhzad | -9/+9 |
| 2019-08-06 | Improve `ptr_rotate` performance, tests, and benchmarks | Aaron Kutch | -0/+38 |
| 2019-08-06 | Rollup merge of #62459 - timvermeulen:result_sum_internal_iteration, r=scottmcm | Mazdak Farrokhzad | -0/+17 |
| 2019-08-06 | Rollup merge of #63260 - RalfJung:ptr-test, r=matklad | Mazdak Farrokhzad | -2/+1 |
| 2019-08-06 | Rollup merge of #61457 - timvermeulen:double_ended_iters, r=scottmcm | Mazdak Farrokhzad | -13/+179 |
| 2019-08-05 | fix slice comparison | Ralf Jung | -1/+1 |
| 2019-08-05 | Test content, not value | Ralf Jung | -1/+1 |
| 2019-08-05 | Implement nth_back for ChunksExactMut | Yuki Okushi | -0/+19 |
| 2019-08-04 | bump libcore tests to rand 0.7 | Ralf Jung | -9/+9 |
| 2019-08-04 | fix UB in a test | Ralf Jung | -2/+1 |