| Age | Commit message (Expand) | Author | Lines |
| 2021-06-24 | option/result overviews: address feedback | Taylor Yu | -124/+160 |
| 2021-06-24 | Partially stabilize `const_slice_first_last` | Jacob Pratt | -4/+4 |
| 2021-06-24 | Use `hash_one` to simplify some other doctests | Scott McMurray | -8/+3 |
| 2021-06-24 | Add tracking issue and rename to hash_one | Scott McMurray | -7/+7 |
| 2021-06-24 | Add `BuildHasher::hash_of` as unstable | Scott McMurray | -0/+44 |
| 2021-06-24 | Use `#[non_exhaustive]` where appropriate | Jacob Pratt | -19/+14 |
| 2021-06-24 | Rollup merge of #86415 - Kmeakin:iterator-associativity-docs, r=dtolnay | Yuki Okushi | -2/+29 |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -19/+19 |
| 2021-06-23 | Add `core::stream::from_iter` | Yoshua Wuyts | -0/+40 |
| 2021-06-23 | Auto merge of #86386 - inquisitivecrystal:better-errors-for-display-traits-v3... | bors | -1/+2 |
| 2021-06-23 | Rollup merge of #86521 - the8472:add-footgun-comments, r=RalfJung | Dylan DPC | -0/+9 |
| 2021-06-22 | Some<T> is not a type, etc | Taylor Yu | -13/+23 |
| 2021-06-22 | Add comments around code where ordering is important due for panic-safety | The8472 | -0/+9 |
| 2021-06-22 | Auto merge of #84910 - eopb:stabilize_int_error_matching, r=yaahc | bors | -22/+9 |
| 2021-06-22 | postpone stabilizaton by one release | Ethan Brierley | -8/+8 |
| 2021-06-22 | Change Debug unimplemented message per request | Aris Merchant | -1/+1 |
| 2021-06-22 | Auto merge of #86527 - JohnTitor:rollup-cbu78g4, r=JohnTitor | bors | -3/+3 |
| 2021-06-22 | Rollup merge of #86367 - m-ou-se:fix-abs-comment, r=scottmcm | Yuki Okushi | -3/+3 |
| 2021-06-21 | Auto merge of #86383 - shamatar:slice_len_lowering, r=bjorn3 | bors | -0/+1 |
| 2021-06-21 | Rollup merge of #86452 - the8472:fix-zip-drop-safety, r=m-ou-se | Yuki Okushi | -1/+2 |
| 2021-06-21 | Rollup merge of #85637 - RalfJung:partial-ord, r=m-ou-se | Yuki Okushi | -25/+64 |
| 2021-06-20 | add more to result overview | Taylor Yu | -0/+181 |
| 2021-06-20 | Squashed implementation of the pass | Alex Vlasov | -0/+1 |
| 2021-06-20 | Add documentation/example to Extend impl | Sebastian Widua | -1/+19 |
| 2021-06-19 | Clarify that certain intrinsics are not unsafe | bstrie | -0/+165 |
| 2021-06-19 | Rollup merge of #86453 - akiselev:patch-1, r=dtolnay | Yuki Okushi | -1/+1 |
| 2021-06-19 | Rollup merge of #86397 - Eosis:alter-cell-docs, r=JohnTitor | Yuki Okushi | -0/+7 |
| 2021-06-18 | Fixed typo `BorroeError` => `BorrowError` in RefCell docs | Alexander Kiselev | -1/+1 |
| 2021-06-19 | fix panic-safety in specialized Zip::next_back | The8472 | -1/+2 |
| 2021-06-17 | Document associativity of iterator folds. | Karl Meakin | -2/+29 |
| 2021-06-17 | Rollup merge of #86389 - kpreid:sum, r=scottmcm | Yuki Okushi | -10/+8 |
| 2021-06-17 | Alter std::cell::Cell::get_mut documentation | Rupert Rutledge | -0/+7 |
| 2021-06-17 | Fix comment about rustc_inherit_overflow_checks in abs(). | Mara Bos | -3/+3 |
| 2021-06-16 | Add doc(hidden) to all __iterator_get_unchecked | Jacob Hoffman-Andrews | -0/+11 |
| 2021-06-16 | Make `sum()` and `product()` hyperlinks refer to `Iterator` methods. | Kevin Reid | -10/+8 |
| 2021-06-17 | Rollup merge of #86372 - snoyberg:patch-1, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2021-06-17 | Rollup merge of #86140 - scottmcm:array-hash-facepalm, r=kennytm | Yuki Okushi | -0/+17 |
| 2021-06-16 | Typo correction: s/is/its | Michael Snoyman | -1/+1 |
| 2021-06-16 | Improve errors for missing Debug and Display impls | Aris Merchant | -1/+2 |
| 2021-06-16 | Rollup merge of #86209 - tlyu:option-doc-typos, r=JohnTitor | Yuki Okushi | -3/+3 |
| 2021-06-16 | Rollup merge of #86200 - qwerty01:clone-doc-update, r=JohnTitor | Yuki Okushi | -1/+1 |
| 2021-06-15 | Update library/core/src/pin.rs | Jon Gjengset | -1/+1 |
| 2021-06-16 | Split MaybeUninit::write into new feature gate and stabilize it | est31 | -8/+6 |
| 2021-06-15 | Auto merge of #85406 - VillSnow:integrate_binary_search, r=JohnTitor | bors | -21/+1 |
| 2021-06-15 | Rollup merge of #86294 - m-ou-se:edition-prelude-modules, r=joshtriplett | Yuki Okushi | -8/+8 |
| 2021-06-15 | Rollup merge of #86220 - est31:maybe-uninit-extra, r=RalfJung | Yuki Okushi | -13/+67 |
| 2021-06-15 | Rollup merge of #85608 - scottmcm:stabilize-control-flow-enum-basics, r=m-ou-se | Yuki Okushi | -8/+44 |
| 2021-06-15 | Rollup merge of #82179 - mbartlett21:patch-5, r=joshtriplett | Yuki Okushi | -24/+128 |
| 2021-06-15 | wording | Ralf Jung | -1/+1 |
| 2021-06-14 | add boolean operator example | Taylor Yu | -0/+30 |