about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-10-27Match usize/isize exhaustivelyNadrieril-307/+321
2023-10-27Propagate half-open ranges through exhaustiveness checkingNadrieril-102/+158
2023-10-27Inline `RangeInclusive` into `IntRange`Nadrieril-41/+33
2023-10-27Don't use `IntRange` for booleansNadrieril-14/+56
2023-10-27Propagate half-open ranges through THIRNadrieril-38/+65
2023-10-27Abstract over `PatRange` boundary valueNadrieril-214/+298
2023-10-27Add testsNadrieril-14/+80
2023-10-27Auto merge of #116751 - Nadrieril:lint-overlap-per-column, r=davidtwcobors-148/+257
2023-10-27Auto merge of #116858 - estebank:issue-22488, r=petrochenkovbors-1/+70
2023-10-27Auto merge of #117272 - matthiaskrgr:rollup-upg122z, r=matthiaskrgrbors-309/+265
2023-10-27Rollup merge of #117266 - RalfJung:cast-not-transmute, r=thomccMatthias Krüger-8/+8
2023-10-27Rollup merge of #117262 - celinval:issue-38-norm, r=oli-obkMatthias Krüger-6/+18
2023-10-27Rollup merge of #117241 - compiler-errors:auto-trait-leak-cycle, r=oli-obkMatthias Krüger-234/+55
2023-10-27Rollup merge of #117240 - trueNAHO:docs-std-iter-Iterator-collect-into-fix-ty...Matthias Krüger-1/+1
2023-10-27Rollup merge of #116868 - estebank:suggestion, r=petrochenkovMatthias Krüger-60/+160
2023-10-27Rollup merge of #114998 - meysam81:meysam/feat/add-cargo-pgo-to-docs, r=ehussMatthias Krüger-0/+23
2023-10-27Auto merge of #116205 - WaffleLapkin:stabilize_pointer_byte_offsets, r=dtolnaybors-77/+69
2023-10-27replace transmute by raw pointer castRalf Jung-8/+8
2023-10-27Auto merge of #117260 - okaneco:ascii_branchless, r=thomccbors-6/+59
2023-10-26Specialize ZeroSized constantsCelina G. Val-6/+18
2023-10-27Handle `ty::Opaque` correctlyNadrieril-11/+33
2023-10-27Lint overlapping ranges as a separate passNadrieril-104/+150
2023-10-27Abstract over per-column pattern traversalNadrieril-36/+77
2023-10-27Auto merge of #116035 - lqd:mcp-510-target-specs, r=petrochenkovbors-94/+372
2023-10-26Refactor some `char`, `u8` ascii functions to be branchlessokaneco-6/+59
2023-10-27Auto merge of #113183 - estebank:redundant-sized-errors, r=davidtwcobors-6/+57
2023-10-26Suggest assoc fn `new` when trying to build tuple struct with private fieldsEsteban Küber-1/+70
2023-10-26Auto merge of #117249 - matthiaskrgr:rollup-h4og5rv, r=matthiaskrgrbors-638/+784
2023-10-26Rollup merge of #117243 - chfogelman:replace-not-swap-comment, r=thomccMatthias Krüger-0/+4
2023-10-26Rollup merge of #117188 - dtolnay:symbolenv, r=cjgillotMatthias Krüger-42/+134
2023-10-26Rollup merge of #117114 - nnethercote:improve-stringify-test, r=petrochenkovMatthias Krüger-559/+482
2023-10-26Rollup merge of #117106 - estebank:issue-27300, r=petrochenkovMatthias Krüger-5/+117
2023-10-26Rollup merge of #117032 - bjorn3:riscv64_enable_cg_clif_tests, r=petrochenkovMatthias Krüger-1/+4
2023-10-26Rollup merge of #116968 - eopb:116967, r=petrochenkovMatthias Krüger-31/+43
2023-10-26Auto merge of #116581 - Kobzol:bootstrap-cmd-run, r=onur-ozkanbors-80/+158
2023-10-26Allow ignoring the failure of command executionJakub Beránek-5/+18
2023-10-26Tweak suggestion spans for invalid crate-level inner attributeEsteban Küber-60/+160
2023-10-26Add comment to mem::replace to explain why it's not implemented via mem::swapCarter Hunt Fogelman-0/+4
2023-10-26Stash and cancel cycle errors for auto trait leakage in opaquesMichael Goulet-234/+55
2023-10-26Auto merge of #117228 - matthiaskrgr:rollup-23zzepv, r=matthiaskrgrbors-82/+278
2023-10-26Fix documentation typo in std::iter::Iterator::collect_intoNAHO-1/+1
2023-10-26Rollup merge of #117221 - fmease:TypeFlags-HAS_TY_GENERATOR-to-COROUTINE, r=lqdMatthias Krüger-4/+4
2023-10-26Rollup merge of #117214 - oli-obk:error_shenanigans, r=compiler-errorsMatthias Krüger-2/+73
2023-10-26Rollup merge of #117207 - Zalathar:no-option, r=compiler-errorsMatthias Krüger-17/+15
2023-10-26Rollup merge of #117202 - TaKO8Ki:revert-remove-TaKO8Ki-from-reviewers, r=Nil...Matthias Krüger-0/+2
2023-10-26Rollup merge of #117194 - nnethercote:rustc_incremental, r=cjgillotMatthias Krüger-20/+17
2023-10-26Rollup merge of #117143 - estebank:issue-117080, r=wesleywiserMatthias Krüger-6/+55
2023-10-26Rollup merge of #117095 - klinvill:smir-fn-arg-count, r=oli-obkMatthias Krüger-22/+102
2023-10-26Rollup merge of #116905 - Fenex:refactor/compiler/resolve, r=petrochenkovMatthias Krüger-11/+10
2023-10-26Auto merge of #117171 - fee1-dead-contrib:deny-explicit-effect-params, r=oli-obkbors-5/+215