about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2022-10-03Rollup merge of #102613 - TaKO8Ki:fix-part-of-101739, r=compiler-errorsMatthias Krüger-0/+94
2022-10-03Rollup merge of #102597 - compiler-errors:issue-102571, r=davidtwcoMatthias Krüger-0/+38
2022-10-03check if const is ADT or notTakayuki Maeda-2/+59
2022-10-03add a ui test for #101739Takayuki Maeda-0/+37
2022-10-03Rollup merge of #102591 - JarvisCraft:fix-double-a-article, r=compiler-errorsMatthias Krüger-12/+12
2022-10-03Add some more operator cases to `dump-debug-span-debug.rs`.Nicholas Nethercote-32/+102
2022-10-02Auto merge of #102305 - flba-eb:remove_exclude_list, r=Mark-Simulacrumbors-30/+8
2022-10-02Avoid ICE in printing RPITIT typeMichael Goulet-0/+38
2022-10-02Make it a lint for all opaque typesMichael Goulet-0/+108
2022-10-02Don't ICE when trying to copy unsized value in const propMichael Goulet-0/+24
2022-10-02Fix duplicate usage of `a` article.Petr Portnov-12/+12
2022-10-02Rollup merge of #102566 - compiler-errors:test-102498, r=Mark-SimulacrumDylan DPC-0/+39
2022-10-02Rollup merge of #100451 - hovinen:no-panic-on-result-err-in-test, r=Mark-Simu...Dylan DPC-1/+1
2022-10-02fix #102320, suggest unwrap_or_else when a closure is passed to unwrap_or ins...yukang-0/+39
2022-10-02Delay evaluating lint primary message until after it would be suppressedMichael Goulet-0/+19
2022-10-02Add a known-bug test for #102498Michael Goulet-0/+39
2022-10-01Auto merge of #102236 - cjgillot:compute_lint_levels_by_def, r=oli-obkbors-8/+8
2022-10-01Auto merge of #102519 - Alexendoo:format-args-macro-str, r=m-ou-sebors-14/+108
2022-10-01Compute `lint_levels` by definitionDeadbeef-8/+8
2022-10-01Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebankbors-1194/+1194
2022-10-01Recover wrong cased keywords starting functionsMaybe Waffle-3/+129
2022-10-01recover wrong-cased `use`s (`Use`, `USE`, etc)Maybe Waffle-0/+28
2022-10-01bless ui testsMaybe Waffle-1194/+1194
2022-09-30Rollup merge of #102490 - compiler-errors:closure-body-impl-lifetime, r=cjgillotMatthias Krüger-0/+50
2022-09-30Rollup merge of #102483 - spastorino:create-defs-on-lowering, r=cjgillotMatthias Krüger-8/+8
2022-09-30Rollup merge of #102361 - fee1-dead-contrib:fix-102156, r=eholkMatthias Krüger-0/+34
2022-09-30create def ids for impl traits during ast loweringSantiago Pastorino-8/+8
2022-09-30Rollup merge of #102495 - nnethercote:reinstate-hir-stats, r=lqdMatthias Krüger-1/+0
2022-09-30Rollup merge of #102421 - lyming2007:issue-101866, r=lcnrMatthias Krüger-0/+33
2022-09-30blessBoxy-2/+2
2022-09-30make `compare_const_impl` a query and use it in `instance.rs`Boxy-0/+40
2022-09-30Fix format_args capture for macro expanded format stringsAlex Macleod-14/+108
2022-09-30bless testsb-naber-7/+27
2022-09-30use build-pass for the testX-1/+1
2022-09-30Rollup merge of #102350 - TaKO8Ki:incomplete-fn-in-struct-definition, r=fee1-...Matthias Krüger-5/+27
2022-09-30Auto merge of #102164 - compiler-errors:rpitit-foreign, r=TaKO8Kibors-0/+20
2022-09-30Reinstate `hir-stats.rs` test for stage 1.Nicholas Nethercote-1/+0
2022-09-29Auto merge of #101887 - nnethercote:shrink-Res, r=spastorinobors-46/+46
2022-09-29Generate synthetic impl region even in closure body in associated fnMichael Goulet-0/+50
2022-09-29remove the unused :: between trait and type to give user correct diagnostic i...Yiming Lei-0/+33
2022-09-29Check generic argument compatibility when projecting assoc tyMichael Goulet-0/+28
2022-09-29Rollup merge of #102214 - cassaundra:fix-format-args-span, r=cjgillotMichael Howell-0/+64
2022-09-29Rollup merge of #102336 - compiler-errors:issue-102333, r=jackh726Dylan DPC-0/+15
2022-09-29Stabilize the `instruction_set` featureYuki Okushi-45/+6
2022-09-29Auto merge of #102328 - cuviper:ibm-stack-probes, r=nagisabors-8/+23
2022-09-29Rollup merge of #102399 - b-naber:binder-print-ice, r=lcnrYuki Okushi-0/+34
2022-09-29Rollup merge of #102393 - Rageking8:add-regression-test-for-issue-94923, r=Jo...Yuki Okushi-0/+49
2022-09-29Rollup merge of #102351 - Rageking8:improve-E0585, r=wesleywiserYuki Okushi-19/+19
2022-09-29Shrink `hir::def::Res`.Nicholas Nethercote-46/+46
2022-09-28Fix missing explanation of where borrowed reference is used when the borrow o...Yan Chen-8/+18