about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2022-11-20Rollup merge of #104435 - scottmcm:iter-repeat-n, r=thomccYuki Okushi-0/+201
2022-11-20Rollup merge of #103901 - H4x5:fmt-arguments-as-str-tracking-issue, r=the8472Yuki Okushi-1/+1
2022-11-19Add unstable `type_ascribe` macroNilstrieb-0/+30
2022-11-19Update comment on pointer-to-usize transmuteLukas-3/+4
2022-11-19Revert "don't call `align_offset` during const eval, ever"Lukas Markeffsky-2/+5
2022-11-19docs cleanupLukas Markeffsky-72/+140
2022-11-19always use `align_offset` in `is_aligned_to` + add assembly testLukas Markeffsky-26/+12
2022-11-19Schrödinger's pointerLukas Markeffsky-0/+84
2022-11-19address more review commentsLukas Markeffsky-56/+52
2022-11-19document `is_aligned{,_to}`Lukas Markeffsky-8/+268
2022-11-19don't call `align_offset` during const eval, everLukas Markeffsky-7/+2
2022-11-19mark `align_offset` as `#[must_use]`Lukas Markeffsky-0/+2
2022-11-19constify `pointer::is_aligned{,_to}`Lukas Markeffsky-12/+39
2022-11-19make const `align_offset` usefulLukas Markeffsky-5/+46
2022-11-19constify `exact_div` intrinsicLukas Markeffsky-0/+2
2022-11-19Rollup merge of #104528 - WaffleLapkin:lazy_lock_docfix, r=matkladDylan DPC-2/+12
2022-11-18Hide the items while waiting for the ACPScott McMurray-10/+4
2022-11-18Rollup merge of #104338 - compiler-errors:pointer-sized, r=eholkManish Goregaokar-0/+9
2022-11-18Rollup merge of #103701 - WaffleLapkin:__points-at-implementation__--this-can...Manish Goregaokar-45/+21
2022-11-18Rollup merge of #103456 - scottmcm:fix-unchecked-shifts, r=scottmcmManish Goregaokar-12/+22
2022-11-18Rollup merge of #103378 - nagisa:fix-infinite-offset, r=scottmcmManish Goregaokar-26/+28
2022-11-18Rollup merge of #102977 - lukas-code:is-sorted-hrtb, r=m-ou-seManish Goregaokar-4/+4
2022-11-18Enforce that dyn* casts are actually pointer-sizedMichael Goulet-0/+9
2022-11-18clarify that realloc refreshes pointer provenance even when the allocation re...Ralf Jung-7/+11
2022-11-17Readd the matches_macro diag itemPhilipp Krones-0/+1
2022-11-17Auto merge of #104219 - bryangarza:async-track-caller-dup, r=eholkbors-0/+1
2022-11-17Properly link `{Once,Lazy}{Cell,Lock}` in docsMaybe Waffle-2/+12
2022-11-17Auto merge of #103779 - the8472:simd-str-contains, r=thomccbors-0/+232
2022-11-16Auto merge of #104481 - matthiaskrgr:rollup-hf8rev0, r=matthiaskrgrbors-2/+2
2022-11-16Rollup merge of #103489 - WaffleLapkin:byte_offset_from_you, r=scottmcmMatthias Krüger-2/+2
2022-11-16Auto merge of #102935 - ajtribick:display-float-0.5-fixed-0, r=scottmcmbors-1/+1
2022-11-15Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obkbors-18/+9
2022-11-15- convert from core::arch to core::simdThe 8472-52/+182
2022-11-15Rollup merge of #104339 - compiler-errors:rustc_deny_explicit_impl, r=cjgillotMatthias Krüger-0/+6
2022-11-15`VecDeque::resize` should re-use the buffer in the passed-in elementScott McMurray-0/+207
2022-11-15Auto merge of #104428 - matthiaskrgr:rollup-jo3078i, r=matthiaskrgrbors-40/+6
2022-11-15Rollup merge of #104383 - WaffleLapkin:rustc_undiagnostic_item, r=compiler-er...Matthias Krüger-20/+0
2022-11-15Rollup merge of #104354 - lukas-code:blank-lines-2, r=JohnTitorMatthias Krüger-20/+6
2022-11-14x86_64 SSE2 fast-path for str.contains(&str) and short needlesThe 8472-0/+102
2022-11-14Fix doc example for `wrapping_abs`Tethys Svensson-0/+3
2022-11-14Rollup merge of #104332 - Elarcis:maybe_uninit_doc_fix, r=m-ou-seMatthias Krüger-2/+2
2022-11-14Rollup merge of #102470 - est31:stabilize_const_char_convert, r=joshtriplettMatthias Krüger-9/+8
2022-11-14Add rustc_deny_explicit_implMichael Goulet-0/+6
2022-11-14Auto merge of #103858 - Mark-Simulacrum:bump-bootstrap, r=pietroalbinibors-78/+78
2022-11-13Fix clippy and rustdocMaybe Waffle-0/+1
2022-11-13Remove unused diagnostic itemsMaybe Waffle-21/+0
2022-11-13Rollup merge of #104320 - fee1-dead-contrib:use-derive-const-in-std, r=oli-obkMatthias Krüger-0/+7
2022-11-13Rollup merge of #103996 - SUPERCILEX:docs, r=RalfJungMatthias Krüger-2/+2
2022-11-13remove leading newlines from `NonZero*` doc examplesLukas Markeffsky-20/+6
2022-11-12Auto merge of #103913 - Neutron3529:patch-1, r=thomccbors-5/+9