about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-07-19Rollup merge of #99434 - timvermeulen:skip_next_non_fused, r=scottmcmDylan DPC-1/+12
2022-07-19Rollup merge of #99410 - tmiasko:atomic-lint, r=fee1-deadDylan DPC-297/+60
2022-07-19Rollup merge of #99404 - jmqd:master, r=compiler-errorsDylan DPC-1/+5
2022-07-19Rollup merge of #99392 - nnethercote:fix-debuginfo-tests, r=pnkfelixDylan DPC-2/+2
2022-07-19Rollup merge of #99347 - compiler-errors:opaque-type-key-local-def-id, r=oli-obkDylan DPC-53/+51
2022-07-19Rollup merge of #99335 - Dav1dde:fromstr-docs, r=JohnTitorDylan DPC-6/+8
2022-07-19Rollup merge of #98320 - compiler-errors:macro-backtrace, r=estebankDylan DPC-144/+157
2022-07-19Rollup merge of #97183 - oli-obk:tait_ice_async, r=jackh726Dylan DPC-10/+101
2022-07-19Mention first and last macro in backtraceMichael Goulet-144/+157
2022-07-19Auto merge of #98120 - TaKO8Ki:box-diagnostic-metadata-field, r=estebankbors-2/+2
2022-07-19Use LocalDefId in OpaqueTypeKeyMichael Goulet-53/+51
2022-07-18Auto merge of #99442 - Kobzol:revert-99062-lld-icf, r=Mark-Simulacrumbors-12/+1
2022-07-18Revert "Use ICF (identical code folding) for building rustc"Jakub Beránek-12/+1
2022-07-18Auto merge of #99422 - Dylan-DPC:rollup-htjofm6, r=Dylan-DPCbors-21/+233
2022-07-18Add note to test about `Unfuse`Tim Vermeulen-0/+3
2022-07-18Fix `Skip::next` for non-fused inner iteratorsTim Vermeulen-1/+9
2022-07-18Auto merge of #99406 - flip1995:clippyup, r=Manishearthbors-944/+3408
2022-07-18Check generators for well formednessOli Scherer-10/+101
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-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-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-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
2022-07-17Use LLD linker for compiling rustc on Linux x64 and use ICF for binary size o...Jakub Beránek-1/+12
2022-07-17Add GUI test for source code sidebar auto-expandGuillaume Gomez-5/+25
2022-07-17interpret/visitor: add missing early returnRalf Jung-0/+3
2022-07-17Auto merge of #9022 - alex-semenyuk:needless_option_take_more_docs, r=Jarchobors-0/+4