about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-05-06Resolve vars before emitting coerce suggestions tooJack Huey-0/+16
2022-05-06Resolve vars in note_type_errJack Huey-129/+134
2022-05-07Permit asm_const and asm_sym to reference outer generic paramsGary Guo-13/+33
2022-05-06Add regression test for #96319Aaron Hill-0/+34
2022-05-07Auto merge of #96531 - kckeiks:remove-item-like-visitor-from-rustc-typeck, r=...bors-8/+8
2022-05-06Point at closure args tooJack Huey-3/+42
2022-05-06Remove previously deleted test filesJack Huey-93/+0
2022-05-06Add rustdoc documentation about unstable feature "jump to def"Guillaume Gomez-0/+7
2022-05-06Add regression test for jump-to-defGuillaume Gomez-0/+18
2022-05-06Remove unneeded SpanMapVisitor::visit_generics functionGuillaume Gomez-13/+1
2022-05-06Rollup merge of #96772 - TaKO8Ki:suggest-fully-qualified-path-with-appropriat...Guillaume Gomez-0/+85
2022-05-06Rollup merge of #96754 - notriddle:notriddle/impl-dups, r=GuillaumeGomezGuillaume Gomez-17/+127
2022-05-06Rollup merge of #96752 - scottmcm:error-sorting, r=compiler-errorsGuillaume Gomez-3/+3
2022-05-06Rollup merge of #96748 - GuillaumeGomez:reexports-in-search, r=notriddleGuillaume Gomez-12/+71
2022-05-06Rollup merge of #96650 - tmiasko:global-asm-sym-fn, r=AmanieuGuillaume Gomez-0/+5
2022-05-06Rollup merge of #96590 - notriddle:notriddle/tab-bar-fn-search, r=GuillaumeGo...Guillaume Gomez-48/+113
2022-05-06Rollup merge of #96557 - nbdd0121:const, r=oli-obkGuillaume Gomez-6/+84
2022-05-06Link to correct issue in issue-95034 testAli MJ Al-Nasrawy-0/+2
2022-05-07Fix an incorrect link in The Unstable BookKoichi ITO-1/+1
2022-05-06Update LLVM version used to build OS X and Windows artifacts to 14.0.2Jakub Beránek-1/+1
2022-05-06use def_span and def_kind queries instead of calling tcx.hir() methodsMiguel Guarniz-6/+6
2022-05-06remove ItemLikeVisitor impl for InherentCollectMiguel Guarniz-2/+2
2022-05-07Make the test `check-pass` not to produce a JSON fileYuki Okushi-1/+1
2022-05-07Also suggest calling constructors for external DefIdsYuki Okushi-1/+6
2022-05-06suggest fully qualified path with appropriate paramsTakayuki Maeda-0/+85
2022-05-06Auto merge of #96268 - jackh726:remove-mutable_borrow_reservation_conflict-li...bors-276/+76
2022-05-06Add missing newlineMichael Howell-1/+1
2022-05-06Add GUI test for search reexportsGuillaume Gomez-9/+42
2022-05-06Fix reexports missing from the search indexGuillaume Gomez-3/+29
2022-05-06wording tweaksEllen-18/+18
2022-05-06bless mir-optRalf Jung-30/+30
2022-05-06make Size and Align debug-printing a bit more compactRalf Jung-521/+190
2022-05-06rustdoc: don't build `rayon` for non-windows targetsklensy-2/+9
2022-05-06macros: allow `Vec` fields in diagnostic deriveDavid Wood-0/+8
2022-05-05Rollup merge of #96741 - GuillaumeGomez:improve-settings-loading-strategy, r=...Michael Goulet-4/+4
2022-05-05Rollup merge of #96730 - JohnTitor:unused-lifetimes-tests, r=compiler-errorsMichael Goulet-0/+54
2022-05-05Rollup merge of #96704 - GuillaumeGomez:rotation-animation, r=jshaMichael Goulet-0/+14
2022-05-06bootstrap: bsd platform flags for split debuginfoDavid Wood-2/+6
2022-05-05Don't constantly rebuild clippy on `x test src/tools/clippy`.Joshua Nelson-2/+4
2022-05-05Fix test case checking for where the JS goesMichael Howell-1/+1
2022-05-05Enable compiler-docs by default for `compiler`, `codegen`, and `tools` profiles.Joshua Nelson-0/+10
2022-05-05rustdoc: ensure HTML/JS side implementors don't have dupsMichael Howell-16/+126
2022-05-05Put the 2229 migration errors in alphabetical orderScott McMurray-3/+3
2022-05-05Auto merge of #96520 - lcnr:general-incoherent-impls, r=petrochenkovbors-0/+226
2022-05-06Fix an ICE on #96738Yuki Okushi-0/+14
2022-05-05Auto merge of #96735 - flip1995:clippyup, r=Manishearthbors-2639/+6204
2022-05-05Improve settings loading strategy by loading CSS and JS at the same time to p...Guillaume Gomez-4/+4
2022-05-05Allow unused rules in the testsuite where the lint triggersest31-3/+14
2022-05-05Add testsest31-43/+195
2022-05-05Allow unused rules in some places in the compiler, library and toolsest31-4/+0