| Age | Commit message (Expand) | Author | Lines |
| 2022-05-07 | Auto merge of #96531 - kckeiks:remove-item-like-visitor-from-rustc-typeck, r=... | bors | -8/+8 |
| 2022-05-06 | Rollup merge of #96772 - TaKO8Ki:suggest-fully-qualified-path-with-appropriat... | Guillaume Gomez | -0/+85 |
| 2022-05-06 | Rollup merge of #96754 - notriddle:notriddle/impl-dups, r=GuillaumeGomez | Guillaume Gomez | -17/+127 |
| 2022-05-06 | Rollup merge of #96752 - scottmcm:error-sorting, r=compiler-errors | Guillaume Gomez | -3/+3 |
| 2022-05-06 | Rollup merge of #96748 - GuillaumeGomez:reexports-in-search, r=notriddle | Guillaume Gomez | -12/+71 |
| 2022-05-06 | Rollup merge of #96650 - tmiasko:global-asm-sym-fn, r=Amanieu | Guillaume Gomez | -0/+5 |
| 2022-05-06 | Rollup merge of #96590 - notriddle:notriddle/tab-bar-fn-search, r=GuillaumeGo... | Guillaume Gomez | -48/+113 |
| 2022-05-06 | Rollup merge of #96557 - nbdd0121:const, r=oli-obk | Guillaume Gomez | -6/+84 |
| 2022-05-06 | use def_span and def_kind queries instead of calling tcx.hir() methods | Miguel Guarniz | -6/+6 |
| 2022-05-06 | remove ItemLikeVisitor impl for InherentCollect | Miguel Guarniz | -2/+2 |
| 2022-05-06 | suggest fully qualified path with appropriate params | Takayuki Maeda | -0/+85 |
| 2022-05-06 | Auto merge of #96268 - jackh726:remove-mutable_borrow_reservation_conflict-li... | bors | -276/+76 |
| 2022-05-06 | Add missing newline | Michael Howell | -1/+1 |
| 2022-05-06 | Add GUI test for search reexports | Guillaume Gomez | -9/+42 |
| 2022-05-06 | Fix reexports missing from the search index | Guillaume Gomez | -3/+29 |
| 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 | Fix test case checking for where the JS goes | Michael Howell | -1/+1 |
| 2022-05-05 | rustdoc: ensure HTML/JS side implementors don't have dups | Michael Howell | -16/+126 |
| 2022-05-05 | Put the 2229 migration errors in alphabetical order | Scott McMurray | -3/+3 |
| 2022-05-05 | Auto merge of #96520 - lcnr:general-incoherent-impls, r=petrochenkov | bors | -0/+226 |
| 2022-05-05 | Auto merge of #96735 - flip1995:clippyup, r=Manishearth | bors | -2639/+6204 |
| 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 | -69/+178 |
| 2022-05-05 | rustdoc: fix JS error when rendering parse error | Michael Howell | -0/+4 |
| 2022-05-05 | rustdoc: add test case assertions for ArrowDown highlight first result | Michael Howell | -0/+4 |
| 2022-05-05 | rustdoc: fix keyboard shortcuts and console log on search page | Michael Howell | -12/+44 |
| 2022-05-05 | rustdoc: change the "In Function Signatures" to context-sensitive | Michael Howell | -5/+17 |
| 2022-05-05 | Use STARTS_WITH, since it's more specific | Michael Howell | -4/+4 |
| 2022-05-05 | rustdoc: when running a function-signature search, tweak the tab bar | Michael Howell | -36/+49 |
| 2022-05-05 | Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup | flip1995 | -2639/+6204 |
| 2022-05-05 | Rollup merge of #96682 - nnethercote:show-invisible-delims, r=petrochenkov | Matthias Krüger | -59/+86 |
| 2022-05-05 | Rollup merge of #96673 - oli-obk:tait_impl_diagnostic, r=petrochenkov | Matthias Krüger | -5/+10 |
| 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 | -0/+67 |
| 2022-05-05 | Bless clippy error msg | Gary Guo | -1/+1 |
| 2022-05-05 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -2/+1 |
| 2022-05-05 | update error messages and explicitly mention them in tests | lcnr | -32/+52 |
| 2022-05-05 | Auto merge of #91779 - ridwanabdillahi:natvis, r=michaelwoerister | bors | -0/+149 |
| 2022-05-05 | Add a regression test for #64173 and #66152 | Yuki Okushi | -0/+54 |
| 2022-05-05 | Add rotation animation on settings button when loading | Guillaume Gomez | -1/+14 |
| 2022-05-05 | Use "strict" mode in JS scripts | Guillaume Gomez | -5/+15 |
| 2022-05-05 | forbid empty impls for types with incoherent impls | lcnr | -0/+206 |
| 2022-05-05 | suggest calling `Self::associated_function()` | Takayuki Maeda | -0/+67 |
| 2022-05-05 | Auto merge of #96630 - m-ysk:fix/issue-88038, r=notriddle | bors | -11/+1 |
| 2022-05-05 | Auto merge of #96720 - JohnTitor:rollup-9jaaekr, r=JohnTitor | bors | -185/+608 |
| 2022-05-05 | Rollup merge of #96677 - jyn514:label-break-value-tests, r=petrochenkov | Yuki Okushi | -1/+208 |
| 2022-05-05 | Rollup merge of #96658 - Folyd:es6, r=GuillaumeGomez | Yuki Okushi | -112/+109 |
| 2022-05-05 | Rollup merge of #96628 - joshtriplett:stabilize-then-some, r=m-ou-se | Yuki Okushi | -1/+0 |