| Age | Commit message (Expand) | Author | Lines |
| 2024-12-10 | stabilize const_nonnull_new | Ralf Jung | -4/+1 |
| 2024-12-10 | Rollup merge of #133472 - rust-wasi-web:master, r=joboet | León Orell Valerian Liehr | -1/+24 |
| 2024-12-10 | Rollup merge of #133456 - clubby789:cargo-update, r=ChrisDenton | León Orell Valerian Liehr | -4/+4 |
| 2024-12-10 | Rollup merge of #133184 - osiewicz:wasm-fix-infinite-loop-in-remove-dir-all, ... | León Orell Valerian Liehr | -70/+105 |
| 2024-12-09 | Remove rustc_const_stable attribute on const NOOP | Eric Holk | -1/+0 |
| 2024-12-09 | Rollup merge of #134032 - snprajwal:fix-docs, r=joboet | León Orell Valerian Liehr | -8/+8 |
| 2024-12-09 | core: use public method instead of instrinsic | joboet | -2/+2 |
| 2024-12-09 | core: improve comments | Jonas Böttiger | -3/+5 |
| 2024-12-09 | Auto merge of #134052 - matthiaskrgr:rollup-puxwqrk, r=matthiaskrgr | bors | -0/+8 |
| 2024-12-09 | Fix incorrect documentation for _mm_loadu_si64 function | aaishwarymishra@gmail.com | -1/+1 |
| 2024-12-09 | Rollup merge of #133880 - ChrisDenton:homedir, r=Mark-Simulacrum | Matthias Krüger | -0/+7 |
| 2024-12-09 | Rollup merge of #133789 - rossmacarthur:then-with-doc-alias, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2024-12-08 | Switch inline(always) in core/src/fmt/rt.rs to plain inline | Ben Kimock | -17/+17 |
| 2024-12-08 | Downgrade cc | clubby789 | -2/+2 |
| 2024-12-08 | Rollup merge of #134013 - BLANKatGITHUB:intrinsic, r=saethlin | Matthias Krüger | -28/+38 |
| 2024-12-08 | Adds new intrinsic declaration | aaishwarymishra@gmail.com | -28/+38 |
| 2024-12-08 | Rollup merge of #133987 - Will-Low:DefineTlsAcronym, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2024-12-08 | docs: better examples for `std::ops::ControlFlow` | Prajwal S N | -8/+8 |
| 2024-12-07 | Const-stabilize `str::is_char_boundary` and `str::split_at(_mut)(_checked)`. | Zachary S | -5/+5 |
| 2024-12-07 | Auto merge of #133978 - matthiaskrgr:rollup-6gh1iho, r=matthiaskrgr | bors | -124/+156 |
| 2024-12-06 | Define acronym for thread local storage | Will-Low | -1/+1 |
| 2024-12-06 | Auto merge of #118159 - EliasHolzmann:formatting_options, r=m-ou-se | bors | -85/+366 |
| 2024-12-06 | Rollup merge of #132187 - shahn:extend_more_tuples, r=dtolnay | Matthias Krüger | -110/+142 |
| 2024-12-06 | Rollup merge of #130254 - GrigorenkoPV:QuotaExceeded, r=dtolnay | Matthias Krüger | -13/+13 |
| 2024-12-06 | Rollup merge of #130209 - GrigorenkoPV:CrossesDevices, r=dtolnay | Matthias Krüger | -1/+1 |
| 2024-12-06 | Auto merge of #133089 - eholk:stabilize-noop-waker, r=dtolnay | bors | -10/+5 |
| 2024-12-06 | core: implement `bool::select_unpredictable` | joboet | -1/+47 |
| 2024-12-06 | Rollup merge of #133790 - HypheX:improve-vec-docs, r=harudagondi,workingjubilee | Matthias Krüger | -11/+14 |
| 2024-12-05 | Rollup merge of #133821 - Kobzol:replace-black-with-ruff, r=onur-ozkan | Guillaume Gomez | -19/+34 |
| 2024-12-05 | Stabilize noop_waker | Eric Holk | -10/+5 |
| 2024-12-05 | Access members of `FormattingOptions` directly instead of via getters/setters | Elias Holzmann | -41/+39 |
| 2024-12-05 | Removed constness for methods receiving a `&mut` parameter | Elias Holzmann | -11/+11 |
| 2024-12-05 | Added better reason for exposing `flags` and `get_flags` as unstable | Elias Holzmann | -2/+10 |
| 2024-12-05 | Formatted | Elias Holzmann | -12/+10 |
| 2024-12-05 | Refactored FormattingOptions to use a bitmask for storing flags | Elias Holzmann | -54/+52 |
| 2024-12-05 | Revert "Turned public+unstable+hidden functions into private functions" | Elias Holzmann | -2/+6 |
| 2024-12-05 | Turned public+unstable+hidden functions into private functions | Elias Holzmann | -6/+2 |
| 2024-12-05 | Made all fns const | Elias Holzmann | -22/+22 |
| 2024-12-05 | impl Default for fmt::FormattingOptions | Elias Holzmann | -1/+1 |
| 2024-12-05 | Fixed copy+paste error in comment | Elias Holzmann | -1/+1 |
| 2024-12-05 | fmt::FormattingOptions: Renamed `alignment` to `align` | Elias Holzmann | -13/+13 |
| 2024-12-05 | Formatter::with_options: Use different lifetimes | Elias Holzmann | -1/+1 |
| 2024-12-05 | Fixed another broken test | Elias Holzmann | -2/+2 |
| 2024-12-05 | Added struct `fmt::FormattingOptions` | Elias Holzmann | -70/+349 |
| 2024-12-05 | Formatter: Access members via getter methods wherever possible | Elias Holzmann | -16/+16 |
| 2024-12-05 | Improve documentation | Xelph | -11/+14 |
| 2024-12-05 | Add libc funcitons only for wasm32-wasip1-threads. | Sebastian Urban | -1/+1 |
| 2024-12-05 | Fix compilation for wasm32-wasip1 (without threads). | Sebastian Urban | -2/+4 |
| 2024-12-05 | Rollup merge of #133882 - jyn514:doc-backtraces, r=saethlin | Jacob Pratt | -14/+12 |
| 2024-12-05 | Rollup merge of #133844 - RalfJung:simd_relaxed_fma-nondet, r=workingjubilee | Jacob Pratt | -1/+2 |