| Age | Commit message (Expand) | Author | Lines |
| 2024-08-15 | Auto merge of #13272 - flip1995:vacation, r=flip1995 | bors | -0/+1 |
| 2024-08-15 | flip1995: 2 week vacation | Philipp Krones | -0/+1 |
| 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 | -2/+2 |
| 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 | Add cautionary paragraph about noop wakers. | Ian Jackson | -0/+8 |
| 2024-08-15 | rewrite native-link-modifier-bundle to rmake | Oneirical | -47/+101 |
| 2024-08-15 | rewrite rlib-format-packed-bundled-libs to rmake | Oneirical | -40/+87 |
| 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 | Auto merge of #17896 - Veykril:editioned-syntax-kinds, r=Veykril | bors | -129/+347 |
| 2024-08-15 | internal: Properly check the edition for edition dependent syntax kinds | Lukas Wirth | -129/+347 |
| 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 | rustdoc-json: Add test for `Self` type | Alona Enraght-Moony | -0/+58 |
| 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 #17893 - ShoyuVanilla:issue-17871, r=flodiebold | bors | -8/+35 |
| 2024-08-15 | Auto merge of #129066 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-08-15 | Include a copy of `compiler-rt` source in the `download-ci-llvm` tarball | Zalathar | -1/+14 |
| 2024-08-15 | tests: re-enable `dump-ice-to-disk` for Windows | 许杰友 Jieyou Xu (Joe) | -5/+8 |
| 2024-08-15 | Auto merge of #129108 - matthiaskrgr:rollup-t4rjwgp, r=matthiaskrgr | bors | -60/+413 |
| 2024-08-15 | Port the `sysroot-crates-are-unstable` Python script to rmake | Zalathar | -77/+99 |
| 2024-08-15 | fix: Panic while displaying associated function with a type annotation | Shoyu Vanilla | -8/+35 |
| 2024-08-15 | Add a comment explaining the return type of `Ty::kind`. | Nicholas Nethercote | -0/+4 |
| 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 | rust-analyzer: use in-tree pattern_analysis crate | Nadrieril | -2/+4 |
| 2024-08-14 | size-optimize some of the panic dependencies | The 8472 | -0/+2 |
| 2024-08-14 | apply #[optimize(size)] to #[cold] ones and part of the panick machinery | The 8472 | -9/+24 |
| 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 |