Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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
Notifications
You must be signed in to change notification settings
Fork
13.9k
Star
108k
Code
Issues
5k+
Pull requests
888
Actions
Projects
9
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
e3f643c
User selector
All users
Datepicker
All time
Commit History
Commits on Jul 15, 2025
Consider outlives assumptions when proving auto traits for coroutine interiors
compiler-errors
committed
e3f643c
Copy full SHA for e3f643c
Deduce outlives obligations from WF of coroutine interior types
compiler-errors
committed
3e7dfaa
Copy full SHA for 3e7dfaa
Add outlives to CoroutineWitnessTypes
compiler-errors
committed
7976ca2
Copy full SHA for 7976ca2
Auto merge of #143958 - samueltardieu:rollup-lh1s143, r=samueltardieu
Show description for e27f16a
bors
committed
e27f16a
Copy full SHA for e27f16a
Rollup merge of #143941 - folkertdev:cfg-select-docs, r=traviscross
Show description for 010e3ef
samueltardieu
authored
010e3ef
Copy full SHA for 010e3ef
Rollup merge of #143938 - rustbot:docs-update, r=ehuss
Show description for 305befe
samueltardieu
authored
305befe
Copy full SHA for 305befe
Rollup merge of #143935 - ada4a:walk-docstring, r=compiler-errors
Show description for 790ce4b
samueltardieu
authored
790ce4b
Copy full SHA for 790ce4b
Rollup merge of #143927 - oli-obk:const-dyn-trait-hir-ty, r=fmease
Show description for cc26852
samueltardieu
authored
cc26852
Copy full SHA for cc26852
Rollup merge of #143910 - ChrisDenton:no-symbolization, r=tgross35
Show description for 2e37e24
samueltardieu
authored
2e37e24
Copy full SHA for 2e37e24
Rollup merge of #143907 - Kijewski:pr-inline-split_at_unchecked, r=Mark-Simulacrum
Show description for 460a627
samueltardieu
authored
460a627
Copy full SHA for 460a627
Rollup merge of #143905 - xizheyin:143828, r=compiler-errors
Show description for 281990e
samueltardieu
authored
281990e
Copy full SHA for 281990e
Rollup merge of #143878 - JonathanBrouwer:pointee_parser, r=jdonszelmann
Show description for 743e183
samueltardieu
authored
743e183
Copy full SHA for 743e183
Rollup merge of #143837 - jieyouxu:symbol-apis, r=ChrisDenton
Show description for b89c63d
samueltardieu
authored
b89c63d
Copy full SHA for b89c63d
Rollup merge of #143752 - pmur:murp/no-panic-detect-wasi-cc, r=Kobzol
Show description for 6b6c8be
samueltardieu
authored
6b6c8be
Copy full SHA for 6b6c8be
Rollup merge of #143736 - oli-obk:uninspectable-type-id, r=RalfJung
Show description for e66f26f
samueltardieu
authored
e66f26f
Copy full SHA for e66f26f
Rollup merge of #143630 - jieyouxu:drop-suggest, r=Mark-Simulacrum
Show description for f03a56f
samueltardieu
authored
f03a56f
Copy full SHA for f03a56f
Rollup merge of #142301 - Gelbpunkt:duplicated-path-in-error-musl, r=workingjubilee,fmease,jieyouxu
Show description for 4e72ed7
samueltardieu
authored
4e72ed7
Copy full SHA for 4e72ed7
Auto merge of #143460 - JonathanBrouwer:cfg_parser, r=jdonszelmann
Show description for a9fb610
bors
committed
a9fb610
Copy full SHA for a9fb610
New example for E0536
JonathanBrouwer
committed
7a7c74a
Copy full SHA for 7a7c74a
Changes to diagnostics
JonathanBrouwer
committed
c7f5ddc
Copy full SHA for c7f5ddc
Define attribute parser & config evaluator
JonathanBrouwer
committed
6133c67
Copy full SHA for 6133c67
Move `cfg` -> `cfg_old`
JonathanBrouwer
committed
30f4a9c
Copy full SHA for 30f4a9c
Allow `Early` stage to emit errors
JonathanBrouwer
committed
38dd6f5
Copy full SHA for 38dd6f5
Define datastructures for `#[cfg]` attribute, move StrippedCfgItem
JonathanBrouwer
committed
a14baf1
Copy full SHA for a14baf1
Recover and suggest use `;` to construct array type
Show description for ed88af2
xizheyin
committed
ed88af2
Copy full SHA for ed88af2
Commits on Jul 14, 2025
Auto merge of #142885 - a1phyr:borrowed_cursor_to_buf, r=Mark-Simulacrum
Show description for 7f2065a
bors
committed
7f2065a
Copy full SHA for 7f2065a
Port `#[pointee]` to the new attribute parsing infrastructure
Show description for f0d0afa
JonathanBrouwer
committed
f0d0afa
Copy full SHA for f0d0afa
update `cfg_select!` documentation
Show description for d0153f5
folkertdev
and
traviscross
committed
d0153f5
Copy full SHA for d0153f5
Don't always panic if WASI_SDK_PATH is not set when detecting compilers
Show description for 9bdd3b0
pmur
committed
9bdd3b0
Copy full SHA for 9bdd3b0
Auto merge of #143745 - flip1995:clippy-subtree-update, r=Manishearth
Show description for a001497
bors
committed
a001497
Copy full SHA for a001497
Update books
rustbot
committed
1669ba0
Copy full SHA for 1669ba0
Update triagebot autolabel
jieyouxu
committed
0a899e0
Copy full SHA for 0a899e0
Remove mentions of `./x suggest` and `suggest-tests` in rustc-dev-guide
jieyouxu
committed
186afbb
Copy full SHA for 186afbb
Regenerate completions after removing `./x suggest`
jieyouxu
committed
647c051
Copy full SHA for 647c051
Remove current implementation of `./x suggest`
Show description for 91d064b
jieyouxu
committed
91d064b
Copy full SHA for 91d064b
Pagination
Previous
Next
You can’t perform that action at this time.