about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-08-16Overhaul token collection.Nicholas Nethercote-16/+50
2024-08-16Add some attribute `stringify!` tests.Nicholas Nethercote-2/+53
2024-08-15Rollup merge of #129101 - compiler-errors:deref-on-parent-by-ref, r=lcnrMatthias Krüger-0/+34
2024-08-15Rollup merge of #129072 - compiler-errors:more-powerful-async-closure-inferen...Matthias Krüger-0/+49
2024-08-15Rollup merge of #128348 - dingxiangfei2009:allow-shadow-call-stack-sanitizer,...Matthias Krüger-0/+15
2024-08-15Rollup merge of #128925 - dingxiangfei2009:smart-ptr-helper-attr, r=compiler-...Matthias Krüger-12/+164
2024-08-15Rollup merge of #125970 - RalfJung:before_exec, r=m-ou-seMatthias Krüger-0/+28
2024-08-14Infer async closure args from Fn bound even if there is no corresponding Futu...Michael Goulet-0/+49
2024-08-14Fix projections when parent capture is by-refMichael Goulet-0/+34
2024-08-14Rollup merge of #129059 - compiler-errors:subtyping-correct-type, r=lcnr许杰友 Jieyou Xu (Joe)-3/+20
2024-08-14Rollup merge of #128954 - zachs18:fromresidual-no-default, r=scottmcm许杰友 Jieyou Xu (Joe)-3/+3
2024-08-14Rollup merge of #128570 - folkertdev:stabilize-asm-const, r=Amanieu许杰友 Jieyou Xu (Joe)-326/+263
2024-08-14CommandExt::before_exec: deprecate safety in edition 2024Ralf Jung-0/+28
2024-08-14Auto merge of #129060 - matthiaskrgr:rollup-s72gpif, r=matthiaskrgrbors-4/+5
2024-08-14Rollup merge of #129062 - Nadrieril:fix-129009, r=compiler-errorsMatthias Krüger-95/+132
2024-08-14Rollup merge of #128759 - notriddle:notriddle/spec-to-string, r=workingjubile...Matthias Krüger-0/+7
2024-08-13stabilize `asm_const`Folkert-326/+263
2024-08-13Remove a no-longer-true `assert`Nadrieril-95/+132
2024-08-13Use the right type when coercing fn items to pointersMichael Goulet-3/+20
2024-08-13Rollup merge of #129034 - henryksloan:coroutine-must-use, r=joboetMatthias Krüger-2/+3
2024-08-13Rollup merge of #127857 - tbu-:pr_deprecated_safe_todo, r=petrochenkovMatthias Krüger-2/+2
2024-08-13diagnostics: use `DeepRejectCtxt` for checkMichael Howell-0/+4
2024-08-13Rollup merge of #129026 - rcvalle:rust-cfi-move-cfi-ui-tests-to-cfi-directory...Matthias Krüger-1/+1
2024-08-13`#[deprecated_safe_2024]`: Also use the `// TODO:` hint in the compiler errorTobias Bucher-2/+2
2024-08-13Allow to customize `// TODO:` comment for deprecated safe autofixTobias Bucher-2/+2
2024-08-13Auto merge of #128742 - RalfJung:miri-vtable-uniqueness, r=saethlinbors-77/+152
2024-08-12Add must_use attribute to Coroutine traitHenry Sloan-2/+3
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-13derive(SmartPointer): register helper attributesDing Xiang Fei-12/+164
2024-08-12Explicitly specify type parameter on FromResidual impls in stdlib.Zachary S-3/+3
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