about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2025-09-08Auto merge of #146333 - matthiaskrgr:rollup-ib80jyw, r=matthiaskrgrbors-0/+15
2025-09-08Implement better suggestions based on additional tests and other code pathsIoaNNUwU-9/+40
2025-09-08Suggest examples of format specifiers in error messagesIoaNNUwU-0/+93
2025-09-08disable core dumps for panic-uninitialized-zeroedAriel Ben-Yehuda-1/+16
2025-09-08Auto merge of #146165 - folkertdev:c-variadic-errors-take-2, r=lcnrbors-69/+119
2025-09-08fix APITIT being treated as a normal generic parameter in suggestionsJeremy Smart-0/+28
2025-09-08pass `sub_relations` into canonical querieslcnr-212/+174
2025-09-08remove outdated opaque type testlcnr-49/+0
2025-09-08Add some error message testsAlice Ryhl-0/+382
2025-09-08const-eval: disable pointer fragment supportRalf Jung-0/+54
2025-09-08Allow static regions in `type_name`.Nicholas Nethercote-0/+15
2025-09-07support integer literals in `${concat()}`cyrgani-23/+45
2025-09-07Auto merge of #146271 - niacdoial:improperctypes-refactor1, r=tgross35bors-116/+106
2025-09-06ImproperCTypes: more pre-emptive cleanupniacdoial-26/+16
2025-09-06ImproperCTypes: move code and tests into proper directoriesniacdoial-90/+90
2025-09-06Rollup merge of #146206 - lcnr:fix-non-defining-uses, r=BoxyUwUTrevor Gross-0/+61
2025-09-06Auto merge of #146232 - bjorn3:lto_allocator_shim, r=lqdbors-0/+19
2025-09-06identity uses are ok, even if there are no defining useslcnr-0/+61
2025-09-06Add test that __rg_oom doesn't get internalized during LTObjorn3-0/+19
2025-09-06Rollup merge of #144801 - estebank:issue-144734, r=spastorinoMatthias Krüger-4/+68
2025-09-06clean up some old const trait impl syntaxNathaniel McCallum-4/+4
2025-09-05Auto merge of #146044 - estebank:issue-88727, r=chenyukangbors-7/+270
2025-09-05Auto merge of #146224 - tgross35:rollup-1bgjms3, r=tgross35bors-4/+64
2025-09-05Rollup merge of #146217 - lukas-code:suggest-new-ice, r=compiler-errorsTrevor Gross-4/+64
2025-09-05Auto merge of #144737 - petrochenkov:extprelcache, r=davidtwcobors-13/+1
2025-09-04Auto merge of #138736 - azhogin:azhogin/sanitizers-target-modificators, r=rcv...bors-25/+187
2025-09-04fix ICE when suggesting `::new`Lukas Markeffsky-4/+64
2025-09-04additional testsdianne-0/+70
2025-09-04don't extend non-extended `super let` initializers' block tail tempsdianne-8/+21
2025-09-04Rollup merge of #146112 - scrabsha:push-utkysktvulto, r=WaffleLapkinStuart Cook-232/+232
2025-09-04Rollup merge of #145962 - bjorn3:linkage_fixes, r=WaffleLapkinStuart Cook-0/+16
2025-09-04Rollup merge of #145932 - JamieCunliffe:target-feature-inlining, r=jackh726Stuart Cook-12/+154
2025-09-04Rollup merge of #145827 - estebank:issue-51976, r=jackh726Stuart Cook-46/+639
2025-09-04Rollup merge of #145342 - dianne:if-let-super-let, r=nnethercoteStuart Cook-0/+112
2025-09-03Auto merge of #146133 - rcvalle:rust-cfi-fix-145981, r=bjorn3bors-22/+0
2025-09-03simplify `check_c_variadic_type`Folkert de Vries-69/+90
2025-09-03test valid cases of c-variadic function definitionsFolkert de Vries-0/+29
2025-09-03don't uppercase error messagesSasha Pourcelot-232/+232
2025-09-03Rollup merge of #146106 - epage:whitespace, r=fee1-deadStuart Cook-3/+42
2025-09-03Rollup merge of #145961 - petrochenkov:extprelregr, r=nnethercoteStuart Cook-0/+13
2025-09-03Rollup merge of #145279 - clarfonthey:const-convert-initial, r=tgross35Stuart Cook-3/+3
2025-09-02Revert "Make `lto` and `linker-plugin-lto` work the same for `compiler_builti...Ramon de C Valle-22/+0
2025-09-02Rollup merge of #146064 - jullanggit:patch-1, r=fmeaseGuillaume Gomez-0/+29
2025-09-02Rollup merge of #145783 - Erk-:et-cetera-span, r=compiler-errorsGuillaume Gomez-10/+10
2025-09-02Rollup merge of #144066 - RalfJung:extern-c-variadics, r=workingjubileeGuillaume Gomez-103/+72
2025-09-02resolve: Avoid finalizing extern prelude entries more than onceVadim Petrochenkov-13/+1
2025-09-02stabilize extended_varargs_abi_supportRalf Jung-103/+72
2025-09-01test(lexer): Ensure tabs are accepted for horizontal whitespaceEd Page-3/+5
2025-09-01test(lexer): Ensure frontmatter can contain unicode whitespaceEd Page-0/+22
2025-09-01test(lexer): Ensure frontmatter w/ crlf worksEd Page-0/+15