| Age | Commit message (Expand) | Author | Lines |
| 2024-05-25 | Resolve https://github.com/rust-lang/rust/pull/124870#issuecomment-2128824959 | Lokathor | -0/+3 |
| 2024-05-25 | revert to the inconsistent paragraph wrapping. | Lokathor | -52/+55 |
| 2024-05-25 | Rollup merge of #124667 - newpavlov:stabilize_div_duration, r=jhpratt | Matthias Krüger | -7/+8 |
| 2024-05-25 | Rollup merge of #123803 - Sp00ph:shrink_to_fix, r=Mark-Simulacrum | Matthias Krüger | -1/+118 |
| 2024-05-25 | Rollup merge of #122986 - taiki-e:aix-c-char, r=Mark-Simulacrum | Matthias Krüger | -1/+2 |
| 2024-05-25 | Rollup merge of #121377 - pitaj:lazy_cell_fn_pointer, r=dtolnay | Matthias Krüger | -35/+32 |
| 2024-05-25 | Stabilise ip_bits feature | ltdk | -19/+10 |
| 2024-05-25 | Auto merge of #121571 - clarfonthey:unchecked-math-preconditions, r=saethlin | bors | -45/+161 |
| 2024-05-25 | Rollup merge of #125527 - programmerjake:patch-2, r=workingjubilee | Matthias Krüger | -0/+3 |
| 2024-05-25 | Rollup merge of #125498 - zmodem:avx512er, r=workingjubilee | Matthias Krüger | -2/+0 |
| 2024-05-25 | Rollup merge of #125478 - Urgau:check-cfg-config-bump-stage0, r=Mark-Simulacrum | Matthias Krüger | -3/+0 |
| 2024-05-25 | Rollup merge of #125271 - RalfJung:posix_memalign, r=workingjubilee | Matthias Krüger | -9/+7 |
| 2024-05-24 | Move the checks for Arguments constructors to inline const | Ben Kimock | -11/+7 |
| 2024-05-24 | Add manual Sync impl for ReentrantLockGuard | Jacob Lifshay | -0/+3 |
| 2024-05-25 | std: make TLS accessors closures that return pointers | joboet | -180/+107 |
| 2024-05-24 | Add caching for downloading compiler-rt | Trevor Gross | -4/+12 |
| 2024-05-24 | Enable cache for Docker images | Trevor Gross | -1/+34 |
| 2024-05-24 | Enable cache for Cargo components of the build | Trevor Gross | -0/+4 |
| 2024-05-24 | Rollup merge of #125497 - meesfrensel:patch-1, r=calebzulawski | Matthias Krüger | -4/+4 |
| 2024-05-24 | Auto merge of #125499 - matthiaskrgr:rollup-84i5z5w, r=matthiaskrgr | bors | -1/+2 |
| 2024-05-24 | Stop using the avx512er and avx512pf x86 target features | Hans Wennborg | -2/+0 |
| 2024-05-24 | Change pedantically incorrect OnceCell/OnceLock wording | Mahmoud Al-Qudsi | -3/+3 |
| 2024-05-24 | Rollup merge of #125477 - nnethercote:missed-rustfmt, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-05-24 | Rollup merge of #125455 - blyxyas:opt-clamp, r=joboet | Matthias Krüger | -0/+1 |
| 2024-05-24 | Fix some SIMD intrinsics documentation | Mees Frensel | -4/+4 |
| 2024-05-24 | Auto merge of #122494 - joboet:simplify_key_tls, r=m-ou-se | bors | -189/+63 |
| 2024-05-24 | Auto merge of #121150 - Swatinem:debug-ascii-str, r=joboet | bors | -20/+43 |
| 2024-05-24 | std: clean up the TLS implementation | joboet | -5/+4 |
| 2024-05-24 | std: simplify key-based thread locals | joboet | -185/+60 |
| 2024-05-24 | Auto merge of #125479 - scottmcm:validate-vtable-projections, r=Nilstrieb | bors | -8/+19 |
| 2024-05-24 | Add benchmarks for floating point math | Trevor Gross | -2/+2930 |
| 2024-05-23 | Validate the special layout restriction on DynMetadata | Scott McMurray | -8/+19 |
| 2024-05-24 | Remove now outdated comment since we bumped stage0 | Urgau | -3/+0 |
| 2024-05-24 | Run rustfmt on files that need it. | Nicholas Nethercote | -1/+1 |
| 2024-05-24 | Auto merge of #125463 - GuillaumeGomez:rollup-287wx4y, r=GuillaumeGomez | bors | -125/+65 |
| 2024-05-23 | Add assert_unsafe_precondition to unchecked_{add,sub,neg,mul,shl,shr} methods | ltdk | -45/+161 |
| 2024-05-24 | Auto merge of #123724 - joboet:static_tls, r=m-ou-se | bors | -70/+76 |
| 2024-05-23 | Rollup merge of #125452 - Urgau:check-cfg-libraries-cleanup, r=bjorn3 | Guillaume Gomez | -8/+21 |
| 2024-05-23 | Rollup merge of #125362 - joboet:tait_hack, r=Nilstrieb | Guillaume Gomez | -117/+44 |
| 2024-05-23 | Auto merge of #125456 - fmease:rollup-n8608gc, r=fmease | bors | -0/+12 |
| 2024-05-23 | Process a single not-ASCII-printable `char` per iteration | Arpad Borsos | -8/+5 |
| 2024-05-23 | Rollup merge of #124389 - CensoredUsername:master, r=petrochenkov | León Orell Valerian Liehr | -0/+12 |
| 2024-05-23 | Auto merge of #117804 - saethlin:no-recursive-panics, r=joboet | bors | -2/+5 |
| 2024-05-23 | Make clamp inline | blyxyas | -0/+1 |
| 2024-05-23 | Copy core/alloc check-cfg message also in std | Urgau | -0/+3 |
| 2024-05-23 | Move some expected cfgs to std build.rs as per Cargo recommandation | Urgau | -3/+7 |
| 2024-05-23 | Replace fake "restricted-std" Cargo feature by custom cfg | Urgau | -3/+4 |
| 2024-05-23 | panic_nounwind in Arguments::new* instead of recursing | Ben Kimock | -2/+5 |
| 2024-05-23 | Expect any feature cfg in core and std crates | Urgau | -2/+7 |
| 2024-05-23 | std: rewrite native thread-local storage | joboet | -249/+331 |