about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-12-10stabilize const_nonnull_newRalf Jung-4/+1
2024-12-10Rollup merge of #133472 - rust-wasi-web:master, r=joboetLeón Orell Valerian Liehr-1/+24
2024-12-10Rollup merge of #133456 - clubby789:cargo-update, r=ChrisDentonLeón Orell Valerian Liehr-4/+4
2024-12-10Rollup merge of #133184 - osiewicz:wasm-fix-infinite-loop-in-remove-dir-all, ...León Orell Valerian Liehr-70/+105
2024-12-09Remove rustc_const_stable attribute on const NOOPEric Holk-1/+0
2024-12-09Rollup merge of #134032 - snprajwal:fix-docs, r=joboetLeón Orell Valerian Liehr-8/+8
2024-12-09core: use public method instead of instrinsicjoboet-2/+2
2024-12-09core: improve commentsJonas Böttiger-3/+5
2024-12-09Auto merge of #134052 - matthiaskrgr:rollup-puxwqrk, r=matthiaskrgrbors-0/+8
2024-12-09Fix incorrect documentation for _mm_loadu_si64 functionaaishwarymishra@gmail.com-1/+1
2024-12-09Rollup merge of #133880 - ChrisDenton:homedir, r=Mark-SimulacrumMatthias Krüger-0/+7
2024-12-09Rollup merge of #133789 - rossmacarthur:then-with-doc-alias, r=Mark-SimulacrumMatthias Krüger-0/+1
2024-12-08Switch inline(always) in core/src/fmt/rt.rs to plain inlineBen Kimock-17/+17
2024-12-08Downgrade ccclubby789-2/+2
2024-12-08Rollup merge of #134013 - BLANKatGITHUB:intrinsic, r=saethlinMatthias Krüger-28/+38
2024-12-08Adds new intrinsic declarationaaishwarymishra@gmail.com-28/+38
2024-12-08Rollup merge of #133987 - Will-Low:DefineTlsAcronym, r=workingjubileeMatthias Krüger-1/+1
2024-12-08docs: better examples for `std::ops::ControlFlow`Prajwal S N-8/+8
2024-12-07Const-stabilize `str::is_char_boundary` and `str::split_at(_mut)(_checked)`.Zachary S-5/+5
2024-12-07Auto merge of #133978 - matthiaskrgr:rollup-6gh1iho, r=matthiaskrgrbors-124/+156
2024-12-06Define acronym for thread local storageWill-Low-1/+1
2024-12-06Auto merge of #118159 - EliasHolzmann:formatting_options, r=m-ou-sebors-85/+366
2024-12-06Rollup merge of #132187 - shahn:extend_more_tuples, r=dtolnayMatthias Krüger-110/+142
2024-12-06Rollup merge of #130254 - GrigorenkoPV:QuotaExceeded, r=dtolnayMatthias Krüger-13/+13
2024-12-06Rollup merge of #130209 - GrigorenkoPV:CrossesDevices, r=dtolnayMatthias Krüger-1/+1
2024-12-06Auto merge of #133089 - eholk:stabilize-noop-waker, r=dtolnaybors-10/+5
2024-12-06core: implement `bool::select_unpredictable`joboet-1/+47
2024-12-06Rollup merge of #133790 - HypheX:improve-vec-docs, r=harudagondi,workingjubileeMatthias Krüger-11/+14
2024-12-05Rollup merge of #133821 - Kobzol:replace-black-with-ruff, r=onur-ozkanGuillaume Gomez-19/+34
2024-12-05Stabilize noop_wakerEric Holk-10/+5
2024-12-05Access members of `FormattingOptions` directly instead of via getters/settersElias Holzmann-41/+39
2024-12-05Removed constness for methods receiving a `&mut` parameterElias Holzmann-11/+11
2024-12-05Added better reason for exposing `flags` and `get_flags` as unstableElias Holzmann-2/+10
2024-12-05FormattedElias Holzmann-12/+10
2024-12-05Refactored FormattingOptions to use a bitmask for storing flagsElias Holzmann-54/+52
2024-12-05Revert "Turned public+unstable+hidden functions into private functions"Elias Holzmann-2/+6
2024-12-05Turned public+unstable+hidden functions into private functionsElias Holzmann-6/+2
2024-12-05Made all fns constElias Holzmann-22/+22
2024-12-05impl Default for fmt::FormattingOptionsElias Holzmann-1/+1
2024-12-05Fixed copy+paste error in commentElias Holzmann-1/+1
2024-12-05fmt::FormattingOptions: Renamed `alignment` to `align`Elias Holzmann-13/+13
2024-12-05Formatter::with_options: Use different lifetimesElias Holzmann-1/+1
2024-12-05Fixed another broken testElias Holzmann-2/+2
2024-12-05Added struct `fmt::FormattingOptions`Elias Holzmann-70/+349
2024-12-05Formatter: Access members via getter methods wherever possibleElias Holzmann-16/+16
2024-12-05Improve documentationXelph-11/+14
2024-12-05Add libc funcitons only for wasm32-wasip1-threads.Sebastian Urban-1/+1
2024-12-05Fix compilation for wasm32-wasip1 (without threads).Sebastian Urban-2/+4
2024-12-05Rollup merge of #133882 - jyn514:doc-backtraces, r=saethlinJacob Pratt-14/+12
2024-12-05Rollup merge of #133844 - RalfJung:simd_relaxed_fma-nondet, r=workingjubileeJacob Pratt-1/+2