about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-05-30coinductive cycle leak check testlcnr-0/+33
2023-05-30directory size limit :<lcnr-2/+2
2023-05-30add the leak check to the new solverlcnr-0/+24
2023-05-30update revision nameslcnr-5/+5
2023-05-30add FIXME to a test which seems wrong.lcnr-0/+2
2023-05-30remove unused revisionlcnr-17/+1
2023-05-30coherence: don't add hidden types for opaqueslcnr-0/+37
2023-05-30Auto merge of #112083 - scottmcm:simpler-range-next, r=thomccbors-32/+128
2023-05-29Make `TrustedStep` require `Copy`Scott McMurray-32/+128
2023-05-29Rollup merge of #112063 - WaffleLapkin:test_incremental_ice, r=cjgillotMatthias Krüger-0/+137
2023-05-29Rollup merge of #112057 - MU001999:fix/self-sugg, r=compiler-errorsMatthias Krüger-1/+23
2023-05-29Rollup merge of #112022 - compiler-errors:coercion-check-deep, r=lcnrMatthias Krüger-0/+2
2023-05-29Rollup merge of #111988 - BoxyUwU:make_tykind_debug_good, r=compiler-errorsMatthias Krüger-1/+1
2023-05-29Rollup merge of #111558 - c410-f3r:t3st3ss, r=WaffleLapkinMatthias Krüger-0/+0
2023-05-29Address commentCaio-0/+0
2023-05-29Add a test for issue 110457Maybe Waffle-0/+137
2023-05-29Auto merge of #111748 - nnethercote:Cow-DiagnosticMessage, r=WaffleLapkinbors-1/+1
2023-05-29Determine `self_ty` with expected `ty`mu001999-1/+23
2023-05-29Auto merge of #112055 - matthiaskrgr:rollup-y3exx8c, r=matthiaskrgrbors-6/+68
2023-05-29Rollup merge of #112042 - GuillaumeGomez:migrate-gui-test-color-8, r=notriddleMatthias Krüger-6/+6
2023-05-29Rollup merge of #112029 - jieyouxu:typo-const-in-const-param-def, r=cjgillotMatthias Krüger-0/+62
2023-05-29Auto merge of #111963 - nnethercote:inline-derived-hash, r=lqdbors-0/+15
2023-05-29Use `Cow` in `{D,Subd}iagnosticMessage`.Nicholas Nethercote-1/+1
2023-05-28Auto merge of #111813 - scottmcm:pretty-mir, r=cjgillotbors-756/+754
2023-05-28Migrate GUI colors test to original CSS color formatGuillaume Gomez-6/+6
2023-05-28Auto merge of #112026 - saethlin:misaligned-addrof, r=pnkfelixbors-0/+15
2023-05-28Auto merge of #112001 - saethlin:enable-matchbranchsimplification, r=cjgillotbors-5/+42
2023-05-28Recover upon encountering mistyped `Const` in const param def许杰友 Jieyou Xu (Joe)-0/+62
2023-05-28Auto merge of #112000 - wesleywiser:safestack, r=Amanieubors-0/+11
2023-05-28Auto merge of #111378 - jieyouxu:local-shadows-glob-reexport, r=petrochenkovbors-3/+87
2023-05-27Add a test for misaligned pointer derefs inside addr_of!Ben Kimock-0/+15
2023-05-27Rollup merge of #111181 - bvanjoi:fix-issue-111148, r=davidtwcoMatthias Krüger-0/+10
2023-05-27Try enabling MatchBranchSimplificationBen Kimock-5/+42
2023-05-27Check nested obligations during coercion unifyMichael Goulet-0/+2
2023-05-27Auto merge of #110975 - Amanieu:panic_count, r=joshtriplettbors-1/+29
2023-05-27Rework handling of recursive panicsAmanieu d'Antras-1/+29
2023-05-27Rollup merge of #112014 - notriddle:notriddle/intra-doc-weird-syntax, r=Guill...Guillaume Gomez-3/+416
2023-05-27Rollup merge of #111997 - GuillaumeGomez:re-export-doc-hidden-macros, r=notri...Guillaume Gomez-3/+44
2023-05-27Rollup merge of #111952 - cjgillot:drop-replace, r=WaffleLapkinGuillaume Gomez-17/+11
2023-05-27Add warn-by-default lint for local binding shadowing exported glob re-export ...许杰友 Jieyou Xu (Joe)-3/+87
2023-05-27Auto merge of #111928 - c410-f3r:dqewdas, r=eholkbors-80/+17
2023-05-27Auto merge of #111348 - ozkanonur:remove-hardcoded-rustdoc-flags, r=albertlar...bors-4/+7
2023-05-26rustdoc: get unnormalized link destination for suggestionsMichael Howell-3/+416
2023-05-27Auto merge of #111245 - fee1-dead-contrib:temp-fix-tuple-struct-field, r=lcnrbors-0/+109
2023-05-27Correctly handle multiple re-exports of bang macros at the same levelGuillaume Gomez-1/+43
2023-05-27Rollup merge of #111991 - BoxyUwU:change_error_term_display, r=compiler-errorsMatthias Krüger-7/+7
2023-05-27Rollup merge of #111954 - asquared31415:unknown_ptr_type_error, r=compiler-er...Matthias Krüger-2/+57
2023-05-27Rollup merge of #111714 - cjgillot:lint-expect-confusion, r=wesleywiserMatthias Krüger-0/+7
2023-05-26Add SafeStack support to rustcWesley Wiser-0/+11
2023-05-26better `TyKind::Debug`Boxy-1/+1