| Age | Commit message (Expand) | Author | Lines |
| 2022-05-12 | Fill-in tracking issues for features pointer_byte_offsets, const_pointer_byte... | Maybe Waffle | -32/+32 |
| 2022-05-12 | Optimize `ptr.is_aligned_to()` | Maybe Waffle | -0/+6 |
| 2022-05-12 | Implement `ptr.is_aligned()` in terms of `.is_aligned_to()` | Maybe Waffle | -2/+2 |
| 2022-05-12 | Lift the `Sized` requirement from convenience ptr fns | Maybe Waffle | -78/+89 |
| 2022-05-12 | Add convenience functions to pointers | Maybe Waffle | -2/+320 |
| 2022-05-12 | Auto merge of #96889 - Aaron1011:place-ref-remove, r=compiler-errors | bors | -5/+15 |
| 2022-05-12 | Auto merge of #95837 - scottmcm:ptr-offset-from-unsigned, r=oli-obk | bors | -28/+307 |
| 2022-05-11 | Apply CR suggestions; add real tracking issue | Scott McMurray | -10/+14 |
| 2022-05-11 | Add a debug check for ordering, and check for isize overflow in CTFE | Scott McMurray | -3/+14 |
| 2022-05-11 | Rename `unsigned_offset_from` to `sub_ptr` | Scott McMurray | -22/+46 |
| 2022-05-11 | Add `unsigned_offset_from` on pointers | Scott McMurray | -25/+265 |
| 2022-05-12 | Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkov | bors | -77/+399 |
| 2022-05-11 | Auto merge of #96806 - cjgillot:codegen-fulfill-nice, r=oli-obk | bors | -88/+108 |
| 2022-05-11 | Remove `PartialOrd`/`Ord` impl for `PlaceRef` | Aaron Hill | -5/+15 |
| 2022-05-11 | Auto merge of #96220 - RalfJung:scalar-no-padding, r=oli-obk | bors | -53/+53 |
| 2022-05-11 | Bless clippy. | Camille GILLOT | -1/+9 |
| 2022-05-11 | Auto merge of #96942 - Dylan-DPC:rollup-p8bcly2, r=Dylan-DPC | bors | -10/+25 |
| 2022-05-11 | Rollup merge of #96936 - lnicola:rust-analyzer-2022-05-11, r=lnicola | Dylan DPC | -7/+7 |
| 2022-05-11 | Rollup merge of #96898 - RalfJung:interpret-pop-debug, r=oli-obk | Dylan DPC | -0/+13 |
| 2022-05-11 | Rollup merge of #95281 - pierwill:fix-85513, r=Dylan-DPC | Dylan DPC | -3/+3 |
| 2022-05-11 | Rollup merge of #91518 - luojia65:rustdoc-riscv-arch, r=GuillaumeGomez | Dylan DPC | -0/+2 |
| 2022-05-11 | avoid computing Scalar size/align in debug builds | Ralf Jung | -3/+3 |
| 2022-05-11 | Auto merge of #96924 - petrochenkov:nonon, r=nnethercote | bors | -500/+593 |
| 2022-05-11 | ast: Introduce some traits to get AST node properties generically | Vadim Petrochenkov | -500/+593 |
| 2022-05-11 | :arrow_up: rust-analyzer | Laurențiu Nicola | -7/+7 |
| 2022-05-11 | Auto merge of #96933 - ehuss:update-books, r=ehuss | bors | -0/+0 |
| 2022-05-11 | rustc_log: add env var to set verbose entry/exit behavior | Ralf Jung | -0/+13 |
| 2022-05-11 | Auto merge of #96931 - JohnTitor:rollup-3um8o4j, r=JohnTitor | bors | -58/+92 |
| 2022-05-11 | Gracefully fail to resolve associated items instead of `delay_span_bug`. | Camille GILLOT | -87/+99 |
| 2022-05-10 | Update books | Eric Huss | -0/+0 |
| 2022-05-11 | Rollup merge of #96925 - c410-f3r:z-errors, r=JohnTitor | Yuki Okushi | -0/+10 |
| 2022-05-11 | Rollup merge of #96916 - matthiaskrgr:simpl_count, r=compiler-errors | Yuki Okushi | -1/+1 |
| 2022-05-11 | Rollup merge of #96903 - oli-obk:opaque_type_lifetime_constraints, r=compiler... | Yuki Okushi | -1/+18 |
| 2022-05-11 | Rollup merge of #96900 - GuillaumeGomez:fix-js-error, r=notriddle | Yuki Okushi | -5/+2 |
| 2022-05-11 | Rollup merge of #96896 - JohnTitor:issue-68408, r=compiler-errors | Yuki Okushi | -0/+22 |
| 2022-05-11 | Rollup merge of #96887 - notriddle:notriddle/as-raw-fd, r=jsha | Yuki Okushi | -8/+37 |
| 2022-05-11 | Rollup merge of #96543 - nnethercote:rm-make_token_stream-hacks, r=Aaron1011 | Yuki Okushi | -43/+2 |
| 2022-05-11 | Auto merge of #96888 - Aaron1011:fake-borrow-no-sort, r=petrochenkov | bors | -15/+13 |
| 2022-05-11 | Auto merge of #96375 - jyn514:bootstrap-submodules, r=Mark-Simulacrum | bors | -0/+12 |
| 2022-05-11 | Remove some unnecessary invisible delimiter checks. | Nicholas Nethercote | -5/+2 |
| 2022-05-10 | Ignore order | Michael Howell | -1/+1 |
| 2022-05-10 | Fix running bootstrap tests on a fresh clone | Joshua Nelson | -0/+12 |
| 2022-05-10 | Fix issue #95151 | Caio | -0/+10 |
| 2022-05-10 | Auto merge of #96232 - sunfishcode:sunfishcode/io-safety-const-fns, r=joshtri... | bors | -5/+5 |
| 2022-05-10 | simplify length count | Matthias Krüger | -1/+1 |
| 2022-05-10 | Auto merge of #96905 - jyn514:revert-96803-faster-assemble, r=Mark-Simulacrum | bors | -3/+9 |
| 2022-05-10 | Also allow unused macro rules in stdarch | est31 | -0/+0 |
| 2022-05-10 | rustdoc: clean up method path index | Michael Howell | -9/+23 |
| 2022-05-10 | Revert "Make "Assemble stage1 compiler" orders of magnitude faster" | Joshua Nelson | -3/+9 |
| 2022-05-10 | Auto merge of #96904 - JohnTitor:rollup-f1sz5x0, r=JohnTitor | bors | -126/+368 |