| Age | Commit message (Expand) | Author | Lines |
| 2024-11-26 | Rollup merge of #133367 - compiler-errors:array-len-mismatch, r=BoxyUwU | Michael Goulet | -71/+60 |
| 2024-11-26 | Rollup merge of #133362 - compiler-errors:existential-preds, r=BoxyUwU | Michael Goulet | -4/+0 |
| 2024-11-26 | Rollup merge of #133326 - nnethercote:rm-DefinitelyInitializedPlaces, r=cjgillot | Michael Goulet | -358/+13 |
| 2024-11-26 | Rollup merge of #133282 - tgross35:maybe-uninit-debug, r=Amanieu | Michael Goulet | -1/+12 |
| 2024-11-26 | Rollup merge of #133140 - dtolnay:precedence, r=fmease | Michael Goulet | -11/+11 |
| 2024-11-26 | Rollup merge of #133155 - nnethercote:yet-more-rustc_mir_dataflow-cleanups, r... | Michael Goulet | -213/+242 |
| 2024-11-26 | Rollup merge of #133140 - dtolnay:precedence, r=fmease | Michael Goulet | -225/+146 |
| 2024-11-26 | Rollup merge of #133136 - ChayimFriedman2:get-many-mut, r=Amanieu | Michael Goulet | -19/+249 |
| 2024-11-26 | Rollup merge of #133070 - nnethercote:lexer-tweaks, r=chenyukang | Michael Goulet | -125/+121 |
| 2024-11-26 | Rollup merge of #133042 - cuviper:btreemap-insert_entry, r=Amanieu | Michael Goulet | -31/+76 |
| 2024-11-26 | filesystem support for solarish. | David Carlier | -34/+75 |
| 2024-11-26 | [] Fix FP on proc macros | blyxyas | -2/+3 |
| 2024-11-26 | Auto merge of #133500 - GuillaumeGomez:rollup-4vcthwo, r=GuillaumeGomez | bors | -773/+233 |
| 2024-11-26 | Merge pull request #18511 from darichey/sysroot-query-metadata | Laurențiu Nicola | -51/+150 |
| 2024-11-26 | Rollup merge of #133495 - lcnr:env-shadowing-tests, r=compiler-errors | Guillaume Gomez | -0/+19 |
| 2024-11-26 | Rollup merge of #133481 - jieyouxu:avr-jmp-linker, r=saethlin | Guillaume Gomez | -0/+5 |
| 2024-11-26 | Rollup merge of #133473 - Enselic:cow, r=nnethercote | Guillaume Gomez | -0/+11 |
| 2024-11-26 | Rollup merge of #133470 - jieyouxu:ugly, r=compiler-errors | Guillaume Gomez | -684/+23 |
| 2024-11-26 | Rollup merge of #133467 - Enselic:recurse-tests, r=lcnr | Guillaume Gomez | -0/+74 |
| 2024-11-26 | Rollup merge of #133464 - RalfJung:whitespace-panic, r=joboet | Guillaume Gomez | -7/+7 |
| 2024-11-26 | Rollup merge of #133462 - mustartt:aix-improve-bootstrap-loading, r=jieyouxu | Guillaume Gomez | -9/+9 |
| 2024-11-26 | Rollup merge of #133454 - zmodem:initializes_fix, r=nikic | Guillaume Gomez | -1/+1 |
| 2024-11-26 | Rollup merge of #133450 - onur-ozkan:update-triagebot, r=onur-ozkan | Guillaume Gomez | -1/+0 |
| 2024-11-26 | Rollup merge of #133443 - fmease:rm-dead-eff-code-ii, r=compiler-errors | Guillaume Gomez | -33/+4 |
| 2024-11-26 | Rollup merge of #133430 - compiler-errors:param-mismatch, r=WaffleLapkin | Guillaume Gomez | -37/+75 |
| 2024-11-26 | Rollup merge of #133419 - CromFr:add-path-strip_prefix-test-example, r=Amanieu | Guillaume Gomez | -0/+1 |
| 2024-11-26 | Rollup merge of #133411 - RalfJung:emscripten-is-on-wasm, r=workingjubilee | Guillaume Gomez | -1/+4 |
| 2024-11-26 | Add missing code examples on `LocalKey` | Guillaume Gomez | -2/+28 |
| 2024-11-26 | Respect verify-llvm-ir option in the backend | Nikita Popov | -3/+8 |
| 2024-11-26 | thread::available_parallelism for wasm32-wasip1-threads | Sebastian Urban | -3/+14 |
| 2024-11-26 | Refactor ReadDir into a state machine | Piotr Osiewicz | -70/+101 |
| 2024-11-26 | Pass end position of span through inline ASM cookie | beetrees | -200/+1565 |
| 2024-11-26 | add test for alias-bound shadowing, rename folder | lcnr | -0/+19 |
| 2024-11-26 | update crashes | lcnr | -15/+89 |
| 2024-11-26 | Remove extra tests. | Camille GILLOT | -11/+0 |
| 2024-11-26 | Pacify tidy. | Camille GILLOT | -1/+0 |
| 2024-11-26 | Remove -Zfuel. | Camille GILLOT | -281/+19 |
| 2024-11-26 | do not constrain infer vars in `find_best_leaf_obligation` | lcnr | -123/+25 |
| 2024-11-26 | unnecessary_map_or: fix version for lint addition | Samuel Tardieu | -1/+1 |
| 2024-11-26 | Merge pull request #4059 from tiif/fixtest | Oli Scherer | -49/+18 |
| 2024-11-26 | Simplify thread blocking tests | tiif | -49/+18 |
| 2024-11-26 | Merge pull request #4061 from asquared31415/dep_info_fix | Ralf Jung | -5/+8 |
| 2024-11-26 | Merge pull request #4016 from YohDeadfall/android-epoll | Ralf Jung | -22/+47 |
| 2024-11-26 | Add macro expansion test for raw variable names | Mark Murphy | -0/+28 |
| 2024-11-25 | fix confusing diagnostic for reserved `##` | Peter Jaszkowiak | -107/+141 |
| 2024-11-26 | tests: Add regression test for self referential struct with cow as last field | Martin Nordholts | -0/+19 |
| 2024-11-25 | attempt to fix miri failing to create file when under weird powershell config... | asquared31415 | -5/+8 |
| 2024-11-26 | Auto merge of #132894 - frank-king:feature/where-refactor, r=cjgillot | bors | -409/+395 |
| 2024-11-26 | Auto merge of #133465 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2024-11-26 | Make some modules non-`pub`. | Nicholas Nethercote | -2/+2 |