Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rust-lang
/
rust
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
16.1k
Star
119k
Code
Issues
5k+
Pull requests
1.4k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[beta] [also fit for beta rollup] [HOTFIX] Don't delay a bug on malformed meta items involving interpolated tokens
- #140601
#140601
Closed
fmease
wants to merge 26 commits into
rust-lang:beta
rust-lang/rust:beta
from
fmease:ignore-malformed-metas-interpolated_BETA
fmease/rust:ignore-malformed-metas-interpolated_BETA
Copy head branch name to clipboard
Conversation
Commits
26
(26)
Checks
Files changed
Closed
[beta] [also fit for beta rollup] [HOTFIX] Don't delay a bug on malformed meta items involving interpolated tokens
#140601
fmease
wants to merge 26 commits into
rust-lang:beta
rust-lang/rust:beta
from
fmease:ignore-malformed-metas-interpolated_BETA
fmease/rust:ignore-malformed-metas-interpolated_BETA
Copy head branch name to clipboard
Commits
Commits on Mar 31, 2025
bump channel
BoxyUwU
committed
f05087f
View commit details
Copy full SHA for f05087f
Browse repository at this point
replace version placeholder
BoxyUwU
committed
2d814ae
View commit details
Copy full SHA for 2d814ae
Browse repository at this point
Commits on Apr 1, 2025
Auto merge of #139185 - BoxyUwU:beta, r=BoxyUwU
Show description for 45165c8
bors
committed
45165c8
View commit details
Copy full SHA for 45165c8
Browse repository at this point
Commits on Apr 4, 2025
bump stage0
BoxyUwU
committed
8e37a0b
View commit details
Copy full SHA for 8e37a0b
Browse repository at this point
Commits on Apr 5, 2025
Auto merge of #139360 - BoxyUwU:bump_beta_bootstrap, r=kobzol
Show description for e6ed56a
bors
committed
e6ed56a
View commit details
Copy full SHA for e6ed56a
Browse repository at this point
Commits on Apr 7, 2025
[beta-1.87] Update cargo
weihanglo
committed
35dae58
View commit details
Copy full SHA for 35dae58
Browse repository at this point
Auto merge of #139463 - weihanglo:update-beta-cargo, r=weihanglo
Show description for a22ecb5
bors
committed
a22ecb5
View commit details
Copy full SHA for a22ecb5
Browse repository at this point
Commits on Apr 10, 2025
Revert "Remove `prev_index_to_index` field from `CurrentDepGraph`"
Show description for 2f68518
Zoxc
committed
2f68518
View commit details
Copy full SHA for 2f68518
Browse repository at this point
Commits on Apr 12, 2025
Auto merge of #139625 - Zoxc:revert-pr138824, r=oli-obk
Show description for a594829
bors
committed
a594829
View commit details
Copy full SHA for a594829
Browse repository at this point
Commits on Apr 13, 2025
[beta] Delay `hash_extract_if` stabilization from 1.87 to 1.88
dtolnay
committed
d8fad75
View commit details
Copy full SHA for d8fad75
Browse repository at this point
Commits on Apr 17, 2025
Fix 2024 edition doctest panic output
Show description for 84ed87a
GuillaumeGomez
authored and
cuviper
committed
84ed87a
View commit details
Copy full SHA for 84ed87a
Browse repository at this point
Add regression test for #137970
Show description for 3d4b571
GuillaumeGomez
authored and
cuviper
committed
3d4b571
View commit details
Copy full SHA for 3d4b571
Browse repository at this point
Use `eprint!` instead of `eprintln!`
Show description for 10e682e
GuillaumeGomez
authored and
cuviper
committed
10e682e
View commit details
Copy full SHA for 10e682e
Browse repository at this point
make `Arguments::as_statically_known_str` doc(hidden)
Show description for d1cd5ee
mejrs
authored and
cuviper
committed
d1cd5ee
View commit details
Copy full SHA for d1cd5ee
Browse repository at this point
Revert "Deduplicate template parameter creation"
Show description for 4782bbc
petrochenkov
authored and
cuviper
committed
4782bbc
View commit details
Copy full SHA for 4782bbc
Browse repository at this point
Commits on Apr 18, 2025
sync::mpsc: add miri reproducer of double free
Show description for e71ad4a
petrosagg
authored and
cuviper
committed
e71ad4a
View commit details
Copy full SHA for e71ad4a
Browse repository at this point
sync::mpsc: prevent double free on `Drop`
Show description for f31cf5c
petrosagg
authored and
cuviper
committed
f31cf5c
View commit details
Copy full SHA for f31cf5c
Browse repository at this point
Commits on Apr 19, 2025
Auto merge of #139988 - cuviper:beta-next, r=cuviper
Show description for 386abeb
bors
committed
386abeb
View commit details
Copy full SHA for 386abeb
Browse repository at this point
Commits on Apr 24, 2025
Do not mix normalized and unnormalized caller bounds when constructing param-env for receiver_is_dispatchable
Show description for 67737df
compiler-errors
authored and
cuviper
committed
67737df
View commit details
Copy full SHA for 67737df
Browse repository at this point
Ignore zero-sized types in wasm future-compat warning
Show description for 39721fa
alexcrichton
authored and
cuviper
committed
39721fa
View commit details
Copy full SHA for 39721fa
Browse repository at this point
Don't warn about `v128` in wasm ABI transition
Show description for eaa7d3a
alexcrichton
authored and
cuviper
committed
eaa7d3a
View commit details
Copy full SHA for eaa7d3a
Browse repository at this point
Revert overzealous parse recovery for single colons
Show description for 2aec882
fmease
authored and
cuviper
committed
2aec882
View commit details
Copy full SHA for 2aec882
Browse repository at this point
Bless ui/associated-consts/issue-93835
Show description for 7ef0050
cuviper
committed
7ef0050
View commit details
Copy full SHA for 7ef0050
Browse repository at this point
Commits on Apr 26, 2025
Auto merge of #140269 - cuviper:beta-next, r=cuviper
Show description for 74f40c4
bors
committed
74f40c4
View commit details
Copy full SHA for 74f40c4
Browse repository at this point
Commits on Apr 28, 2025
Auto merge of #139765 - dtolnay:hashextractif, r=ChrisDenton
Show description for 9d6fe3d
bors
committed
9d6fe3d
View commit details
Copy full SHA for 9d6fe3d
Browse repository at this point
Commits on May 5, 2025
Don't delay a bug on malformed meta items involving interpolated tokens
Show description for 3864645
fmease
and
jdonszelmann
committed
3864645
View commit details
Copy full SHA for 3864645
Browse repository at this point
You can’t perform that action at this time.