| Age | Commit message (Expand) | Author | Lines |
| 2023-03-20 | Rollup merge of #109273 - WaffleLapkin:slice_is_sorted_by_array_windows, r=sc... | Matthias Krüger | -4/+2 |
| 2023-03-20 | Rollup merge of #109353 - Nilstrieb:rustc-mir-building, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-03-20 | Rollup merge of #109337 - frengor:collect_into_doc, r=scottmcm | Matthias Krüger | -4/+4 |
| 2023-03-19 | Add `#![feature(generic_arg_infer)]` to core for stdarch | Nilstrieb | -0/+1 |
| 2023-03-19 | Add #[inline] to as_deref | Ben Kimock | -0/+4 |
| 2023-03-19 | Fix wrong crate name in custom MIR docs | Nilstrieb | -1/+1 |
| 2023-03-19 | Rollup merge of #108973 - est31:pin_docs, r=Mark-Simulacrum | Dylan DPC | -16/+19 |
| 2023-03-19 | Rollup merge of #108829 - xfix:use-edition-2021-pat-in-matches, r=Mark-Simula... | Dylan DPC | -2/+2 |
| 2023-03-19 | Rollup merge of #104100 - ink-feather-org:const_iter_range, r=the8472,fee1-dead | Dylan DPC | -16/+86 |
| 2023-03-19 | Improve collect_into documentation | fren_gor | -4/+4 |
| 2023-03-18 | Rollup merge of #109287 - scottmcm:hash-slice-size-of-val, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-03-18 | Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_check, im... | onestacked | -9/+69 |
| 2023-03-18 | move Option::as_slice to intrinsic | Andre Bogus | -72/+42 |
| 2023-03-17 | Use `size_of_val` instead of manual calculation | Scott McMurray | -1/+1 |
| 2023-03-17 | Make the `Step` implementations const. | onestacked | -7/+17 |
| 2023-03-17 | Auto merge of #108862 - Mark-Simulacrum:bootstrap-bump, r=pietroalbini | bors | -71/+47 |
| 2023-03-17 | Switch impls of `is_sorted_by` between slices and slice iters | Maybe Waffle | -2/+2 |
| 2023-03-17 | Make `slice::is_sorted_by` impl nicer | Maybe Waffle | -3/+1 |
| 2023-03-16 | Improve case mapping encoding scheme | Martin Gammelsæter | -1045/+779 |
| 2023-03-16 | Beautify pin! docs | est31 | -16/+19 |
| 2023-03-16 | Auto merge of #106824 - m-ou-se:format-args-flatten, r=oli-obk | bors | -8/+30 |
| 2023-03-16 | Split unicode case LUTs in single and multi variants | Martin Gammelsæter | -1682/+963 |
| 2023-03-16 | Don't allow new const panic through format flattening. | Mara Bos | -4/+26 |
| 2023-03-16 | Update format_args!() test to account for inlining. | Mara Bos | -4/+4 |
| 2023-03-15 | unequal → not equal | gimbles | -3/+3 |
| 2023-03-15 | Skip serializing ascii chars in case LUTs | Martin Gammelsæter | -26/+0 |
| 2023-03-15 | Bump to latest beta | Mark Rousskov | -53/+29 |
| 2023-03-15 | Bump version placeholders | Mark Rousskov | -18/+18 |
| 2023-03-15 | Auto merge of #109035 - scottmcm:ptr-read-should-know-undef, r=WaffleLapkin,J... | bors | -14/+55 |
| 2023-03-14 | Improved implementation and comments after code review feedback | Scott McMurray | -12/+10 |
| 2023-03-14 | Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errors | bors | -5/+1 |
| 2023-03-13 | Rollup merge of #108419 - tgross35:atomic-as-ptr, r=m-ou-se | Matthias Krüger | -6/+7 |
| 2023-03-13 | add `#[doc(alias="flatmap")]` to `Option::and_then` | Dante Broggi | -0/+1 |
| 2023-03-13 | Auto merge of #108623 - scottmcm:try-different-as-slice-impl, r=the8472 | bors | -37/+83 |
| 2023-03-13 | Clarify stability guarantee for lifetimes in enum discriminants | Michael Krasnitski | -0/+5 |
| 2023-03-12 | Clarify the text of some comments | Scott McMurray | -1/+5 |
| 2023-03-12 | Add a better approach comment in `ptr::read` to justify the intrinsic | Scott McMurray | -11/+32 |
| 2023-03-11 | Move `Option::as_slice` to an always-sound implementation | Scott McMurray | -37/+79 |
| 2023-03-11 | `MaybeUninit::assume_init_read` should have `noundef` load metadata | Scott McMurray | -6/+28 |
| 2023-03-11 | Rollup merge of #106633 - c410-f3r:stabilize-nonzero_bits, r=dtolnay | Matthias Krüger | -12/+4 |
| 2023-03-10 | improve doc test for UnsafeCell::raw_get and fix docs error | gftea | -1/+3 |
| 2023-03-10 | Rollup merge of #106921 - madsmtm:cell-memory-layout, r=dtolnay | Matthias Krüger | -0/+6 |
| 2023-03-10 | Rollup merge of #108964 - majaha:ptr_metadata_doc, r=workingjubilee | Matthias Krüger | -4/+4 |
| 2023-03-10 | Rollup merge of #108956 - Raekye:master, r=scottmcm | Matthias Krüger | -2/+2 |
| 2023-03-10 | Fix docs for ptr method with_metadata_of() | Matt Harding | -4/+4 |
| 2023-03-09 | Make ptr::from_ref and ptr::from_mut in #106116 const. | Raekye | -2/+2 |
| 2023-03-09 | Add examples section which demonstrates the behaviour (specifically the sign ... | bmoxb | -0/+20 |
| 2023-03-09 | Add missing comment for f64 | bmoxb | -1/+2 |
| 2023-03-09 | Indicate that `0.0` refers to positive `0.0` | bmoxb | -2/+2 |
| 2023-03-09 | Document the resulting values produced when using `From<bool>` on floats | bmoxb | -1/+2 |