about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2022-12-29Auto merge of #106266 - matthiaskrgr:rollup-cxrdbzy, r=matthiaskrgrbors-366/+2560
2022-12-29Rollup merge of #106259 - flip1995:clippyup, r=matthiaskrgrMatthias Krüger-356/+2555
2022-12-29Rollup merge of #106236 - Ezrashaw:add-test+docs-e0519-e0514, r=GuillaumeGomezMatthias Krüger-2/+2
2022-12-29Rollup merge of #106190 - estebank:multiline-start-tweak, r=jackh726Matthias Krüger-8/+3
2022-12-29Account for multiple multiline spans with empty paddingEsteban Küber-8/+3
2022-12-29Auto merge of #106256 - matthiaskrgr:rollup-g1ovcqq, r=matthiaskrgrbors-269/+370
2022-12-29Merge commit '4f3ab69ea0a0908260944443c739426cc384ae1a' into clippyupPhilipp Krones-356/+2555
2022-12-29Rollup merge of #106229 - RalfJung:miri, r=RalfJungMatthias Krüger-239/+340
2022-12-29docs/test: add UI test and long-form error docs for `E0519`Ezra Shaw-2/+2
2022-12-28Rename `Rptr` to `Ref` in AST and HIRNilstrieb-30/+30
2022-12-28no need to do a no_std build for wasiRalf Jung-3/+5
2022-12-28test using a JSON target fileRalf Jung-0/+26
2022-12-28bump dependenciesRalf Jung-133/+154
2022-12-28print sysroot build failure errorRalf Jung-3/+5
2022-12-28simplify path joining code a bitRalf Jung-9/+1
2022-12-28handle unknown targets more gracefullyRalf Jung-60/+92
2022-12-27Bump rust-installerMark Rousskov-0/+0
2022-12-27cargo-miri: use rustc to determine the output filenameRalf Jung-40/+66
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