about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2022-11-19Auto merge of #102795 - lukas-code:constify-is-aligned-via-align-offset, r=ol...bors-39/+786
2022-11-19update provenance testLukas Markeffsky-2/+46
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-19fix const `align_offset` implementationLukas Markeffsky-41/+63
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-19add coretests for `is_aligned`Lukas Markeffsky-0/+50
2022-11-19constify `pointer::is_aligned{,_to}`Lukas Markeffsky-12/+39
2022-11-19add coretests for const `align_offset`Lukas Markeffsky-0/+166
2022-11-19Auto merge of #104607 - matthiaskrgr:rollup-9s589me, r=matthiaskrgrbors-1/+2
2022-11-19make const `align_offset` usefulLukas Markeffsky-5/+46
2022-11-19constify `exact_div` intrinsicLukas Markeffsky-0/+2
2022-11-19Rollup merge of #103989 - arlosi:arm32-panic, r=AmanieuMatthias Krüger-1/+2
2022-11-19Auto merge of #104571 - clubby789:remove-vec-rc-opt, r=the8472bors-137/+12
2022-11-19Rollup merge of #104553 - mwillsey:asinh-acosh-accuracy, r=thomccDylan DPC-4/+32
2022-11-19Rollup merge of #104528 - WaffleLapkin:lazy_lock_docfix, r=matkladDylan DPC-5/+19
2022-11-18Hide the items while waiting for the ACPScott McMurray-10/+4
2022-11-18Auto merge of #104591 - Manishearth:rollup-b3ser4e, r=Manishearthbors-87/+96
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/+40
2022-11-18Rollup merge of #102977 - lukas-code:is-sorted-hrtb, r=m-ou-seManish Goregaokar-4/+4
2022-11-18Change undefined-behavior doctests from ignore to no_run.Zachary S-4/+4
2022-11-18Apply suggestions from code review zachs18-2/+2
2022-11-18Add examples to show when `{Arc,Rc}::get_mut_unchecked` is disallowed.Zachary S-0/+64
2022-11-18Clarify and restrict when `{Arc,Rc}::get_mut_unchecked` is allowed.Zachary S-8/+10
2022-11-18Enforce that dyn* casts are actually pointer-sizedMichael Goulet-0/+9
2022-11-18Rollup merge of #103594 - maniwani:fix-issue-91417, r=thomccMatthias Krüger-9/+24
2022-11-18Remove Vec/Rc storage reuse optclubby789-137/+12
2022-11-18clarify that realloc refreshes pointer provenance even when the allocation re...Ralf Jung-7/+11
2022-11-18Handle the case that even the filename array is unaligned.Thom Chiovoloni-5/+14
2022-11-18Rm diagnostic item, use lang itemDeadbeef-2/+1
2022-11-17Don't assume `FILE_ID_BOTH_DIR_INFO` will be alignedThom Chiovoloni-5/+9
2022-11-17Improve accuracy of asinh and acoshMax Willsey-4/+32
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-17Minimal implementation of implicit deref patternsDeadbeef-0/+1
2022-11-17Properly link `{Once,Lazy}{Cell,Lock}` in docsMaybe Waffle-5/+19
2022-11-17Auto merge of #104205 - clubby789:grow-rc, r=thomccbors-38/+161
2022-11-17Auto merge of #103779 - the8472:simd-str-contains, r=thomccbors-12/+311
2022-11-16available_parallelism: Handle 0 cfs_period_usAdam Casey-2/+2
2022-11-16Auto merge of #104481 - matthiaskrgr:rollup-hf8rev0, r=matthiaskrgrbors-4/+5
2022-11-16Rollup merge of #104401 - RalfJung:mpsc-leak, r=AmanieuMatthias Krüger-2/+3