| Age | Commit message (Expand) | Author | Lines |
| 2023-05-08 | Revert "Populate effective visibilities in `rustc_privacy`" | Michael Goulet | -6/+0 |
| 2023-05-08 | Rollup merge of #111315 - Swatinem:rm-identitiy-future, r=Mark-Simulacrum | Yuki Okushi | -7/+0 |
| 2023-05-08 | Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar... | bors | -46/+41 |
| 2023-05-07 | Auto merge of #111222 - scottmcm:constify-is_ascii, r=thomcc | bors | -15/+61 |
| 2023-05-07 | Add `#[inline]` to functions that are never called | Gary Guo | -0/+9 |
| 2023-05-07 | Remove `identity_future` from stdlib | Arpad Borsos | -7/+0 |
| 2023-05-07 | Auto merge of #111125 - xfix:inline-socketaddr-methods, r=Mark-Simulacrum | bors | -0/+27 |
| 2023-05-06 | Tune the `is_ascii` implementation used for short slices | Scott McMurray | -10/+23 |
| 2023-05-07 | Rollup merge of #111301 - JohnBobbo96:cleanup_option_insert_methods, r=scottmcm | Yuki Okushi | -4/+2 |
| 2023-05-07 | Rollup merge of #110094 - lukas-code:less-transmute, r=thomcc | Yuki Okushi | -13/+9 |
| 2023-05-06 | Remove unneeded calls to `mem::forget` | John Bobbo | -4/+2 |
| 2023-05-07 | enable `rust_2018_idioms` for doctests | ozkanonur | -46/+41 |
| 2023-05-06 | Auto merge of #110907 - Bryanskiy:privacy_ef, r=petrochenkov | bors | -0/+6 |
| 2023-05-06 | Always const-eval the gcd in `slice::align_to_offsets` | Markus Everling | -37/+6 |
| 2023-05-06 | clean up transmutes in core | Lukas Markeffsky | -13/+9 |
| 2023-05-06 | Remove some `assume`s from slice iterators that don't do anything | Scott McMurray | -10/+6 |
| 2023-05-05 | Migrate offset_of from a macro to builtin # syntax | est31 | -3/+3 |
| 2023-05-05 | Stabilize const_ptr_read | bors | -9/+9 |
| 2023-05-05 | Auto merge of #111248 - Dylan-DPC:rollup-lbp0ui3, r=Dylan-DPC | bors | -1/+1 |
| 2023-05-05 | Populate effective visibilities in `rustc_privacy` | Bryanskiy | -0/+6 |
| 2023-05-05 | Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errors | Dylan DPC | -1/+1 |
| 2023-05-05 | Auto merge of #111113 - scottmcm:assume-align-offset, r=thomcc | bors | -4/+11 |
| 2023-05-05 | `assume` the runtime range of `align_offset` | Scott McMurray | -4/+11 |
| 2023-05-05 | Rollup merge of #111213 - WaffleLapkin:fixup_dates, r=scottmcm | Yuki Okushi | -2/+2 |
| 2023-05-05 | Stabilize feature `nonzero_negation_ops` | John Millikin | -18/+12 |
| 2023-05-04 | Add an example that depends on `is_ascii` in a `const` | Scott McMurray | -0/+13 |
| 2023-05-04 | Constify `[u8]::is_ascii` (unstably) | Scott McMurray | -15/+35 |
| 2023-05-04 | Fixup "since" dates for `array_tuple_conv` feature | Maybe Waffle | -2/+2 |
| 2023-05-04 | Rollup merge of #111186 - jmillikin:nonzero-is-positive, r=dtolnay | Matthias Krüger | -0/+26 |
| 2023-05-04 | Rollup merge of #111009 - scottmcm:ascii-char, r=BurntSushi | Matthias Krüger | -1/+674 |
| 2023-05-04 | Optimize `Iterator` implementation for `&mut impl Iterator + Sized` | Benoît du Garreau | -0/+130 |
| 2023-05-04 | Add `is_positive` method for signed non-zero integers. | John Millikin | -0/+26 |
| 2023-05-03 | Add the basic `ascii::Char` type | Scott McMurray | -1/+674 |
| 2023-05-03 | Rollup merge of #111127 - xfix:const-slice-flatten, r=scottmcm | Manish Goregaokar | -1/+1 |
| 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/+40 |
| 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/+20 |
| 2023-05-03 | Constify slice flatten method | Konrad Borowski | -1/+1 |
| 2023-05-03 | Inline SocketAddr methods | Konrad Borowski | -0/+27 |
| 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 | 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 #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-01 | Auto merge of #111066 - matthiaskrgr:rollup-4k6rj23, r=matthiaskrgr | bors | -1/+6 |
| 2023-05-01 | Rollup merge of #111065 - est31:send_mut_ref, r=m-ou-se | Matthias Krüger | -1/+6 |