| Age | Commit message (Expand) | Author | Lines |
| 2023-03-21 | Auto merge of #108262 - ChrisDenton:libntdll, r=Mark-Simulacrum | bors | -47/+40 |
| 2023-03-20 | Remove outdated comments | Maybe Waffle | -13/+0 |
| 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 | Apply suggestions from code review | the8472 | -3/+3 |
| 2023-03-20 | Add block-based mutex unlocking example | The 8472 | -7/+17 |
| 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-20 | Auto merge of #108148 - parthopdas:master, r=oli-obk | bors | -31/+377 |
| 2023-03-19 | fix typo in the creation of OpenOption | Stefan Lankes | -1/+1 |
| 2023-03-19 | Add `#![feature(generic_arg_infer)]` to core for stdarch | Nilstrieb | -0/+1 |
| 2023-03-19 | Update stdarch | Nilstrieb | -0/+0 |
| 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 #109022 - tmiasko:read-buf-exact, r=dtolnay | Dylan DPC | -2/+16 |
| 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 #108798 - devsnek:panic-pal-exception, r=workingjubilee | Dylan DPC | -2/+10 |
| 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 #109288 - jmillikin:linux-abstract-socket-addr, r=joshtriplett | Matthias Krüger | -20/+15 |
| 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 | review | Gus Caplan | -3/+3 |
| 2023-03-17 | move default backtrace setting to sys | Gus Caplan | -2/+10 |
| 2023-03-18 | Stabilise `unix_socket_abstract` | John Millikin | -20/+15 |
| 2023-03-17 | Use `size_of_val` instead of manual calculation | Scott McMurray | -1/+1 |
| 2023-03-18 | Rollup merge of #109235 - chaitanyav:master, r=ChrisDenton | Matthias Krüger | -1/+11 |
| 2023-03-17 | Make the `Step` implementations const. | onestacked | -7/+17 |
| 2023-03-17 | Remove irrelevant docs on error kinds | Jubilee Young | -10/+4 |
| 2023-03-17 | Auto merge of #108862 - Mark-Simulacrum:bootstrap-bump, r=pietroalbini | bors | -75/+51 |
| 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-17 | Modify code style as per comments | NagaChaitanya Vellanki | -7/+5 |
| 2023-03-16 | run rustfmt on changes | NagaChaitanya Vellanki | -1/+1 |
| 2023-03-16 | fallback to lstat when stat fails on Windows | NagaChaitanya Vellanki | -1/+13 |
| 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 | -9/+9 |
| 2023-03-15 | Implementing "<test_binary> --list --format json" #107307 #49359 | Partha P. Das | -31/+377 |
| 2023-03-15 | Skip serializing ascii chars in case LUTs | Martin Gammelsæter | -26/+0 |
| 2023-03-15 | Bump to latest beta | Mark Rousskov | -55/+31 |
| 2023-03-15 | Bump version placeholders | Mark Rousskov | -20/+20 |