about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2022-07-11Rollup merge of #99091 - compiler-errors:private-types-should-stay-private, r...Dylan DPC-1/+47
2022-07-11Rollup merge of #98907 - compiler-errors:plz-no-float, r=oli-obkDylan DPC-0/+34
2022-07-11Rollup merge of #98882 - compiler-errors:explain-doc-comments-in-macros, r=da...Dylan DPC-2/+8
2022-07-11Handle tags better.Nicholas Nethercote-118/+78
2022-07-11Do not mention private Self types from other cratesMichael Goulet-1/+47
2022-07-11Mention similarly named associated type even if it's not clearly in supertraitMichael Goulet-3/+24
2022-07-11Do not suggest same trait over againMichael Goulet-5/+0
2022-07-11Use fake substs to check for `Self: Sized` predicates on method receiversMichael Goulet-0/+59
2022-07-11Avoid some unnecessary blocks in derive output.Nicholas Nethercote-9/+6
2022-07-11Rename tag-related things.Nicholas Nethercote-90/+89
2022-07-11Remove unnecessary `&*` sigil pairs in derived code.Nicholas Nethercote-42/+37
2022-07-11Remove unnecessary sigils and `ref`s in derived code.Nicholas Nethercote-107/+105
2022-07-11Deny floats even when adt_const_params is enabledMichael Goulet-0/+34
2022-07-10explain doc comments in macros a bitMichael Goulet-2/+8
2022-07-11Rollup merge of #99095 - rhysd:issue-99092, r=compiler-errorsMatthias Krüger-1/+33
2022-07-11Rollup merge of #98713 - nikomatsakis:issue-98693, r=jackh726Matthias Krüger-1/+52
2022-07-11Add a fieldless enum with one variant to `deriving-all-codegen.rs`.Nicholas Nethercote-0/+81
2022-07-11Add a non-`Copy` packed struct to `deriving-all-codegen.rs`.Nicholas Nethercote-22/+124
2022-07-11Add a struct with an unsized field to the `deriving-all-codegen.rs` test.Nicholas Nethercote-1/+60
2022-07-10Fix drop-tracking ICE when a struct containing a field with a `Drop` impl is ...Joshua Nelson-32/+344
2022-07-10Don't try to resolve inference variables in WF computation, just registerJack Huey-3/+8
2022-07-11remove a string matching about methodsTakayuki Maeda-31/+72
2022-07-10Auto merge of #98785 - compiler-errors:no-check-expr-in-check-compatible, r=e...bors-18/+5
2022-07-10Auto merge of #98463 - mystor:expand_expr_bool, r=eddybbors-1/+70
2022-07-10Remove duplicate notes from error on inter-crate ambiguous impl of traits (fi...rhysd-1/+33
2022-07-09Partially stabilize const_slice_from_raw_partsKonrad Borowski-60/+56
2022-07-09Do not call `check_expr` in `check_compatible`, since it has side-effects and...Michael Goulet-18/+5
2022-07-09Rollup merge of #99008 - obeis:issue-98974, r=compiler-errorsDylan DPC-6/+24
2022-07-09Rollup merge of #98980 - RalfJung:const-prop-ice, r=oli-obkDylan DPC-0/+18
2022-07-08Fix duplicated type annotation suggestionDaniel Xu-24/+0
2022-07-08distinguish the method and associated function diagnostic informationYiming Lei-14/+14
2022-07-08Auto merge of #98816 - estebank:implicit-sized, r=oli-obkbors-99/+230
2022-07-08fix stderr output file after rebaseJane Losare-Lusby-23/+5
2022-07-08fixes post rebaseJane Losare-Lusby-17/+1
2022-07-08add rt flag to allowed internal unstable for RustcEncodable/DecodableJane Lusby-0/+8
2022-07-08add opt in attribute for stable-in-unstable itemsJane Lusby-0/+64
2022-07-08Support unstable moves via stable in unstable itemsJane Lusby-8/+150
2022-07-08Auto merge of #98614 - oli-obk:take_unsound_opaque_types, r=wesleywiserbors-173/+86
2022-07-08Auto merge of #99054 - Dylan-DPC:rollup-0zuhhds, r=Dylan-DPCbors-5/+34
2022-07-08Create a custom layout path for UnsafeCell instead of piggy backing on the la...Oli Scherer-0/+9
2022-07-08Add tests for libstd typesOli Scherer-5/+17
2022-07-08Rollup merge of #98794 - compiler-errors:conflicting-param-env, r=michaelwoer...Dylan DPC-5/+34
2022-07-08Auto merge of #98758 - nnethercote:more-derive-output-improvements, r=Mark-Si...bors-361/+412
2022-07-08Update ui test for the new E0530 suggestionObei Sideg-6/+24
2022-07-08Fix last let_chains blockerCaio-293/+803
2022-07-08Rollup merge of #98718 - yoshuawuyts:stabilize-into-future, r=yaahcMatthias Krüger-2/+0
2022-07-08Rollup merge of #95635 - davidtwco:terminal-width-stabilization, r=oli-obkMatthias Krüger-19/+19
2022-07-08Highlight conflicting param-env candidatesMichael Goulet-5/+34
2022-07-08Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebankbors-1255/+872
2022-07-08add `#[test]` to functions in test modulesTakayuki Maeda-186/+97