about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2022-12-25Auto merge of #106121 - RalfJung:miri, r=RalfJungbors-608/+1526
2022-12-25enable some warnings that rustc bootstrap enablesRalf Jung-4/+4
2022-12-25use cargo-install to install josh-proxyRalf Jung-4/+4
2022-12-24fix warningsRalf Jung-3/+3
2022-12-24Merge from rustcRalf Jung-765/+3071
2022-12-24Preparing for merge from rustcRalf Jung-1/+1
2022-12-24Auto merge of #2646 - saethlin:data-race-spans, r=RalfJungbors-273/+555
2022-12-24Rollup merge of #106078 - nikic:filecheck-context, r=Mark-SimulacrumMatthias Krüger-0/+2
2022-12-24Auto merge of #105893 - Ayush1325:remote-test-server-improve, r=Mark-Simulacrumbors-12/+8
2022-12-24Auto merge of #106103 - matthiaskrgr:rollup-8xe9ddz, r=matthiaskrgrbors-9/+28
2022-12-24Rollup merge of #106084 - RalfJung:into-iter, r=thomccMatthias Krüger-7/+26
2022-12-24Rollup merge of #105970 - Ezrashaw:add-docs+test-e0462, r=GuillaumeGomezMatthias Krüger-2/+2
2022-12-23Auto merge of #106088 - weihanglo:update-cargo, r=weihanglobors-0/+0
2022-12-23Mention and number the components of a race in the order the interpreter sees...Ben Kimock-113/+113
2022-12-23Update cargoWeihang Lo-0/+0
2022-12-23Rollup merge of #106043 - c410-f3r:moar-errors, r=petrochenkovnils-1/+1
2022-12-23fix one more unaligned self.ptr, and add testsRalf Jung-0/+14
2022-12-23attempt to clarify what the backtrace belongs to when there could be ambiguityRalf Jung-90/+93
2022-12-23fix IntoIter::drop on high-alignment ZSTRalf Jung-7/+12
2022-12-23Auto merge of #106053 - compiler-errors:incr-test-revision, r=Mark-Simulacrumbors-3/+7
2022-12-23Move testsCaio-1/+1
2022-12-23Use u32 methods instead of manual shiftingAyush Singh-12/+8
2022-12-23Provide more context on FileCheck failuresNikita Popov-0/+2
2022-12-23docs/test: add UI test and long-form error docs for E0462Ezra Shaw-2/+2
2022-12-22Add a (1) and (2) to the data race errorsBen Kimock-113/+113
2022-12-22Take revision into account in src/test/ui incremental testsMichael Goulet-3/+7
2022-12-22Auto merge of #103957 - JakobDegen:drop-retag, r=RalfJungbors-0/+146
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