about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-05-07Merge from rustcRalf Jung-421/+1636
2023-05-07Auto merge of #111222 - scottmcm:constify-is_ascii, r=thomccbors-0/+35
2023-05-07Auto merge of #111161 - compiler-errors:rtn-super, r=cjgillotbors-2/+89
2023-05-06Tune the `is_ascii` implementation used for short slicesScott McMurray-0/+35
2023-05-07Rollup merge of #111150 - mj10021:issue-111025-fix, r=petrochenkovYuki Okushi-25/+34
2023-05-07Rollup merge of #105583 - luqmana:bitcast-immediates, r=oli-obkYuki Okushi-0/+25
2023-05-06delete whitelist and add checks to check_item() for missing_docsJames Dietz-25/+34
2023-05-06Rollup merge of #111289 - clubby789:fix-111280, r=jyn514Matthias Krüger-0/+23
2023-05-06Rollup merge of #111203 - Kobzol:remark-print-kind, r=tmiaskoMatthias Krüger-1/+1
2023-05-06Rollup merge of #111077 - cjgillot:const-prop-unit, r=Mark-SimulacrumMatthias Krüger-106/+177
2023-05-06Auto merge of #111287 - matthiaskrgr:rollup-9lzax2c, r=matthiaskrgrbors-0/+482
2023-05-06Check arguments length in trivial diagnostic lintclubby789-0/+23
2023-05-06Rollup merge of #111230 - zacklukem:eq-less-to-less-eq, r=compiler-errorsMatthias Krüger-0/+67
2023-05-06Rollup merge of #111167 - cuviper:type-decl-disubprogram, r=michaelwoeristerMatthias Krüger-0/+21
2023-05-06Rollup merge of #110989 - jyn514:bug-report-url, r=WaffleLapkinMatthias Krüger-0/+30
2023-05-06Rollup merge of #110610 - spastorino:smir-terminator, r=oli-obkMatthias Krüger-0/+24
2023-05-06Rollup merge of #110577 - compiler-errors:drop-impl-fulfill, r=lcnrMatthias Krüger-0/+340
2023-05-06Auto merge of #109421 - mhammerly:extern-force-option, r=petrochenkovbors-0/+47
2023-05-06Auto merge of #104872 - luqmana:packed-union-align, r=oli-obkbors-7/+261
2023-05-06Rollup merge of #111239 - TaKO8Ki:fix-111232, r=compiler-errorsYuki Okushi-0/+22
2023-05-06Rollup merge of #110780 - notriddle:notriddle/slice-index, r=GuillaumeGomezYuki Okushi-0/+81
2023-05-06Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiserYuki Okushi-146/+91
2023-05-05Add additional test case for repr(packed) allowing union abi opt to kick in.Luqman Aden-2/+33
2023-05-05Add test cases for #104802.Luqman Aden-11/+120
2023-05-05Do not use scalar layout if there are ZSTs with alignment > 1Oli Scherer-1/+115
2023-05-05Switch test back to run-pass.Luqman Aden-7/+16
2023-05-05Update test location.Luqman Aden-0/+16
2023-05-05add "force" option to --externMatt Hammerly-0/+47
2023-05-05Auto merge of #111248 - Dylan-DPC:rollup-lbp0ui3, r=Dylan-DPCbors-134/+292
2023-05-05add hint for =< as <=Zachary Mayhew-0/+67
2023-05-05Add Assert terminator to SMIRSantiago Pastorino-1/+14
2023-05-05Rollup merge of #111068 - Urgau:check-cfg-improvements, r=petrochenkovDylan DPC-54/+161
2023-05-05Rollup merge of #110773 - mj10021:issue-109502-fix, r=oli-obkDylan DPC-80/+80
2023-05-05Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errorsDylan DPC-0/+51
2023-05-05Auto merge of #111113 - scottmcm:assume-align-offset, r=thomccbors-0/+78
2023-05-05`assume` the runtime range of `align_offset`Scott McMurray-0/+78
2023-05-05Improve check-cfg diagnostics (part 2)Urgau-35/+140
2023-05-05Improve check-cfg diagnostics (part 1)Urgau-29/+31
2023-05-05remove unnecessary attribute from a diagnosticTakayuki Maeda-0/+22
2023-05-05Merge from rustcRalf Jung-472/+2250
2023-05-06Remove some `assume`s from slice iterators that don't do anythingScott McMurray-0/+42
2023-05-05Rollup merge of #111052 - nnethercote:fix-ice-test, r=NilstriebYuki Okushi-20/+23
2023-05-04add passes to miroptfiles struct and passed to -zdump-mir argsJames Dietz-80/+80
2023-05-04Reject borrows of projections in ConstProp.Camille GILLOT-14/+7
2023-05-04Add tests.Camille GILLOT-0/+68
2023-05-05Improve filtering in `default-backtrace-ice.rs`.Nicholas Nethercote-1/+18
2023-05-05Don't print backtrace on ICEs in `issue-86800.rs`.Nicholas Nethercote-19/+5
2023-05-04Even more testsMichael Goulet-0/+280
2023-05-04Add test for #110557Michael Goulet-0/+60
2023-05-04Rollup merge of #111100 - BoxyUwU:array_repeat_expr_wf, r=compiler-errorsMatthias Krüger-4/+54