summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-04-29Don't trigger `unused_qualifications` on global paths许杰友 Jieyou Xu (Joe)-25/+23
2024-04-22Stop using HirId for fn-like parentsMichael Goulet-0/+63
2024-04-19disable two debuginfo tests under gdb 15Rémy Rakic-0/+4
2024-04-18rustdoc: check redundant explicit links with correct itemidMichael Howell-0/+14
2024-04-18Silence unused_imports lint for redundant importsMichael Goulet-238/+36
2024-04-11add non-regression test for issue 123275Rémy Rakic-0/+244
2024-04-11Check def id before calling match_projection_projectionsMichael Goulet-0/+38
2024-04-11Only inspect user-written predicates for privacy concernsOli Scherer-11/+6
2024-04-11Add regression testOli Scherer-0/+43
2024-04-11fix attribute validation on associated items in traitsgvozdvmozgu-0/+15
2024-04-09Use new-style directives in ui testChris Denton-3/+3
2024-04-09Disallow or quote all specials in bat argsChris Denton-0/+93
2024-04-04Make sure to insert Sized bound first into clauses listMichael Goulet-1/+31
2024-04-04Don't inherit codegen attrs from parent staticMichael Goulet-0/+11
2024-04-04Fix f16 and f128 feature gates in editions other than 2015Trevor Gross-20/+20
2024-04-04Update f16 and f128 tests to run on both 2015 and 2018 editionsTrevor Gross-10/+146
2024-03-28Make `#[diagnostic::on_unimplemented]` format string parsing more robustGeorg Semmler-0/+238
2024-03-28add non-regression test for issue 122674Rémy Rakic-0/+22
2024-03-18Explicitly pass RUSTC_BOOTSTRAP to running wasmtimeMark Rousskov-0/+1
2024-03-16Auto merge of #122371 - oli-obk:visit_nested_body, r=tmiaskobors-0/+35
2024-03-16Auto merge of #121926 - tgross35:f16-f128-step3-feature-gate, r=compiler-erro...bors-104/+239
2024-03-15Auto merge of #122571 - matthiaskrgr:rollup-36wwovk, r=matthiaskrgrbors-220/+351
2024-03-15Rollup merge of #122560 - jswrenn:not-yet-supported, r=compiler-errorsMatthias Krüger-179/+179
2024-03-15Rollup merge of #122495 - Manishearth:rustdoc-👻👻👻, r=GuillaumeGomezMatthias Krüger-4/+8
2024-03-15Rollup merge of #122254 - estebank:issue-48677, r=oli-obkMatthias Krüger-37/+164
2024-03-15Auto merge of #122341 - compiler-errors:alias-wfness, r=lcnrbors-6/+60
2024-03-15Safe Transmute: lowercase diagnosticsJack Wrenn-153/+153
2024-03-15Safe Transmute: Use 'not yet supported', not 'unspecified' in errorsJack Wrenn-26/+26
2024-03-15Auto merge of #122555 - GuillaumeGomez:rollup-tr6wu54, r=GuillaumeGomezbors-0/+2
2024-03-15Rollup merge of #114651 - tmfink:rustdoc-rustc-wrapper, r=GuillaumeGomezGuillaume Gomez-0/+2
2024-03-15Auto merge of #121297 - michaelwoerister:set-pdb-alt-path, r=wesleywiserbors-0/+44
2024-03-15Rollup merge of #122523 - compiler-errors:ensure-associated-types, r=oli-obkMatthias Krüger-0/+22
2024-03-15Rollup merge of #122515 - jieyouxu:ice-self-ty-mismatch, r=compiler-errorsMatthias Krüger-0/+62
2024-03-15Rollup merge of #122471 - RalfJung:const-eval-span, r=oli-obkMatthias Krüger-2/+181
2024-03-15Rollup merge of #122174 - notriddle:master, r=TaKO8KiMatthias Krüger-0/+38
2024-03-15rustdoc: fix test's saved stdoutTravis Finkenauer-0/+2
2024-03-15Auto merge of #122517 - petrochenkov:bodihash, r=oli-obkbors-0/+11
2024-03-14Ensure RPITITs are created before def-id freezingMichael Goulet-0/+22
2024-03-15Auto merge of #122511 - matthiaskrgr:rollup-swzilin, r=matthiaskrgrbors-23/+1175
2024-03-14preserve span when evaluating mir::ConstOperandRalf Jung-2/+181
2024-03-14Fill in HIR hash for associated opaque typesVadim Petrochenkov-0/+11
2024-03-14Pass the correct DefId when suggesting writing the aliased Self type out许杰友 Jieyou Xu (Joe)-0/+62
2024-03-14Rollup merge of #122487 - GuillaumeGomez:rename-stmtkind-local, r=oli-obkMatthias Krüger-3/+3
2024-03-14Rollup merge of #122373 - surechen:fix_121331, r=petrochenkovMatthias Krüger-20/+183
2024-03-14Rollup merge of #122322 - Zalathar:branch, r=oli-obkMatthias Krüger-0/+863
2024-03-14Rollup merge of #122212 - erikdesjardins:byval-align2, r=wesleywiserMatthias Krüger-0/+126
2024-03-14Auto merge of #119849 - lcnr:eagerly-instantiate-binders, r=compiler-errorsbors-373/+463
2024-03-14Add UI tests related to feature-gated primitivesTrevor Gross-0/+72
2024-03-14Remove unneeded `f16` and `f128` parser testsTrevor Gross-104/+0
2024-03-14Add feature gates for `f16` and `f128`Trevor Gross-0/+167