about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-08-18remove myself from some adhoc-groups and pingsDavid Wood-2/+1
2025-08-18Trace some basic I/O operations in bootstrapJakub Beránek-30/+91
2025-08-18Rollup merge of #145485 - JonathanBrouwer:fix-deprecation-targets, r=jdonszel...Stuart Cook-3/+13
2025-08-18Rollup merge of #145476 - alurm:patch-1, r=ibraheemdevStuart Cook-1/+1
2025-08-18Rollup merge of #145460 - Kobzol:bootstrap-speedup-copy-src-dirs, r=jieyouxuStuart Cook-40/+42
2025-08-18Rollup merge of #145451 - WaffleLapkin:norailoveyou, r=NoratriebStuart Cook-0/+1
2025-08-18Rollup merge of #145420 - Zalathar:llvm-c, r=WaffleLapkinStuart Cook-89/+14
2025-08-18Rollup merge of #145355 - clubby789:option-match-eq, r=nikicStuart Cook-0/+78
2025-08-18Rollup merge of #145309 - winstonallo:issue-145271-fix, r=tgross35Stuart Cook-0/+86
2025-08-18Rollup merge of #145208 - joshtriplett:mbe-derive, r=petrochenkovStuart Cook-29/+593
2025-08-18Rollup merge of #145206 - scrabsha:push-uxovoqzrxnlx, r=jdonszelmannStuart Cook-91/+318
2025-08-18Rollup merge of #144838 - Kivooeo:doc-subtype, r=notriddleStuart Cook-4/+4
2025-08-18Update rust maintainers in openharmony.mdhuaihuaidelulu-1/+1
2025-08-17Fix up library crate order in linker testJosh Triplett-1/+1
2025-08-18Don't warn no-mentions on subtree updatesblyxyas-0/+2
2025-08-17bufreader::Buffer::backshift: don't move the uninit bytesbinarycat-1/+1
2025-08-17Do not consider a `T: !Sized` candidate to satisfy a `T: !MetaSized` obligation.Zachary S-7/+117
2025-08-17Update cargoWeihang Lo-0/+0
2025-08-17Rehome tests/ui/issues/ tests [5/?]Oneirical-118/+134
2025-08-17Reorder `lto` options from most to least optimizingSamuel Moelius-1/+1
2025-08-17Add `-Zindirect-branch-cs-prefix` optionMiguel Ojeda-5/+88
2025-08-17Add -Zindirect-branch-cs-prefix (from draft PR)Alice Ryhl-0/+30
2025-08-17resolve: debug for block modulebohan-1/+4
2025-08-17Add `//@ ignore-stage1` to query_stability.rs testSamuel Moelius-10/+11
2025-08-17Add runtime detection for APX-F and AVX10sayantn-25/+47
2025-08-17Auto merge of #145284 - nnethercote:type_name-print-regions, r=lcnrbors-57/+78
2025-08-17Rust build fails on OpenBSD after using file_lock featureSebastien Marie-0/+10
2025-08-17Auto merge of #144081 - RalfJung:const-ptr-fragments, r=oli-obkbors-358/+542
2025-08-16Indent some code inside `cfg_select!`Josh Triplett-174/+178
2025-08-16std: fix more typosbinarycat-2/+2
2025-08-16typos: allow moresobinarycat-0/+1
2025-08-16tidy: add better error reporting for if typos can't be runbinarycat-1/+0
2025-08-16tidy: run typos check in src root, not current dirbinarycat-4/+17
2025-08-16tidy now installs typos-cli as-needed via cargobinarycat-32/+80
2025-08-16Visit and print async_fut local for async drop.Camille Gillot-2/+12
2025-08-17refactor return type of `suggest_ampmut` into an enumDeadbeef-171/+178
2025-08-16fmt::DisplayInt abstraction obsolete with better macroPascal S. de Kloe-94/+72
2025-08-16Simplify span_data_to_lines_and_cols.Camille Gillot-16/+14
2025-08-16Simplify decode_span.Camille Gillot-28/+23
2025-08-16run spellcheck as a tidy extra check in cibinarycat-6/+6
2025-08-16overhaul `&mut` suggestions in borrowck errorsDeadbeef-332/+475
2025-08-16Clean up parsers related to generic boundsLeón Orell Valerian Liehr-103/+85
2025-08-16remove `should_render` in `PrintAttribute` deriveDeadbeef-40/+20
2025-08-16library: Migrate from `cfg_if` to `cfg_select`Josh Triplett-607/+845
2025-08-16Fix `unicode_data.rs` mention messageUrgau-5/+6
2025-08-16Auto merge of #145304 - m-ou-se:simplify-panic, r=oli-obkbors-73/+8
2025-08-16Only check std in cross-compilation instead of building itJakub Beránek-57/+153
2025-08-16take attr style into account in attr diagnosticsJana Dönszelmann-37/+53
2025-08-16Avoid copying rustc rmeta artifacts into the build compiler sysrootJakub Beránek-65/+189
2025-08-16Fix deprecation attribute on foreign statics & typesJonathan Brouwer-3/+10