about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-08-15Auto merge of #13272 - flip1995:vacation, r=flip1995bors-0/+1
2024-08-15flip1995: 2 week vacationPhilipp Krones-0/+1
2024-08-15Rollup merge of #129124 - aDotInTheVoid:rdj-hashmap-3, r=GuillaumeGomezMatthias Krüger-6/+6
2024-08-15Rollup merge of #129122 - GuillaumeGomez:remove-duplicated-rustdoc-output-met...Matthias Krüger-27/+21
2024-08-15Rollup merge of #129106 - compiler-errors:unused-type-ops, r=jieyouxuMatthias Krüger-113/+3
2024-08-15Rollup merge of #129101 - compiler-errors:deref-on-parent-by-ref, r=lcnrMatthias Krüger-14/+74
2024-08-15Rollup merge of #129096 - Kobzol:bootstrap-cmd-verbosity, r=onur-ozkanMatthias Krüger-4/+32
2024-08-15Rollup merge of #129072 - compiler-errors:more-powerful-async-closure-inferen...Matthias Krüger-11/+83
2024-08-15Rollup merge of #129065 - nnethercote:PartialEq-TokenKind, r=spastorinoMatthias Krüger-2/+2
2024-08-15Rollup merge of #129065 - nnethercote:PartialEq-TokenKind, r=spastorinoMatthias Krüger-129/+122
2024-08-15Rollup merge of #128348 - dingxiangfei2009:allow-shadow-call-stack-sanitizer,...Matthias Krüger-2/+55
2024-08-15Print more verbose error for commands that capture outputJakub Beránek-4/+32
2024-08-15Add cautionary paragraph about noop wakers.Ian Jackson-0/+8
2024-08-15rewrite native-link-modifier-bundle to rmakeOneirical-47/+101
2024-08-15rewrite rlib-format-packed-bundled-libs to rmakeOneirical-40/+87
2024-08-15coalesce dep-info-spaces and dep-info-doesnt-run-much into dep-infoOneirical-66/+37
2024-08-15Auto merge of #128936 - bjorn3:fix_thin_archive_reading, r=jieyouxubors-38/+63
2024-08-15Auto merge of #17896 - Veykril:editioned-syntax-kinds, r=Veykrilbors-129/+347
2024-08-15internal: Properly check the edition for edition dependent syntax kindsLukas Wirth-129/+347
2024-08-15About rmake testsGuillaume Gomez-20/+20
2024-08-15Remove duplicated `Rustdoc::output` method from `run-make-support` libGuillaume Gomez-7/+1
2024-08-15rustdoc-json: Use FxHashMap from rustdoc_json_typesAlona Enraght-Moony-6/+6
2024-08-15rustdoc-json: Add test for `Self` typeAlona Enraght-Moony-0/+58
2024-08-15Auto merge of #128861 - khuey:mir-inlining-parameters-debuginfo, r=wesleywiserbors-20/+32
2024-08-15Auto merge of #128037 - beetrees:repr128-c-style-use-natvis, r=michaelwoeristerbors-67/+136
2024-08-15Auto merge of #17893 - ShoyuVanilla:issue-17871, r=flodieboldbors-8/+35
2024-08-15Auto merge of #129066 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-08-15Include a copy of `compiler-rt` source in the `download-ci-llvm` tarballZalathar-1/+14
2024-08-15tests: re-enable `dump-ice-to-disk` for Windows许杰友 Jieyou Xu (Joe)-5/+8
2024-08-15Auto merge of #129108 - matthiaskrgr:rollup-t4rjwgp, r=matthiaskrgrbors-60/+413
2024-08-15Port the `sysroot-crates-are-unstable` Python script to rmakeZalathar-77/+99
2024-08-15fix: Panic while displaying associated function with a type annotationShoyu Vanilla-8/+35
2024-08-15Add a comment explaining the return type of `Ty::kind`.Nicholas Nethercote-0/+4
2024-08-15Rollup merge of #129100 - ehuss:fix-dependencies-update, r=KobzolMatthias Krüger-1/+1
2024-08-15Rollup merge of #129067 - cuviper:append, r=wesleywiserMatthias Krüger-7/+12
2024-08-15Rollup merge of #129015 - rustbot:docs-update, r=ehussMatthias Krüger-7/+22
2024-08-15Rollup merge of #128963 - GuillaumeGomez:output-to-stdout, r=aDotInTheVoidMatthias Krüger-21/+85
2024-08-15Rollup merge of #128946 - orlp:faster-ip-hash, r=joboetMatthias Krüger-2/+23
2024-08-15Rollup merge of #128925 - dingxiangfei2009:smart-ptr-helper-attr, r=compiler-...Matthias Krüger-19/+165
2024-08-15Rollup merge of #127905 - BKPepe:powerpc-muslspe, r=wesleywiserMatthias Krüger-0/+66
2024-08-15Rollup merge of #125970 - RalfJung:before_exec, r=m-ou-seMatthias Krüger-3/+39
2024-08-14Fix null pointer dereference when a file is not an object filebjorn3-0/+3
2024-08-14Infer async closure args from Fn bound even if there is no corresponding Futu...Michael Goulet-11/+83
2024-08-14Use toString instead of raw_svector_ostream for error messagesbjorn3-9/+2
2024-08-14Auto merge of #128407 - Oneirical:feline-dotestication, r=jieyouxubors-49/+97
2024-08-14rust-analyzer: use in-tree pattern_analysis crateNadrieril-2/+4
2024-08-14size-optimize some of the panic dependenciesThe 8472-0/+2
2024-08-14apply #[optimize(size)] to #[cold] ones and part of the panick machineryThe 8472-9/+24
2024-08-14Remove redundant type opsMichael Goulet-113/+3
2024-08-14Fix projections when parent capture is by-refMichael Goulet-14/+74