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