about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-07-04Auto merge of #127127 - notriddle:notriddle/pulldown-cmark-0.11, r=GuillaumeG...bors-0/+102
2024-07-03Auto merge of #127296 - matthiaskrgr:rollup-1t1isa7, r=matthiaskrgrbors-90/+306
2024-07-03Rollup merge of #127280 - ferrocene:hoverbear/disable-rmake-rustdoc-io-error,...Matthias Krüger-2/+7
2024-07-03Rollup merge of #127253 - chenyukang:yukang-fix-126246-fn-parameters-check, r...Matthias Krüger-0/+145
2024-07-03Rollup merge of #127184 - bjorn3:interface_refactor2, r=NadrierilMatthias Krüger-2/+5
2024-07-03Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebankMatthias Krüger-86/+149
2024-07-03Auto merge of #127044 - Oneirical:fantestic-journey, r=Kobzol,jieyouxubors-70/+133
2024-07-03Disable rmake test rustdoc-io-error on riscv64gc-gnuAna Hobden-2/+7
2024-07-03Auto merge of #127278 - matthiaskrgr:rollup-fjexkdr, r=matthiaskrgrbors-2/+135
2024-07-03Rollup merge of #127264 - GuillaumeGomez:run-make-support-api-improvements, r...Matthias Krüger-1/+1
2024-07-03Rollup merge of #127248 - spastorino:unsafe-extern-tests, r=compiler-errorsMatthias Krüger-0/+47
2024-07-03Rollup merge of #127202 - oli-obk:do_not_count_errors, r=wesleywiserMatthias Krüger-1/+75
2024-07-03Rollup merge of #126803 - tgross35:verbose-asm, r=AmanieuMatthias Krüger-0/+12
2024-07-03Add parse fail test using safe trait/impl traitSantiago Pastorino-0/+47
2024-07-03Auto merge of #126094 - petrochenkov:libsearch, r=michaelwoeristerbors-0/+20
2024-07-03Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnrbors-65/+80
2024-07-03Small `run-make-support` API improvementsGuillaume Gomez-1/+1
2024-07-03Rollup merge of #127245 - BoxyUwU:gce_hang_test, r=NilstriebJacob Pratt-0/+32
2024-07-03Rollup merge of #127239 - RalfJung:big-endian, r=NadrierilJacob Pratt-6/+5
2024-07-03Rollup merge of #127115 - RalfJung:unreferenced-used-static, r=lqd,ChrisDentonJacob Pratt-3/+4
2024-07-03Rollup merge of #126917 - ferrocene:hoverbear/riscv64-inaccessible-temp-dir-r...Jacob Pratt-2/+6
2024-07-03Rollup merge of #126403 - compiler-errors:better-type-errors, r=lcnrJacob Pratt-9/+39
2024-07-03Rollup merge of #123588 - tgross35:stabilize-assert_unchecked, r=dtolnayJacob Pratt-6/+2
2024-07-03Auto merge of #123737 - compiler-errors:alias-wf, r=lcnrbors-0/+20
2024-07-02Always preserve user-written comments in assemblyTrevor Gross-0/+12
2024-07-03Fix incorrect suggestion for extra argument with a type erroryukang-0/+145
2024-07-02Instance::resolve -> Instance::try_resolve, and other nitsMichael Goulet-1/+3
2024-07-02Actually report normalization-based type errors correctly for alias-relate ob...Michael Goulet-9/+39
2024-07-02Re-implement a type-size based limitMichael Goulet-65/+78
2024-07-02add testBoxy-0/+32
2024-07-02Rollup merge of #127243 - BoxyUwU:new_invalid_const_param_ty_test, r=compiler...Matthias Krüger-0/+69
2024-07-02Rollup merge of #127230 - hattizai:patch01, r=saethlinMatthias Krüger-3/+3
2024-07-02Rollup merge of #127203 - chenyukang:yukang-fix-120074-import, r=NadrierilMatthias Krüger-0/+34
2024-07-02Rollup merge of #127168 - DianQK:cast-size, r=workingjubileeMatthias Krüger-27/+344
2024-07-02Rollup merge of #127136 - compiler-errors:coroutine-closure-env-shim, r=oli-obkMatthias Krüger-23/+157
2024-07-02Rollup merge of #126883 - dtolnay:breakvalue, r=fmeaseMatthias Krüger-0/+33
2024-07-02rewrite test-harness to rmakeOneirical-10/+28
2024-07-02rewrite msvc-opt-minsize to ui testOneirical-25/+31
2024-07-02rewrite and rename issue-47384 to rmakeOneirical-12/+29
2024-07-02rewrite rlib-chain to rmakeOneirical-13/+26
2024-07-02rewrite dylib-chain to rmakeOneirical-13/+22
2024-07-02Add testBoxy-0/+69
2024-07-02remove unnecessary ignore-endian-big from stack-overflow-trait-infer testRalf Jung-6/+5
2024-07-02Disable rmake test inaccessible-temp-dir on riscv64Ana Hobden-2/+6
2024-07-02linker: Link dylib crates by pathVadim Petrochenkov-0/+20
2024-07-02chore: remove duplicate wordshattizai-3/+3
2024-07-01Parenthesize break values containing leading labelDavid Tolnay-2/+2
2024-07-02Use the aligned size for alloca at ret when the pass mode is cast.DianQK-11/+11
2024-07-02Use the aligned size for alloca at args when the pass mode is cast.DianQK-28/+11
2024-07-02Add the definition for `extern "C"` at `cast-target-abi.rs`.DianQK-24/+358