about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-14Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-07-12Merge pull request #4465 from RalfJung/readme-strict-provenanceRalf Jung-3/+3
2025-07-12readme: update strict provenance linkRalf Jung-3/+3
2025-07-10Merge pull request #4458 from rust-lang/rustup-2025-07-10Ralf Jung-2969/+8452
2025-07-10silence clippyRalf Jung-0/+1
2025-07-10fmtThe Miri Cronjob Bot-1/+3
2025-07-10Merge from rustcThe Miri Cronjob Bot-2968/+8448
2025-07-10Add clippy_test_deps to workspace member of repoPhilipp Krones-0/+1
2025-07-10Update Cargo.lockPhilipp Krones-22/+58
2025-07-10Merge commit 'cdbbf3afda0b1bf51568b368f629b1d828507f98' into clippy-subtree-u...Philipp Krones-476/+2760
2025-07-10Rustup (#15243)Philipp Krones-99/+162
2025-07-10Bump nightly version -> 2025-07-10Philipp Krones-2/+2
2025-07-10Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-495/+2780
2025-07-10Auto merge of #143731 - matthiaskrgr:rollup-lm9q7vc, r=matthiaskrgrbors-415/+512
2025-07-10Rollup merge of #143706 - lolbinarycat:triagebot-extra-checks-ping, r=KobzolMatthias Krüger-0/+4
2025-07-10Rollup merge of #143695 - Urgau:waiting-on-author-new_draft, r=KobzolMatthias Krüger-0/+3
2025-07-10Rollup merge of #143683 - jieyouxu:rms-cleanup, r=KobzolMatthias Krüger-242/+143
2025-07-10Rollup merge of #143675 - hkBst:overflowing-1, r=oli-obkMatthias Krüger-5/+4
2025-07-10Rollup merge of #143670 - loganek:loganek/wasm32-wasip1-new-maintainer, r=ale...Matthias Krüger-0/+1
2025-07-10Rollup merge of #143668 - biabbas:vxworks, r=NoratriebMatthias Krüger-2/+1
2025-07-10Rollup merge of #143666 - nilehmann:nested_bodies_in_consumers, r=lcnrMatthias Krüger-62/+107
2025-07-10Rollup merge of #143663 - dillona:fix-typo, r=jdonszelmannMatthias Krüger-2/+2
2025-07-10Rollup merge of #143659 - GrigorenkoPV:attributes/inner-outer, r=jdonszelmannMatthias Krüger-42/+29
2025-07-10Rollup merge of #143657 - LorrensP-2158466:split-macro-map, r=petrochenkovMatthias Krüger-32/+52
2025-07-10Rollup merge of #143652 - moulins:doc-unsize-trait-upcasting, r=compiler-errorsMatthias Krüger-0/+5
2025-07-10Rollup merge of #136906 - chenyukang:yukang-fix-136741-closure-body, r=oli-obkMatthias Krüger-28/+161
2025-07-10Auto merge of #143721 - tgross35:rollup-sjdfp6r, r=tgross35bors-525/+2095
2025-07-10Rollup merge of #143644 - Kobzol:stdarch-mention, r=AmanieuTrevor Gross-0/+9
2025-07-10Rollup merge of #143398 - lolbinarycat:tidy-extra-checks-auto, r=KobzolTrevor Gross-48/+241
2025-07-10Rollup merge of #143396 - rocurley:float_tests_refactor, r=tgross35Trevor Gross-56/+23
2025-07-10Rollup merge of #143298 - Kivooeo:tf23, r=tgross35Trevor Gross-121/+161
2025-07-10Rollup merge of #143270 - TimNN:fix-enum-match, r=nikicTrevor Gross-1/+1
2025-07-10Rollup merge of #143265 - scottmcm:mention-as-chunks, r=ibraheemdevTrevor Gross-0/+32
2025-07-10Rollup merge of #143011 - LorrensP-2158466:warn-ambiguity-into-error, r=petro...Trevor Gross-116/+510
2025-07-10Rollup merge of #142950 - tgross35:metavariable-expr-rework, r=petrochenkovTrevor Gross-134/+259
2025-07-10Rollup merge of #141996 - Daniel-Aaron-Bloom:dollar_crate, r=petrochenkovTrevor Gross-49/+859
2025-07-10Auto merge of #143696 - oli-obk:constable-type-id2, r=RalfJungbors-151/+432
2025-07-10Use `is_windows_msvc` instead of `is_msvc` in run-make testsJieyou Xu-53/+57
2025-07-10Only provide `is_windows_msvc` to gate on windows-msvcJieyou Xu-34/+29
2025-07-10remove unnecessary parens in rust-analyzeryukang-1/+1
2025-07-10Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-07-09Refactor nan testsRoger Curley-56/+23
2025-07-10Auto merge of #143703 - dpaoliello:llvmupate, r=dianqkbors-0/+0
2025-07-10Remove uncessary parens in closure body with unused lintyukang-3/+3
2025-07-10Remove uncessary parens in closure body with unused lintyukang-27/+160
2025-07-09mbe: Refactor the diagnostic for unrecognized metavariable expressionsTrevor Gross-12/+25
2025-07-09mbe: Refactor diagnostics for invalid metavar expression syntaxTrevor Gross-122/+234
2025-07-09Auto merge of #143405 - tgross35:update-builtins, r=tgross35bors-393/+566
2025-07-09Fix multiple problems in #15063 (#15070)llogiq-18/+144
2025-07-09Use reference for MacroRulesScopeRef instead of Interned.LorrensP-2158466-3/+2