about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-06-07Move two tests from `tests/ui/std` to `library/std/tests`MoskalykA-109/+0
2023-06-07Auto merge of #111047 - compiler-errors:rtn-no-ty-ct-params, r=spastorinobors-0/+49
2023-06-06Auto merge of #112361 - matthiaskrgr:rollup-39zxrw1, r=matthiaskrgrbors-51/+35
2023-06-06Rollup merge of #112343 - GuillaumeGomez:extern-crate-missing-docs, r=notriddleMatthias Krüger-26/+31
2023-06-06Rollup merge of #112325 - notriddle:notriddle/issue-111932, r=compiler-errorsMatthias Krüger-4/+36
2023-06-06Rollup merge of #112199 - jieyouxu:issue-112188, r=compiler-errorsMatthias Krüger-1/+66
2023-06-06Rollup merge of #112019 - jieyouxu:issue-111554, r=compiler-errorsMatthias Krüger-0/+57
2023-06-06Rollup merge of #111058 - fortanix:raoul/fix_lvi_mitigations, r=cuviperMatthias Krüger-4/+13
2023-06-06Add regression test for #112308Guillaume Gomez-26/+31
2023-06-06remove `has_error_field` helper methodlcnr-25/+4
2023-06-05diagnostics: do not suggest type name tweaks on type-inferred closure argsMichael Howell-4/+36
2023-06-06Auto merge of #111999 - scottmcm:codegen-less-memcpy, r=compiler-errorsbors-5/+75
2023-06-05Auto merge of #112324 - matthiaskrgr:rollup-qscmi3c, r=matthiaskrgrbors-52/+236
2023-06-05Rollup merge of #112322 - compiler-errors:no-IMPLIED_BOUNDS_ENTAILMENT-if-err...Matthias Krüger-0/+31
2023-06-05Rollup merge of #112316 - clubby789:unused-parens-space, r=compiler-errorsMatthias Krüger-13/+89
2023-06-05Rollup merge of #112303 - Nilstrieb:as-deref, r=compiler-errorsMatthias Krüger-37/+86
2023-06-05Rollup merge of #112196 - compiler-errors:new-solver-resolv, r=lcnrMatthias Krüger-2/+6
2023-06-05Rollup merge of #112081 - obeis:doc-test-literal, r=compiler-errorsMatthias Krüger-0/+24
2023-06-05Don't mention IMPLIED_BOUNDS_ENTAILMENT if signatures reference errorMichael Goulet-0/+31
2023-06-05Emit an error when RTN is used with ty/ct paramsMichael Goulet-0/+49
2023-06-05Resolve vars in result from scrape_region_constraintsMichael Goulet-2/+6
2023-06-05Better group RFC ui tests togetherMaybe Waffle-145/+145
2023-06-05Verify that (almost) all `ret` instructions have been replacedRaoul Strackx-0/+9
2023-06-05Ensure space is inserted after keyword in `unused_delims`clubby789-13/+89
2023-06-05Correct LVI print function testRaoul Strackx-4/+4
2023-06-05Normalize in infcx instead of globally for `Option::as_deref` suggestionNilstrieb-0/+33
2023-06-05Properly compare types for `Option::as_deref` suggestionNilstrieb-37/+53
2023-06-05Auto merge of #110945 - wackbyte:doc-vis-on-inherent-assoc-types, r=jshabors-1/+26
2023-06-05Auto merge of #112272 - jieyouxu:issue-112269, r=compiler-errorsbors-0/+40
2023-06-04Auto merge of #112266 - Swatinem:fix-async-block-inference, r=compiler-errorsbors-0/+55
2023-06-04Rollup merge of #112274 - GuillaumeGomez:migrate-gui-test-color-11, r=notriddleMatthias Krüger-6/+6
2023-06-04Migrate GUI colors test to original CSS color formatGuillaume Gomez-6/+6
2023-06-04Show note for type ascription interpreted as a constant pattern, not a new va...许杰友 Jieyou Xu (Joe)-0/+40
2023-06-04Rollup merge of #112178 - GuillaumeGomez:fix-inline-private-intermediate, r=n...Matthias Krüger-2/+25
2023-06-04Fix type-inference regression in #112225Arpad Borsos-0/+55
2023-06-04Use `load`-`store` instead of `memcpy` for short integer arraysScott McMurray-15/+65
2023-06-04Add a codegen test for manually swapping a small `Copy` typeScott McMurray-0/+20
2023-06-04Auto merge of #112240 - cjgillot:recurse-inline, r=scottmcmbors-265/+386
2023-06-03Rollup merge of #112215 - compiler-errors:check-sized-better, r=cjgillotMatthias Krüger-0/+62
2023-06-03Rollup merge of #111878 - ferrocene:pa-codegen-tests, r=Mark-SimulacrumMatthias Krüger-55/+64
2023-06-03Rollup merge of #111659 - y21:suggest-as-deref, r=cjgillotMatthias Krüger-0/+259
2023-06-03Update reexport-attr-merge rustdoc testGuillaume Gomez-2/+2
2023-06-03Only check inlining counter after recusing.Camille GILLOT-265/+386
2023-06-03Auto merge of #111516 - compiler-errors:issue-111500, r=jackh726bors-2/+44
2023-06-03Fix suggestion for matching struct with `..` on both ends许杰友 Jieyou Xu (Joe)-1/+66
2023-06-03Auto merge of #111350 - chenyukang:yukang-remove-type-asc, r=Nilstriebbors-2/+2
2023-06-03remove type ascription feature gateyukang-2/+2
2023-06-02Rollup merge of #112223 - compiler-errors:new-solver-auto-proj, r=BoxyUwUMichael Goulet-1/+15
2023-06-02Rollup merge of #112183 - compiler-errors:new-solver-anon-ct, r=BoxyUwUMichael Goulet-24/+50
2023-06-02Rollup merge of #112168 - scottmcm:lower-div-rem-unchecked-to-mir, r=oli-obkMichael Goulet-29/+95