| Age | Commit message (Expand) | Author | Lines |
| 2021-05-25 | Add tracking issue for edition-specific preludes. | Mara Bos | -6/+6 |
| 2021-05-25 | Remove num_as_ne_bytes feature | Hoe Hao Cheng | -118/+0 |
| 2021-05-25 | fix matches! and assert_matches! on edition 2021 | Lukas Markeffsky | -3/+4 |
| 2021-05-25 | Remove arrays/IntoIterator message from Iterator trait. | Mara Bos | -5/+0 |
| 2021-05-25 | Rollup merge of #85644 - tialaramex:master, r=dtolnay | Guillaume Gomez | -1/+1 |
| 2021-05-25 | Auto merge of #84985 - pietroalbini:bootstrap-1.54, r=Mark-Simulacrum | bors | -15/+9 |
| 2021-05-24 | Demote ControlFlow::{from|into}_try to pub(crate) | Scott McMurray | -8/+7 |
| 2021-05-24 | Better English for documenting when to use unimplemented!() | Nick Lamb | -1/+1 |
| 2021-05-24 | document PartialEq, PartialOrd, Ord requirements more explicitly | Ralf Jung | -23/+53 |
| 2021-05-24 | Auto merge of #85596 - scottmcm:more-on-unimplemented, r=estebank | bors | -2/+27 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -15/+9 |
| 2021-05-24 | Auto merge of #85601 - klensy:padint-example-fix, r=dtolnay | bors | -1/+2 |
| 2021-05-23 | Stabilize ops::ControlFlow (just the type) | Scott McMurray | -8/+44 |
| 2021-05-23 | Don't reborrow self when computing the dest pointer in <[T]>::copy_within | Giacomo Stevanato | -1/+5 |
| 2021-05-23 | Update std::array module doc header | bstrie | -3/+1 |
| 2021-05-23 | Extend rustc_on_implemented to improve a ?-on-ControlFlow error message | Scott McMurray | -2/+27 |
| 2021-05-23 | fix pad_integral example | klensy | -1/+2 |
| 2021-05-21 | Auto merge of #85482 - scottmcm:more-try-bootstrap, r=yaahc | bors | -0/+8 |
| 2021-05-20 | Auto merge of #85486 - RalfJung:rollup-4ibcxuu, r=RalfJung | bors | -3/+11 |
| 2021-05-20 | Auto merge of #85391 - Mark-Simulacrum:opt-tostring, r=scottmcm | bors | -11/+29 |
| 2021-05-20 | Rollup merge of #85464 - steffahn:fix_ub_in_ptr_swap_docs, r=dtolnay | Ralf Jung | -3/+5 |
| 2021-05-20 | Rollup merge of #85315 - satylogin:master, r=yaahc | Ralf Jung | -0/+6 |
| 2021-05-19 | Auto merge of #85340 - the8472:no-inplaceiterable-on-peekable, r=yaahc | bors | -4/+1 |
| 2021-05-19 | #[cfg(bootstrap)] out the v1 try_trait stuff | Scott McMurray | -0/+8 |
| 2021-05-19 | Fix UB in documented example for `ptr::swap` | Frank Steffahn | -3/+5 |
| 2021-05-19 | Auto merge of #85458 - jackh726:rollup-zvvybmt, r=jackh726 | bors | -2/+2 |
| 2021-05-18 | Rollup merge of #85425 - mbartlett21:patch-1, r=scottmcm | Jack Huey | -1/+1 |
| 2021-05-18 | Rollup merge of #83366 - jyn514:stabilize-key-value-attrs, r=petrochenkov | Jack Huey | -1/+1 |
| 2021-05-19 | Auto merge of #85176 - a1phyr:impl_clone_from, r=yaahc | bors | -2/+37 |
| 2021-05-19 | remove InPlaceIterable marker from Peekable due to unsoundness | The8472 | -4/+1 |
| 2021-05-18 | Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnr | bors | -110/+274 |
| 2021-05-18 | Rollup merge of #85338 - lopopolo:core-iter-repeat-gh-81292, r=joshtriplett | Guillaume Gomez | -0/+35 |
| 2021-05-18 | Stabilize extended_key_value_attributes | Joshua Nelson | -1/+1 |
| 2021-05-18 | Fix must_use on `Option::is_none` | mbartlett21 | -1/+1 |
| 2021-05-18 | adding algorithm explanation for partition_in_place iter method and bounding ... | Satyarth Agrahari | -0/+4 |
| 2021-05-17 | Avoid zero-length write_str in fmt::write | Mark Rousskov | -2/+6 |
| 2021-05-17 | Optimize default ToString impl | Mark Rousskov | -9/+23 |
| 2021-05-17 | Make partition_point to forward to binary_search_by | VillSnow | -21/+1 |
| 2021-05-16 | mark internal inplace_iteration traits as hidden | The8472 | -0/+2 |
| 2021-05-15 | Implement more Iterator methods on core::iter::Repeat | Ryan Lopopolo | -0/+35 |
| 2021-05-15 | Rollup merge of #84751 - Soveu:is_char_boundary_opt, r=Amanieu | Guillaume Gomez | -3/+15 |
| 2021-05-15 | adding time complexity for partition_in_place iter method | Satyarth Agrahari | -0/+2 |
| 2021-05-13 | Add support for const operands and options to global_asm! | Amanieu d'Antras | -1/+4 |
| 2021-05-13 | Rollup merge of #85177 - tspiteri:wrapping-bits, r=joshtriplett | Guillaume Gomez | -0/+15 |
| 2021-05-12 | Auto merge of #85218 - kornelski:pointerinline, r=scottmcm | bors | -25/+25 |
| 2021-05-12 | Auto merge of #84730 - sexxi-goose:rox-auto-trait, r=nikomatsakis | bors | -0/+1 |
| 2021-05-12 | #[inline(always)] on basic pointer methods | Kornel | -25/+25 |
| 2021-05-11 | add BITS associated constant to core::num::Wrapping | Trevor Spiteri | -0/+15 |
| 2021-05-11 | Override `clone_from` for some types | BenoƮt du Garreau | -2/+37 |
| 2021-05-10 | Rollup merge of #85096 - clarfonthey:const_unchecked, r=oli-obk | Dylan DPC | -14/+21 |