about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-11-08Mark feature with missing corresponding target feature cfgs as suchUrgau-0/+27
2024-11-08Add ability to declare a feature without cfg checkingUrgau-1/+5
2024-11-07Initialize channel `Block`s directly on the heapJosh Stone-4/+4
2024-11-07core: move intrinsics.rs into intrinsics folderRalf Jung-0/+0
2024-11-07Auto merge of #132714 - mati865:update-memchr, r=tgross35bors-7/+2
2024-11-07Rollup merge of #132715 - tabokie:fix-lazy-lock-doc, r=NoratriebJonas Böttiger-2/+2
2024-11-07Rollup merge of #132665 - tyilo:nonzero-u-div-ceil, r=joboetJonas Böttiger-0/+29
2024-11-07Separate f128 `%` operation to deal with missing `fmodl` symbolRaoul Strackx-2/+20
2024-11-07Auto merge of #132705 - kornelski:inline-repeat, r=tgross35bors-0/+1
2024-11-07fix lazylock commentXinye-2/+2
2024-11-07Auto merge of #131888 - ChrisDenton:deopt, r=ibraheemdevbors-57/+12
2024-11-07unpin and update memchrMateusz Mikuła-7/+2
2024-11-06optimize char::to_digit and assert radix is at least 2Jacob Lifshay-13/+31
2024-11-07ci: fix matrix usageDavid Wood-97/+105
2024-11-07ci: add debug testingDavid Wood-14/+19
2024-11-06Inline str::repeatKornel-0/+1
2024-11-07Rollup merge of #132617 - uellenberg:fix-rendered-doc, r=cuviperGuillaume Gomez-6/+4
2024-11-06Auto merge of #131721 - okaneco:const_eq_ignore_ascii_case, r=m-ou-sebors-3/+25
2024-11-06Add `is_ascii` function optimized for x86-64 for [u8]okaneco-21/+69
2024-11-06Auto merge of #132500 - RalfJung:char-is-whitespace-const, r=jhprattbors-3/+4
2024-11-05Add new implementation benchmarkokaneco-3/+42
2024-11-05Add new unstable feature `const_eq_ignore_ascii_case`okaneco-3/+25
2024-11-06Auto merge of #132664 - matthiaskrgr:rollup-i27nr7i, r=matthiaskrgrbors-2/+3
2024-11-05Change some code blocks to quotes in rendered std docuellenberg-6/+4
2024-11-05Rollup merge of #131261 - clarfonthey:unsafe-cell-from-mut, r=m-ou-seMatthias Krüger-2/+3
2024-11-05Auto merge of #132661 - matthiaskrgr:rollup-npytbl6, r=matthiaskrgrbors-456/+478
2024-11-05Implement div_ceil for NonZero<unsigned>Asger Hautop Drewsen-0/+29
2024-11-05Rollup merge of #132571 - RalfJung:const_eval_select_macro, r=oli-obkMatthias Krüger-456/+478
2024-11-05Rollup merge of #132473 - ZhekaS:core_fmt_radix_no_panic, r=joboetJubilee-1/+4
2024-11-05Rollup merge of #132153 - bjoernager:const-char-encode-utf16, r=dtolnayJubilee-3/+5
2024-11-05Disable `f16` on platforms that have recursion problemsTrevor Gross-20/+35
2024-11-05add const_eval_select macro to reduce redundancyRalf Jung-456/+478
2024-11-04Rollup merge of #132609 - NotWearingPants:patch-1, r=AmanieuJubilee-1/+1
2024-11-04Rollup merge of #132606 - eduardosm:char-slice-str-pattern-doc, r=tgross35Jubilee-2/+2
2024-11-04most const intrinsics don't need an explicit rustc_const_unstable any moreRalf Jung-43/+35
2024-11-04add new rustc_const_stable_intrinsic attribute for const-stable intrinsicsRalf Jung-57/+57
2024-11-04convert all const-callable intrinsics into the new form (without extern block)Ralf Jung-968/+1110
2024-11-04docs: fix grammar in doc comment at unix/process.rsNotWearingPants-1/+1
2024-11-04Improve example of `impl Pattern for &[char]`Eduardo Sánchez Muñoz-2/+2
2024-11-04Add AsyncFn* to to the prelude in all editionsMichael Goulet-0/+3
2024-11-04Fixed typo, rebasedEugene Shamis-1/+1
2024-11-04Updated SAFETY comment to address underflowEugene Shamis-2/+3
2024-11-04Replace checked slice indexing by unchecked to support panic-free codeEugene Shamis-1/+3
2024-11-04Rollup merge of #132579 - RalfJung:rustc-std-workspace-crates, r=AmanieuMatthias Krüger-0/+3
2024-11-04btree: don't leak value if destructor of key panicsLukas Markeffsky-2/+64
2024-11-04Stabilise 'const_char_encode_utf16';Gabriel Bjørnager Jensen-3/+5
2024-11-04Auto merge of #132586 - workingjubilee:rollup-qrmn49a, r=workingjubileebors-931/+177
2024-11-04update rustc-std-workspace cratesRalf Jung-0/+3
2024-11-03Rollup merge of #132423 - RalfJung:const-eval-align-offset, r=dtolnayJubilee-931/+177
2024-11-04Auto merge of #132434 - tgross35:f128-tests, r=workingjubileebors-11/+16