| Age | Commit message (Expand) | Author | Lines |
| 2024-01-06 | Rollup merge of #118781 - RalfJung:core-panic-feature, r=the8472 | Matthias Krüger | -23/+23 |
| 2024-01-06 | Add assume into `NonZeroIntX::get` | AngelicosPhosphoros | -4/+18 |
| 2024-01-06 | document rounding behavior of rint/nearbyint for ties | Ralf Jung | -6/+12 |
| 2024-01-06 | Fix typo in docs for slice::split_once, slice::rsplit_once | Connor Lane Smith | -2/+2 |
| 2024-01-05 | Rollup merge of #119216 - weiznich:use_diagnostic_namespace_in_stdlib, r=comp... | Michael Goulet | -30/+31 |
| 2024-01-05 | Remove feature not required by `Ipv6Addr::to_cononical` doctest | Ethan Brierley | -1/+0 |
| 2024-01-05 | library: Add `allow(unused_assignments)` to custom MIR doctest | Vadim Petrochenkov | -0/+1 |
| 2024-01-05 | Rollup merge of #119583 - AngelicosPhosphoros:const_assume, r=RalfJung | Michael Goulet | -3/+1 |
| 2024-01-05 | Fix #119551: Rewrite Iterator::position default impl, storing the accumulatin... | martha | -6/+13 |
| 2024-01-05 | Replace some usage of `#[rustc_on_unimplemented]` with | Georg Semmler | -30/+31 |
| 2024-01-05 | Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkin | bors | -30/+30 |
| 2024-01-05 | Fix a typo in core::ops::Deref's doc | Laura Demkowicz-Duffy | -1/+1 |
| 2024-01-04 | Fixed ambiguity in hint.rs | Ming, Bai | -1/+1 |
| 2024-01-04 | Make `intrinsics::assume` const stable | AngelicosPhosphoros | -3/+1 |
| 2024-01-04 | Rollup merge of #119532 - GKFX:offset-of-parse-expr, r=est31 | Matthias Krüger | -0/+10 |
| 2024-01-04 | Rollup merge of #119325 - RalfJung:custom-mir, r=compiler-errors | Matthias Krüger | -12/+45 |
| 2024-01-02 | Make offset_of field parsing use metavariable which handles any spacing | George Bateman | -0/+10 |
| 2024-01-02 | Adjust library tests for unused_tuple_struct_fields -> dead_code | Jake Goulding | -30/+30 |
| 2023-12-31 | Clarify ambiguity in select_nth_unstable docs | Brian Romanowski | -7/+7 |
| 2023-12-31 | Initial implementation of `str::from_raw_parts[_mut]` | Sky | -1/+42 |
| 2023-12-30 | Rollup merge of #119424 - ojeda:send-sync, r=est31 | Matthias Krüger | -1/+3 |
| 2023-12-29 | Primitive docs: fix confusing `Send` in `&T`'s list | Miguel Ojeda | -1/+3 |
| 2023-12-28 | fix typo | Emil Gardström | -1/+1 |
| 2023-12-26 | custom mir: better type-checking | Ralf Jung | -7/+9 |
| 2023-12-26 | custom mir: make it clear what the return block is | Ralf Jung | -9/+40 |
| 2023-12-26 | explain what crates should do when adding comparison with foreign types | Ralf Jung | -0/+38 |
| 2023-12-26 | PartialOrd: transitivity and duality are required only if the corresponding i... | Ralf Jung | -6/+10 |
| 2023-12-26 | PartialEq: handle longer transitive chains | Ralf Jung | -2/+4 |
| 2023-12-26 | Auto merge of #119133 - scottmcm:assert-unchecked, r=thomcc | bors | -1/+49 |
| 2023-12-25 | select AsyncFn traits during overloaded call op | Michael Goulet | -0/+3 |
| 2023-12-25 | We do not need impl_trait_in_assoc_ty | Michael Goulet | -7/+6 |
| 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 | -2/+1 |
| 2023-12-22 | Rollup merge of #119222 - eholk:into-async-iterator, r=compiler-errors,dtolnay | Michael Goulet | -1/+45 |
| 2023-12-23 | Auto merge of #119211 - rust-lang:pa-master-1.77, r=Mark-Simulacrum | bors | -183/+30 |
| 2023-12-22 | Use `IntoAsyncIterator` in `for await` loop desugaring | Eric Holk | -0/+1 |
| 2023-12-22 | Add IntoAsyncIterator | Eric Holk | -1/+44 |
| 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 | -174/+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 | -1/+36 |
| 2023-12-17 | Add new intrinsics | Caleb Zulawski | -0/+39 |
| 2023-12-17 | Further explain semantics | Caleb Zulawski | -2/+13 |