about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-22Rollup merge of #143373 - cjgillot:bare-unused-trait-imports, r=petrochenkovMatthias Krüger-7/+2
2025-07-22Rollup merge of #142924 - lolbinarycat:tidy-js-extra-checks, r=KobzolMatthias Krüger-142/+3434
2025-07-22Rollup merge of #142454 - tomtor:avr-update, r=tgross35Matthias Krüger-0/+67
2025-07-22Support filtering in analysis-stats MIR loweringLaurențiu Nicola-62/+66
2025-07-22mbe: Use concrete type for `get_unused_rule`Josh Triplett-16/+20
2025-07-22Merge pull request #4487 from rust-lang/rustup-2025-07-22Oli Scherer-2828/+3266
2025-07-22update SUMMARY.mdMakai-2/+2
2025-07-22Bump form-data from 4.0.2 to 4.0.4 in /editors/codedependabot[bot]-3/+4
2025-07-22Merge from rustcThe Miri Cronjob Bot-2827/+3265
2025-07-22Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-07-22Merge pull request #20269 from Hmikihiro/migrate_indent_mappingShoyu Vanilla (Flint)-35/+74
2025-07-22Merge pull request #20270 from Hmikihiro/migrate_generate_newShoyu Vanilla (Flint)-58/+97
2025-07-22Implement AST visitors using a derive macro.Camille GILLOT-1676/+1220
2025-07-22Keep elaborating predicates.Camille GILLOT-12/+9
2025-07-22Use less HIR in check_private_in_public.Camille GILLOT-124/+92
2025-07-21Ensure we codegen and don't internalize the entrypointBen Kimock-14/+44
2025-07-21Implement nondet behaviour and change/add tests.LorrensP-2158466-174/+394
2025-07-21Rephrase comment to include some tracking issuesJens Reidel-4/+8
2025-07-21Auto merge of #144269 - jieyouxu:rollup-137ysl2, r=jieyouxubors-1165/+2119
2025-07-21Fix spelling mistakesAntoni Boucher-2/+4
2025-07-21Fix clippy warningsAntoni Boucher-5/+5
2025-07-21Add missing inline attributeAntoni Boucher-4/+7
2025-07-21Merge branch 'master' into sync_from_rust_2025_07_21Antoni Boucher-38/+26
2025-07-21Use serde for target spec json deserializeNoratrieb-849/+678
2025-07-21ci: Switch to nightly rustfmtTrevor Gross-2/+2
2025-07-22Rollup merge of #144254 - ognevny:opt-dist-artifact-dir, r=Kobzol许杰友 Jieyou Xu (Joe)-2/+2
2025-07-22Rollup merge of #144251 - tshepang:rdg-sync, r=jieyouxu许杰友 Jieyou Xu (Joe)-8/+8
2025-07-22Rollup merge of #144246 - jieyouxu:no-dual-test, r=lqd,RalfJung许杰友 Jieyou Xu (Joe)-10/+10
2025-07-22Rollup merge of #144243 - lnicola:sync-from-ra, r=lnicola许杰友 Jieyou Xu (Joe)-28/+278
2025-07-22Rollup merge of #144212 - bjorn3:remove_unique_lang_item, r=oli-obk许杰友 Jieyou Xu (Joe)-8/+0
2025-07-22Rollup merge of #144187 - RalfJung:type-id-base-addr, r=oli-obk许杰友 Jieyou Xu (Joe)-43/+55
2025-07-22Rollup merge of #144176 - Kobzol:bors-labels-blocking, r=oli-obk许杰友 Jieyou Xu (Joe)-0/+17
2025-07-22Rollup merge of #144027 - RalfJung:clippy, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-39/+64
2025-07-22Rollup merge of #144080 - jieyouxu:realign, r=BoxyUwU许杰友 Jieyou Xu (Joe)-227/+285
2025-07-22Rollup merge of #144027 - RalfJung:clippy, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-63/+84
2025-07-22Rollup merge of #143985 - makai410:rp-rename, r=oli-obk许杰友 Jieyou Xu (Joe)-310/+309
2025-07-22Rollup merge of #143816 - Kobzol:compiletest-check-macro, r=jieyouxu许杰友 Jieyou Xu (Joe)-140/+63
2025-07-22Rollup merge of #143768 - Randl:const-try, r=oli-obk许杰友 Jieyou Xu (Joe)-299/+204
2025-07-22Rollup merge of #143430 - cjgillot:extra-lifetime-swap, r=oli-obk许杰友 Jieyou Xu (Joe)-11/+50
2025-07-22Rollup merge of #142097 - ZuseZ4:offload-host1, r=oli-obk许杰友 Jieyou Xu (Joe)-16/+754
2025-07-21Merge pull request #20273 from ShoyuVanilla/match-adjustsChayim Refael Friedman-48/+94
2025-07-21Reduce comment verbosityEsteban Küber-33/+5
2025-07-21Tweak spans when encountering multiline initializer in move errorEsteban Küber-17/+18
2025-07-21Generalize logic pointing at binding moved into closureEsteban Küber-75/+125
2025-07-21Tweak borrowck label pointing at `!Copy` value moved into closureEsteban Küber-53/+82
2025-07-22fix: Apply adjusts to pats and exprs when doing pat analysisShoyu Vanilla-48/+94
2025-07-21Dont ICE on copy error being suppressed due to overflowMichael Goulet-4/+36
2025-07-21Merge pull request #20272 from glaubitz/x32-fixesLaurențiu Nicola-2/+2
2025-07-21hir-def: Don't apply x86_64-specific asserts on x32John Paul Adrian Glaubitz-2/+2
2025-07-21add test_lld_opt_in testbit-aloo-10/+3