| Age | Commit message (Expand) | Author | Lines |
| 2024-09-11 | Rollup merge of #130168 - juliusl:pr/fix-win-fs-change-time-links, r=ChrisDenton | Jubilee | -10/+14 |
| 2024-09-11 | Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errors | Jubilee | -75/+66 |
| 2024-09-11 | Rollup merge of #130077 - madsmtm:watchos-arm-unwind, r=workingjubilee | Jubilee | -14/+18 |
| 2024-09-11 | Rollup merge of #129835 - RalfJung:float-tests, r=workingjubilee | Jubilee | -282/+254 |
| 2024-09-11 | Rollup merge of #129696 - RalfJung:stdarch, r=Amanieu | Jubilee | -9/+14 |
| 2024-09-11 | Rollup merge of #129103 - Nadrieril:dont-warn-empty-unreachable, r=compiler-e... | Jubilee | -465/+96 |
| 2024-09-11 | Auto merge of #130237 - matthiaskrgr:rollup-qmgr8i7, r=matthiaskrgr | bors | -171/+354 |
| 2024-09-11 | chore: remove struct details | Julius Liu | -2/+2 |
| 2024-09-11 | Rollup merge of #130221 - vetleras:pub_search_path_new, r=chenyukang | Matthias Krüger | -1/+1 |
| 2024-09-11 | Rollup merge of #130219 - ogoffart:missing-docs-test, r=Urgau | Matthias Krüger | -6/+15 |
| 2024-09-11 | Rollup merge of #130207 - GrigorenkoPV:ERROR_CANT_RESOLVE_FILENAME, r=ChrisDe... | Matthias Krüger | -0/+1 |
| 2024-09-11 | Rollup merge of #130206 - GrigorenkoPV:WSAEDQUOT, r=ChrisDenton | Matthias Krüger | -0/+1 |
| 2024-09-11 | Rollup merge of #130161 - onur-ozkan:fmt-changed-files, r=Kobzol,RalfJung | Matthias Krüger | -58/+79 |
| 2024-09-11 | Rollup merge of #130123 - FedericoBruzzone:master, r=compiler-errors | Matthias Krüger | -5/+62 |
| 2024-09-11 | Rollup merge of #129866 - root-goblin:patch-1, r=workingjubilee | Matthias Krüger | -27/+35 |
| 2024-09-11 | Rollup merge of #129520 - tunawasabi:suggest-adding-struct-pattern-syntax, r=... | Matthias Krüger | -1/+86 |
| 2024-09-11 | Rollup merge of #129260 - wafarm:dont-suggest-closures, r=compiler-errors | Matthias Krüger | -73/+74 |
| 2024-09-11 | Auto merge of #130197 - RalfJung:interp-perf, r=saethlin | bors | -0/+5 |
| 2024-09-11 | docs: remove struct info | Julius Liu | -1/+1 |
| 2024-09-11 | Revert warning empty patterns as unreachable | Nadrieril | -465/+96 |
| 2024-09-11 | Auto merge of #130195 - folkertdev:naked-asm-outside-naked-fn, r=Amanieu | bors | -16/+132 |
| 2024-09-11 | Auto merge of #130212 - DianQK:llvm-19, r=nikic | bors | -0/+0 |
| 2024-09-11 | Use `doc(hidden)` instead of `allow(missing_docs)` in the test harness | Olivier Goffart | -6/+7 |
| 2024-09-11 | Use `#[doc(hidden)]` instead of `#[allow(missing_docs)]` on the const generat... | Olivier Goffart | -5/+5 |
| 2024-09-11 | Make SearchPath::new public | Vetle Rasmussen | -1/+1 |
| 2024-09-11 | Fix false positive with `missing_docs` and `#[test]` | Olivier Goffart | -0/+8 |
| 2024-09-11 | miri: support vector index arguments in simd_shuffle | Ralf Jung | -9/+14 |
| 2024-09-11 | Auto merge of #130194 - lcnr:generalize-cache, r=compiler-errors | bors | -16/+16 |
| 2024-09-11 | update stdarch | Ralf Jung | -0/+0 |
| 2024-09-11 | document the new git logic in more detail | onur-ozkan | -5/+18 |
| 2024-09-11 | Auto merge of #130050 - cjgillot:expect-attr-id, r=fee1-dead | bors | -167/+72 |
| 2024-09-11 | Auto merge of #129975 - notriddle:notriddle/lint-skip, r=GuillaumeGomez | bors | -202/+184 |
| 2024-09-11 | Update LLVM to 19 327ca6c | DianQK | -0/+0 |
| 2024-09-10 | clean up internal comments about float semantics | Ralf Jung | -8/+4 |
| 2024-09-10 | enable and extend float-classify test | Ralf Jung | -126/+128 |
| 2024-09-10 | move float tests into their own dir | Jubilee Young | -0/+0 |
| 2024-09-10 | these tests seem to work fine on i586 these days | Ralf Jung | -26/+0 |
| 2024-09-10 | Auto merge of #129403 - scottmcm:only-array-simd, r=compiler-errors | bors | -1151/+864 |
| 2024-09-10 | Clarify docs for std::collections | James Liu | -27/+35 |
| 2024-09-11 | Map `ERROR_CANT_RESOLVE_FILENAME` to `ErrorKind::FilesystemLoop` | Pavel Grigorenko | -0/+1 |
| 2024-09-11 | Map `WSAEDQUOT` to `ErrorKind::FilesystemQuotaExceeded` | Pavel Grigorenko | -0/+1 |
| 2024-09-10 | Report the `note` when specified in `diagnostic::on_unimplemented` | FedericoBruzzone | -5/+62 |
| 2024-09-10 | interpret: mark some hot functions inline(always) | Ralf Jung | -0/+5 |
| 2024-09-10 | Auto merge of #130200 - matthiaskrgr:rollup-2g4ijc5, r=matthiaskrgr | bors | -745/+740 |
| 2024-09-10 | skip formatting if no files have been modified | onur-ozkan | -0/+5 |
| 2024-09-10 | handle `GitConfig` for `tools/compiletest` | onur-ozkan | -2/+11 |
| 2024-09-10 | Rollup merge of #130185 - RalfJung:abi-compat-repr-c-wrappers, r=compiler-errors | Matthias Krüger | -41/+11 |
| 2024-09-10 | Rollup merge of #130184 - Zalathar:counters, r=compiler-errors | Matthias Krüger | -132/+102 |
| 2024-09-10 | Rollup merge of #130175 - nnethercote:rustc_mir_transform-cleanups-3, r=saethlin | Matthias Krüger | -570/+569 |
| 2024-09-10 | Rollup merge of #130173 - fmease:rustdoc-regression-tests, r=notriddle | Matthias Krüger | -0/+52 |