about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-04-21Ensure mir_drops_elaborated_and_const_checked when requiring codegen.Camille GILLOT-39/+24
2023-04-21Auto merge of #96840 - cjgillot:query-feed, r=oli-obkbors-6/+6
2023-04-21Rollup merge of #110578 - bvanjoi:fix-issue-110547, r=jackh726Matthias Krüger-0/+36
2023-04-21Rollup merge of #110555 - compiler-errors:subst-missing-trait-items, r=cjgillotMatthias Krüger-51/+68
2023-04-21Auto merge of #110370 - c410-f3r:dqewdas, r=petrochenkovbors-98/+0
2023-04-21fix(error): normalize whitespace during msg_to_bufferbohan-0/+36
2023-04-20Move test filesCaio-98/+0
2023-04-20Give more descriptive names to queries.Camille GILLOT-5/+5
2023-04-20Remove WithOptconstParam.Camille GILLOT-1/+1
2023-04-20Rollup merge of #110575 - Ezrashaw:fix-regression-110573, r=compiler-errorsYuki Okushi-0/+12
2023-04-20Rollup merge of #102341 - jmillikin:nonzero-impl-neg, r=dtolnayYuki Okushi-0/+12
2023-04-20Implement `Neg` for signed non-zero integers.John Millikin-0/+12
2023-04-20reimpl `make non_upper_case_globals lint not report trait impls`Ezra Shaw-0/+12
2023-04-20Auto merge of #110399 - cjgillot:infer-variance, r=aliemjaybors-0/+51
2023-04-19Auto merge of #110061 - WaffleLapkin:duality_of_myself_and_this, r=cjgillotbors-61/+233
2023-04-19Format missing GATs correctlyMichael Goulet-1/+28
2023-04-19Auto merge of #106704 - ecnelises:big_archive, r=bjorn3bors-1/+7
2023-04-19Extend and use `hir::Node::body_id`Maybe Waffle-61/+70
2023-04-19 Add suggestion to use a closure arg instead of a capture on bck errorMaybe Waffle-5/+55
2023-04-19Add test for `a.f(|this| a.g())`Maybe Waffle-0/+113
2023-04-19Make missing impl item suggestions more obvious that they're missingMichael Goulet-49/+39
2023-04-19Substitute missing item suggestion correctlyMichael Goulet-3/+3
2023-04-19Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obkbors-393/+748
2023-04-19Bump version of object and related cratesQiu Chaofan-1/+7
2023-04-19Rollup merge of #110513 - Ezrashaw:fix-trait-const-name-lint, r=compiler-errorsMatthias Krüger-0/+29
2023-04-19Rollup merge of #110510 - bryangarza:issue-110467-safe-transmute, r=compiler-...Matthias Krüger-0/+17
2023-04-19Rollup merge of #110432 - compiler-errors:unsatisfied-index-impl, r=cjgillotMatthias Krüger-0/+91
2023-04-19make `non_upper_case_globals` lint not report trait implsEzra Shaw-0/+29
2023-04-19Auto merge of #110229 - jyn514:download-rustc-tests, r=albertlarsan68bors-0/+7
2023-04-18Fix ICE for transmutability in candidate assemblyBryan Garza-0/+17
2023-04-18Test downstream errors from bad index exprMichael Goulet-28/+75
2023-04-18Report reason why index impl is not satisfied deeplyMichael Goulet-0/+44
2023-04-18Auto merge of #110492 - GuillaumeGomez:rollup-n4tpbl4, r=GuillaumeGomezbors-8/+8
2023-04-18Rollup merge of #110441 - kadiwa4:typos, r=thomccGuillaume Gomez-1/+1
2023-04-18Fix no_std tests that load libc when download-rustc is enabledJoshua Nelson-0/+7
2023-04-18Auto merge of #110478 - jyn514:stage1-fulldeps, r=albertlarsan68bors-0/+22
2023-04-17Support `x test --stage 1 ui-fulldeps`jyn-0/+22
2023-04-17Spelling - compilerJosh Soref-7/+7
2023-04-17Rollup merge of #110434 - compiler-errors:issue-110171, r=oli-obkMatthias Krüger-0/+31
2023-04-17Rollup merge of #110425 - compiler-errors:def-span-for-ct-param, r=petrochenkovMatthias Krüger-0/+30
2023-04-17Rollup merge of #110313 - fee1-dead-contrib:repr_align_method, r=WaffleLapkinMatthias Krüger-0/+17
2023-04-17Rollup merge of #110257 - lukas-code:why-would-anyone-write-code-like-that-an...Matthias Krüger-23/+77
2023-04-17add test for invalid places of repr alignDeadbeef-0/+17
2023-04-17typoskadiwa-1/+1
2023-04-17Encode def span for ConstParamMichael Goulet-0/+30
2023-04-16Check freeze with right param-envMichael Goulet-0/+31
2023-04-16Erase regions when confirming transmutability candidateMichael Goulet-4/+49
2023-04-16Account for variance in outlives verification.Camille GILLOT-21/+0
2023-04-16fix library and rustdoc testsDeadbeef-393/+748
2023-04-16Rollup merge of #109665 - fee1-dead-contrib:rm-remap-queries, r=oli-obkfee1-dead-0/+23