about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-07-18Revert "Use ICF (identical code folding) for building rustc"Jakub Beránek-12/+1
2022-07-18Update mdbookEric Huss-38/+7
2022-07-19check accessibility before suggesting wrapping expressionsMaybe Waffle-8/+93
2022-07-18Auto merge of #99422 - Dylan-DPC:rollup-htjofm6, r=Dylan-DPCbors-21/+233
2022-07-19Suggest a fix for `NonZero*` <- `*` coercion errorMaybe Waffle-0/+105
2022-07-18Add note to test about `Unfuse`Tim Vermeulen-0/+3
2022-07-18Revert "Stabilize $$ in Rust 1.63.0"Christopher Durham-19/+57
2022-07-18Fix `Skip::next` for non-fused inner iteratorsTim Vermeulen-1/+9
2022-07-18interpret: make some large types not CopyRalf Jung-39/+45
2022-07-18Do not suggest "wrapping the expression in `std::num::NonZeroU64`"Maybe Waffle-0/+8
2022-07-18interpret: remove some unused trait implsRalf Jung-44/+10
2022-07-18Auto merge of #99406 - flip1995:clippyup, r=Manishearthbors-944/+3408
2022-07-18Check generators for well formednessOli Scherer-10/+101
2022-07-18proc_macro: Move subspan to be a method on Span in the bridgeNika Layzell-44/+38
2022-07-18proc_macro: stop using a remote object handle for LiteralNika Layzell-260/+305
2022-07-18proc_macro: stop using a remote object handle for IdentNika Layzell-114/+441
2022-07-18proc_macro: Specialize Punct::to_stringNika Layzell-0/+7
2022-07-18proc_macro: use fxhash within the proc_macro crateNika Layzell-20/+125
2022-07-18Rollup merge of #99394 - JohnTitor:issue-95230, r=compiler-errorsDylan DPC-0/+7
2022-07-18Rollup merge of #99378 - RalfJung:box-early-return, r=oli-obkDylan DPC-0/+3
2022-07-18Rollup merge of #99351 - compiler-errors:arg-mismatch-blame, r=davidtwcoDylan DPC-14/+14
2022-07-18Rollup merge of #99344 - notriddle:notriddle/multiple-macro-rules-w-same-name...Dylan DPC-5/+107
2022-07-18Rollup merge of #99198 - RalfJung:alloc-null-ptr, r=JohnTitorDylan DPC-1/+4
2022-07-18Rollup merge of #98998 - workingjubilee:naked-means-no-clothes-enforcement-te...Dylan DPC-1/+56
2022-07-18Rollup merge of #98839 - 5225225:assert_transmute_copy_size, r=thomccDylan DPC-0/+42
2022-07-18Ignore `hiberfil_sys` test in CIChris Denton-1/+4
2022-07-18stabilize `core::task::ready!`Yoshua Wuyts-5/+2
2022-07-18Auto merge of #99232 - lcnr:no-bound-vars-check, r=jackh726bors-4/+10
2022-07-18Auto merge of #99223 - saethlin:panicless-split-mut, r=Mark-Simulacrumbors-10/+9
2022-07-18Update invalid atomic ordering lintTomasz Miąsko-297/+60
2022-07-18Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyupPhilipp Krones-944/+3408
2022-07-18Use span_bug for unexpected field projection typeJordan McQueen-1/+5
2022-07-18Use split_once in FromStr docsDavid Herberth-6/+8
2022-07-18Auto merge of #99181 - lcnr:arenaGTrc, r=wesleywiserbors-14/+16
2022-07-18avoid `Symbol` to `&str` conversionsTakayuki Maeda-23/+28
2022-07-18Auto merge of #99137 - jackh726:wf-no-infcx, r=estebankbors-61/+54
2022-07-18Add regression test for #95230Yuki Okushi-0/+7
2022-07-18Fix debuginfo tests.Nicholas Nethercote-2/+2
2022-07-18Auto merge of #99391 - JohnTitor:rollup-tdigzzo, r=JohnTitorbors-95/+287
2022-07-18Rollup merge of #99374 - TethysSvensson:patch-1, r=Dylan-DPCYuki Okushi-1/+1
2022-07-18Rollup merge of #99373 - GuillaumeGomez:source-code-sidebar-tree-auto-expand,...Yuki Okushi-6/+26
2022-07-18Rollup merge of #99360 - compiler-errors:issue-99331, r=fee1-deadYuki Okushi-6/+33
2022-07-18Rollup merge of #99356 - compiler-errors:tait-in-assoc-ty-supertraits, r=oli-obkYuki Okushi-0/+56
2022-07-18Rollup merge of #99350 - compiler-errors:issue-99240, r=fee1-deadYuki Okushi-52/+136
2022-07-18Rollup merge of #98383 - m-ou-se:remove-memory-order-restrictions, r=joshtrip...Yuki Okushi-30/+35
2022-07-17rustdoc: extend `#[doc(tuple_variadic)]` to fn pointersMichael Howell-42/+61
2022-07-17Auto merge of #9196 - alex-semenyuk:invalid_regex, r=Jarchobors-1/+1
2022-07-17Auto merge of #99062 - Kobzol:lld-icf, r=jyn514bors-1/+12
2022-07-18Fix example for `clippy::invalid_regex`alexey semenyuk-1/+1
2022-07-17Auto merge of #99033 - 5225225:interpreter-validity-checks, r=oli-obkbors-94/+161