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