| Age | Commit message (Expand) | Author | Lines |
| 2022-05-06 | remove all usages of hir().def_kind | Miguel Guarniz | -7/+2 |
| 2022-05-06 | use def_span and def_kind queries instead of calling tcx.hir() methods | Miguel Guarniz | -104/+31 |
| 2022-05-06 | pass ItemId to check_item_type instead of Item | Miguel Guarniz | -30/+50 |
| 2022-05-06 | remove ImplWfCheck | Miguel Guarniz | -24/+0 |
| 2022-05-06 | remove CheckItemTypesVisitor | Miguel Guarniz | -14/+0 |
| 2022-05-06 | use hir_module_items in check_mod_item_types query | Miguel Guarniz | -1/+5 |
| 2022-05-06 | use hir_module_items instead of visit_all_item_likes in check_mod_impl_wf query | Miguel Guarniz | -2/+14 |
| 2022-05-06 | remove UnsafetyChecker | Miguel Guarniz | -83/+136 |
| 2022-05-06 | remove ItemLikeVisitor impl for InherentOverlapChecker | Miguel Guarniz | -176/+163 |
| 2022-05-06 | remove ItemLikeVisitor impl for InherentCollect | Miguel Guarniz | -78/+84 |
| 2022-05-06 | remove OutlivesTest | Miguel Guarniz | -18/+4 |
| 2022-05-06 | remove VarianceTest | Miguel Guarniz | -21/+7 |
| 2022-05-06 | use DefKind::Fn instead of DefKind::AsscFn for foreign items | Miguel Guarniz | -1/+1 |
| 2022-05-06 | remove ItemLikeVisitor impl for TermsContext | Miguel Guarniz | -38/+49 |
| 2022-05-06 | remove ItemLikeVisitor impl for ContraintContext | Miguel Guarniz | -40/+50 |
| 2022-05-06 | Auto merge of #96268 - jackh726:remove-mutable_borrow_reservation_conflict-li... | bors | -380/+89 |
| 2022-05-06 | Auto merge of #94598 - scottmcm:prefix-free-hasher-methods, r=Amanieu | bors | -6/+197 |
| 2022-05-06 | Auto merge of #96510 - m-ou-se:futex-bsd, r=Amanieu | bors | -49/+171 |
| 2022-05-06 | For now, don't change the details of hashing a `str` | Scott McMurray | -21/+52 |
| 2022-05-06 | Add a dedicated length-prefixing method to `Hasher` | Scott McMurray | -6/+166 |
| 2022-05-06 | Auto merge of #96759 - compiler-errors:rollup-p4jtm92, r=compiler-errors | bors | -7/+109 |
| 2022-05-05 | Rollup merge of #96747 - JohnTitor:expect-local-track-caller, r=compiler-errors | Michael Goulet | -0/+1 |
| 2022-05-05 | Rollup merge of #96744 - est31:join_osstr, r=thomcc | Michael Goulet | -0/+33 |
| 2022-05-05 | Rollup merge of #96741 - GuillaumeGomez:improve-settings-loading-strategy, r=... | Michael Goulet | -4/+4 |
| 2022-05-05 | Rollup merge of #96730 - JohnTitor:unused-lifetimes-tests, r=compiler-errors | Michael Goulet | -0/+54 |
| 2022-05-05 | Rollup merge of #96704 - GuillaumeGomez:rotation-animation, r=jsha | Michael Goulet | -0/+14 |
| 2022-05-05 | Rollup merge of #96639 - adpaco-aws:fix-offset-from-typo, r=scottmcm | Michael Goulet | -2/+2 |
| 2022-05-05 | Rollup merge of #96174 - RalfJung:no-run-transmute, r=scottmcm | Michael Goulet | -1/+1 |
| 2022-05-05 | Auto merge of #96520 - lcnr:general-incoherent-impls, r=petrochenkov | bors | -18/+326 |
| 2022-05-06 | Add `track_caller` to `DefId::expect_local()` | Yuki Okushi | -0/+1 |
| 2022-05-05 | Implement [OsStr]::join | est31 | -0/+33 |
| 2022-05-05 | Remove condvar::two_mutexes test. | Mara Bos | -21/+0 |
| 2022-05-05 | Auto merge of #96735 - flip1995:clippyup, r=Manishearth | bors | -2639/+6205 |
| 2022-05-05 | Improve settings loading strategy by loading CSS and JS at the same time to p... | Guillaume Gomez | -4/+4 |
| 2022-05-05 | Auto merge of #96734 - matthiaskrgr:rollup-hng33tb, r=matthiaskrgr | bors | -258/+522 |
| 2022-05-05 | Update Cargo.lock | flip1995 | -0/+1 |
| 2022-05-05 | Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup | flip1995 | -2639/+6204 |
| 2022-05-05 | Rollup merge of #96714 - RalfJung:scalar-pair-debug, r=oli-obk | Matthias Krüger | -53/+99 |
| 2022-05-05 | Rollup merge of #96682 - nnethercote:show-invisible-delims, r=petrochenkov | Matthias Krüger | -68/+110 |
| 2022-05-05 | Rollup merge of #96673 - oli-obk:tait_impl_diagnostic, r=petrochenkov | Matthias Krüger | -58/+64 |
| 2022-05-05 | Rollup merge of #96635 - GuillaumeGomez:js-script-mode, r=notriddle | Matthias Krüger | -5/+15 |
| 2022-05-05 | Rollup merge of #96507 - TaKO8Ki:suggest-calling-associated-function, r=lcnr | Matthias Krüger | -34/+147 |
| 2022-05-05 | Rollup merge of #95843 - GuillaumeGomez:improve-new-cyclic-doc, r=m-ou-se | Matthias Krüger | -16/+41 |
| 2022-05-05 | Rollup merge of #95359 - jhpratt:int_roundings, r=joshtriplett | Matthias Krüger | -24/+46 |
| 2022-05-05 | Auto merge of #8788 - flip1995:rustup, r=xFrednet,flip1995 | bors | -276/+316 |
| 2022-05-05 | Fix ICE in EarlyAttribtues lints | flip1995 | -1/+23 |
| 2022-05-05 | HACK: Move buggy lints to nursery | flip1995 | -6/+28 |
| 2022-05-05 | Bump nightly version -> 2022-05-05 | flip1995 | -1/+1 |
| 2022-05-05 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -2658/+6181 |
| 2022-05-05 | update error messages and explicitly mention them in tests | lcnr | -34/+54 |