about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-05-06remove all usages of hir().def_kindMiguel Guarniz-7/+2
2022-05-06use def_span and def_kind queries instead of calling tcx.hir() methodsMiguel Guarniz-104/+31
2022-05-06pass ItemId to check_item_type instead of ItemMiguel Guarniz-30/+50
2022-05-06remove ImplWfCheckMiguel Guarniz-24/+0
2022-05-06remove CheckItemTypesVisitorMiguel Guarniz-14/+0
2022-05-06use hir_module_items in check_mod_item_types queryMiguel Guarniz-1/+5
2022-05-06use hir_module_items instead of visit_all_item_likes in check_mod_impl_wf queryMiguel Guarniz-2/+14
2022-05-06remove UnsafetyCheckerMiguel Guarniz-83/+136
2022-05-06remove ItemLikeVisitor impl for InherentOverlapCheckerMiguel Guarniz-176/+163
2022-05-06remove ItemLikeVisitor impl for InherentCollectMiguel Guarniz-78/+84
2022-05-06remove OutlivesTestMiguel Guarniz-18/+4
2022-05-06remove VarianceTestMiguel Guarniz-21/+7
2022-05-06use DefKind::Fn instead of DefKind::AsscFn for foreign itemsMiguel Guarniz-1/+1
2022-05-06remove ItemLikeVisitor impl for TermsContextMiguel Guarniz-38/+49
2022-05-06remove ItemLikeVisitor impl for ContraintContextMiguel Guarniz-40/+50
2022-05-06Auto merge of #96268 - jackh726:remove-mutable_borrow_reservation_conflict-li...bors-380/+89
2022-05-06Auto merge of #94598 - scottmcm:prefix-free-hasher-methods, r=Amanieubors-6/+197
2022-05-06Auto merge of #96510 - m-ou-se:futex-bsd, r=Amanieubors-49/+171
2022-05-06For now, don't change the details of hashing a `str`Scott McMurray-21/+52
2022-05-06Add a dedicated length-prefixing method to `Hasher`Scott McMurray-6/+166
2022-05-06Auto merge of #96759 - compiler-errors:rollup-p4jtm92, r=compiler-errorsbors-7/+109
2022-05-05Rollup merge of #96747 - JohnTitor:expect-local-track-caller, r=compiler-errorsMichael Goulet-0/+1
2022-05-05Rollup merge of #96744 - est31:join_osstr, r=thomccMichael Goulet-0/+33
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-05Rollup merge of #96639 - adpaco-aws:fix-offset-from-typo, r=scottmcmMichael Goulet-2/+2
2022-05-05Rollup merge of #96174 - RalfJung:no-run-transmute, r=scottmcmMichael Goulet-1/+1
2022-05-05Auto merge of #96520 - lcnr:general-incoherent-impls, r=petrochenkovbors-18/+326
2022-05-06Add `track_caller` to `DefId::expect_local()`Yuki Okushi-0/+1
2022-05-05Implement [OsStr]::joinest31-0/+33
2022-05-05Remove condvar::two_mutexes test.Mara Bos-21/+0
2022-05-05Auto merge of #96735 - flip1995:clippyup, r=Manishearthbors-2639/+6205
2022-05-05Improve settings loading strategy by loading CSS and JS at the same time to p...Guillaume Gomez-4/+4
2022-05-05Auto merge of #96734 - matthiaskrgr:rollup-hng33tb, r=matthiaskrgrbors-258/+522
2022-05-05Update Cargo.lockflip1995-0/+1
2022-05-05Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyupflip1995-2639/+6204
2022-05-05Rollup merge of #96714 - RalfJung:scalar-pair-debug, r=oli-obkMatthias Krüger-53/+99
2022-05-05Rollup merge of #96682 - nnethercote:show-invisible-delims, r=petrochenkovMatthias Krüger-68/+110
2022-05-05Rollup merge of #96673 - oli-obk:tait_impl_diagnostic, r=petrochenkovMatthias Krüger-58/+64
2022-05-05Rollup merge of #96635 - GuillaumeGomez:js-script-mode, r=notriddleMatthias Krüger-5/+15
2022-05-05Rollup merge of #96507 - TaKO8Ki:suggest-calling-associated-function, r=lcnrMatthias Krüger-34/+147
2022-05-05Rollup merge of #95843 - GuillaumeGomez:improve-new-cyclic-doc, r=m-ou-seMatthias Krüger-16/+41
2022-05-05Rollup merge of #95359 - jhpratt:int_roundings, r=joshtriplettMatthias Krüger-24/+46
2022-05-05Auto merge of #8788 - flip1995:rustup, r=xFrednet,flip1995bors-276/+316
2022-05-05Fix ICE in EarlyAttribtues lintsflip1995-1/+23
2022-05-05HACK: Move buggy lints to nurseryflip1995-6/+28
2022-05-05Bump nightly version -> 2022-05-05flip1995-1/+1
2022-05-05Merge remote-tracking branch 'upstream/master' into rustupflip1995-2658/+6181
2022-05-05update error messages and explicitly mention them in testslcnr-34/+54