about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-7/+96
2022-05-06Auto merge of #95183 - ibraheemdev:arc-count-acquire, r=Amanieubors-6/+6
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-05rustdoc: fix JS error when rendering parse errorMichael Howell-0/+4
2022-05-05rustdoc: add test case assertions for ArrowDown highlight first resultMichael Howell-0/+4
2022-05-05rustdoc: fix keyboard shortcuts and console log on search pageMichael Howell-12/+44
2022-05-05rustdoc: change the "In Function Signatures" to context-sensitiveMichael Howell-5/+17
2022-05-05Use STARTS_WITH, since it's more specificMichael Howell-4/+4
2022-05-05rustdoc: when running a function-signature search, tweak the tab barMichael Howell-36/+49
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-05Bless clippy error msgGary Guo-1/+1
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
2022-05-05Auto merge of #91779 - ridwanabdillahi:natvis, r=michaelwoeristerbors-76/+554
2022-05-05Add a regression test for #64173 and #66152Yuki Okushi-0/+54
2022-05-05Auto merge of #96649 - tbu-:pr_to_ipv4_loopback_doc, r=m-ou-sebors-1/+4
2022-05-05Add rotation animation on settings button when loadingGuillaume Gomez-1/+14
2022-05-05Use "strict" mode in JS scriptsGuillaume Gomez-5/+15