about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-11-23Exhaustively match CoroutineKind in fn_sig_for_fn_abibjorn3-60/+70
2023-11-23Fix fn_sig_for_fn_abi and the coroutine transform for generatorsbjorn3-9/+129
2023-11-23Auto merge of #117978 - petrochenkov:deleggate, r=TaKO8Ki,joshtriplettbors-0/+19
2023-11-23Add an experimental feature gate for function delegationVadim Petrochenkov-0/+19
2023-11-23Auto merge of #117815 - onur-ozkan:update-change-tracking-impl, r=albertlarsan68bors-29/+90
2023-11-23Auto merge of #116449 - Kobzol:bootstrap-rustdoc-shim, r=petrochenkovbors-33/+79
2023-11-23Add LLD flags to rustdoc cargo invocationsJakub Beránek-20/+64
2023-11-23Auto merge of #118073 - saethlin:gc-dead-allocs, r=RalfJungbors-1/+13
2023-11-23Auto merge of #118200 - matthiaskrgr:rollup-neka6xo, r=matthiaskrgrbors-79/+249
2023-11-23Rollup merge of #118169 - SparrowLii:deadlock_issue, r=compiler-errorsMatthias Krüger-6/+12
2023-11-23Rollup merge of #118167 - RalfJung:unadjusted-abi-is-internal, r=petrochenkovMatthias Krüger-1/+1
2023-11-23Rollup merge of #118146 - compiler-errors:deref-into-dyn-regions, r=lcnrMatthias Krüger-25/+125
2023-11-23Rollup merge of #118131 - lukas-code:multi-default, r=wesleywiserMatthias Krüger-47/+111
2023-11-23Auto merge of #115159 - solid-rs:patch/kmc-solid/io-safety, r=workingjubileebors-132/+371
2023-11-22Miri: GC the dead_alloc_map tooBen Kimock-1/+13
2023-11-23Nit of deadlock detectedSparrowLii-1/+1
2023-11-23Auto merge of #118065 - estebank:core-not-found-404, r=TaKO8Kibors-12/+29
2023-11-23Auto merge of #118154 - ChrisDenton:win-clippy, r=scottmcmbors-45/+43
2023-11-22Rework supertrait lint once againMichael Goulet-25/+125
2023-11-22Auto merge of #118120 - compiler-errors:closure-kind, r=lcnrbors-102/+53
2023-11-22When failing to import `core`, suggest `std`Esteban Küber-12/+29
2023-11-22Auto merge of #118178 - compiler-errors:rollup-0i11w85, r=compiler-errorsbors-243/+666
2023-11-22Rollup merge of #118161 - compiler-errors:coroutine-obligation-opaques, r=lcnrMichael Goulet-5/+36
2023-11-22Rollup merge of #118147 - Nilstrieb:no-redundant-casts, r=WaffleLapkinMichael Goulet-30/+18
2023-11-22Rollup merge of #118142 - saethlin:llvm-linkage, r=tmiaskoMichael Goulet-180/+206
2023-11-22Rollup merge of #118100 - ecnelises:ppc64_profiler, r=KobzolMichael Goulet-1/+1
2023-11-22Rollup merge of #118013 - sivadeilra:user/ardavis/ehcont, r=wesleywiserMichael Goulet-1/+76
2023-11-22Rollup merge of #118012 - celinval:smir-alloc, r=ouz-aMichael Goulet-26/+329
2023-11-22Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkinbors-347/+97
2023-11-22Auto merge of #112380 - jieyouxu:useless-bindings-lint, r=WaffleLapkinbors-2/+88
2023-11-22x fmt library/stdChris Denton-3/+2
2023-11-22redundant_slicingChris Denton-1/+1
2023-11-22cmp_nullChris Denton-2/+2
2023-11-22manual_range_containsChris Denton-2/+2
2023-11-22op_refChris Denton-1/+1
2023-11-22manual_mapChris Denton-5/+3
2023-11-22unnecessary_lazy_evaluationsChris Denton-1/+1
2023-11-22redundant_closureChris Denton-4/+4
2023-11-22duration_subsecChris Denton-1/+1
2023-11-22unnecessary_castChris Denton-9/+9
2023-11-22needless_borrowChris Denton-8/+8
2023-11-22needless_borrows_for_generic_argsChris Denton-2/+2
2023-11-22manual_slice_size_calculationChris Denton-1/+1
2023-11-22unnecessary_mut_passedChris Denton-4/+4
2023-11-22useless_conversionChris Denton-1/+1
2023-11-22needless_returnChris Denton-1/+1
2023-11-22Stabilize RFC3324 dyn upcasting coercionUrgau-347/+97
2023-11-22Auto merge of #118086 - nnethercote:queries-cleanups, r=bjorn3bors-59/+47
2023-11-22Auto merge of #118125 - nnethercote:custom_encodable, r=compiler-errorsbors-34/+83
2023-11-22Document `newtype_index` attributes.Nicholas Nethercote-2/+13