| Age | Commit message (Expand) | Author | Lines |
| 2023-05-15 | Rollup merge of #111581 - scottmcm:fix-pattern-comment, r=workingjubilee | Matthias Krüger | -4/+4 |
| 2023-05-15 | Rollup merge of #102673 - lukas-code:infered-lifetimes, r=ehuss | Matthias Krüger | -1/+1 |
| 2023-05-15 | wanting => want | Vagelis Prokopiou | -2/+2 |
| 2023-05-14 | Fix some misleading and copy-pasted `Pattern` examples | Scott McMurray | -4/+4 |
| 2023-05-15 | Auto merge of #108273 - tspiteri:const_slice_split_at_not_mut, r=dtolnay | bors | -1/+2 |
| 2023-05-14 | Auto merge of #108196 - sunfishcode:sunfishcode/windows-as-socket-impls, r=dt... | bors | -0/+72 |
| 2023-05-14 | Auto merge of #92048 - Urgau:num-midpoint, r=scottmcm | bors | -3/+313 |
| 2023-05-14 | explain that `PhantomData<&'a T>` infers `T: 'a` | Lukas Markeffsky | -1/+1 |
| 2023-05-14 | Shorten lifetime of panic temporaries in panic_fmt case | David Tolnay | -7/+13 |
| 2023-05-14 | Auto merge of #111425 - Bryanskiy:privacy_ef, r=petrochenkov | bors | -0/+6 |
| 2023-05-13 | refactor: Remove bespoke from_os_str_bytes_unchecked | Ed Page | -33/+23 |
| 2023-05-13 | refactor: Remove redundant, private OsStr::bytes | Ed Page | -48/+41 |
| 2023-05-13 | add examples of port 0 binding behavior | kirk | -0/+18 |
| 2023-05-13 | Auto merge of #111447 - scottmcm:remove-more-assumes, r=thomcc | bors | -4/+0 |
| 2023-05-12 | `ascii::Char`-ify the escaping code | Scott McMurray | -50/+65 |
| 2023-05-12 | Remove useless `assume`s from `slice::iter(_mut)` | Scott McMurray | -4/+0 |
| 2023-05-13 | Auto merge of #103413 - RalfJung:phantom-dropck, r=lcnr | bors | -10/+73 |
| 2023-05-12 | hedge for future changes | Ralf Jung | -4/+7 |
| 2023-05-12 | Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwco | bors | -9/+22 |
| 2023-05-12 | Auto merge of #111475 - workingjubilee:sync-simd-2023-may-10, r=workingjubilee | bors | -723/+2177 |
| 2023-05-11 | Correct swizzle_dyn cfg for armv7 neon | Jubilee Young | -1/+1 |
| 2023-05-11 | Auto merge of #111395 - scottmcm:slice-iter-zst-experiment, r=the8472 | bors | -35/+51 |
| 2023-05-11 | Sync portable-simd to 2023 May 10 | Jubilee Young | -723/+2177 |
| 2023-05-11 | Prevent insta-stable no alloc shim support | bjorn3 | -1/+11 |
| 2023-05-11 | Populate effective visibilities in rustc_privacy | Bryanskiy | -0/+6 |
| 2023-05-11 | Improve code around SGX waitqueue | Urgau | -3/+13 |
| 2023-05-10 | Simplify the implementation of iterators over slices of ZSTs | Scott McMurray | -35/+51 |
| 2023-05-10 | Allow the drop_copy lint in some library examples | Urgau | -0/+1 |
| 2023-05-10 | Remove useless drop of copy type | Urgau | -4/+4 |
| 2023-05-10 | Remove and fix useless drop of reference | Urgau | -3/+5 |
| 2023-05-10 | Auto merge of #111401 - ChrisDenton:no-windows-allowed, r=workingjubilee | bors | -59/+40 |
| 2023-05-10 | Rollup merge of #111408 - TomMD:patch-1, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2023-05-09 | Fix incorrect implication of transmuting slices | Thomas M. DuBuisson | -1/+1 |
| 2023-05-09 | Rollup merge of #111282 - scottmcm:remove-unneeded-assumes, r=workingjubilee | Matthias Krüger | -10/+6 |
| 2023-05-09 | Rollup merge of #110770 - m-ou-se:fmt-temp-lifetime, r=oli-obk | Matthias Krüger | -0/+15 |
| 2023-05-09 | Rollup merge of #97320 - usbalbin:stabilize_const_ptr_read, r=m-ou-se | Matthias Krüger | -10/+9 |
| 2023-05-09 | Don't force include Windows goop when documenting | Chris Denton | -59/+40 |
| 2023-05-09 | Auto merge of #111371 - compiler-errors:revert-110907, r=petrochenkov | bors | -6/+0 |
| 2023-05-09 | Limit lifetime of format_args!() with inlined args. | Mara Bos | -0/+15 |
| 2023-05-09 | Auto merge of #110285 - KisaragiEffective:sync-stdarch, r=Amanieu | bors | -1/+0 |
| 2023-05-09 | Auto merge of #111380 - Dylan-DPC:rollup-xiptbhn, r=Dylan-DPC | bors | -3/+3 |
| 2023-05-09 | Rollup merge of #110694 - est31:builtin, r=petrochenkov | Dylan DPC | -3/+3 |
| 2023-05-09 | Auto merge of #110152 - ChrisDenton:windows-sys, r=thomcc | bors | -3098/+7089 |
| 2023-05-09 | Auto merge of #110027 - nbdd0121:dieting, r=m-ou-se | bors | -0/+9 |
| 2023-05-08 | Auto merge of #111296 - Sp00ph:const_gcd, r=nagisa,Mark-Simulacrum | bors | -37/+6 |
| 2023-05-08 | Revert "Populate effective visibilities in `rustc_privacy`" | Michael Goulet | -6/+0 |
| 2023-05-08 | Rollup merge of #104070 - nbdd0121:unwind, r=Amanieu | Michael Goulet | -5/+11 |
| 2023-05-08 | Rollup merge of #111315 - Swatinem:rm-identitiy-future, r=Mark-Simulacrum | Yuki Okushi | -7/+0 |
| 2023-05-08 | Rollup merge of #110638 - nikarh:vita, r=Mark-Simulacrum | Yuki Okushi | -23/+235 |
| 2023-05-08 | std: remove test for arm's crypto feature | Kisaragi Marine | -1/+0 |