about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2025-04-12docs: clarify uint exponent for `is_power_of_two`Ricardo Fernández Serrata-1/+1
2025-04-11Auto merge of #139430 - scottmcm:polymorphic-array-into-iter, r=cuviperbors-141/+420
2025-04-11Rollup merge of #137835 - scottmcm:signum, r=compiler-errorsJacob Pratt-8/+7
2025-04-11Update library/core/src/fmt/rt.rsAlice Ryhl-1/+0
2025-04-11Implement Default for raw pointersChris Denton-0/+16
2025-04-10Stabilize `slice_as_chunks` library featureScott McMurray-15/+12
2025-04-11Rollup merge of #139447 - izarma:issue-108131-fix, r=scottmcmStuart Cook-6/+6
2025-04-11Rollup merge of #137447 - folkertdev:simd-extract-insert-dyn, r=scottmcmStuart Cook-3/+36
2025-04-10indirect-const-stabilize the `exact_div` intrinsicScott McMurray-6/+1
2025-04-10Apply suggestions from code reviewCelina G. Val-2/+2
2025-04-10Auto merge of #137412 - scottmcm:redo-swap, r=cuviperbors-48/+88
2025-04-10add `simd_insert_dyn` and `simd_extract_dyn`Folkert de Vries-3/+36
2025-04-10cfi: do not transmute function pointers in formatting codeAlice Ryhl-23/+24
2025-04-10Don't allow flattened format_args in const.Mara Bos-1/+8
2025-04-09PR feedbackScott McMurray-8/+8
2025-04-10Auto merge of #139279 - BoxyUwU:bump-boostrap, r=jieyouxubors-172/+69
2025-04-09Auto merge of #139595 - matthiaskrgr:rollup-kaa8aim, r=matthiaskrgrbors-4/+8
2025-04-09Rollup merge of #139575 - timesince:master, r=wesleywiserMatthias Krüger-1/+1
2025-04-09Rollup merge of #139532 - bjoernager:master, r=tgross35Matthias Krüger-2/+2
2025-04-09Rollup merge of #139164 - xizheyin:issue-139034, r=joboetMatthias Krüger-1/+5
2025-04-09Auto merge of #124810 - lincot:speed-up-string-push-and-string-insert, r=tgro...bors-30/+62
2025-04-09Ensure `swap_nonoverlapping` is really always untypedScott McMurray-48/+88
2025-04-09Rollup merge of #139099 - scottmcm:from_fn_docs, r=AmanieuMatthias Krüger-6/+27
2025-04-09Rollup merge of #138993 - CAD97:cfg_match_semitransparent, r=dtolnayMatthias Krüger-3/+4
2025-04-09update cfgsBoxy-110/+7
2025-04-09replace version placeholderBoxy-62/+62
2025-04-09Remove redundant wordstimesince-1/+1
2025-04-09Speed up `String::push` and `String::insert`lincot-30/+62
2025-04-08Rollup merge of #139526 - smanilov:issue-139505, r=RalfJungMatthias Krüger-3/+3
2025-04-08Fix unreachable expression warningCelina G. Val-7/+19
2025-04-08Update 'u8'-to-and-from-'i8' suggestions;Gabriel Bjørnager Jensen-2/+2
2025-04-08Fix deprecation note for std::intrinsicsStan Manilov-3/+3
2025-04-07Enable contracts for const functionsCelina G. Val-14/+47
2025-04-07update intrinsics/mod.rs comment about const intrinsicsRalf Jung-8/+4
2025-04-07f*::NAN: guarantee that this is a quiet NaNRalf Jung-32/+40
2025-04-07Rollup merge of #139455 - Skgland:remove_rust-intrinsic_ABI, r=oli-obkStuart Cook-0/+1
2025-04-06Auto merge of #138951 - jwnrt:alloc-raw-vec-strict-prov, r=Noratriebbors-1/+15
2025-04-06update docsBennet Bleßmann-0/+1
2025-04-06Rollup merge of #139072 - nickkuk:align_to_uninit_mut, r=Mark-SimulacrumGuillaume Gomez-2/+51
2025-04-06Rollup merge of #138562 - kornelski:nth-panic, r=NoratriebGuillaume Gomez-25/+25
2025-04-06doc changesizarma-6/+6
2025-04-06Rollup merge of #139123 - thaliaarchi:core-alloc-test-paths, r=bjorn3Stuart Cook-2/+2
2025-04-05Polymorphize `array::IntoIter`'s iterator implScott McMurray-141/+420
2025-04-05tidy: Fix paths to coretests and alloctestsThalia Archibald-2/+2
2025-04-05Rollup merge of #136877 - Sky9x:const-inherent-ptr-replace, r=jhprattMatthias Krüger-2/+4
2025-04-05Rollup merge of #138381 - thaliaarchi:bstr-sliceindex, r=joshtriplettMatthias Krüger-273/+291
2025-04-05Rollup merge of #139389 - mejrs:hidden, r=workingjubileeStuart Cook-0/+1
2025-04-05Rollup merge of #138024 - reitermarkus:unicode-panic-optimization, r=ibraheemdevStuart Cook-83/+234
2025-04-05Rollup merge of #136457 - calder:master, r=tgross35Stuart Cook-5/+250
2025-04-04Expose algebraic floating point intrinsicsCalder Coalson-5/+250