| Age | Commit message (Expand) | Author | Lines |
| 2024-11-17 | review comment: modify doc comment | Esteban Küber | -4/+2 |
| 2024-11-17 | review comments | Esteban Küber | -21/+26 |
| 2024-11-17 | review comments | Esteban Küber | -6/+5 |
| 2024-11-17 | Make suggestion verbose | Esteban Küber | -33/+42 |
| 2024-11-17 | Unify expanded constants and named constants in `PatKind` | Esteban Küber | -58/+215 |
| 2024-11-17 | Point at const when intended binding fall-through pattern is a const | Esteban Küber | -4/+62 |
| 2024-11-17 | Use `item_name` instead of a span snippet when talking about const pattern | Esteban Küber | -6/+5 |
| 2024-11-17 | Fold `PatKind::NamedConstant` into `PatKind::Constant` | Esteban Küber | -33/+21 |
| 2024-11-17 | Point at `const` definition when used instead of a binding in a `let` statement | Esteban Küber | -28/+78 |
| 2024-11-15 | Auto merge of #133079 - matthiaskrgr:rollup-k8u7syk, r=matthiaskrgr | bors | -119/+117 |
| 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 |
| 2024-11-15 | Auto merge of #132992 - RalfJung:check-consts-feature-gate, r=compiler-errors | bors | -13/+37 |
| 2024-11-15 | tests: Test pac-ret flag merging on clang with LTO | Kajetan Puchalski | -3/+15 |
| 2024-11-15 | Auto merge of #132910 - osiewicz:crate-loader-smarter-queries, r=saethlin | bors | -76/+137 |
| 2024-11-15 | rustc_metadata: Preprocess search paths for better performance | Piotr Osiewicz | -76/+137 |
| 2024-11-15 | Auto merge of #132967 - klensy:docker-unite, r=Kobzol | bors | -1/+3 |
| 2024-11-15 | Auto merge of #133059 - workingjubilee:rollup-rc5kvr1, r=workingjubilee | bors | -52/+279 |
| 2024-11-14 | Rollup merge of #133053 - liushuyu:simd-test-x86-baseline-fix, r=workingjubilee | Jubilee | -6/+4 |
| 2024-11-14 | Rollup merge of #133050 - tgross35:inline-f16-f128, r=saethlin | Jubilee | -6/+43 |
| 2024-11-14 | Rollup merge of #133048 - cyrgani:ptr-doc-update, r=Amanieu | Jubilee | -8/+6 |
| 2024-11-14 | Rollup merge of #133019 - sorairolake:add-missing-period-and-colon, r=tgross35 | Jubilee | -17/+17 |
| 2024-11-14 | Rollup merge of #132984 - sunshowers:pipe2, r=tgross35 | Jubilee | -0/+1 |
| 2024-11-14 | Rollup merge of #132977 - cberner:fix_solaris, r=tgross35 | Jubilee | -0/+108 |
| 2024-11-14 | Rollup merge of #132905 - xingxue-ibm:link-unwind, r=bjorn3 | Jubilee | -9/+5 |
| 2024-11-14 | Rollup merge of #132790 - aDotInTheVoid:ioslice-asslice-rides-again, r=cuviper | Jubilee | -6/+95 |
| 2024-11-15 | Auto merge of #132965 - mati865:cfguard-gnullvm, r=wesleywiser | bors | -2/+6 |
| 2024-11-14 | tests/run-make/simd-ffi: use a generic LLVM intrinsics ... | liushuyu | -5/+3 |
| 2024-11-14 | Always inline functions signatures containing `f16` or `f128` | Trevor Gross | -0/+39 |
| 2024-11-14 | Pass `f16` and `f128` by value in `const_assert!` | Trevor Gross | -6/+4 |
| 2024-11-14 | Auto merge of #133047 - matthiaskrgr:rollup-9se1vth, r=matthiaskrgr | bors | -325/+1269 |
| 2024-11-14 | tests/run-make/simd-ffi: fix test crashing on x86 targets ... | liushuyu | -2/+2 |
| 2024-11-14 | Change visit_precise_capturing_arg so it returns a Self::Result | maxcabrajac | -9/+5 |
| 2024-11-14 | use `&raw` in `{read, write}_unaligned` documentation | cyrgani | -8/+6 |
| 2024-11-14 | Rollup merge of #133046 - flip1995:clippy-subtree-update, r=Manishearth | Matthias Krüger | -286/+1149 |
| 2024-11-14 | Rollup merge of #133043 - notriddle:master, r=fmease | Matthias Krüger | -4/+55 |
| 2024-11-14 | Rollup merge of #133040 - GuillaumeGomez:footnote-ref-in-def, r=notriddle | Matthias Krüger | -26/+54 |
| 2024-11-14 | Rollup merge of #128197 - Alexendoo:span-ctxt, r=davidtwco | Matthias Krüger | -9/+11 |
| 2024-11-14 | Merge commit '786fbd6d683933cd0e567fdcd25d449a69b4320c' into clippy-subtree-u... | Philipp Krones | -286/+1149 |
| 2024-11-14 | rustdoc-search: case-sensitive only when capitals are used | Michael Howell | -4/+55 |
| 2024-11-14 | Rustup (#13687) | Philipp Krones | -39/+37 |
| 2024-11-14 | Bump nightly version -> 2024-11-14 | Philipp Krones | -1/+1 |
| 2024-11-14 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -308/+1201 |
| 2024-11-14 | Auto merge of #133039 - GuillaumeGomez:rollup-i223onq, r=GuillaumeGomez | bors | -391/+1275 |
| 2024-11-14 | Add regression test for #131946 | Guillaume Gomez | -0/+20 |
| 2024-11-14 | Fix handling of footnote reference in footnote definition | Guillaume Gomez | -26/+34 |
| 2024-11-14 | Include the "unwind" crate to link with libunwind instead of the "libc" crate. | Xing Xue | -9/+5 |
| 2024-11-14 | Rollup merge of #133036 - onur-ozkan:vacation, r=jieyouxu | Guillaume Gomez | -0/+1 |