about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
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-112/+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
2025-04-04make `Arguments::as_statically_known_str` doc(hidden)mejrs-0/+1
2025-04-04Optimize setting the slice to empty in slice IterKornel-9/+9
2025-04-04Optimize slice Windows::nthKornel-7/+9
2025-04-04Optimize slice Iter::nthKornel-10/+8
2025-04-03Stabilize the `cell_update` featureTrevor Gross-3/+1
2025-04-03Auto merge of #139301 - matthiaskrgr:rollup-sa6ali8, r=matthiaskrgrbors-71/+38
2025-04-03std: clarify RefCell::get_mut more clearlyxizheyin-1/+5
2025-04-03Auto merge of #137738 - Daniel-Aaron-Bloom:const_slice_make_iter, r=dtolnaybors-36/+57
2025-04-03Rollup merge of #139273 - tgross35:cell-update-changes, r=jhprattMatthias Krüger-11/+4
2025-04-03Rollup merge of #139145 - okaneco:safe_splits, r=AmanieuMatthias Krüger-60/+34
2025-04-02Apply requested API changes to `cell_update`Trevor Gross-11/+4
2025-04-02Make slice iterator constructors unstably constDaniel Bloom-36/+57
2025-03-31Refactor `diy_float`Tobias Decking-47/+15
2025-03-31Rollup merge of #139157 - mejrs:never, r=NoratriebMatthias Krüger-5/+3
2025-03-31Auto merge of #139154 - jhpratt:rollup-rv8f915, r=jhprattbors-2/+2
2025-03-31Remove mention of `exhaustive_patterns` from `never` docsmejrs-5/+3
2025-03-30Rollup merge of #139141 - mejrs:on_unimpl, r=NoratriebJacob Pratt-2/+2
2025-03-30Auto merge of #139131 - m-ou-se:format-args-struct-expr, r=Mark-Simulacrumbors-7/+1
2025-03-30slice: Remove some uses of unsafe in first/last chunk methodsokaneco-60/+34
2025-03-30use `diagnostic::on_unimplemented` insteadmejrs-2/+2
2025-03-30Simplify expansion for format_args!().Mara Bos-7/+1
2025-03-29Rollup merge of #137928 - RalfJung:const_cell, r=m-ou-seMatthias Krüger-5/+5