| Age | Commit message (Expand) | Author | Lines |
| 2024-03-25 | Rollup merge of #122707 - reedwoodruff:string_docs_typo, r=workingjubilee | Jubilee | -1/+1 |
| 2024-03-25 | lib: fix some unnecessary_cast clippy lint | klensy | -10/+10 |
| 2024-03-25 | Import the 2021 prelude in the core crate | Daniel Paoliello | -23/+7 |
| 2024-03-25 | alloc::Layout: explicitly document size invariant on the type level | Ralf Jung | -1/+3 |
| 2024-03-25 | Rollup merge of #122990 - SkiFire13:transmute-may-copy, r=jhpratt | Matthias Krüger | -1/+1 |
| 2024-03-24 | Address PR feedback | Scott McMurray | -12/+23 |
| 2024-03-24 | Amended wording | Reed | -2/+2 |
| 2024-03-24 | Slightly simplify the `iN::partial_cmp` MIR | Scott McMurray | -7/+14 |
| 2024-03-24 | Rollup merge of #122992 - devnexen:available_parallelism_sol_upd, r=Amanieu | Matthias Krüger | -2/+6 |
| 2024-03-24 | Rollup merge of #122984 - RalfJung:panic-in-hook, r=Amanieu | Matthias Krüger | -5/+10 |
| 2024-03-24 | Rollup merge of #122983 - taiki-e:bsd, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2024-03-24 | Rollup merge of #122977 - cuviper:as_statically_known_str, r=RalfJung | Matthias Krüger | -5/+9 |
| 2024-03-24 | fix build. | David Carlier | -5/+3 |
| 2024-03-24 | std::thread: refine available_parallelism for solaris/illumos. | David Carlier | -0/+6 |
| 2024-03-24 | Clarify transmute example | Giacomo Stevanato | -1/+1 |
| 2024-03-24 | panic-in-panic-hook: formatting a message that's just a string is risk-free | Ralf Jung | -5/+10 |
| 2024-03-24 | Fix build failure on ARM/AArch64/PowerPC/RISC-V FreeBSD/NetBSD | Taiki Endo | -1/+1 |
| 2024-03-23 | Add+Use `mir::BinOp::Cmp` | Scott McMurray | -0/+40 |
| 2024-03-23 | Rollup merge of #122797 - alexcrichton:fix-compile-wasm64, r=Mark-Simulacrum | Jubilee | -1/+5 |
| 2024-03-23 | Rollup merge of #122762 - RoboSchmied:RoboSchmied-typo, r=workingjubilee | Jubilee | -1/+1 |
| 2024-03-23 | Rollup merge of #120419 - Ayush1325:uefi-sys-os, r=nicholasbishop,workingjubilee | Jubilee | -10/+81 |
| 2024-03-23 | Rename `Arguments::as_const_str` to `as_statically_known_str` | Josh Stone | -5/+9 |
| 2024-03-24 | Auto merge of #122966 - matthiaskrgr:rollup-20k8nsm, r=matthiaskrgr | bors | -10/+35 |
| 2024-03-24 | clarify equivalency of binary_search and partition_point | Andy Kurnia | -2/+6 |
| 2024-03-24 | Rollup merge of #122963 - RalfJung:core-panicking, r=m-ou-se | Matthias Krüger | -2/+2 |
| 2024-03-24 | Rollup merge of #122379 - RalfJung:int2ptr-transmute, r=m-ou-se | Matthias Krüger | -8/+33 |
| 2024-03-24 | Auto merge of #122905 - dpaoliello:sync-portable-simd-2024-03-22, r=workingju... | bors | -52/+505 |
| 2024-03-23 | Fixed builds with modified libc | Adam Gastineau | -0/+3 |
| 2024-03-23 | also rename the SIMD intrinsic | Ralf Jung | -2/+9 |
| 2024-03-23 | Auto merge of #122629 - RalfJung:assert-unsafe-precondition, r=saethlin | bors | -205/+224 |
| 2024-03-23 | core/panicking: fix outdated comment | Ralf Jung | -2/+2 |
| 2024-03-23 | refactor check_{lang,library}_ub: use a single intrinsic, put policy into lib... | Ralf Jung | -34/+46 |
| 2024-03-23 | move assert_unsafe_preconditions to its own file | Ralf Jung | -175/+182 |
| 2024-03-23 | Auto merge of #122947 - matthiaskrgr:rollup-10j7orh, r=matthiaskrgr | bors | -19/+21 |
| 2024-03-23 | Rollup merge of #122931 - herobs:patch-1, r=joboet | Matthias Krüger | -7/+7 |
| 2024-03-23 | Rollup merge of #122930 - RalfJung:panic-in-panic-fmt, r=Amanieu | Matthias Krüger | -3/+10 |
| 2024-03-23 | Rollup merge of #122916 - MultisampledNight:docs-sync-typo, r=jhpratt | Matthias Krüger | -2/+2 |
| 2024-03-23 | Rollup merge of #120577 - wutchzone:slice_split_at_unchecked, r=m-ou-se | Matthias Krüger | -7/+2 |
| 2024-03-23 | Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obk | bors | -60/+44 |
| 2024-03-23 | improve example on inserting to a sorted vector to avoid shifting equal elements | Andy Kurnia | -3/+3 |
| 2024-03-23 | rename ptr::from_exposed_addr -> ptr::with_exposed_provenance | Ralf Jung | -47/+47 |
| 2024-03-23 | proc_macro: simplify bridge state | joboet | -135/+61 |
| 2024-03-23 | Fix some typos in the pin.rs | Herobs | -7/+7 |
| 2024-03-23 | add panic location to 'panicked while processing panic' | Ralf Jung | -3/+10 |
| 2024-03-23 | Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlin | bors | -17/+12 |
| 2024-03-22 | Merge commit 'cff979eec1ac0473fc4960ee6cde462c6aeda824' into sync-portable-si... | Daniel Paoliello | -52/+505 |
| 2024-03-22 | docs(sync): normalize dot in fn summaries | MultisampledNight | -2/+2 |
| 2024-03-22 | Remove RustcEncodable/Decodable from 2024 prelude | Jacob Pratt | -34/+54 |
| 2024-03-22 | Soft-destabilize `RustcEncodable`/`RustcDecodable` | Jacob Pratt | -8/+26 |
| 2024-03-22 | Update stdarch submodule | Daniel Paoliello | -0/+1 |