| Age | Commit message (Expand) | Author | Lines |
| 2023-05-03 | Rollup merge of #111127 - xfix:const-slice-flatten, r=scottmcm | Manish Goregaokar | -1/+1 |
| 2023-05-03 | Rollup merge of #105695 - joboet:remove_generic_parker, r=m-ou-se | Manish Goregaokar | -129/+17 |
| 2023-05-03 | Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3 | Manish Goregaokar | -0/+1 |
| 2023-05-03 | Rollup merge of #97594 - WaffleLapkin:array_tuple_conv, r=ChrisDenton | Manish Goregaokar | -0/+60 |
| 2023-05-04 | Specialize ToString implementation for fmt::Arguments | DaniPopes | -0/+9 |
| 2023-05-03 | Add cross-language LLVM CFI support to the Rust compiler | Ramon de C Valle | -0/+1 |
| 2023-05-03 | Mention array<->tuple convs in docs | Maybe Waffle | -0/+40 |
| 2023-05-03 | Fix MXCSR configuration dependent timing | Raoul Strackx | -1/+5 |
| 2023-05-03 | Remove unnecessary Send bound | Gil Shoshan | -3/+3 |
| 2023-05-03 | Constify slice flatten method | Konrad Borowski | -1/+1 |
| 2023-05-03 | Use `from_wide_to_user_path` in `read_link` | Chris Denton | -4/+7 |
| 2023-05-03 | Inline SocketAddr methods | Konrad Borowski | -0/+27 |
| 2023-05-03 | Correctly convert an NT path to a Win32 path | Chris Denton | -12/+21 |
| 2023-05-02 | Auto merge of #109729 - fortanix:raoul/bugfix_libtest_json_synchronization, r... | bors | -70/+62 |
| 2023-05-02 | Remove `[]` <-> `()` `From` convertions | Maybe Waffle | -14/+0 |
| 2023-05-02 | Use metavar `${count(x)}` instead of reimplementing it | Maybe Waffle | -9/+3 |
| 2023-05-02 | implement tuple<->array convertions via `From` | Maybe Waffle | -0/+40 |
| 2023-05-02 | rm diag item, use lang item | Deadbeef | -1/+0 |
| 2023-05-02 | fix TODO comments | Deadbeef | -0/+4 |
| 2023-05-02 | initial step towards implementing C string literals | Deadbeef | -0/+1 |
| 2023-05-02 | Rollup merge of #110955 - fee1-dead-contrib:sus-operation, r=compiler-errors | Dylan DPC | -0/+1 |
| 2023-05-02 | Rollup merge of #110895 - Ayush1325:thread-local-fix, r=thomcc | Dylan DPC | -1/+1 |
| 2023-05-02 | Rollup merge of #108161 - WaffleLapkin:const_param_ty, r=BoxyUwU | Dylan DPC | -52/+132 |
| 2023-05-02 | Rollup merge of #105076 - mina86:a, r=scottmcm | Dylan DPC | -206/+273 |
| 2023-05-02 | Auto merge of #106075 - nbdd0121:ffi-unwind, r=joshtriplett | bors | -4/+4 |
| 2023-05-01 | Relax implicit `W: Sized` bound on `LineWriter<W>` | Maybe Waffle | -27/+29 |
| 2023-05-01 | Relax implicit `W: Sized` bound on `BufWriter<W>` | Maybe Waffle | -70/+72 |
| 2023-05-01 | Relax implicit `R: Sized` bound on `BufReader<R>` | Maybe Waffle | -14/+17 |
| 2023-05-01 | Auto merge of #111066 - matthiaskrgr:rollup-4k6rj23, r=matthiaskrgr | bors | -10/+127 |
| 2023-05-01 | Rollup merge of #111065 - est31:send_mut_ref, r=m-ou-se | Matthias Krüger | -1/+6 |
| 2023-05-01 | Rollup merge of #111057 - xfix:tcpstream-as-raw-fd-inline, r=m-ou-se | Matthias Krüger | -0/+69 |
| 2023-05-01 | Rollup merge of #110987 - infdahai:wasi_clock_time, r=m-ou-se | Matthias Krüger | -2/+2 |
| 2023-05-01 | Rollup merge of #110093 - beetrees:set-times-32-bit, r=joshtriplett | Matthias Krüger | -2/+39 |
| 2023-05-01 | Rollup merge of #109540 - marcospb19:edit-Path-with_file_name-example, r=m-ou-se | Matthias Krüger | -5/+11 |
| 2023-05-01 | Explicitly document how Send and Sync relate to references | est31 | -1/+6 |
| 2023-05-01 | Auto merge of #111010 - scottmcm:mem-replace-simpler, r=WaffleLapkin | bors | -12/+35 |
| 2023-05-01 | Fix `StructuralEq` impls for `&T`, `[T]` and `[T; N]` | Maybe Waffle | -3/+3 |
| 2023-05-01 | Inline AsRawFd implementations | Konrad Borowski | -0/+11 |
| 2023-05-01 | Inline socket function implementations | Konrad Borowski | -0/+9 |
| 2023-05-01 | Inline AsInner implementations | Konrad Borowski | -0/+49 |
| 2023-05-01 | Ensure test library issues json string line-by-line | Raoul Strackx | -70/+62 |
| 2023-04-30 | Codegen fewer instructions in `mem::replace` | Scott McMurray | -12/+35 |
| 2023-05-01 | Stabilize feature `cstr_is_empty` | John Millikin | -3/+2 |
| 2023-05-01 | Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber | Matthias Krüger | -0/+1 |
| 2023-04-30 | Auto merge of #111017 - matthiaskrgr:rollup-yy9updi, r=matthiaskrgr | bors | -6/+2 |
| 2023-04-30 | Rollup merge of #111000 - JohnBobbo96:core_option_unneeded_function, r=jyn514 | Matthias Krüger | -6/+2 |
| 2023-04-30 | Auto merge of #103406 - Jules-Bertholet:from_clone_slice_to_box, r=dtolnay | bors | -8/+31 |
| 2023-04-30 | a bit more usize::from | Michal Nazarewicz | -1/+3 |
| 2023-04-30 | Auto merge of #110935 - scottmcm:always-ord, r=Mark-Simulacrum | bors | -8/+8 |
| 2023-04-30 | review | Michal Nazarewicz | -15/+15 |