| Age | Commit message (Expand) | Author | Lines |
| 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 | -7/+96 |
| 2022-05-06 | Auto merge of #95183 - ibraheemdev:arc-count-acquire, r=Amanieu | bors | -6/+6 |
| 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 | 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 | 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 | Bless clippy error msg | Gary Guo | -1/+1 |
| 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 |
| 2022-05-05 | Auto merge of #91779 - ridwanabdillahi:natvis, r=michaelwoerister | bors | -76/+554 |
| 2022-05-05 | Add a regression test for #64173 and #66152 | Yuki Okushi | -0/+54 |
| 2022-05-05 | Auto merge of #96649 - tbu-:pr_to_ipv4_loopback_doc, r=m-ou-se | bors | -1/+4 |
| 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 |