about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2024-11-13Auto merge of #132972 - matthiaskrgr:rollup-456osr7, r=matthiaskrgrbors-12/+11
2024-11-12Rollup merge of #132970 - tyilo:nonzero-u-div-ceil-issue, r=tgross35Matthias Krüger-1/+1
2024-11-12Rollup merge of #132966 - RalfJung:const_option_ext, r=jhprattMatthias Krüger-5/+4
2024-11-12Rollup merge of #132948 - RalfJung:const_unicode_case_lookup, r=NoratriebMatthias Krüger-5/+5
2024-11-12Rollup merge of #132851 - chansuke:update-comment, r=thomccMatthias Krüger-1/+1
2024-11-12Auto merge of #132870 - Noratrieb:inline-int-parsing, r=tgross35bors-0/+3
2024-11-12Add tracking issue number to unsigned_nonzero_div_ceil featureAsger Hautop Drewsen-1/+1
2024-11-12Make `CloneToUninit` dyn-compatibleZachary S-14/+15
2024-11-12stabilize const_option_extRalf Jung-5/+4
2024-11-12stabilize const_unicode_case_lookupRalf Jung-5/+5
2024-11-12Stabilize `Ipv6Addr::is_unique_local` and `Ipv6Addr::is_unicast_link_local`umgefahren-6/+4
2024-11-12adds new declaration to codegenaaishwarymishra@gmail.com-0/+2
2024-11-12Auto merge of #132943 - matthiaskrgr:rollup-164l3ej, r=matthiaskrgrbors-3/+3
2024-11-12Rollup merge of #132914 - rcorre:cell-grammar, r=tgross35Matthias Krüger-2/+2
2024-11-12Rollup merge of #132895 - scottmcm:generalize-nonnull-from-raw-parts, r=ibrah...Matthias Krüger-1/+1
2024-11-12remove no-longer-needed abs_privateRalf Jung-51/+17
2024-11-12Rollup merge of #132847 - RalfJung:addr-dont-expose, r=Mark-SimulacrumMatthias Krüger-4/+4
2024-11-12new intrinsic declarationaaishwarymishra@gmail.com-1228/+1278
2024-11-12new intrinsic declarationaaishwarymishra@gmail.com-108/+530
2024-11-11Rollup merge of #132144 - adetaylor:receiver-trait-itself, r=wesleywiserMatthias Krüger-2/+89
2024-11-11Update dangling pointer testsgavincrawford-0/+1
2024-11-11Tag relevant functions with #[rustc_as_ptr] attributegavincrawford-0/+11
2024-11-11Update grammar in std::cell docs.Ryan Roden-Corrent-2/+2
2024-11-11Auto merge of #127589 - notriddle:notriddle/search-sem-3, r=GuillaumeGomezbors-0/+3
2024-11-11Generalize `NonNull::from_raw_parts` per ACP362Scott McMurray-1/+1
2024-11-11vectorize slice::is_sortedLaiho-1/+17
2024-11-10`#[inline]` integer parsing functionsNoratrieb-0/+3
2024-11-10Update the doc comment of `ASCII_CASE_MASK`chansuke-1/+1
2024-11-10elem_offset / subslice_range: use addr() instead of 'as usize'Ralf Jung-4/+4
2024-11-10Rollup merge of #132136 - RalfJung:target-feature-abi-compat, r=Mark-SimulacrumMatthias Krüger-26/+6
2024-11-09Improve documentation of `element_offset` and related methodswr7-3/+4
2024-11-09Rename `elem_offset` to `element_offset`wr7-4/+4
2024-11-08remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi...Ralf Jung-78/+102
2024-11-08mark is_val_statically_known intrinsic as stably const-callableRalf Jung-9/+5
2024-11-07core: move intrinsics.rs into intrinsics folderRalf Jung-0/+0
2024-11-07Rollup merge of #132665 - tyilo:nonzero-u-div-ceil, r=joboetJonas Böttiger-0/+29
2024-11-06optimize char::to_digit and assert radix is at least 2Jacob Lifshay-13/+31
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-12/+58
2024-11-06Auto merge of #132500 - RalfJung:char-is-whitespace-const, r=jhprattbors-3/+4
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-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-05add const_eval_select macro to reduce redundancyRalf Jung-456/+478
2024-11-04Rollup merge of #132606 - eduardosm:char-slice-str-pattern-doc, r=tgross35Jubilee-2/+2