about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-01-19Auto merge of #120121 - matthiaskrgr:rollup-razammh, r=matthiaskrgrbors-4/+69
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-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-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
2024-01-17Move `check_mod_impl_wf` query call out of track_errors and bubble errors up ...Oli Scherer-4/+38
2024-01-17tests: add sanity-check assembly test for every targetDavid Wood-0/+747
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-16Bless incremental tests.Camille GILLOT-570/+533
2024-01-16Remove tcx function and make `internal` fn saferCelina G. Val-11/+11
2024-01-16Do not read a scalar on a non-scalar layout.Camille GILLOT-0/+795
2024-01-16Simplify Len.Camille GILLOT-48/+62
2024-01-16Simplify unary operations.Camille GILLOT-18/+351
2024-01-16Simplify binary ops.Camille GILLOT-429/+699
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-16Remove tcx from SMIR run macro and accept closuresCelina G. Val-43/+29
2024-01-16Auto merge of #120025 - matthiaskrgr:rollup-e9ai06k, r=matthiaskrgrbors-0/+28
2024-01-16Fix async closure call suggestionMichael Goulet-0/+5
2024-01-16Async closures will move params into the future alwaysMichael Goulet-39/+3