about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-11-17Rollup merge of #133126 - ohno418:fix-String-doc, r=jhpratt许杰友 Jieyou Xu (Joe)-1/+1
2024-11-17Rollup merge of #133116 - RalfJung:const-null-ptr, r=dtolnay许杰友 Jieyou Xu (Joe)-36/+43
2024-11-17Rollup merge of #133093 - est31:let_chains_tests, r=traviscross许杰友 Jieyou Xu (Joe)-6/+68
2024-11-17Rollup merge of #133060 - tyrone-wu:removelet-span-suggestion, r=jieyouxu许杰友 Jieyou Xu (Joe)-15/+31
2024-11-17Rollup merge of #133051 - estebank:cond-misparse, r=jieyouxu许杰友 Jieyou Xu (Joe)-36/+435
2024-11-17Rollup merge of #133029 - veluca93:abi-checks-tier3, r=workingjubilee许杰友 Jieyou Xu (Joe)-17/+24
2024-11-17Auto merge of #133120 - matthiaskrgr:rollup-4actosy, r=matthiaskrgrbors-437/+498
2024-11-17Auto merge of #132566 - saethlin:querify-mir-collection, r=cjgillotbors-67/+165
2024-11-17alloc: fix `String`'s docYutaro Ohno-1/+1
2024-11-17Auto merge of #133094 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-11-16clean up const stability around UB checksRalf Jung-24/+26
2024-11-16stabilize const_ptr_is_nullRalf Jung-13/+18
2024-11-16Auto merge of #133115 - jieyouxu:cdb, r=chrisdentonbors-40/+55
2024-11-17Mark `numeric-types.rs` as 64-bit only for nowJieyou Xu-2/+5
2024-11-16Rollup merge of #133097 - jieyouxu:opt-out-review-rotation, r=jieyouxuMatthias Krüger-2/+0
2024-11-16Rollup merge of #132832 - compiler-errors:late-ty, r=cjgillotMatthias Krüger-47/+50
2024-11-16Rollup merge of #132787 - maxcabrajac:fnctxt, r=petrochenkovMatthias Krüger-88/+157
2024-11-16Rollup merge of #132569 - lolbinarycat:rustdoc-search-path-end-empty-v2, r=no...Matthias Krüger-13/+21
2024-11-16Rollup merge of #132449 - RalfJung:is_val_statically_known, r=compiler-errorsMatthias Krüger-10/+6
2024-11-16Rollup merge of #132134 - nnethercote:rm-ResultsVisitable, r=cjgillotMatthias Krüger-274/+261
2024-11-16Rollup merge of #131717 - tgross35:stabilize-const_atomic_from_ptr, r=RalfJungMatthias Krüger-3/+3
2024-11-16review comment: move logic to new methodEsteban Küber-88/+103
2024-11-16Reword suggestion messageEsteban Küber-23/+23
2024-11-16Better account for `else if` macro conditions mising an `if`Esteban Küber-2/+18
2024-11-16Increase accuracy of `if` condition misparse suggestionEsteban Küber-17/+385
2024-11-17Update cdb annotations for `unit-type.rs` with cdb `10.0.26100.2161`Jieyou Xu-4/+7
2024-11-17Update cdb annotations for `range-types.rs` with cdb `10.0.26100.2161`Jieyou Xu-7/+13
2024-11-17Update cdb annotations for `numeric-types` with cdb `10.0.26100.2161`Jieyou Xu-29/+32
2024-11-16Opt out TaKO8Ki from review rotation for nowJieyou Xu-2/+0
2024-11-16Update cargoWeihang Lo-0/+0
2024-11-16Auto merge of #130443 - veluca93:legacy-const-generics-fix, r=BoxyUwUbors-22/+211
2024-11-16Add regression test for issue #103476, fixed in edition 2024est31-0/+25
2024-11-16Also check if let chains with multiple lets in these two testsest31-6/+43
2024-11-16Fix ICE when passing DefId-creating args to legacy_const_generics.Luca Versari-22/+211
2024-11-15Auto merge of #133086 - GuillaumeGomez:rollup-kbkfrkj, r=GuillaumeGomezbors-188/+411
2024-11-15Rollup merge of #133080 - ehuss:edition-desugar-span, r=compiler-errorsGuillaume Gomez-1/+76
2024-11-15Rollup merge of #133074 - ferrocene:ja-make-ui-test-os-agnostic, r=NoratriebGuillaume Gomez-11/+9
2024-11-15Rollup merge of #132978 - WaffleLapkin:very-semantic-change-kind, r=compiler-...Guillaume Gomez-114/+120
2024-11-15Rollup merge of #132956 - maxcabrajac:coroutine_kind, r=petrochenkovGuillaume Gomez-22/+17
2024-11-15Rollup merge of #132936 - surechen:fix_131989, r=NadrierilGuillaume Gomez-40/+189
2024-11-15rustdoc search: allow queries to end in an empty path segmentbinarycat-13/+21
2024-11-15Make WalkItemKind::walk signature compatible between Visitor versionsmaxcabrajac-18/+27
2024-11-15Add WalkItemKind::Ctxt so AssocCtxt is not sent to non-Assoc ItemKindsmaxcabrajac-27/+35
2024-11-15Make Visitor::FnKind and MutVisitor::FnKind compatiblemaxcabrajac-62/+114
2024-11-15Auto merge of #133079 - matthiaskrgr:rollup-k8u7syk, r=matthiaskrgrbors-119/+117
2024-11-15Fix span edition for 2024 RPIT coming from an external macroEric Huss-94/+2
2024-11-15Rollup merge of #133049 - maxcabrajac:visit_precise_capturing_arg, r=compiler...Matthias Krüger-9/+5
2024-11-15Rollup merge of #133045 - mrkajetanp:pauth-test-clang-lto-flag-merge, r=jieyouxuMatthias Krüger-3/+15
2024-11-15Rollup merge of #133021 - nnethercote:refactor-configure_annotatable, r=petro...Matthias Krüger-90/+47
2024-11-15Rollup merge of #132817 - compiler-errors:impl-trait-overcaptures-apit, r=Box...Matthias Krüger-17/+50