| Age | Commit message (Expand) | Author | Lines |
| 2024-08-15 | Auto merge of #128787 - Oneirical:infohazardous-deprogram, r=jieyouxu | bors | -66/+37 |
| 2024-08-15 | Auto merge of #129130 - matthiaskrgr:rollup-603jta0, r=matthiaskrgr | bors | -306/+396 |
| 2024-08-15 | Rollup merge of #129124 - aDotInTheVoid:rdj-hashmap-3, r=GuillaumeGomez | Matthias Krüger | -6/+6 |
| 2024-08-15 | Rollup merge of #129122 - GuillaumeGomez:remove-duplicated-rustdoc-output-met... | Matthias Krüger | -27/+21 |
| 2024-08-15 | Rollup merge of #129106 - compiler-errors:unused-type-ops, r=jieyouxu | Matthias Krüger | -113/+3 |
| 2024-08-15 | Rollup merge of #129101 - compiler-errors:deref-on-parent-by-ref, r=lcnr | Matthias Krüger | -14/+74 |
| 2024-08-15 | Rollup merge of #129096 - Kobzol:bootstrap-cmd-verbosity, r=onur-ozkan | Matthias Krüger | -4/+32 |
| 2024-08-15 | Rollup merge of #129072 - compiler-errors:more-powerful-async-closure-inferen... | Matthias Krüger | -11/+83 |
| 2024-08-15 | Rollup merge of #129065 - nnethercote:PartialEq-TokenKind, r=spastorino | Matthias Krüger | -129/+122 |
| 2024-08-15 | Rollup merge of #128348 - dingxiangfei2009:allow-shadow-call-stack-sanitizer,... | Matthias Krüger | -2/+55 |
| 2024-08-15 | Print more verbose error for commands that capture output | Jakub Beránek | -4/+32 |
| 2024-08-15 | coalesce dep-info-spaces and dep-info-doesnt-run-much into dep-info | Oneirical | -66/+37 |
| 2024-08-15 | Auto merge of #128936 - bjorn3:fix_thin_archive_reading, r=jieyouxu | bors | -38/+63 |
| 2024-08-15 | About rmake tests | Guillaume Gomez | -20/+20 |
| 2024-08-15 | Remove duplicated `Rustdoc::output` method from `run-make-support` lib | Guillaume Gomez | -7/+1 |
| 2024-08-15 | rustdoc-json: Use FxHashMap from rustdoc_json_types | Alona Enraght-Moony | -6/+6 |
| 2024-08-15 | Auto merge of #128861 - khuey:mir-inlining-parameters-debuginfo, r=wesleywiser | bors | -20/+32 |
| 2024-08-15 | Auto merge of #128037 - beetrees:repr128-c-style-use-natvis, r=michaelwoerister | bors | -67/+136 |
| 2024-08-15 | Auto merge of #129066 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-08-15 | Auto merge of #129108 - matthiaskrgr:rollup-t4rjwgp, r=matthiaskrgr | bors | -60/+413 |
| 2024-08-15 | Rollup merge of #129100 - ehuss:fix-dependencies-update, r=Kobzol | Matthias Krüger | -1/+1 |
| 2024-08-15 | Rollup merge of #129067 - cuviper:append, r=wesleywiser | Matthias Krüger | -7/+12 |
| 2024-08-15 | Rollup merge of #129015 - rustbot:docs-update, r=ehuss | Matthias Krüger | -7/+22 |
| 2024-08-15 | Rollup merge of #128963 - GuillaumeGomez:output-to-stdout, r=aDotInTheVoid | Matthias Krüger | -21/+85 |
| 2024-08-15 | Rollup merge of #128946 - orlp:faster-ip-hash, r=joboet | Matthias Krüger | -2/+23 |
| 2024-08-15 | Rollup merge of #128925 - dingxiangfei2009:smart-ptr-helper-attr, r=compiler-... | Matthias Krüger | -19/+165 |
| 2024-08-15 | Rollup merge of #127905 - BKPepe:powerpc-muslspe, r=wesleywiser | Matthias Krüger | -0/+66 |
| 2024-08-15 | Rollup merge of #125970 - RalfJung:before_exec, r=m-ou-se | Matthias Krüger | -3/+39 |
| 2024-08-14 | Fix null pointer dereference when a file is not an object file | bjorn3 | -0/+3 |
| 2024-08-14 | Infer async closure args from Fn bound even if there is no corresponding Futu... | Michael Goulet | -11/+83 |
| 2024-08-14 | Use toString instead of raw_svector_ostream for error messages | bjorn3 | -9/+2 |
| 2024-08-14 | Auto merge of #128407 - Oneirical:feline-dotestication, r=jieyouxu | bors | -49/+97 |
| 2024-08-14 | Remove redundant type ops | Michael Goulet | -113/+3 |
| 2024-08-14 | Fix projections when parent capture is by-ref | Michael Goulet | -14/+74 |
| 2024-08-14 | Fix dependencies cron job | Eric Huss | -1/+1 |
| 2024-08-14 | Unconditionally use the LLVM symbol reader | bjorn3 | -22/+0 |
| 2024-08-14 | Apply some suggestions to the test rmake file | bjorn3 | -8/+3 |
| 2024-08-14 | Update Cargo.lock | Eric Huss | -7/+22 |
| 2024-08-14 | rewrite no-alloc-shim to rmake | Oneirical | -27/+57 |
| 2024-08-14 | rewrite min-global-align to rmake | Oneirical | -24/+42 |
| 2024-08-14 | Auto merge of #129092 - jieyouxu:rollup-z2522nm, r=jieyouxu | bors | -1030/+1280 |
| 2024-08-14 | Rollup merge of #129088 - Jaic1:fix-doc, r=GuillaumeGomez | 许杰友 Jieyou Xu (Joe) | -16/+16 |
| 2024-08-14 | Rollup merge of #129071 - Zalathar:sysroot-unstable, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -3/+5 |
| 2024-08-14 | Rollup merge of #129059 - compiler-errors:subtyping-correct-type, r=lcnr | 许杰友 Jieyou Xu (Joe) | -8/+55 |
| 2024-08-14 | Rollup merge of #128954 - zachs18:fromresidual-no-default, r=scottmcm | 许杰友 Jieyou Xu (Joe) | -5/+36 |
| 2024-08-14 | Rollup merge of #128828 - lcnr:search-graph-11, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -631/+892 |
| 2024-08-14 | Rollup merge of #128570 - folkertdev:stabilize-asm-const, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -367/+276 |
| 2024-08-14 | CommandExt::before_exec: deprecate safety in edition 2024 | Ralf Jung | -3/+39 |
| 2024-08-14 | Auto merge of #129054 - lnicola:sync-from-ra, r=lnicola | bors | -2448/+3807 |
| 2024-08-14 | Auto merge of #129060 - matthiaskrgr:rollup-s72gpif, r=matthiaskrgr | bors | -124/+219 |