about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-01-13Rollup merge of #104645 - yukiomoto:log-backtrace-option, r=oli-obkMatthias Krüger-4/+83
2023-01-13Auto merge of #106776 - oli-obk:om_nom_nom_nom_nom, r=cjgillotbors-46/+29
2023-01-13Auto merge of #106801 - JohnTitor:rollup-xqkraw0, r=JohnTitorbors-153/+338
2023-01-13Rollup merge of #106791 - estebank:fix-ice, r=compiler-errorsYuki Okushi-1/+1
2023-01-13Rollup merge of #106785 - compiler-errors:better-impl-wf-spans, r=estebankYuki Okushi-83/+106
2023-01-13Rollup merge of #106782 - albertlarsan68:ignore-test-move-in-blame, r=NilstriebYuki Okushi-0/+2
2023-01-13Rollup merge of #106754 - compiler-errors:ty-infer-method-is-confusing, r=lcnrYuki Okushi-11/+14
2023-01-13Rollup merge of #106716 - c410-f3r:rfc-2397-1, r=davidtwcoYuki Okushi-2/+121
2023-01-13Rollup merge of #106608 - compiler-errors:missing-generics-verbose, r=estebankYuki Okushi-56/+94
2023-01-13Auto merge of #106092 - asquared31415:start_lang_item_checks, r=davidtwcobors-3/+405
2023-01-13Ignore tests move in git blameAlbert Larsan-0/+2
2023-01-13Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obkbors-48/+249
2023-01-13Auto merge of #101138 - Rejyr:diagnostic-migration-rustc-lint-pt2, r=davidtwcobors-1374/+2295
2023-01-12is_ty_infer -> is_ty_or_numeric_inferMichael Goulet-11/+14
2023-01-12Fix ICE formattingEsteban Küber-1/+1
2023-01-12Auto merge of #106786 - JohnTitor:rollup-8f4vk8m, r=JohnTitorbors-177/+177
2023-01-12Only point at impl self ty in WF if trait predicate shares self tyMichael Goulet-38/+45
2023-01-12Don't suggest dyn as parameter to addMichael Goulet-24/+11
2023-01-12Render missing generics suggestion verboselyMichael Goulet-52/+103
2023-01-13Rollup merge of #106778 - RReverser:patch-1, r=dtolnayYuki Okushi-0/+2
2023-01-13Rollup merge of #106772 - michaelwoerister:triagebot-rotation, r=wesleywiserYuki Okushi-0/+1
2023-01-13Rollup merge of #106759 - compiler-errors:revert-105255, r=cjgillotYuki Okushi-2/+18
2023-01-13Rollup merge of #106741 - GuillaumeGomez:reexport-doc-hidden, r=notriddleYuki Okushi-3/+44
2023-01-13Rollup merge of #106740 - petar-dambovaliev:float-iterator-hint, r=NilstriebYuki Okushi-0/+34
2023-01-13Rollup merge of #106675 - krtab:fix_improper_ctypes, r=davidtwcoYuki Okushi-23/+45
2023-01-13Rollup merge of #106446 - bzEq:fix-unwind-lsda, r=AmanieuYuki Okushi-9/+22
2023-01-13Rollup merge of #105795 - nicholasbishop:bishop-stabilize-efiapi, r=joshtriplettYuki Okushi-140/+11
2023-01-12Point at impl self type for impl wf obligationsMichael Goulet-97/+97
2023-01-12Point at HIR types when impl trait ref doesn't normalizeMichael Goulet-22/+38
2023-01-12Auto merge of #106780 - flip1995:clippyup, r=Manishearthbors-850/+1879
2023-01-12Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyupPhilipp Krones-850/+1879
2023-01-12Auto merge of #10192 - Jarcho:revert_9701, r=flip1995bors-233/+109
2023-01-12Adjust old code for newer rustc version.Jason Newcomb-3/+4
2023-01-12Revert 4dbd8ad34e7f6820f6e9e99531353e7ffe37b76a, c7dc96155853a3919b973347277d...Jason Newcomb-234/+109
2023-01-12Auto merge of #10191 - flip1995:rustup, r=flip1995bors-64/+64
2023-01-12Also add rustc_driver to clippy_utilsPhilipp Krones-0/+3
2023-01-12Bump nightly version -> 2023-01-12Philipp Krones-1/+1
2023-01-12Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-660/+1808
2023-01-12Exclude formatting commit from blameIngvar Stepanyan-0/+2
2023-01-12Auto merge of #10149 - jyn514:duplicate-sysroot, r=flip1995bors-1/+20
2023-01-12Add cargo-clippy sysroot testPhilipp Krones-69/+36
2023-01-12Don't pass `--sysroot` twice if SYSROOT is setJoshua Nelson-25/+77
2023-01-12Feed the `features_query` instead of grabbing it from the session lazilyOli Scherer-5/+5
2023-01-12Remove `output_filenames` field from TyCtxt and feed the query insteadOli Scherer-9/+4
2023-01-12Remove `untracked_crate` field and instead pass it along with the resolver.Oli Scherer-12/+9
2023-01-12Feed `crate_name` queryOli Scherer-13/+7
2023-01-12Feed `resolutions` query instead of it being a thin wrapper around an untrack...Oli Scherer-9/+6
2023-01-12Auto merge of #106773 - Nilstrieb:rollup-sq73pyg, r=Nilstriebbors-111/+395
2023-01-12Add test for displayed re-export of `doc(hidden)`Guillaume Gomez-0/+26
2023-01-12Fix not displayed re-export of `doc(hidden)` itemGuillaume Gomez-3/+18