about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-01-20Auto merge of #119821 - oli-obk:reveal_all_const_evals, r=lcnrbors-77/+352
2024-01-20Auto merge of #120136 - matthiaskrgr:rollup-3zzb0z9, r=matthiaskrgrbors-138/+315
2024-01-20Auto merge of #116672 - maurer:128-align, r=nikicbors-0/+103
2024-01-19Rollup merge of #120126 - sjwang05:issue-102269, r=compiler-errorsMatthias Krüger-0/+35
2024-01-19Rollup merge of #120009 - Nadrieril:never_patterns_tyck, r=compiler-errorsMatthias Krüger-90/+191
2024-01-19Rollup merge of #119984 - kpreid:waker-noop, r=dtolnayMatthias Krüger-32/+17
2024-01-19Rollup merge of #117662 - GuillaumeGomez:links-in-headings, r=notriddleMatthias Krüger-16/+72
2024-01-19Auto merge of #120123 - lcnr:sadboi-compat, r=jackh726bors-22/+36
2024-01-19Auto merge of #120121 - matthiaskrgr:rollup-razammh, r=matthiaskrgrbors-4/+69
2024-01-19use implied bounds compat mode in MIR borrowcklcnr-22/+36
2024-01-19Always use RevealAll for const eval queriesOli Scherer-77/+352
2024-01-19Directly use volatile_load intrinsicNikita Popov-1/+3
2024-01-19Add codegen test for ScalarPair with i128 on LLVM 17Nikita Popov-0/+101
2024-01-19Suggest .swap() instead of mem::swap() in more casessjwang05-0/+35
2024-01-19Auto merge of #120112 - matthiaskrgr:rollup-48o3919, r=matthiaskrgrbors-20/+304
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-19Auto merge of #120006 - cjgillot:no-hir-owner, r=wesleywiserbors-570/+533
2024-01-18Split-off the passing tests to ensure they passNadrieril-17/+24
2024-01-18Typecheck never patternsNadrieril-5/+78
2024-01-18Add testsNadrieril-30/+51
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-18Rollup merge of #119828 - azhogin:azhogin/collapse_debuginfo_improved_attr, r...Matthias Krüger-1/+149
2024-01-18Rollup merge of #119730 - vuittont60:master, r=GuillaumeGomezMatthias Krüger-1/+1
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-82/+109
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 #119833 - celinval:smir-accept-closures, r=oli-obkMatthias Krüger-48/+34
2024-01-18Rollup merge of #119172 - nnethercote:earlier-NulInCStr, r=petrochenkovMatthias Krüger-0/+0
2024-01-17Revert changes to internal method for nowCelina G. Val-2/+2
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-17Remove unnecessary `let`s and borrowing from `Waker::noop()` usage.Kevin Reid-32/+17
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-17Auto merge of #118708 - davidtwco:target-tier-assembly-test, r=Mark-Simulacrumbors-0/+747
2024-01-17Improved collapse_debuginfo attribute, added command-line flag (no|external|yes)Andrew Zhogin-1/+149
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-17Auto merge of #119670 - cjgillot:gvn-arithmetic, r=oli-obkbors-477/+1889