| Age | Commit message (Expand) | Author | Lines |
| 2020-01-28 | Auto merge of #68234 - CAD97:slice-from-raw-parts, r=KodrAus | bors | -1/+0 |
| 2020-01-28 | stabilize the debug_map_key_value feature | Ashley Mannix | -1/+0 |
| 2020-01-27 | Auto merge of #68165 - thomcc:lt_ones, r=sfackler | bors | -0/+55 |
| 2020-01-18 | slice_patterns: remove internal uses of gate | Mazdak Farrokhzad | -1/+1 |
| 2020-01-17 | Auto merge of #66716 - derekdreery:debug_non_exhaustive, r=dtolnay | bors | -0/+86 |
| 2020-01-16 | Rust ./x.py fmt | Richard Dodd | -12/+14 |
| 2020-01-15 | Rollup merge of #67784 - Mark-Simulacrum:residual-pad-integral, r=dtolnay | Yuki Okushi | -0/+15 |
| 2020-01-14 | Stabilize ptr::slice_from_raw_parts[_mut] | CAD97 | -1/+0 |
| 2020-01-14 | Implement `finish_non_exhaustive` for `DebugStruct`. | Richard Dodd | -0/+84 |
| 2020-01-12 | Tests for leading_trailing_ones | Thom Chiovoloni | -0/+55 |
| 2020-01-11 | Rollup merge of #68114 - ecstatic-morse:fix-feature-gating, r=Centril | Mazdak Farrokhzad | -1/+0 |
| 2020-01-11 | Update test after renaming Result::as_deref | Lzu Tao | -58/+27 |
| 2020-01-10 | Remove unnecessary `const_fn` feature gates | Dylan MacKenzie | -1/+0 |
| 2020-01-11 | Rollup merge of #66045 - mzabaluev:unwrap-infallible, r=dtolnay | Yuki Okushi | -0/+24 |
| 2020-01-02 | Add Iterator::try_find | MOZGIII | -0/+41 |
| 2020-01-01 | Reset Formatter flags on exit from pad_integral | Mark Rousskov | -0/+15 |
| 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 |