about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-08-14Rollup merge of #145372 - petrochenkov:noresmacpath, r=jackh726Guillaume Gomez-101/+72
2025-08-14Rollup merge of #145361 - xizheyin:145294, r=compiler-errorsGuillaume Gomez-0/+56
2025-08-14Rollup merge of #145323 - scrabsha:push-pqwvmznzzmpr, r=jdonszelmannGuillaume Gomez-124/+207
2025-08-14Rollup merge of #145299 - eval-exec:exec-fix-145293, r=tgross35Guillaume Gomez-2/+6
2025-08-14Rollup merge of #145266 - camsteffen:reduce-queries, r=petrochenkovGuillaume Gomez-64/+79
2025-08-14Rollup merge of #145250 - fmease:regr-test-for-attr-meta-ice, r=jdonszelmannGuillaume Gomez-0/+28
2025-08-14Rollup merge of #145179 - joshtriplett:number, r=RalfJungGuillaume Gomez-10/+8
2025-08-14Rollup merge of #144959 - Marcondiro:master, r=Mark-SimulacrumGuillaume Gomez-1/+1
2025-08-14Rollup merge of #144727 - Stypox:add-tracing-to-resolve, r=RalfJungGuillaume Gomez-23/+43
2025-08-14Rollup merge of #144515 - scottmcm:ptr_cast_array, r=Mark-SimulacrumGuillaume Gomez-10/+35
2025-08-14Rollup merge of #142741 - a1phyr:fix_unsoundness, r=Mark-SimulacrumGuillaume Gomez-2/+2
2025-08-14Rollup merge of #142372 - Urgau:improve-remap_path_prefix-doc, r=wesleywiserGuillaume Gomez-14/+61
2025-08-14Rollup merge of #140434 - a4lg:rustdoc-multi-footnote-refs, r=fmease,Guillaum...Guillaume Gomez-10/+48
2025-08-14rewrite test with `#![no_core]`StackOverflowExcept1on-69/+53
2025-08-14Adjust `declare_interior_mutable_const` lint's category (#15454)Timo-1/+1
2025-08-14Merge pull request #20455 from A4-Tacks/fix-indent-conv-match-to-let-elseShoyu Vanilla (Flint)-6/+58
2025-08-14Merge pull request #20456 from A4-Tacks/match-with-if-let-guardShoyu Vanilla (Flint)-12/+52
2025-08-14Apply suggestions from code reviewRalf Jung-7/+7
2025-08-14avoid unnecessary type sanity checksRalf Jung-15/+11
2025-08-14shrink TestBranch::Constant and PatRangeBoundary::FiniteRalf Jung-17/+23
2025-08-14change StrLit type to ty::Value as wellRalf Jung-5/+2
2025-08-14use ty::Value instead of manual pairs of types and valtreesRalf Jung-88/+84
2025-08-14pattern testing: store constants as valtreesRalf Jung-120/+106
2025-08-14PatKind: store constants as valtreesRalf Jung-78/+68
2025-08-14resolve: Improve code reuse in typo candidate collectionVadim Petrochenkov-46/+52
2025-08-14resolve: Do not show deprecated helper attributes in typo recommendationsVadim Petrochenkov-28/+8
2025-08-14resolve: Do not call `resolve_macro_path` from late resolutionVadim Petrochenkov-28/+13
2025-08-13bootstrap: Update completions for new --timings argumentJosh Triplett-4/+16
2025-08-14Sometimes skip over tokens in `parse_token_tree`.Nicholas Nethercote-6/+23
2025-08-13bootstrap: Support passing `--timings` to cargoJosh Triplett-8/+31
2025-08-14rustdoc: Allow multiple references to a single footnoteTsukasa OI-10/+48
2025-08-14Auto merge of #145131 - Kobzol:bootstrap-clippy, r=jieyouxubors-144/+431
2025-08-14fix: `match_ref_pats` FP on match scrutinee of never typeyanglsh-7/+80
2025-08-14Add guard to let-chain for replace_match_with_if_letA4-Tacks-12/+52
2025-08-14Add regression test for a former ICE involving helper attributes containing i...León Orell Valerian Liehr-0/+28
2025-08-13Remove TmpLayout in layout_of_enumZachary S-30/+9
2025-08-14Fix indent for convert_match_to_let_elseA4-Tacks-6/+58
2025-08-14or_then_unwrap suggestion preserves macro callsDaniel Wagner-Hall-3/+21
2025-08-13Auto merge of #144793 - petrochenkov:extprel3, r=davidtwcobors-2/+22
2025-08-13Auto merge of #144793 - petrochenkov:extprel3, r=davidtwcobors-90/+235
2025-08-13Merge pull request #747 from GuillaumeGomez/updateantoyo-6/+6
2025-08-14Stabilize `sse4a` and `tbm` target featuressayantn-15/+7
2025-08-13Bump slab from 0.4.10 to 0.4.11 in /clippy_test_deps (#15471)Philipp Krones-2/+2
2025-08-13Shift vars when mapping Dynjackh726-0/+3
2025-08-13Don't panic if unable to identify host in metricsjackh726-2/+6
2025-08-13Auto merge of #145366 - GuillaumeGomez:rollup-v0a6v3u, r=GuillaumeGomezbors-503/+941
2025-08-13Port the `#[linkage]` attribute to the new attribute systemSasha Pourcelot-3/+4
2025-08-13Port the `#[linkage]` attribute to the new attribute systemSasha Pourcelot-124/+207
2025-08-13Improve `--remap-path-prefix` documentationUrgau-14/+61
2025-08-13fix(compiler/rustc_codegen_llvm): apply `target-cpu` attributeStackOverflowExcept1on-3/+103