about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-06-24rustdoc: get rid of extra line when line-wrapping fn decls with empty arg listLeón Orell Valerian Liehr-1/+15
2023-06-24Auto merge of #112987 - compiler-errors:rollup-6anskq1, r=compiler-errorsbors-145/+507
2023-06-23Rollup merge of #112986 - weihanglo:update-cargo, r=weihangloMichael Goulet-0/+0
2023-06-23Rollup merge of #112983 - spastorino:new-rpitit-23, r=compiler-errorsMichael Goulet-14/+110
2023-06-23Rollup merge of #112981 - spastorino:new-rpitit-22, r=compiler-errorsMichael Goulet-25/+287
2023-06-23Rollup merge of #112973 - compiler-errors:oops-forgot-ftl, r=jyn514Michael Goulet-0/+13
2023-06-23Rollup merge of #112965 - compiler-errors:circular-wf, r=aliemjayMichael Goulet-5/+27
2023-06-23Rollup merge of #112963 - oli-obk:tait_solver_decoupling, r=compiler-errorsMichael Goulet-17/+6
2023-06-23Rollup merge of #112763 - Patryk27:bump-compiler-builtins, r=AmanieuMichael Goulet-3/+3
2023-06-23Rollup merge of #111087 - ibraheemdev:patch-15, r=dtolnayMichael Goulet-81/+61
2023-06-24Update cargoWeihang Lo-0/+0
2023-06-23Auto merge of #112891 - oli-obk:impl_trait_in_assoc_tys_cleanup, r=compiler-e...bors-109/+377
2023-06-23Fix associated type suggestion when -Zlower-impl-trait-in-trait-to-assoc-tySantiago Pastorino-14/+110
2023-06-23Auto merge of #112974 - matthiaskrgr:rollup-hnk7ans, r=matthiaskrgrbors-271/+579
2023-06-23Fix return type notation errors with -Zlower-impl-trait-in-trait-to-assoc-tySantiago Pastorino-25/+287
2023-06-23Rollup merge of #112962 - GuillaumeGomez:fix-rustdoc-gui-tester, r=ozkanonurMatthias Krüger-52/+71
2023-06-23Rollup merge of #112960 - GuillaumeGomez:rustdoc-files-check, r=notriddleMatthias Krüger-3/+68
2023-06-23Rollup merge of #112925 - oli-obk:timeout_lint, r=cjgillotMatthias Krüger-1/+42
2023-06-23Rollup merge of #112870 - compiler-errors:clause-2, r=oli-obkMatthias Krüger-174/+243
2023-06-23Rollup merge of #112810 - compiler-errors:dont-ice-on-bad-layout, r=wesleywiserMatthias Krüger-12/+80
2023-06-23Rollup merge of #112740 - GuillaumeGomez:link-to-search-chapter, r=notriddleMatthias Krüger-4/+14
2023-06-23Rollup merge of #112643 - compiler-errors:sized-obl-for-arg, r=wesleywiserMatthias Krüger-22/+57
2023-06-23Rollup merge of #112616 - ferrocene:pa-more-test-suite-fixes, r=NilstriebMatthias Krüger-3/+4
2023-06-23Fix GUI test for popoverGuillaume Gomez-2/+2
2023-06-23Make sure to include default en-US ftl resources for rustc_error crateMichael Goulet-0/+13
2023-06-23Auto merge of #109982 - durin42:plt-no-x86_64-only, r=nikicbors-29/+54
2023-06-23Resolve vars when reporting WF errorMichael Goulet-6/+7
2023-06-23Don't emit same goal as input during wf obligationsMichael Goulet-3/+24
2023-06-23Make `try_run` return a `Result<(), ()>` instead of a booleanGuillaume Gomez-50/+63
2023-06-23Stop bubbling out hidden types from the eval obligation queriesOli Scherer-17/+6
2023-06-23Link to the corresponding channel in the help popoverGuillaume Gomez-5/+12
2023-06-23Add link to rustdoc book search chapter in help popoverGuillaume Gomez-0/+3
2023-06-23Fix failing rustdoc GUI testGuillaume Gomez-1/+4
2023-06-23Fix rustdoc-gui testerGuillaume Gomez-3/+6
2023-06-23tests: be even more permissive on attributes in one testAugie Fackler-17/+17
2023-06-23Add @files checks in rustdoc testsGuillaume Gomez-0/+17
2023-06-23Add @files commandGuillaume Gomez-3/+51
2023-06-23Auto merge of #112957 - matthiaskrgr:rollup-7ly0nv7, r=matthiaskrgrbors-116/+242
2023-06-23Rollup merge of #112948 - bkrl:trait-impl-suggestion, r=compiler-errorsMatthias Krüger-10/+14
2023-06-23Rollup merge of #112944 - joshtriplett:style-guide-defaults-vs-configurabilit...Matthias Krüger-0/+12
2023-06-23Rollup merge of #112942 - joshtriplett:style-guide-tweaks, r=compiler-errorsMatthias Krüger-72/+88
2023-06-23Rollup merge of #112941 - tshepang:patch-1, r=lqdMatthias Krüger-1/+1
2023-06-23Rollup merge of #112935 - joshtriplett:style-guide-typo-fix, r=compiler-errorsMatthias Krüger-1/+1
2023-06-23Rollup merge of #112933 - TaKO8Ki:avoid-&format-in-error-message-code, r=oli-obkMatthias Krüger-9/+7
2023-06-23Rollup merge of #112927 - GuillaumeGomez:where-clause-indent, r=notriddleMatthias Krüger-8/+34
2023-06-23Rollup merge of #112704 - RalfJung:dont-wrap-slices, r=ChrisDentonMatthias Krüger-10/+14
2023-06-23Rollup merge of #111747 - compiler-errors:structural-probe-side-effects, r=fe...Matthias Krüger-5/+71
2023-06-23Auto merge of #112827 - nnethercote:codegen-cleanups, r=tmiaskobors-119/+105
2023-06-22Avoid guessing unknown trait impl in suggestionsAlexander Zhang-10/+14
2023-06-22Don't structurally resolve during method ambiguity in probeMichael Goulet-5/+71