about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2022-12-21Fix phrasingBen Kimock-28/+28
2022-12-21Clean up implementation, deduplicate in errorsBen Kimock-255/+103
2022-12-21Don't run `Drop` terminators on types that do not have drop glue in const evalJakob Degen-2/+2
2022-12-22Rollup merge of #105986 - eltociear:patch-18, r=RalfJungYuki Okushi-1/+1
2022-12-22Rollup merge of #105602 - RalfJung:read-convenience, r=oli-obkYuki Okushi-54/+54
2022-12-21Bless testsJakob Degen-4/+4
2022-12-21Retag argument to `drop_in_place` unconditionallyJakob Degen-19/+5
2022-12-21Retag as FnEntry on `drop_in_place`Jakob Degen-0/+160
2022-12-21update josh onstructionsRalf Jung-6/+6
2022-12-21Fix typo in reading_half_a_pointer.rsIkko Ashimine-1/+1
2022-12-20Re-enable the VClock ordering testsBen Kimock-6/+5
2022-12-20Fix span managementBen Kimock-53/+42
2022-12-20Rollup merge of #105935 - Ezrashaw:add-test+docs-for-e0377, r=GuillaumeGomezMatthias Krüger-2/+2
2022-12-20docs/test: add UI test and long-form error docs for `E0377`Ezra Shaw-2/+2
2022-12-19Make Clippy test no longer unsoundMichael Goulet-1/+1
2022-12-18Update cargoWeihang Lo-0/+0
2022-12-18Make x use the x and x.ps1 scriptsAlbert Larsan-40/+32
2022-12-17Auto merge of #105849 - matthiaskrgr:rollup-ya4s1n2, r=matthiaskrgrbors-30/+51
2022-12-17Rollup merge of #105829 - the8472:tidy-style, r=jyn514Matthias Krüger-30/+51
2022-12-17Auto merge of #105145 - Ayush1325:sequential-remote-server, r=Mark-Simulacrumbors-13/+36
2022-12-17poll tidy threads for completion before waitingThe 8472-6/+16
2022-12-17optimize line-by-line style checks in tidyThe 8472-24/+35
2022-12-17Merge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5' into clippyupPhilipp Krones-602/+2707
2022-12-16Include a Span in VClockBen Kimock-89/+532
2022-12-16fmtRalf Jung-2/+2
2022-12-16Merge from rustcRalf Jung-47/+79
2022-12-16Preparing for merge from rustcRalf Jung-1/+1
2022-12-15Rollup merge of #105743 - nnethercote:SimplifiedType-cleanups, r=lcnrMatthias Krüger-1/+1
2022-12-15Move alignment failure error reporting to machineOli Scherer-1/+10
2022-12-15Make alignment checks a future incompat lintOli Scherer-2/+7
2022-12-15Auto merge of #105713 - bjorn3:sync_cg_clif-2022-12-14, r=bjorn3bors-0/+6
2022-12-15Auto merge of #105657 - oli-obk:mk_projection_ty, r=lcnrbors-10/+10
2022-12-15Merge `SimplifiedTypeGen<D>` into `SimplifiedType`.Nicholas Nethercote-1/+1
2022-12-14Add tidy exceptionsbjorn3-0/+6
2022-12-14Update cargoWeihang Lo-0/+0
2022-12-14Remove TraitRef::newOli Scherer-3/+3
2022-12-14Ensure no one constructs `AliasTy`s themselvesOli Scherer-7/+7
2022-12-14Auto merge of #104986 - compiler-errors:opaques, r=oli-obkbors-27/+27
2022-12-13implement minimal epoll_create1 shimDebugSteven-41/+377
2022-12-13Combine projection and opaque into aliasMichael Goulet-12/+12
2022-12-13squash OpaqueTy and ProjectionTy into AliasTyMichael Goulet-11/+11
2022-12-13ProjectionTy.item_def_id -> ProjectionTy.def_idMichael Goulet-8/+8
2022-12-13Use ty::OpaqueTy everywhereMichael Goulet-7/+7
2022-12-13Make some diagnostics not depend on the source of what they reference being a...Oli Scherer-0/+8
2022-12-12Auto merge of #2725 - RalfJung:host-to-target-path, r=RalfJungbors-71/+228
2022-12-12Windows targets: make sure current_dir is absoluteRalf Jung-12/+33
2022-12-12interpret: add read_machine_[ui]size convenience methodsRalf Jung-54/+54
2022-12-12make unix path handling on Windows hosts preserve absolutenessRalf Jung-33/+119
2022-12-12More host/target path conversion tests:Ralf Jung-1/+9
2022-12-12expose host-to-target path conversion to interpreted programRalf Jung-39/+81