about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-11-25Rollup merge of #132432 - davidlattimore:std-interposable, r=Mark-SimulacrumMatthias Krüger-0/+63
2024-11-25Rollup merge of #131664 - taiki-e:s390x-asm-vreg-inout, r=AmanieuMatthias Krüger-111/+1222
2024-11-25Rollup merge of #131523 - nbdd0121:asm, r=compiler-errorsMatthias Krüger-23/+109
2024-11-25Rollup merge of #133384 - RalfJung:vector-abi-check-tests, r=jieyouxu许杰友 Jieyou Xu (Joe)-19/+92
2024-11-25Rollup merge of #133260 - compiler-errors:deref, r=fee1-dead许杰友 Jieyou Xu (Joe)-21/+13
2024-11-25Rollup merge of #133105 - bvanjoi:issue-132743, r=petrochenkov许杰友 Jieyou Xu (Joe)-0/+28
2024-11-24Make asm_goto_with_outputs a separate feature gateGary Guo-2/+28
2024-11-24Support use of asm goto with outputs and `options(noreturn)`Gary Guo-3/+33
2024-11-24Fix asm goto with outputsGary Guo-20/+50
2024-11-24Make s390x non-clobber-only vector register support unstableTaiki Endo-116/+674
2024-11-24Rollup merge of #133389 - eduardosm:stabilize-const_float_methods, r=RalfJungMatthias Krüger-1/+0
2024-11-24add vector ABI check test for calling extern fnRalf Jung-11/+61
2024-11-24add a test for target-feature-ABI warnings in closuresRalf Jung-10/+33
2024-11-24Constify Deref and DerefMutMichael Goulet-21/+13
2024-11-23Auto merge of #131859 - chriskrycho:update-trpl, r=onur-ozkanbors-137/+137
2024-11-23Auto merge of #133379 - jieyouxu:rollup-00jxo71, r=jieyouxubors-69/+894
2024-11-23Auto merge of #133242 - lcnr:questionable-uwu, r=compiler-errors,BoxyUwUbors-12/+12
2024-11-23Stabilize `const_float_methods`Eduardo Sánchez Muñoz-1/+0
2024-11-23Update tests for new TRPL chapter orderChris Krycho-137/+137
2024-11-23remove remaining references to `Reveal`lcnr-12/+12
2024-11-23Rollup merge of #133374 - RalfJung:abi_unsupported_vector_types, r=jieyouxu许杰友 Jieyou Xu (Joe)-0/+623
2024-11-23Rollup merge of #133355 - chorman0773:spec-layout-tests, r=jieyouxu许杰友 Jieyou Xu (Joe)-0/+265
2024-11-23Rollup merge of #133237 - fee1-dead-contrib:constadd, r=compiler-errors许杰友 Jieyou Xu (Joe)-69/+6
2024-11-23Rollup merge of #133286 - jieyouxu:bug-ourselves, r=compiler-errors许杰友 Jieyou Xu (Joe)-0/+36
2024-11-23Rollup merge of #132949 - clubby789:macro-rules-attr-derive, r=fmease许杰友 Jieyou Xu (Joe)-2/+53
2024-11-23Rollup merge of #127483 - BertalanD:no_sanitize-global-var, r=rcvalle许杰友 Jieyou Xu (Joe)-31/+55
2024-11-23show abi_unsupported_vector_types lint in future breakage reportsRalf Jung-0/+623
2024-11-23Auto merge of #132915 - veluca93:unsafe-fields, r=jswrennbors-18/+415
2024-11-23only store valid proc marco item for doc linkbohan-0/+28
2024-11-23Auto merge of #133360 - compiler-errors:rollup-a2o38tq, r=compiler-errorsbors-217/+543
2024-11-22Rollup merge of #133159 - Zalathar:unstable-options-no-value, r=jieyouxuMichael Goulet-7/+7
2024-11-22Rollup merge of #133102 - RalfJung:aarch64-softfloat, r=davidtwco,wesleywiserMichael Goulet-0/+48
2024-11-22Rollup merge of #132911 - compiler-errors:async-fn-sugar, r=fmeaseMichael Goulet-7/+38
2024-11-22Rollup merge of #132658 - estebank:const-in-pattern-typo, r=NadrierilMichael Goulet-0/+123
2024-11-22Rollup merge of #132090 - compiler-errors:baily, r=lcnrMichael Goulet-203/+327
2024-11-22Remove `#[cfg(test)]` related stubsConnor Horman-57/+10
2024-11-23Auto merge of #132329 - compiler-errors:fn-and-destruct, r=lcnrbors-74/+237
2024-11-22Add language tests for aggregate typesConnor Horman-0/+312
2024-11-22Auto merge of #133349 - ehuss:stabilize-2024, r=traviscross,compiler-errorsbors-330/+304
2024-11-22Stabilize the 2024 editionEric Huss-330/+304
2024-11-22Check drop is trivial before checking ty needs dropMichael Goulet-177/+46
2024-11-22Pretty print AsyncFn traits tooMichael Goulet-6/+37
2024-11-22Deduplicate checking drop terminatorMichael Goulet-14/+15
2024-11-22Gate const drop behind const_destruct feature, and fix const_precise_live_dro...Michael Goulet-26/+243
2024-11-22Implement ~const Destruct in new solverMichael Goulet-23/+99
2024-11-22Diagnostic for using macro_rules macro as attr/deriveclubby789-28/+18
2024-11-22Simplify logic a bitMichael Goulet-1/+1
2024-11-22Auto merge of #133339 - jieyouxu:rollup-gav0nvr, r=jieyouxubors-10/+18
2024-11-22Rollup merge of #133323 - compiler-errors:bail-if-self-var, r=lcnr许杰友 Jieyou Xu (Joe)-0/+16
2024-11-22Auto merge of #130867 - michirakara:steps_between, r=dtolnaybors-3/+3