about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2025-03-17Document `#![register_tool]`jyn-0/+24
2025-03-12Rollup merge of #138360 - Urgau:fix-fp-expr_or_init, r=wesleywiserMatthias Krüger-62/+44
2025-03-12Rollup merge of #138174 - compiler-errors:elaborate-unsize-self-pred, r=BoxyUwUMatthias Krüger-5/+93
2025-03-11Auto merge of #138366 - matthiaskrgr:rollup-cn16m7q, r=matthiaskrgrbors-40/+624
2025-03-11Fix false-positive in `expr_or_init` and in the `invalid_from_utf8` lintUrgau-62/+44
2025-03-11Rollup merge of #138284 - compiler-errors:const-param-ty-annotation, r=BoxyUwUMatthias Krüger-0/+21
2025-03-11Rollup merge of #138256 - compiler-errors:anon-const-ty, r=BoxyUwUMatthias Krüger-0/+59
2025-03-11Rollup merge of #138231 - Sa4dUs:autodiff-ice, r=ZuseZ4Matthias Krüger-30/+74
2025-03-11Rollup merge of #137715 - oli-obk:pattern-type-literals, r=BoxyUwUMatthias Krüger-10/+470
2025-03-11Auto merge of #128440 - oli-obk:defines, r=lcnrbors-2131/+2404
2025-03-11Elaborate param-env built for checking DispatchFromDyn for dyn compatMichael Goulet-5/+93
2025-03-11Rollup merge of #138300 - RalfJung:unqualified-local-imports, r=jieyouxuJakub Beránek-0/+1
2025-03-11Rollup merge of #138288 - jyn514:crate-attr, r=NoratriebJakub Beránek-0/+108
2025-03-11Rollup merge of #138063 - compiler-errors:improve-attr-unpretty, r=jdonszelmannJakub Beránek-14/+9
2025-03-11Rollup merge of #137967 - mustartt:fix-aix-test-hangs, r=workingjubileeJakub Beránek-3/+9
2025-03-11Error on `define_opaques` entries without any opaques actually referencedOli Scherer-2/+9
2025-03-11Keep items around even if builtin macros on them fail to parseOli Scherer-9/+1
2025-03-11Test invalid `define_opaques` attributesOli Scherer-0/+106
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-2131/+2299
2025-03-11Fix ICE for invalid return activity and proper error handlingMarcelo Domínguez-30/+74
2025-03-11add more -Z crate-attr testsjyn-0/+108
2025-03-11Auto merge of #138302 - matthiaskrgr:rollup-an2up80, r=matthiaskrgrbors-7/+83
2025-03-10Rollup merge of #138278 - Bryanskiy:delegation-ice-1, r=petrochenkovMatthias Krüger-0/+19
2025-03-10Pass InferCtxt to InlineAsmCtxt to properly taint on errorMichael Goulet-14/+49
2025-03-10Delegation: fix ICE with invalid MethodCall generationBryanskiy-0/+19
2025-03-10Allow int literals for pattern types with int base typesOli Scherer-128/+35
2025-03-10Add tests for pattern type literalsOli Scherer-0/+419
2025-03-10Reject wrapping ranges of pattern typesOli Scherer-106/+13
2025-03-10Add some layout tests for pattern type edge casesOli Scherer-2/+229
2025-03-10Rollup merge of #138270 - StevenMia:master, r=compiler-errorsMatthias Krüger-1/+1
2025-03-10Rollup merge of #138238 - compiler-errors:dyn-suggestion-in-struct, r=nnether...Matthias Krüger-5/+56
2025-03-10Rollup merge of #137926 - Kobzol:lld-no-start-stop-test, r=lqdMatthias Krüger-0/+25
2025-03-10Rollup merge of #137279 - estebank:codegen-structured-errors, r=nnethercoteMatthias Krüger-1/+1
2025-03-10add tracking issue for unqualified_local_importsRalf Jung-0/+1
2025-03-10Fix pretty printing of parsed attrs in hir_prettyMichael Goulet-14/+9
2025-03-09Do not feed anon const a type that references generics that it does not haveMichael Goulet-0/+59
2025-03-09Do not write user type annotation for const param value pathMichael Goulet-0/+21
2025-03-09Rollup merge of #138253 - mu001999-contrib:fix-138241, r=jdonszelmannMatthias Krüger-0/+36
2025-03-09chore: Fix some commentsStevenMia-1/+1
2025-03-09Rollup merge of #138158 - moulins:move-layout-to-rustc_abi, r=workingjubileeMatthias Krüger-7/+4
2025-03-09Rollup merge of #137319 - Kixunil:stabilize-const-vec-string-slice, r=dtolnayMatthias Krüger-1/+1
2025-03-09Rollup merge of #136968 - oli-obk:bye-bye, r=compiler-errorsMatthias Krüger-160/+30
2025-03-09Rollup merge of #136127 - WaffleLapkin:dyn_ptr_unwrap_cast, r=compiler-errorsMatthias Krüger-0/+377
2025-03-09continue to check attr if meet empty repr for adtMu001999-0/+36
2025-03-08Auto merge of #137502 - compiler-errors:global-asm-aint-mir-body, r=oli-obkbors-0/+46
2025-03-08Fix suggestion when there are generics, inline some thingsMichael Goulet-1/+20
2025-03-08Rework maybe_suggest_add_generic_impl_traitMichael Goulet-5/+37
2025-03-08Add test for garbage collection of encapsulation symbolsJakub Beránek-0/+25
2025-03-08Stabilize `const_vec_string_slice`Martin Habovstiak-1/+1
2025-03-08bless testsWaffle Lapkin-235/+66