| Age | Commit message (Expand) | Author | Lines |
| 2023-03-25 | Correct typo (`back_box` -> `black_box`) | Evie M | -1/+1 |
| 2023-03-25 | Auto merge of #99929 - the8472:default-iters, r=scottmcm | bors | -0/+125 |
| 2023-03-25 | Auto merge of #109546 - saethlin:inline-into, r=scottmcm | bors | -0/+1 |
| 2023-03-24 | Add #[inline] to the Into for From impl | Ben Kimock | -0/+1 |
| 2023-03-24 | Auto merge of #109216 - martingms:unicode-case-lut-shrink, r=Mark-Simulacrum | bors | -1794/+783 |
| 2023-03-24 | Rollup merge of #108924 - tmiasko:panic-immediate-abort, r=thomcc | Matthias Krüger | -0/+3 |
| 2023-03-23 | A MIR transform that checks pointers are aligned | Ben Kimock | -0/+14 |
| 2023-03-23 | Auto merge of #108442 - scottmcm:mir-transmute, r=oli-obk | bors | -0/+8 |
| 2023-03-23 | Auto merge of #109503 - matthiaskrgr:rollup-cnp7kdd, r=matthiaskrgr | bors | -0/+1 |
| 2023-03-22 | Add `CastKind::Transmute` to MIR | Scott McMurray | -0/+8 |
| 2023-03-22 | Rollup merge of #109359 - Nilstrieb:bump-stdarch, r=Amanieu | Matthias Krüger | -0/+1 |
| 2023-03-22 | Auto merge of #109497 - matthiaskrgr:rollup-6txuxm0, r=matthiaskrgr | bors | -1/+16 |
| 2023-03-22 | Rollup merge of #109392 - cbeuw:composite-ret, r=JakobDegen | Matthias Krüger | -1/+16 |
| 2023-03-23 | Rollup merge of #109179 - llogiq:intrinsically-option-as-slice, r=eholk | Dylan DPC | -72/+42 |
| 2023-03-23 | Rollup merge of #100311 - xfix:lines-fix-handling-of-bare-cr, r=ChrisDenton | Dylan DPC | -7/+7 |
| 2023-03-21 | Rollup merge of #106434 - clubby789:document-sum-result, r=the8472 | nils | -4/+42 |
| 2023-03-21 | Use hex literal for INDEX_MASK | Martin Gammelsæter | -1/+1 |
| 2023-03-21 | Auto merge of #108717 - TDecki:dec2flt-inline, r=thomcc | bors | -1/+18 |
| 2023-03-20 | Add example for `Option::product` and `Result::product` | clubby789 | -4/+36 |
| 2023-03-20 | Add documentation for `type RET = ...` | Andy Wang | -0/+14 |
| 2023-03-20 | Allow optional RET type annotation | Andy Wang | -1/+2 |
| 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 |