| Age | Commit message (Expand) | Author | Lines |
| 2022-11-19 | Auto merge of #102795 - lukas-code:constify-is-aligned-via-align-offset, r=ol... | bors | -39/+786 |
| 2022-11-19 | update provenance test | Lukas Markeffsky | -2/+46 |
| 2022-11-19 | Update comment on pointer-to-usize transmute | Lukas | -3/+4 |
| 2022-11-19 | Revert "don't call `align_offset` during const eval, ever" | Lukas Markeffsky | -2/+5 |
| 2022-11-19 | fix const `align_offset` implementation | Lukas Markeffsky | -41/+63 |
| 2022-11-19 | docs cleanup | Lukas Markeffsky | -72/+140 |
| 2022-11-19 | always use `align_offset` in `is_aligned_to` + add assembly test | Lukas Markeffsky | -26/+12 |
| 2022-11-19 | Schrödinger's pointer | Lukas Markeffsky | -0/+84 |
| 2022-11-19 | address more review comments | Lukas Markeffsky | -56/+52 |
| 2022-11-19 | document `is_aligned{,_to}` | Lukas Markeffsky | -8/+268 |
| 2022-11-19 | don't call `align_offset` during const eval, ever | Lukas Markeffsky | -7/+2 |
| 2022-11-19 | mark `align_offset` as `#[must_use]` | Lukas Markeffsky | -0/+2 |
| 2022-11-19 | add coretests for `is_aligned` | Lukas Markeffsky | -0/+50 |
| 2022-11-19 | constify `pointer::is_aligned{,_to}` | Lukas Markeffsky | -12/+39 |
| 2022-11-19 | add coretests for const `align_offset` | Lukas Markeffsky | -0/+166 |
| 2022-11-19 | Auto merge of #104607 - matthiaskrgr:rollup-9s589me, r=matthiaskrgr | bors | -1/+2 |
| 2022-11-19 | make const `align_offset` useful | Lukas Markeffsky | -5/+46 |
| 2022-11-19 | constify `exact_div` intrinsic | Lukas Markeffsky | -0/+2 |
| 2022-11-19 | Rollup merge of #103989 - arlosi:arm32-panic, r=Amanieu | Matthias Krüger | -1/+2 |
| 2022-11-19 | Auto merge of #104571 - clubby789:remove-vec-rc-opt, r=the8472 | bors | -137/+12 |
| 2022-11-19 | Rollup merge of #104553 - mwillsey:asinh-acosh-accuracy, r=thomcc | Dylan DPC | -4/+32 |
| 2022-11-19 | Rollup merge of #104528 - WaffleLapkin:lazy_lock_docfix, r=matklad | Dylan DPC | -5/+19 |
| 2022-11-18 | Hide the items while waiting for the ACP | Scott McMurray | -10/+4 |
| 2022-11-18 | Auto merge of #104591 - Manishearth:rollup-b3ser4e, r=Manishearth | bors | -87/+96 |
| 2022-11-18 | Rollup merge of #104338 - compiler-errors:pointer-sized, r=eholk | Manish Goregaokar | -0/+9 |
| 2022-11-18 | Rollup merge of #103701 - WaffleLapkin:__points-at-implementation__--this-can... | Manish Goregaokar | -45/+21 |
| 2022-11-18 | Rollup merge of #103456 - scottmcm:fix-unchecked-shifts, r=scottmcm | Manish Goregaokar | -12/+22 |
| 2022-11-18 | Rollup merge of #103378 - nagisa:fix-infinite-offset, r=scottmcm | Manish Goregaokar | -26/+40 |
| 2022-11-18 | Rollup merge of #102977 - lukas-code:is-sorted-hrtb, r=m-ou-se | Manish Goregaokar | -4/+4 |
| 2022-11-18 | Change undefined-behavior doctests from ignore to no_run. | Zachary S | -4/+4 |
| 2022-11-18 | Apply suggestions from code review
| zachs18 | -2/+2 |
| 2022-11-18 | Add examples to show when `{Arc,Rc}::get_mut_unchecked` is disallowed. | Zachary S | -0/+64 |
| 2022-11-18 | Clarify and restrict when `{Arc,Rc}::get_mut_unchecked` is allowed. | Zachary S | -8/+10 |
| 2022-11-18 | Enforce that dyn* casts are actually pointer-sized | Michael Goulet | -0/+9 |
| 2022-11-18 | Rollup merge of #103594 - maniwani:fix-issue-91417, r=thomcc | Matthias Krüger | -9/+24 |
| 2022-11-18 | Remove Vec/Rc storage reuse opt | clubby789 | -137/+12 |
| 2022-11-18 | clarify that realloc refreshes pointer provenance even when the allocation re... | Ralf Jung | -7/+11 |
| 2022-11-18 | Handle the case that even the filename array is unaligned. | Thom Chiovoloni | -5/+14 |
| 2022-11-18 | Rm diagnostic item, use lang item | Deadbeef | -2/+1 |
| 2022-11-17 | Don't assume `FILE_ID_BOTH_DIR_INFO` will be aligned | Thom Chiovoloni | -5/+9 |
| 2022-11-17 | Improve accuracy of asinh and acosh | Max Willsey | -4/+32 |
| 2022-11-17 | Readd the matches_macro diag item | Philipp Krones | -0/+1 |
| 2022-11-17 | Auto merge of #104219 - bryangarza:async-track-caller-dup, r=eholk | bors | -0/+1 |
| 2022-11-17 | Minimal implementation of implicit deref patterns | Deadbeef | -0/+1 |
| 2022-11-17 | Properly link `{Once,Lazy}{Cell,Lock}` in docs | Maybe Waffle | -5/+19 |
| 2022-11-17 | Auto merge of #104205 - clubby789:grow-rc, r=thomcc | bors | -38/+161 |
| 2022-11-17 | Auto merge of #103779 - the8472:simd-str-contains, r=thomcc | bors | -12/+311 |
| 2022-11-16 | available_parallelism: Handle 0 cfs_period_us | Adam Casey | -2/+2 |
| 2022-11-16 | Auto merge of #104481 - matthiaskrgr:rollup-hf8rev0, r=matthiaskrgr | bors | -4/+5 |
| 2022-11-16 | Rollup merge of #104401 - RalfJung:mpsc-leak, r=Amanieu | Matthias Krüger | -2/+3 |