about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-08-17fix: python formatting errornilptr-4/+4
2025-08-17feat(lldb debug info): deref pointer types for more accurate rust type classi...nilptr-0/+3
2025-08-17feat(lldb debug info): improve enum value formatting in lldbnilptr-21/+20
2025-08-17Misc `clippy_dev` changes (#14896)Jason Newcomb-183/+160
2025-08-17Auto merge of #145284 - nnethercote:type_name-print-regions, r=lcnrbors-57/+78
2025-08-17stdlib: Replace typedef -> type alias in doc commentVarun Gandhi-1/+1
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-17Optimize `char::encode_utf8`Karl Meakin-21/+26
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-16Only unpack span data once.Camille Gillot-7/+7
2025-08-17refactor return type of `suggest_ampmut` into an enumDeadbeef-171/+178
2025-08-16`similar_names` stop linting for 3-char names (#15100)Alejandra González-3/+12
2025-08-16similar_names stop linting for 3-char names ...Abderahmane Bouziane-3/+12
2025-08-16fmt::DisplayInt abstraction obsolete with better macroPascal S. de Kloe-94/+72
2025-08-16Only scan each definition once.Camille GILLOT-13/+16
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-16shorten `expr_block`Ada Alakbarova-9/+4
2025-08-16inline `ctxt`; use `eq_ctxt`Ada Alakbarova-2/+1
2025-08-16use `str::ends_with`Ada Alakbarova-4/+1
2025-08-16use `Option::is_some_and`Ada Alakbarova-5/+4
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-9/+1
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
2025-08-16Don't show foreign types as an allowed target if the feature is not enabledJonathan Brouwer-0/+3
2025-08-16Add parentheses for closure when suggesting calling closureMu001999-11/+17
2025-08-16old testcase outputMu001999-0/+48
2025-08-16Optimize `copy_src_dirs`Jakub Beránek-39/+42
2025-08-16Do not call `fs::remove_file` in `cp_link_filtered_recurse`Jakub Beránek-1/+0
2025-08-16Remove `LlvmArchiveBuilder` and supporting code/bindingsZalathar-543/+6
2025-08-16`missing_inline_in_public_items`: fix lint emission source HirIdZihan-20/+25
2025-08-16clean-up `unnecessary_unwrap` a bit (#15489)Timo-35/+37
2025-08-16clean-up `unnecessary_unwrap` a bitAda Alakbarova-35/+37
2025-08-16refactor: Hard-code `char::is_control`Karl Meakin-28/+5