about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-08-17Auto merge of #128771 - carbotaniuman:stabilize_unsafe_attr, r=nnethercotebors-83/+44
2024-08-17Auto merge of #128792 - compiler-errors:foreign-sig, r=spastorinobors-48/+105
2024-08-17Rollup merge of #129168 - BoxyUwU:mismatched_ty_correct_id, r=compiler-errorsMatthias Krüger-0/+172
2024-08-17Rollup merge of #128989 - s7tya:check-linkage-attribute-pos, r=petrochenkovMatthias Krüger-0/+97
2024-08-17Auto merge of #128598 - RalfJung:float-comments, r=workingjubileebors-183/+31
2024-08-17more clear NAN names and fix broken_floats logicRalf Jung-12/+14
2024-08-17disable problematic float-conv tests in i586 targetsRalf Jung-6/+13
2024-08-17Emit an error for invalid use of the linkage attributeShina-0/+97
2024-08-16Rewrite `get_fn_id_for_return_block`Boxy-0/+172
2024-08-16Simplify cleaning foreign fns in rustdocMichael Goulet-2/+2
2024-08-16Don't ICE on Fn trait error for foreign fnMichael Goulet-0/+57
2024-08-16Use FnSig instead of raw FnDecl for ForeignItemKind::FnMichael Goulet-46/+46
2024-08-16Rollup merge of #129154 - wafarm:fix-95463, r=estebankMatthias Krüger-6/+6
2024-08-16Rollup merge of #129042 - Jaic1:fix-116308, r=BoxyUwUMatthias Krüger-0/+18
2024-08-16Fix wrong source location for some incorrect macro definitionsWafarm-6/+6
2024-08-16float to/from bits and classify: update comments regarding non-conformant har...Ralf Jung-183/+22
2024-08-16Special-case alias ty in `try_from_lit`Jaic1-0/+18
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