about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-08-13misc: import macros explicitlyAda Alakbarova-2/+2
2025-08-13fix `borrow_as_ptr`: don't lint in proc-macrosAda Alakbarova-8/+33
2025-08-13misc: move `is_expr_temporary_value` check into let-chainAda Alakbarova-4/+2
2025-08-13`as_ptr_cast`: move the unfixable case into a separate file (#15475)Jason Newcomb-12/+67
2025-08-13move `char_lit_as_u8` under the explicit-cast case (#15477)Jason Newcomb-61/+61
2025-08-13stabilize path_add_extensionHanna Kruppe-7/+3
2025-08-13Merge pull request #20390 from A4-Tacks/if-else-comp-in-args-or-letChayim Refael Friedman-1/+127
2025-08-13Rollup merge of #145356 - GuillaumeGomez:doctest-escaped, r=fmeaseGuillaume Gomez-0/+14
2025-08-13Rollup merge of #145349 - GuillaumeGomez:unstable-items-search, r=lolbinaryca...Guillaume Gomez-1/+3
2025-08-13Rollup merge of #145341 - Kobzol:codegen-backend-gcc, r=jieyouxuGuillaume Gomez-67/+98
2025-08-13Rollup merge of #145241 - tomtor:avr-layout, r=nikicGuillaume Gomez-1/+7
2025-08-13Rollup merge of #145153 - joshtriplett:macro-kinds-plural, r=petrochenkovGuillaume Gomez-5/+3
2025-08-13Rollup merge of #145153 - joshtriplett:macro-kinds-plural, r=petrochenkovGuillaume Gomez-211/+405
2025-08-13Rollup merge of #144962 - Gelbpunkt:aarch64_be-unknown-none-softfloat, r=davi...Guillaume Gomez-0/+124
2025-08-13Rollup merge of #144955 - lcnr:lazily-update-non-parent-goals, r=BoxyUwUGuillaume Gomez-68/+95
2025-08-13Rollup merge of #144949 - nnethercote:more-Printer-cleanups, r=davidtwcoGuillaume Gomez-155/+186
2025-08-13Rollup merge of #144761 - tgross35:cfg-outline-atomics, r=davidtwcoGuillaume Gomez-0/+9
2025-08-13Merge pull request #20448 from donni-h/patch-2Chayim Refael Friedman-1/+1
2025-08-13Update clippy testsVadim Petrochenkov-2/+22
2025-08-13Update clippy testsVadim Petrochenkov-2/+22
2025-08-13Hide docs for core::unicodeltdk-2/+2
2025-08-13Auto merge of #145298 - nikic:llvm21-rc3, r=cuviperbors-1/+3
2025-08-13Set NumRegisterParameters LLVM module flag to `N` when `-Zregparm=N` iswinstonallo-0/+86
2025-08-13Add missing entry in STAGE0_MISSING_TARGETSJens Reidel-0/+1
2025-08-13Suppress wrapper suggestion when expected and actual ty are the same adt and ...xizheyin-8/+9
2025-08-13Add test suggest-add-wrapper-issue-145294xizheyin-0/+55
2025-08-13Merge pull request #20450 from Wilfred/update_vsceLaurențiu Nicola-195/+1163
2025-08-13resolve: Improve diagnostics for ambiguities in extern preludeVadim Petrochenkov-12/+11
2025-08-13resolve: Split extern prelude into two scopesVadim Petrochenkov-86/+212
2025-08-13move `char_lit_as_u8` into the `if`Ada Alakbarova-7/+6
2025-08-13Merge pull request #4525 from rust-lang/rustup-2025-08-13Ben Kimock-6345/+11130
2025-08-13Also dump coverage infobjorn3-2/+17
2025-08-13Merge pull request #748 from dvermd/fmt_tests_runantoyo-23/+47
2025-08-13test: make `suggestions` the main fileAda Alakbarova-4/+4
2025-08-13test: move the main file to `unfixable`Ada Alakbarova-1/+2
2025-08-13Cleanup assoc parent utilsCameron Steffen-64/+79
2025-08-13[internal] Update to the latest @vscode/vsce for extension buildWilfred Hughes-195/+1163
2025-08-13Add test for issue 122734Jamie Hill-Daniel-0/+78
2025-08-13Add a method to dump MIR in the middle of MIR buildingbjorn3-0/+22
2025-08-13`as_ptr_cast`: move the unfixable case into a separate fileAda Alakbarova-12/+67
2025-08-13Add another example for escaped `#` character in doctest in rustdoc bookGuillaume Gomez-0/+14
2025-08-13doc test: fix mpsc.rs try_send doc testEval EXEC-2/+6
2025-08-13Correctly handle when there are no unstable items in the documented crateGuillaume Gomez-1/+3
2025-08-13Print crate count for `check::Rustc` in snapshot testsJakub Beránek-9/+13
2025-08-13Use ci-mirrors for binutils in freebsd-toolchain.shNikita Popov-1/+3
2025-08-13suggest using `pub(crate)` for E0364Makai-1/+33
2025-08-13bootstrap: Fix jemalloc 64K page support for aarch64 toolsCathal Mullan-0/+9
2025-08-13add testlcnr-0/+17
2025-08-13`fn new_coroutine_witness_for_coroutine` woopslcnr-61/+63
2025-08-13rework `add_placeholder_from_predicate_note`lcnr-34/+84