about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-01-22raw pointers are not referencesRalf Jung-12/+12
2024-01-22const-eval interner: from-scratch rewrite using mutability information from p...Ralf Jung-196/+733
2024-01-21Rollup merge of #120015 - Zalathar:format, r=dtolnayNadrieril-218/+282
2024-01-21Rollup merge of #119461 - cjgillot:jump-threading-interp, r=tmiaskoNadrieril-0/+122
2024-01-20Auto merge of #111803 - scottmcm:simple-swap-alternative, r=Mark-Simulacrumbors-18/+64
2024-01-20Rollup merge of #120063 - clubby789:remove-box-handling, r=NilstriebGuillaume Gomez-0/+0
2024-01-20Add regression test for #119015 and update testsGuillaume Gomez-7/+38
2024-01-20Rollup merge of #120148 - trevyn:issue-117965, r=cjgillotMatthias Krüger-0/+34
2024-01-20Rollup merge of #119752 - estebank:ice-ice, r=fmeaseMatthias Krüger-0/+532
2024-01-20Rollup merge of #118799 - GKFX:stabilize-simple-offsetof, r=wesleywiserMatthias Krüger-42/+119
2024-01-19Tweak the threshold for chunked swappingAngelicosPhosphoros-18/+64
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-19Update tests after rebaseEsteban Küber-6/+238
2024-01-19Account for traits using self-trait by name without `dyn`Esteban Küber-0/+206
2024-01-19Avoid ICE: Check diagnostic is error before downgradingEsteban Küber-0/+94
2024-01-20Don't delete any lifetimes with boundstrevyn-5/+0
2024-01-20add test issue-117965trevyn-0/+39
2024-01-19Split remaining offset_of features into new tracking issuesGeorge Bateman-7/+12
2024-01-19Remove feature(offset_of) from testsGeorge Bateman-4/+2
2024-01-19Stabilize simple offset_ofGeorge Bateman-36/+110
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-18Use an interpreter in jump threading.Camille GILLOT-0/+122
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