| Age | Commit message (Expand) | Author | Lines |
| 2024-02-29 | Add proper cfg | r0cky | -9/+5 |
| 2024-02-28 | Improve assert_matches! documentation | Lukas Bergdoll | -29/+50 |
| 2024-02-27 | safe transmute: revise safety analysis | Jack Wrenn | -4/+5 |
| 2024-02-27 | intrinsics.rs: add some notes on unwinding | Ralf Jung | -0/+10 |
| 2024-02-27 | Stabilize the `#[diagnostic]` namespace and `#[diagnostic::on_unimplemented]`... | Georg Semmler | -1/+1 |
| 2024-02-27 | Auto merge of #121655 - matthiaskrgr:rollup-qpx3kks, r=matthiaskrgr | bors | -7/+18 |
| 2024-02-27 | Rollup merge of #121598 - RalfJung:catch_unwind, r=oli-obk | Matthias Krüger | -7/+18 |
| 2024-02-26 | Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obk | bors | -2/+80 |
| 2024-02-26 | Clarify behavior of slice prefix/suffix operations in case of equality | Ondřej Hošek | -4/+10 |
| 2024-02-26 | rename 'try' intrinsic to 'catch_unwind' | Ralf Jung | -7/+18 |
| 2024-02-25 | Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin | bors | -0/+2 |
| 2024-02-25 | Fix Hash impl | David Thomas | -1/+1 |
| 2024-02-25 | remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics | Ralf Jung | -2/+80 |
| 2024-02-25 | Auto merge of #121114 - Nilstrieb:no-inline!, r=saethlin | bors | -3/+15 |
| 2024-02-24 | Rollup merge of #121556 - GrigorenkoPV:addr_of, r=Nilstrieb | Matthias Krüger | -5/+6 |
| 2024-02-24 | Rollup merge of #121551 - nbdd0121:ffi_unwind, r=RalfJung | Matthias Krüger | -0/+1 |
| 2024-02-24 | Rollup merge of #121343 - Takashiidobe:takashi/examples-for-slice, r=Mark-Sim... | Matthias Krüger | -1/+10 |
| 2024-02-24 | Add `#[rustc_no_mir_inline]` for standard library UB checks | Nilstrieb | -3/+15 |
| 2024-02-24 | Forbid use of `extern "C-unwind"` inside standard library | Gary Guo | -0/+1 |
| 2024-02-24 | library: use `addr_of!` | Pavel Grigorenko | -5/+6 |
| 2024-02-23 | Auto merge of #121454 - reitermarkus:generic-nonzero-library, r=dtolnay | bors | -86/+84 |
| 2024-02-23 | Auto merge of #120730 - estebank:confusable-api, r=oli-obk | bors | -0/+4 |
| 2024-02-22 | Add `flatmap`/`flat_map` -> `and_then` suggestions | Esteban Küber | -0/+2 |
| 2024-02-22 | Add `rustc_confusables` annotations to some stdlib APIs | Esteban Küber | -0/+2 |
| 2024-02-22 | Rollup merge of #121439 - jrudolph:patch-1, r=bjorn3 | Matthias Krüger | -1/+1 |
| 2024-02-22 | Fix example. | Markus Reiter | -3/+4 |
| 2024-02-22 | Use generic `NonZero` everywhere in `core`. | Markus Reiter | -84/+81 |
| 2024-02-22 | Auto merge of #121309 - Nilstrieb:inline-all-the-fallbacks, r=oli-obk | bors | -0/+6 |
| 2024-02-22 | Fix typo in metadata.rs doc comment | Johannes Rudolph | -1/+1 |
| 2024-02-22 | Add std::ffi::c_str modules | ltdk | -7/+24 |
| 2024-02-22 | Auto merge of #121223 - RalfJung:simd-intrinsics, r=Amanieu | bors | -0/+69 |
| 2024-02-21 | remove simd_reduce_{min,max}_nanless | Ralf Jung | -26/+0 |
| 2024-02-21 | rename ptr::invalid -> ptr::without_provenance | Ralf Jung | -63/+93 |
| 2024-02-21 | make simd_reduce_{mul,add}_unordered use only the 'reassoc' flag, not all fas... | Ralf Jung | -12/+4 |
| 2024-02-21 | intrinsics::simd: add missing functions | Ralf Jung | -0/+103 |
| 2024-02-21 | Auto merge of #121383 - Dylan-DPC:rollup-735p4u4, r=Dylan-DPC | bors | -0/+12 |
| 2024-02-21 | Auto merge of #120718 - saethlin:reasonable-fast-math, r=nnethercote | bors | -0/+40 |
| 2024-02-21 | Rollup merge of #121361 - pitaj:diag_items-legacy_numeric_constants, r=Nilstrieb | Dylan DPC | -0/+12 |
| 2024-02-20 | Stabilize `LazyCell` and `LazyLock` (`lazy_cell`) | Peter Jaszkowiak | -14/+8 |
| 2024-02-20 | diagnostic items for legacy numeric modules | Peter Jaszkowiak | -0/+12 |
| 2024-02-20 | Add extra detail to field comment | Gnome! | -1/+2 |
| 2024-02-20 | Reduce alignment of TypeId to u64 alignment | GnomedDev | -3/+7 |
| 2024-02-20 | Rollup merge of #121352 - malobre:patch-1, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2024-02-20 | Rollup merge of #121277 - reitermarkus:generic-nonzero-convert-num, r=dtolnay | Matthias Krüger | -367/+325 |
| 2024-02-20 | Rollup merge of #119203 - farnoy:simd-masked-intrinsic-docfix, r=RalfJung | Matthias Krüger | -4/+6 |
| 2024-02-20 | Add "algebraic" versions of the fast-math intrinsics | Ben Kimock | -0/+40 |
| 2024-02-20 | docs: add missing "the" to `str::strip_prefix` doc | Malobre | -2/+2 |
| 2024-02-20 | Auto merge of #121345 - Nilstrieb:rollup-reb0xge, r=Nilstrieb | bors | -180/+219 |
| 2024-02-20 | Correct the simd_masked_{load,store} intrinsic docs | Jakub Okoński | -4/+6 |
| 2024-02-20 | Add examples for some methods on slices | Takashiidobe | -1/+10 |