| Age | Commit message (Expand) | Author | Lines |
| 2023-12-25 | Add AsyncFn family of traits | Michael Goulet | -0/+110 |
| 2023-12-25 | Documented unsafe blocks | lch361 | -4/+12 |
| 2023-12-25 | Removed redundant bounds checking at Split's next and next_mut methods | lch361 | -4/+4 |
| 2023-12-24 | Stabilize ip_in_core feature | Linus Färnstrand | -1/+1 |
| 2023-12-22 | Rollup merge of #119222 - eholk:into-async-iterator, r=compiler-errors,dtolnay | Michael Goulet | -1/+24 |
| 2023-12-23 | Auto merge of #119211 - rust-lang:pa-master-1.77, r=Mark-Simulacrum | bors | -182/+30 |
| 2023-12-22 | Use `IntoAsyncIterator` in `for await` loop desugaring | Eric Holk | -0/+1 |
| 2023-12-22 | Add IntoAsyncIterator | Eric Holk | -1/+23 |
| 2023-12-22 | Auto merge of #118847 - eholk:for-await, r=compiler-errors | bors | -0/+1 |
| 2023-12-22 | update cfg(bootstrap)s | Pietro Albini | -173/+21 |
| 2023-12-22 | update version placeholders | Pietro Albini | -9/+9 |
| 2023-12-20 | Auto merge of #119037 - RalfJung:repr-c-abi-mismatch, r=scottmcm | bors | -2/+0 |
| 2023-12-19 | Add `hint::assert_unchecked` | Scott McMurray | -1/+49 |
| 2023-12-19 | Docs: Use non-SeqCst in module example of atomics | AngelicosPhosphoros | -4/+9 |
| 2023-12-19 | Desugar for await loops | Eric Holk | -0/+1 |
| 2023-12-18 | Disable new intrinsics for bootstrap | Caleb Zulawski | -0/+2 |
| 2023-12-18 | Add Ipv6Addr::is_ipv4_mapped | Christiaan Dirkx | -0/+25 |
| 2023-12-17 | Add new intrinsics | Caleb Zulawski | -0/+39 |
| 2023-12-17 | Further explain semantics | Caleb Zulawski | -2/+13 |
| 2023-12-17 | Apply suggestions from code review | Caleb Zulawski | -2/+3 |
| 2023-12-17 | Improve simd_bitmask documentation and other minor fixes | Caleb Zulawski | -8/+15 |
| 2023-12-17 | State type requirements first | Caleb Zulawski | -61/+62 |
| 2023-12-17 | Clarify UB and improve grammar | Caleb Zulawski | -4/+4 |
| 2023-12-17 | Add core::intrinsics::simd | Caleb Zulawski | -0/+413 |
| 2023-12-17 | do not allow ABI mismatches inside repr(C) types | Ralf Jung | -2/+0 |
| 2023-12-15 | Rollup merge of #118523 - okaneco:trim_ascii, r=Mark-Simulacrum | Jubilee | -0/+82 |
| 2023-12-15 | Rollup merge of #118998 - jstasiak:improve-doc, r=workingjubilee | Jubilee | -1/+1 |
| 2023-12-15 | Rollup merge of #118956 - danielhuang:patch-2, r=workingjubilee | Jubilee | -2/+2 |
| 2023-12-15 | Add link to is_benchmark from the Ipv6Addr::is_global documentation | Jakub Stasiak | -1/+1 |
| 2023-12-15 | Rollup merge of #118234 - tgross35:type_name_of_value, r=dtolnay | Matthias Krüger | -21/+18 |
| 2023-12-15 | Stabilize `ptr::{from_ref, from_mut}` | Maybe Waffle | -2/+5 |
| 2023-12-15 | Use assert_unsafe_precondition for char::from_u32_unchecked | Chris Denton | -1/+8 |
| 2023-12-14 | Update c_str.rs | Daniel Huang | -2/+2 |
| 2023-12-13 | Auto merge of #117050 - c410-f3r:here-we-go-again, r=petrochenkov | bors | -0/+143 |
| 2023-12-12 | Rollup merge of #118873 - lukas-code:fix_waker_getter_tracking_issue_number, ... | Jubilee | -3/+3 |
| 2023-12-12 | Rollup merge of #118858 - mu001999:dead_code/clean, r=cuviper | Jubilee | -3/+3 |
| 2023-12-12 | Add ASCII whitespace trimming functions to `&str` | okaneco | -0/+82 |
| 2023-12-12 | fix `waker_getters` tracking issue number | Lukas Markeffsky | -3/+3 |
| 2023-12-12 | Remove dead codes in core | r01and | -3/+3 |
| 2023-12-11 | Auto merge of #117758 - Urgau:lint_pointer_trait_comparisons, r=davidtwco | bors | -0/+16 |
| 2023-12-11 | Auto merge of #118661 - fee1-dead-contrib:restore-const-partialEq, r=compiler... | bors | -0/+12 |
| 2023-12-11 | Auto merge of #118032 - RalfJung:char-u32, r=Mark-Simulacrum | bors | -4/+5 |
| 2023-12-10 | Restore `const PartialEq` | Deadbeef | -0/+12 |
| 2023-12-10 | remove redundant imports | surechen | -35/+20 |
| 2023-12-09 | merge core_panic feature into panic_internals | Ralf Jung | -23/+23 |
| 2023-12-08 | Implement `async gen` blocks | Michael Goulet | -0/+25 |
| 2023-12-08 | Rollup merge of #118505 - CLEckhardt:update_ip_addr_bits_docs, r=cuviper | Matthias Krüger | -4/+48 |
| 2023-12-07 | Introduce explanation about fields being used in ordering | Ludwig Neste | -2/+4 |
| 2023-12-07 | Elaborate on ip_addr bit conversion endianness | Chris Eckhardt | -4/+48 |
| 2023-12-06 | Allow ambiguous_wide_pointer_comparisons lint for std methods | Urgau | -0/+14 |