about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-10-21abi/compatibility: also test Option-like typesRalf Jung-1/+17
2024-10-21Auto merge of #130628 - workingjubilee:clean-up-result-ffi-guarantees, r=Ralf...bors-478/+162
2024-10-21lang: Strengthen RFC 3391 guarantees to match T-lang consensusJubilee Young-0/+71
2024-10-21Auto merge of #131988 - matthiaskrgr:rollup-tx173wn, r=matthiaskrgrbors-4/+51
2024-10-21Rollup merge of #126588 - linyihai:trim-extra-comma, r=petrochenkovMatthias Krüger-4/+51
2024-10-21Auto merge of #130950 - compiler-errors:yeet-eval, r=BoxyUwUbors-0/+53
2024-10-20Auto merge of #131980 - matthiaskrgr:rollup-iy5nw71, r=matthiaskrgrbors-49/+91
2024-10-20Rollup merge of #131927 - clubby789:skip-filecheck-directives, r=Mark-SimulacrumMatthias Krüger-3/+1
2024-10-20Rollup merge of #131814 - Borgerr:misapplied-optimize-attribute, r=jieyouxuMatthias Krüger-46/+90
2024-10-20Auto merge of #131949 - Noratrieb:fxhashup-thanks-alona, r=WaffleLapkinbors-45/+45
2024-10-20Rollup merge of #131964 - matthiaskrgr:crashes2010, r=jieyouxuMatthias Krüger-0/+76
2024-10-20Rollup merge of #131843 - workingjubilee:thaw-impossible-reprs, r=lukas-codeMatthias Krüger-4/+107
2024-10-20Rollup merge of #121560 - Noratrieb:stop-lint-macro-nonsense, r=jieyouxuMatthias Krüger-29/+255
2024-10-20misapplied optimize attribute throws a compilation error (#128488)ash-46/+90
2024-10-20Added more scenarios where commas need to be removedLin Yihai-4/+51
2024-10-20compiler: Reject impossible reprs during enum layoutJubilee Young-4/+107
2024-10-20compiler: pre-move code for fixing enum layout ICEsJubilee Young-0/+0
2024-10-20add latest crash testsMatthias Krüger-0/+76
2024-10-20Stop relying on hashmap iteration for unused macro rules armsNoratrieb-22/+22
2024-10-20Stop relying on hashmap iteration for hir stat printingNoratrieb-23/+23
2024-10-19compiler: Fully stabilize `result_ffi_guarantees`Jubilee Young-417/+30
2024-10-19Rollup merge of #131925 - clubby789:redundant-revision-cfg, r=jieyouxuMatthias Krüger-11/+9
2024-10-19Rollup merge of #131920 - clubby789:108395-test, r=jieyouxuMatthias Krüger-0/+27
2024-10-19Rollup merge of #131795 - compiler-errors:expectation, r=NadrierilMatthias Krüger-61/+44
2024-10-19Rollup merge of #131789 - compiler-errors:capture-more, r=fmeaseMatthias Krüger-0/+37
2024-10-19Rollup merge of #127675 - chenyukang:yukang-fix-127562-addr, r=petrochenkovMatthias Krüger-0/+16
2024-10-19Rollup merge of #116863 - workingjubilee:non-exhaustive-is-not-ffi-unsafe, r=...Matthias Krüger-6/+25
2024-10-19Fix transmute goalMichael Goulet-0/+53
2024-10-19Make sure that outer opaques capture inner opaques's lifetimes even with prec...Michael Goulet-0/+37
2024-10-19Auto merge of #131934 - matthiaskrgr:rollup-pd3dwxu, r=matthiaskrgrbors-0/+17
2024-10-19Rollup merge of #131537 - hirschenberger:master, r=compiler-errorsMatthias Krüger-0/+17
2024-10-19Auto merge of #131211 - bjorn3:rust_abi_follow_c_rules, r=nikic,jieyouxubors-74/+173
2024-10-19Emit error on `skip-filecheck` test containing filecheck directivesclubby789-3/+1
2024-10-19Fix test expectations for 32bit x86bjorn3-16/+12
2024-10-19Warn on redundant `--cfg` directive when revisions are usedclubby789-11/+9
2024-10-19Add codegen test for branchy bool matchclubby789-0/+27
2024-10-18Expand test coverage for deny-inside-forbid interactions许杰友 Jieyou Xu (Joe)-12/+188
2024-10-18Allow `#[deny(..)]` inside `#[forbid(..)]` as a no-op with a warningNoratrieb-29/+79
2024-10-18Fix #131471, range misleading field accessFalco Hirschenberger-0/+17
2024-10-18Rollup merge of #131864 - lrh2000:upcast_reorder, r=WaffleLapkin许杰友 Jieyou Xu (Joe)-8/+31
2024-10-18Rollup merge of #131802 - compiler-errors:fnonce-coverage, r=Zalathar许杰友 Jieyou Xu (Joe)-19/+95
2024-10-18Rollup merge of #131755 - jfrimmel:avr-rjmp-offset-regression-test, r=jieyouxu许杰友 Jieyou Xu (Joe)-0/+107
2024-10-18Dont ICE when computing coverage of synthetic async closure bodyMichael Goulet-19/+95
2024-10-18Rollup merge of #131857 - WaffleLapkin:dyn-drop-principal-3, r=compiler-errorsMatthias Krüger-30/+99
2024-10-18Never emit `vptr` for empty/auto traitsRuihan Li-8/+31
2024-10-18Add more testsJules Bertholet-1/+30
2024-10-17Auto merge of #131572 - cuviper:ub-index_range, r=thomccbors-0/+5
2024-10-17Rollup merge of #131833 - c-ryan747:patch-1, r=NoratriebMatthias Krüger-4/+4
2024-10-17Allow dropping dyn principalMichael Goulet-30/+70
2024-10-17Fix must_use lint for command exec testsCallum Ryan-4/+4