about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-01-19Auto merge of #120121 - matthiaskrgr:rollup-razammh, r=matthiaskrgrbors-4/+69
2024-01-19Rollup merge of #120107 - shepmaster:dead-code-repr-transparent, r=NilstriebMatthias Krüger-3/+17
2024-01-19Rollup merge of #119062 - compiler-errors:asm-in-let-else, r=davidtwco,est31Matthias Krüger-1/+52
2024-01-18Rollup merge of #120094 - krasimirgg:inline-asm-llvm-18, r=nikicMatthias Krüger-14/+116
2024-01-18Rollup merge of #119869 - oli-obk:track_errors2, r=matthewjasperMatthias Krüger-4/+38
2024-01-18Remove no-longer-needed `allow(dead_code)` from the testsJake Goulding-3/+3
2024-01-18`dead_code` treats `#[repr(transparent)]` the same as `#[repr(C)]`Jake Goulding-0/+14
2024-01-18Auto merge of #120089 - matthiaskrgr:rollup-xyfqrb5, r=matthiaskrgrbors-34/+75
2024-01-18Auto merge of #118553 - jackh726:lint-implied-bounds, r=lcnrbors-69/+110
2024-01-18tests/ui/asm/inline-syntax: adapt for LLVM 18Krasimir Georgiev-14/+116
2024-01-18Rollup merge of #120057 - oli-obk:not_sure_wtf_is_going_on, r=compiler-errorsMatthias Krüger-0/+72
2024-01-18Rollup merge of #119978 - compiler-errors:async-closure-captures, r=oli-obkMatthias Krüger-34/+3
2024-01-18Rollup merge of #119172 - nnethercote:earlier-NulInCStr, r=petrochenkovMatthias Krüger-0/+0
2024-01-17Don't use compat versions of implied bounds in ImpliedOutlivesBounds queryJack Huey-16/+26
2024-01-17Correctly handle normalization in implied boundsAli MJ Al-Nasrawy-59/+90
2024-01-18Suggest wrapping mac args in parens rather than the whole expressionMichael Goulet-6/+6
2024-01-17Deny braced macro invocations in let-elseMichael Goulet-1/+52
2024-01-17Rollup merge of #120056 - oli-obk:arg_mismatch_ice, r=compiler-errorsMatthias Krüger-0/+99
2024-01-17Rollup merge of #120031 - compiler-errors:construct-closure-ty-eagerly, r=oli...Matthias Krüger-3/+3
2024-01-17Rollup merge of #120020 - oli-obk:long_const_eval_err_taint, r=compiler-errorsMatthias Krüger-4/+12
2024-01-17Rollup merge of #119975 - lukas-code:inferring-return-types-and-opaque-types-...Matthias Krüger-1/+50
2024-01-17Don't ICE when deducing future output if other errors already occurredOli Scherer-0/+72
2024-01-17Use FnOnceOutput instead of FnOnce where expectedOli Scherer-0/+99
2024-01-17Auto merge of #119930 - Urgau:check-cfg-empty-values-means-empty, r=petrochenkovbors-19/+62
2024-01-17Move `check_mod_impl_wf` query call out of track_errors and bubble errors up ...Oli Scherer-4/+38
2024-01-17Auto merge of #119651 - novafacing:proc_macro_c_str_literals, r=Amanieubors-4/+30
2024-01-17Auto merge of #120019 - lcnr:fn-wf, r=BoxyUwUbors-100/+342
2024-01-17Eagerly instantiate closure tyMichael Goulet-3/+3
2024-01-16proc_macro_c_str_literals: Implement Literal::c_string constructornovafacing-4/+30
2024-01-16Auto merge of #116520 - Enselic:large-copy-into-fn, r=oli-obkbors-2/+57
2024-01-16Fix async closure call suggestionMichael Goulet-0/+5
2024-01-16Async closures will move params into the future alwaysMichael Goulet-39/+3
2024-01-16Rollup merge of #119816 - oli-obk:tait_ice_unify_obligations, r=lcnrMatthias Krüger-0/+28
2024-01-16add test for non-defining use of TAIT in foreign function itemLukas Markeffsky-1/+15
2024-01-16Don't ICE if TAIT-defining fn contains a closure with `_` in return typeLukas Markeffsky-0/+35
2024-01-16Auto merge of #119947 - compiler-errors:old-solver-instantiate-response, r=lcnrbors-0/+94
2024-01-16Skip dead code checks on items that failed typeckOli Scherer-4/+12
2024-01-16wf-check type annotations before normalizationAli MJ Al-Nasrawy-7/+30
2024-01-16borrowck: use implied bounds from impl headerAli MJ Al-Nasrawy-53/+63
2024-01-16borrowck: wf-check fn item argsAli MJ Al-Nasrawy-47/+256
2024-01-15Auto merge of #119610 - Nadrieril:never_pattern_bindings, r=compiler-errorsbors-98/+131
2024-01-15large_assignments: Lint on specific large args passed to functionsMartin Nordholts-2/+57
2024-01-15Rollup merge of #119963 - clubby789:spec-allow-internal-unstable, r=compiler-...Matthias Krüger-0/+18
2024-01-15Rollup merge of #119818 - oli-obk:even_more_follow_up_errors3, r=compiler-errorsMatthias Krüger-48/+22
2024-01-14Fix `allow_internal_unstable` for `(min_)specialization`clubby789-0/+18
2024-01-14Rollup merge of #119944 - compiler-errors:no-match-due-to-gat-bounds, r=fmeaseGuillaume Gomez-0/+85
2024-01-14Auto merge of #119361 - sjwang05:issue-119352, r=WaffleLapkinbors-1/+30
2024-01-14Auto merge of #119934 - compiler-errors:could-impl, r=jackh726bors-29/+66
2024-01-14Auto merge of #119341 - sjwang05:issue-58462, r=WaffleLapkinbors-2/+61
2024-01-13Add a simpler testMichael Goulet-0/+45