about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2022-09-28Fix span of byte-escaped left format args braceCassaundra Smith-0/+64
2022-09-28Auto merge of #100719 - CohenArthur:rust-safe-intrinsic-attribute, r=wesleywiserbors-3/+43
2022-09-29improve E0585 helpRageking8-19/+19
2022-09-28Auto merge of #101454 - cjgillot:concat-binders, r=estebankbors-6/+67
2022-09-28Auto merge of #101619 - Xiretza:rustc_parse-session-diagnostics, r=davidtwcobors-25/+25
2022-09-28fix unwind drop glue for if-then scopesDing Xiang Fei-0/+44
2022-09-28add testb-naber-0/+34
2022-09-28add regression testRageking8-0/+49
2022-09-28rustc_safe_intrinsic: Add UI testArthur Cohen-0/+25
2022-09-28Proper span for new generic param suggestionstoozy-2/+10
2022-09-28Auto merge of #102388 - JohnTitor:rollup-mbyw6fl, r=JohnTitorbors-19/+384
2022-09-28Rollup merge of #102378 - compiler-errors:issue-102289, r=jackh726Yuki Okushi-0/+54
2022-09-28Rollup merge of #102338 - compiler-errors:assoc-ty-binding-in-assoc-ty-bindin...Yuki Okushi-2/+73
2022-09-28Rollup merge of #102288 - mejrs:inner, r=compiler-errorsYuki Okushi-0/+218
2022-09-28Rollup merge of #102232 - Urgau:stabilize-bench_black_box, r=TaKO8KiYuki Okushi-16/+3
2022-09-28Rollup merge of #100747 - MatthewPeterKelly:mpk/add-long-error-message-for-E0...Yuki Okushi-1/+36
2022-09-28fix a ui testTakayuki Maeda-3/+5
2022-09-28Auto merge of #100996 - m-ou-se:format-args-2, r=estebankbors-223/+198
2022-09-28Deduplicate some logicmejrs-15/+15
2022-09-27Add newlinemejrs-3/+3
2022-09-27Use already resolved self_ty in confirm_fn_pointer_candidateMichael Goulet-0/+54
2022-09-27Rollup merge of #102284 - compiler-errors:missing-type-in-raw-ptr, r=davidtwcoMatthias Krüger-4/+31
2022-09-27Rollup merge of #102281 - RalfJung:invalid-enums, r=cjgillotMatthias Krüger-112/+226
2022-09-27Address feedbackmejrs-12/+64
2022-09-27Wrapper suggestionsmejrs-0/+166
2022-09-27Bless stats.Camille GILLOT-6/+6
2022-09-27Rework "inner attribute not permitted" errorsXiretza-1/+1
2022-09-27Migrate more rustc_parse diagnostics to diagnostic structsXiretza-4/+4
2022-09-27Migrate "invalid literal suffix" diagnostic to diagnostic structsXiretza-18/+18
2022-09-27Migrate more diagnostics in rustc_parse to diagnostic structsXiretza-2/+2
2022-09-27Support bindings with anon consts in genericsMichael Goulet-0/+15
2022-09-27Deny associated type bindings within associated type bindingsMichael Goulet-2/+73
2022-09-27Do not overwrite binders for another HirId.Camille GILLOT-0/+61
2022-09-28improve errors for incomplete functions in struct definitionsTakayuki Maeda-5/+25
2022-09-27Stabilize bench_black_boxUrgau-16/+3
2022-09-27also query type_uninhabited_fromRalf Jung-37/+38
2022-09-27core: Mark all safe intrinsics with #[rustc_safe_intrinsic]Arthur Cohen-2/+9
2022-09-27attributes: Add #[rustc_safe_intrinsic] builtinArthur Cohen-1/+9
2022-09-27Fix ICE in const_trait check codeDeadbeef-0/+34
2022-09-27Update test.Mara Bos-6/+4
2022-09-27Update tests.Mara Bos-209/+186
2022-09-27Rewrite and refactor format_args!() builtin macro.Mara Bos-8/+8
2022-09-27Auto merge of #102306 - lcnr:rustc_hir_analysis, r=compiler-errorsbors-2/+2
2022-09-27rustc_typeck to rustc_hir_analysislcnr-2/+2
2022-09-27Structured suggestion for missing mut/const in pointerMichael Goulet-4/+31
2022-09-27fix a ui testTakayuki Maeda-0/+2
2022-09-27add a label to struct/enum/union ident nameTakayuki Maeda-6/+65
2022-09-26remove implied link bound per reviewMatthew Kelly-2/+3
2022-09-26Merge remote-tracking branch 'origin/master' into mpk/add-long-error-message-...Matthew Kelly-4764/+11803
2022-09-26Enable inline stack probes on PowerPC and SystemZJosh Stone-8/+23