summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2025-01-02docs: inline `core::ffi::c_str` types to `core::ffi`Michael Howell-2/+2
2025-01-02Document CTFE behavior of methods that call is_nullTim (Theemathas) Chirananthavat-0/+69
2025-01-02Correctly document is_null CTFE behavior.Tim (Theemathas) Chirananthavat-16/+22
2024-11-25replace placeholder versionBoxy-77/+77
2024-11-22Auto merge of #130867 - michirakara:steps_between, r=dtolnaybors-62/+66
2024-11-22Auto merge of #129238 - umgefahren:stabilize-ipv6-unique-local, r=dtolnaybors-6/+4
2024-11-21distinguish overflow and unimplemented in Step::steps_betweenmichirakara-62/+66
2024-11-20Rollup merge of #133226 - compiler-errors:opt-in-pointer-like, r=lcnrMatthias Krüger-0/+12
2024-11-20Make PointerLike opt-in as a traitMichael Goulet-0/+12
2024-11-20Stabilize const_pin_2George Bateman-3/+4
2024-11-20Rollup merge of #132732 - gavincrawford:as_ptr_attribute, r=UrgauJacob Pratt-0/+12
2024-11-19Correct comments concerning updated dangling pointer lintgavincrawford-1/+1
2024-11-18const_panic: inline in bootstrap builds to avoid f16/f128 crashesRalf Jung-1/+1
2024-11-18rename rustc_const_stable_intrinsic -> rustc_intrinsic_const_stable_indirectRalf Jung-48/+48
2024-11-17Auto merge of #120370 - x17jiri:likely_unlikely_fix, r=saethlinbors-8/+40
2024-11-17Likely unlikely fixJiri Bobek-8/+40
2024-11-17Rollup merge of #133116 - RalfJung:const-null-ptr, r=dtolnay许杰友 Jieyou Xu (Joe)-33/+36
2024-11-16clean up const stability around UB checksRalf Jung-24/+26
2024-11-16stabilize const_ptr_is_nullRalf Jung-10/+11
2024-11-16Rollup merge of #132449 - RalfJung:is_val_statically_known, r=compiler-errorsMatthias Krüger-9/+5
2024-11-16Rollup merge of #131717 - tgross35:stabilize-const_atomic_from_ptr, r=RalfJungMatthias Krüger-3/+3
2024-11-14Rollup merge of #133050 - tgross35:inline-f16-f128, r=saethlinJubilee-6/+4
2024-11-14Rollup merge of #133048 - cyrgani:ptr-doc-update, r=AmanieuJubilee-8/+6
2024-11-14Rollup merge of #133019 - sorairolake:add-missing-period-and-colon, r=tgross35Jubilee-17/+17
2024-11-14Pass `f16` and `f128` by value in `const_assert!`Trevor Gross-6/+4
2024-11-14use `&raw` in `{read, write}_unaligned` documentationcyrgani-8/+6
2024-11-14Auto merge of #132709 - programmerjake:optimize-charto_digit, r=joshtriplettbors-13/+31
2024-11-14Auto merge of #133026 - workingjubilee:rollup-q8ig6ah, r=workingjubileebors-871/+1669
2024-11-13Rollup merge of #133008 - onur-ozkan:update-outdated-comment, r=jieyouxuJubilee-1/+1
2024-11-13Rollup merge of #133003 - zachs18:clonetouninit-dyn-compat-u8, r=dtolnayJubilee-14/+15
2024-11-13Rollup merge of #132907 - BLANKatGITHUB:intrinsic, r=saethlinJubilee-805/+1279
2024-11-13Rollup merge of #131304 - RalfJung:float-core, r=tgross35Jubilee-51/+374
2024-11-14Auto merge of #122770 - iximeow:ixi/int-formatting-optimization, r=workingjub...bors-4/+4
2024-11-14docs: Fix missing colon in methods for primitive typesShun Sakai-10/+10
2024-11-14docs: Fix missing period in methods for integer typesShun Sakai-7/+7
2024-11-14Auto merge of #133006 - matthiaskrgr:rollup-dz6oiq5, r=matthiaskrgrbors-0/+103
2024-11-13update outdated comment about test-float-parseonur-ozkan-1/+1
2024-11-13Rollup merge of #126046 - davidzeng0:mixed_integer_ops_unsigned_sub, r=AmanieuMatthias Krüger-0/+103
2024-11-13Auto merge of #132662 - RalfJung:const-panic-inlining, r=tgross35bors-10/+34
2024-11-13const_panic: don't wrap it in a separate functionRalf Jung-10/+34
2024-11-13Auto merge of #132883 - LaihoE:vectorized_is_sorted, r=thomccbors-1/+17
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