about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-07-31Rollup merge of #99974 - TaKO8Ki:suggest-removing-semicolon-and-boxing-the-ex...Dylan DPC-0/+200
2022-07-31Rollup merge of #99741 - compiler-errors:copy-impl-impl-generics, r=fee1-deadDylan DPC-0/+95
2022-07-31add a test to check if `suggest_remove_semi_or_return_binding` is working wel...Takayuki Maeda-0/+200
2022-07-30Auto merge of #99959 - cuviper:niche-size, r=eddybbors-0/+469
2022-07-30Rollup merge of #99890 - compiler-errors:issue-99828, r=lcnrMatthias Krüger-6/+41
2022-07-30Rollup merge of #99873 - notriddle:notriddle/invalid-html-tags-webcomponents,...Matthias Krüger-1/+19
2022-07-30Test another enum niche with multiple ZST alignmentsJosh Stone-3/+132
2022-07-30Fix the size of niche enums with ZST alignmentJosh Stone-0/+340
2022-07-30Rollup merge of #99903 - gimbles:pub, r=davidtwcoDylan DPC-0/+29
2022-07-30Rollup merge of #99895 - compiler-errors:type-ascription-aint-cast, r=davidtwcoDylan DPC-73/+73
2022-07-30Rollup merge of #99862 - WaffleLapkin:type_mismatch_fix, r=compiler-errorsDylan DPC-63/+119
2022-07-30Auto merge of #99796 - compiler-errors:issue-53475, r=oli-obkbors-0/+27
2022-07-30Auto merge of #99123 - mystor:crossbeam_bridge, r=eddybbors-0/+1
2022-07-30Auto merge of #99925 - JohnTitor:rollup-4bt9ou3, r=JohnTitorbors-33/+178
2022-07-30Rollup merge of #99891 - compiler-errors:suggest-slicing-carefully, r=oli-obkYuki Okushi-1/+17
2022-07-30Rollup merge of #99881 - compiler-errors:issue-99876, r=tmiaskoYuki Okushi-0/+9
2022-07-30Rollup merge of #99671 - TaKO8Ki:suggest-dereferencing-index, r=compiler-errorsYuki Okushi-32/+63
2022-07-30Rollup merge of #99518 - dingxiangfei2009:let-else-additional-tests, r=oli-obkYuki Okushi-0/+89
2022-07-29Auto merge of #99730 - lcnr:bound-vars-anon, r=jackh726bors-0/+14
2022-07-29proc_macro: use crossbeam channels for the proc_macro cross-thread bridgeNika Layzell-0/+1
2022-07-29Auto merge of #99467 - BelovDV:add_option_link_arg, r=petrochenkovbors-8/+67
2022-07-29Add diagnostic when using public instead of pubGimgim-0/+29
2022-07-29Auto merge of #99715 - tmiasko:coverage-run-make, r=Mark-Simulacrumbors-11/+11
2022-07-29Auto merge of #99892 - JohnTitor:rollup-qi4fem8, r=JohnTitorbors-0/+56
2022-07-29dont call type ascription 'cast'Michael Goulet-73/+73
2022-07-29Rollup merge of #99686 - vincenzopalazzo:macros/impl_on_ptr, r=compiler-errorsYuki Okushi-0/+56
2022-07-29Adjust an expr span to account for macrosMichael Goulet-1/+17
2022-07-29Do not allow bad projection term to leak into the type checkerMichael Goulet-6/+41
2022-07-29check if T is sliceTakayuki Maeda-1/+1
2022-07-29Auto merge of #99660 - PrestonFrom:issue_99265, r=compiler-errorsbors-24/+864
2022-07-29Auto merge of #99512 - nikic:llvm-15-fixes, r=cuviperbors-22/+14
2022-07-29fix ICE when computing codegen_fn_attrs on closure with non-fn parentMichael Goulet-0/+9
2022-07-28rustdoc: align invalid-html-tags lint with commonmark specMichael Howell-1/+19
2022-07-28Auto merge of #99863 - Dylan-DPC:rollup-lq9w047, r=Dylan-DPCbors-22/+141
2022-07-28Rollup merge of #99807 - Nilstrieb:wsl-ui-test-fix, r=Mark-SimulacrumDylan DPC-6/+11
2022-07-28Rollup merge of #99689 - dtolnay:write, r=Mark-SimulacrumDylan DPC-16/+130
2022-07-28Auto merge of #99780 - Nilstrieb:mir-opt-test-line-no, r=oli-obkbors-9912/+9913
2022-07-28--bless testsMaybe Waffle-63/+119
2022-07-28anonymize all bound vars, not just regionslcnr-0/+14
2022-07-28Diagnose missing make includesTomasz Miąsko-4/+4
2022-07-28Move coverage tests from run-make-fulldeps to run-makeTomasz Miąsko-4/+4
2022-07-28bless mir opt testsNilstrieb-9912/+9912
2022-07-28Rollup merge of #99810 - GuillaumeGomez:fix-settings-slider-small-width, r=no...Dylan DPC-0/+9
2022-07-28Rollup merge of #99714 - ouz-a:issue_57961, r=oli-obkDylan DPC-1/+18
2022-07-28Use line numbers relative to function in mir opt testsNilstrieb-0/+1
2022-07-27add suggestion when there is a impl of external trait on pointerVincenzo Palazzo-0/+56
2022-07-27Rollup merge of #99812 - GuillaumeGomez:fix-headings-colors, r=jsha,notriddleGuillaume Gomez-5/+103
2022-07-27Rollup merge of #99728 - cjgillot:ast-lifetimes-anon-clean, r=petrochenkovGuillaume Gomez-0/+24
2022-07-27Rollup merge of #99710 - davidtwco:internal-lint-opts, r=lcnrGuillaume Gomez-0/+42
2022-07-27Rollup merge of #99651 - compiler-errors:fn-and-raw-ptr-in-const-generics, r=...Guillaume Gomez-17/+71