| Age | Commit message (Expand) | Author | Lines |
| 2024-11-17 | Auto merge of #133120 - matthiaskrgr:rollup-4actosy, r=matthiaskrgr | bors | -34/+28 |
| 2024-11-17 | Mark `numeric-types.rs` as 64-bit only for now | Jieyou Xu | -2/+5 |
| 2024-11-16 | Rollup merge of #132832 - compiler-errors:late-ty, r=cjgillot | Matthias Krüger | -25/+21 |
| 2024-11-16 | Rollup merge of #132569 - lolbinarycat:rustdoc-search-path-end-empty-v2, r=no... | Matthias Krüger | -8/+6 |
| 2024-11-16 | Rollup merge of #132449 - RalfJung:is_val_statically_known, r=compiler-errors | Matthias Krüger | -1/+1 |
| 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 | Auto merge of #130443 - veluca93:legacy-const-generics-fix, r=BoxyUwU | bors | -19/+113 |
| 2024-11-16 | Fix ICE when passing DefId-creating args to legacy_const_generics. | Luca Versari | -19/+113 |
| 2024-11-15 | Rollup merge of #133080 - ehuss:edition-desugar-span, r=compiler-errors | Guillaume Gomez | -0/+75 |
| 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 | -109/+74 |
| 2024-11-15 | Rollup merge of #132936 - surechen:fix_131989, r=Nadrieril | Guillaume Gomez | -40/+180 |
| 2024-11-15 | rustdoc search: allow queries to end in an empty path segment | binarycat | -8/+6 |
| 2024-11-15 | Auto merge of #133079 - matthiaskrgr:rollup-k8u7syk, r=matthiaskrgr | bors | -19/+60 |
| 2024-11-15 | Fix span edition for 2024 RPIT coming from an external macro | Eric Huss | -93/+1 |
| 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 #132817 - compiler-errors:impl-trait-overcaptures-apit, r=Box... | Matthias Krüger | -16/+45 |
| 2024-11-15 | Add test for precise-capturing from an external macro | Eric Huss | -0/+167 |
| 2024-11-15 | Auto merge of #132992 - RalfJung:check-consts-feature-gate, r=compiler-errors | bors | -1/+1 |
| 2024-11-15 | make UI test OS-agnostic | Jorge Aparicio | -11/+9 |
| 2024-11-15 | tests: Test pac-ret flag merging on clang with LTO | Kajetan Puchalski | -3/+15 |
| 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 | -0/+29 |
| 2024-11-14 | Rollup merge of #132905 - xingxue-ibm:link-unwind, r=bjorn3 | Jubilee | -9/+5 |
| 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/+29 |
| 2024-11-14 | Auto merge of #133047 - matthiaskrgr:rollup-9se1vth, r=matthiaskrgr | bors | -0/+68 |
| 2024-11-14 | tests/run-make/simd-ffi: fix test crashing on x86 targets ... | liushuyu | -2/+2 |
| 2024-11-14 | Rollup merge of #133043 - notriddle:master, r=fmease | Matthias Krüger | -0/+48 |
| 2024-11-14 | rustdoc-search: case-sensitive only when capitals are used | Michael Howell | -0/+48 |
| 2024-11-14 | Add regression test for #131946 | Guillaume Gomez | -0/+20 |
| 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 #133005 - notriddle:notriddle/trie-search, r=GuillaumeGomez | Guillaume Gomez | -23/+45 |
| 2024-11-14 | Rollup merge of #132172 - dianne:suggest-borrow-generic, r=matthewjasper | Guillaume Gomez | -51/+210 |
| 2024-11-14 | Rollup merge of #132773 - jakos-sec:fix-asan-win32, r=jieyouxu | Guillaume Gomez | -0/+29 |
| 2024-11-14 | Rollup merge of #132310 - jieyouxu:max-llvm-version, r=onur-ozkan | Guillaume Gomez | -5/+5 |
| 2024-11-14 | tests: use `max-llvm-major-version` instead of `ignore-llvm-version` range li... | 许杰友 Jieyou Xu (Joe) | -5/+5 |
| 2024-11-13 | Rollup merge of #133012 - Eclips4:issue-125670, r=compiler-errors | Jubilee | -0/+124 |
| 2024-11-13 | Rollup merge of #132971 - BoxyUwU:handle_infers_in_anon_consts, r=compiler-er... | Jubilee | -0/+52 |
| 2024-11-14 | Mark `never_type_fallback_flowing_into_unsafe` as a semantic change | Maybe Lapkin | -30/+30 |
| 2024-11-13 | Suggest borrowing arguments in generic positions when trait bounds are satisfied | dianne | -141/+170 |
| 2024-11-14 | Adding `BreakValue` to UnusedDelimsCtx to make `UnusedParens` and `UnusedBrac... | surechen | -43/+174 |
| 2024-11-13 | Use a common subdiagnostic format for generic borrows | dianne | -16/+16 |
| 2024-11-13 | Provide borrow-instead-of-move suggestions for calls of fn-like items from ot... | dianne | -0/+130 |
| 2024-11-14 | Mention both release *and* edition breakage for never type lints | Maybe Lapkin | -57/+57 |
| 2024-11-13 | Add test cases | Kirill Podoprigora | -0/+124 |
| 2024-11-14 | PassWrapper: disable UseOdrIndicator for Asan Win32 | Jakob Koschel | -0/+29 |
| 2024-11-13 | Rollup merge of #133001 - lcnr:test-next-solver, r=compiler-errors | Matthias Krüger | -1/+15 |