about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-03-29Auto merge of #123071 - rcvalle:rust-cfi-fix-method-fn-ptr-cast, r=compiler-e...bors-0/+45
2024-03-29Auto merge of #122975 - DianQK:simplify_ub_check, r=saethlinbors-38/+86
2024-03-29Auto merge of #122671 - Mark-Simulacrum:const-panic-msg, r=Nilstriebbors-4/+12
2024-03-28Auto merge of #123171 - matthiaskrgr:rollup-7id2r8o, r=matthiaskrgrbors-57/+36
2024-03-28Rollup merge of #123162 - GuillaumeGomez:fix-123158, r=notriddleMatthias Krüger-0/+8
2024-03-28Rollup merge of #123146 - jieyouxu:use-compiletest-directives, r=clubby789Matthias Krüger-57/+20
2024-03-28Rollup merge of #123096 - compiler-errors:postfix-match-parens, r=fmeaseMatthias Krüger-0/+8
2024-03-28Restore the test checks for `wider_reduce_into_iter`DianQK-3/+3
2024-03-28Add regression test for #123158Guillaume Gomez-0/+8
2024-03-28Auto merge of #116891 - aliemjay:opaque-region-infer-rework-2, r=compiler-err...bors-164/+594
2024-03-28remove test FIXME re once-module-regionAli MJ Al-Nasrawy-8/+6
2024-03-28fixup except equal params fromAli MJ Al-Nasrawy-1/+3
2024-03-28simplify check_uniqueAli MJ Al-Nasrawy-180/+27
2024-03-28reject external lifetimes as invalid argumentsAli MJ Al-Nasrawy-0/+40
2024-03-28rework opaque types region inferenceAli MJ Al-Nasrawy-5/+178
2024-03-28check RPITs for invalid argsAli MJ Al-Nasrawy-36/+133
2024-03-28ignore error paramsAli MJ Al-Nasrawy-41/+6
2024-03-28except equal parameters from the uniqueness checkAli MJ Al-Nasrawy-4/+149
2024-03-28Auto merge of #122832 - oli-obk:no_ord_def_id3, r=michaelwoeristerbors-322/+322
2024-03-28Auto merge of #121833 - kornelski:parent_include, r=estebankbors-3/+65
2024-03-27CFI: Fix methods as function pointer castRamon de C Valle-0/+45
2024-03-27Rollup merge of #123133 - xiaoxiangxianzi:master, r=fmeaseMatthias Krüger-1/+1
2024-03-27Rollup merge of #123130 - oli-obk:missing_type_taint, r=compiler-errorsMatthias Krüger-13/+75
2024-03-27Rollup merge of #123101 - Bryanskiy:delegation-fixes-2, r=petrochenkovMatthias Krüger-177/+225
2024-03-27Rollup merge of #123075 - rcvalle:rust-cfi-fix-drop-drop-in-place, r=compiler...Matthias Krüger-0/+49
2024-03-27Use compiletest directives for ignoring targets许杰友 Jieyou Xu (Joe)-4/+4
2024-03-27Convert wasmtime check into a compiletest needs directive许杰友 Jieyou Xu (Joe)-9/+1
2024-03-27Use compiletest directives for properly only running wasm32-wasip1 tests on t...许杰友 Jieyou Xu (Joe)-44/+15
2024-03-27CFI: Fix drop and drop_in_placeRamon de C Valle-0/+49
2024-03-27Auto merge of #122460 - jieyouxu:rmake-example-refactor, r=Nilstriebbors-105/+98
2024-03-27Suggest correct path in include_bytes!Kornel-3/+65
2024-03-27chore: fix some commentsxiaoxiangxianzi-1/+1
2024-03-27Stop sorting `DefId`s in the compilerOli Scherer-2/+2
2024-03-27Sort a diagnostic by `DefPathStr` instead of `DefId`Oli Scherer-14/+14
2024-03-27Sort method suggestions by `DefPath` instead of `DefId`Oli Scherer-49/+49
2024-03-27Remove `Partial/Ord` from `BoundRegion`Oli Scherer-2/+2
2024-03-27Use `TraitRef::to_string` sorting in favor of `TraitRef::ord`, as the latter ...Oli Scherer-255/+255
2024-03-27Eliminate `UbCheck` for non-standard librariesDianQK-38/+86
2024-03-27Delegation: fix ICE on wrong instantiationBryanskiy-177/+225
2024-03-27Load missing type of impl associated constant from trait definitionOli Scherer-13/+75
2024-03-27Auto merge of #123128 - GuillaumeGomez:rollup-3l3zu6s, r=GuillaumeGomezbors-15/+31
2024-03-27Rollup merge of #123024 - maurer:kcfi-testing, r=workingjubileeGuillaume Gomez-12/+28
2024-03-27Rollup merge of #122860 - Zalathar:unused, r=cjgillotGuillaume Gomez-3/+3
2024-03-27Auto merge of #116016 - jhpratt:kill-rustc-serialize, r=ehussbors-10/+88
2024-03-27Auto merge of #122958 - jieyouxu:port-backtrace-dylib-dep, r=workingjubileebors-0/+150
2024-03-26Auto merge of #123108 - matthiaskrgr:rollup-zossklv, r=matthiaskrgrbors-9/+205
2024-03-26Rollup merge of #123049 - compiler-errors:coroutine-closure-rcvr, r=oli-obkMatthias Krüger-2/+2
2024-03-26Rollup merge of #122835 - compiler-errors:deref-pure, r=NadrierilMatthias Krüger-0/+37
2024-03-26Rollup merge of #122589 - wutchzone:121547, r=compiler-errorsMatthias Krüger-0/+33
2024-03-26Rollup merge of #122120 - fmease:sugg-assoc-ty-bound-on-eq-bound, r=compiler-...Matthias Krüger-7/+133