about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-08-13Rollup merge of #129026 - rcvalle:rust-cfi-move-cfi-ui-tests-to-cfi-directory...Matthias Krüger-1/+1
2024-08-13Auto merge of #128742 - RalfJung:miri-vtable-uniqueness, r=saethlinbors-77/+152
2024-08-12CFI: Move CFI ui tests to cfi directoryRamon de C Valle-1/+1
2024-08-12Rollup merge of #128912 - compiler-errors:do-not-recommend-impl, r=lcnrMatthias Krüger-0/+42
2024-08-12Rollup merge of #128712 - compiler-errors:normalize-borrowck, r=lcnrMatthias Krüger-1/+19
2024-08-12Rollup merge of #128994 - nnethercote:fix-Parser-look_ahead-more, r=compiler-...Guillaume Gomez-0/+58
2024-08-12Rollup merge of #128886 - GrigorenkoPV:untranslatable-diagnostic, r=nnethercoteGuillaume Gomez-4/+0
2024-08-12Fix bug in `Parser::look_ahead`.Nicholas Nethercote-0/+58
2024-08-11Normalize struct tail properly in borrowck and hir typeckMichael Goulet-1/+19
2024-08-10Auto merge of #128572 - compiler-errors:fix-elaborate-box-derefs-on-debug, r=...bors-0/+35
2024-08-10Auto merge of #128927 - GuillaumeGomez:rollup-ei2lr0f, r=GuillaumeGomezbors-55/+137
2024-08-10Rollup merge of #128910 - estebank:assoc-fn, r=compiler-errorsGuillaume Gomez-55/+55
2024-08-10Rollup merge of #128908 - notriddle:notriddle/self-inferred-lifetime-bounds, ...Guillaume Gomez-0/+82
2024-08-10rustc_ast_lowering: make "yield syntax is experimental" translatablePavel Grigorenko-4/+0
2024-08-10Test that 0/unknown-length arrays are nonemptyNadrieril-47/+144
2024-08-10Update testsNadrieril-759/+826
2024-08-10Stabilize `min_exhaustive_patterns`Nadrieril-1/+0
2024-08-10Auto merge of #128714 - camelid:wf-struct-exprs, r=BoxyUwUbors-16/+551
2024-08-09Add testMichael Goulet-0/+42
2024-08-10Differentiate between methods and associated functionsEsteban Küber-55/+55
2024-08-09diagnostics: do not warn when a lifetime bound infers itselfMichael Howell-0/+82
2024-08-09interpret: make identity upcasts a NOP again to avoid them generating a new r...Ralf Jung-77/+152
2024-08-09Rollup merge of #128865 - jieyouxu:unicurd, r=UrgauMatthias Krüger-0/+42
2024-08-09Rollup merge of #128864 - jieyouxu:funnicode, r=UrgauMatthias Krüger-0/+57
2024-08-09Auto merge of #128703 - compiler-errors:normalizing-tails, r=lcnrbors-14/+208
2024-08-09tests: add regression test for #128845许杰友 Jieyou Xu (Joe)-0/+42
2024-08-09tests: add regression test for incorrect `BytePos` manipulation triggering as...许杰友 Jieyou Xu (Joe)-0/+57
2024-08-09Rollup merge of #128616 - compiler-errors:mir-inline-tainted, r=cjgillotMatthias Krüger-0/+51
2024-08-08Don't inline tainted MIR bodiesMichael Goulet-0/+51
2024-08-09Rollup merge of #128791 - compiler-errors:async-fn-unsafe, r=lcnrMatthias Krüger-0/+86
2024-08-08Don't implement AsyncFn for FnDef/FnPtr that wouldnt implement FnMichael Goulet-0/+86
2024-08-08Rollup merge of #128826 - Alexendoo:lint-override-suggestions, r=compiler-errorsMatthias Krüger-7/+0
2024-08-08Rollup merge of #128648 - tiif:issue-125873, r=lcnrMatthias Krüger-0/+35
2024-08-08Normalize struct tail properly in disalignment checkMichael Goulet-14/+171
2024-08-08Normalize when computing offset_of for slice tailMichael Goulet-0/+37
2024-08-08Only suggest `#[allow]` for `--warn` and `--deny` lint level flagsAlex Macleod-7/+0
2024-08-07Rollup merge of #128800 - clarfonthey:core-pattern-type, r=compiler-errorsTrevor Gross-0/+5
2024-08-07Rollup merge of #128552 - s7tya:check-no-sanitize-attribute-pos, r=BoxyUwUTrevor Gross-0/+89
2024-08-07Rollup merge of #128520 - compiler-errors:more-precisely-force-move, r=BoxyUwUTrevor Gross-0/+17
2024-08-07Add tracking issue to core-pattern-typeltdk-0/+5
2024-08-07Auto merge of #128796 - matthiaskrgr:rollup-r7l68ph, r=matthiaskrgrbors-62/+117
2024-08-07Rollup merge of #128782 - RalfJung:raw-addr-of-parens, r=compiler-errorsMatthias Krüger-32/+72
2024-08-07Rollup merge of #128221 - calebzulawski:implied-target-features, r=AmanieuMatthias Krüger-30/+45
2024-08-07Auto merge of #126158 - Urgau:disallow-cfgs, r=petrochenkovbors-0/+239
2024-08-08Add testtiif-0/+35
2024-08-07Rollup merge of #128753 - compiler-errors:arbitrary-upper, r=spastorinoGuillaume Gomez-21/+48
2024-08-07Rollup merge of #128527 - estebank:ambiguity-suggestion, r=NadrierilGuillaume Gomez-6/+10
2024-08-07unused_parens: do not lint against parens around &rawRalf Jung-32/+72
2024-08-07Disallow setting built-in cfgs via set the command-lineUrgau-0/+239
2024-08-07Hide implicit target features from diagnostics when possibleCaleb Zulawski-15/+13