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
Accelerator
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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
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
15.4k
Star
115k
Code
Issues
5k+
Pull requests
1.3k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Rollup of 9 pull requests
- #129365
#129365
Merged
bors
merged 24 commits into
rust-lang:master
rust-lang/rust:master
from
matthiaskrgr:rollup-ebwx6ya
matthiaskrgr/rust:rollup-ebwx6ya
Copy head branch name to clipboard
Aug 22, 2024
Conversation
Commits
24
(24)
Checks
Files changed
Merged
Rollup of 9 pull requests
#129365
bors
merged 24 commits into
rust-lang:master
rust-lang/rust:master
from
matthiaskrgr:rollup-ebwx6ya
matthiaskrgr/rust:rollup-ebwx6ya
Copy head branch name to clipboard
Commits
Commits on Jul 4, 2024
use old ctx if has same expand environment during decode span
bvanjoi
committed
07481b9
View commit details
Copy full SHA for 07481b9
Browse repository at this point
Commits on Jul 21, 2024
Make use of raw strings in `core::fmt::builders`
Show description for 68fb25e
tgross35
committed
68fb25e
View commit details
Copy full SHA for 68fb25e
Browse repository at this point
Implement `debug_more_non_exhaustive`
Show description for 827970e
tgross35
committed
827970e
View commit details
Copy full SHA for 827970e
Browse repository at this point
Commits on Aug 10, 2024
Add more test cases for untranslatable_diagnostic lint
GrigorenkoPV
committed
10ef666
View commit details
Copy full SHA for 10ef666
Browse repository at this point
`untranslatable_diagnostic` lint: point at the untranslated thing
Show description for 3cc2a6f
GrigorenkoPV
committed
3cc2a6f
View commit details
Copy full SHA for 3cc2a6f
Browse repository at this point
Refactor: `diagnostic_outside_of_impl`, `untranslatable_diagnostic`
Show description for e94a4ee
GrigorenkoPV
committed
e94a4ee
View commit details
Copy full SHA for e94a4ee
Browse repository at this point
Commits on Aug 18, 2024
bootstrap: fix clean's `remove_dir_all` implementation
Show description for 1687c55
jieyouxu
committed
1687c55
View commit details
Copy full SHA for 1687c55
Browse repository at this point
move `Build::update_submodule` to `Config::update_submodule`
Show description for c7832b8
onur-ozkan
committed
c7832b8
View commit details
Copy full SHA for c7832b8
Browse repository at this point
bypass `dry_run` if the command is `run_always`
Show description for 3d0f3b2
onur-ozkan
committed
3d0f3b2
View commit details
Copy full SHA for 3d0f3b2
Browse repository at this point
sync llvm submodule during config parse
Show description for 1ca2708
onur-ozkan
committed
1ca2708
View commit details
Copy full SHA for 1ca2708
Browse repository at this point
Commits on Aug 19, 2024
Update `library/Cargo.toml` in weekly job
Show description for 35752cf
tgross35
committed
35752cf
View commit details
Copy full SHA for 35752cf
Browse repository at this point
fix broken bootstrap documentation
Show description for d2d8fa4
onur-ozkan
committed
d2d8fa4
View commit details
Copy full SHA for d2d8fa4
Browse repository at this point
Commits on Aug 20, 2024
rustdoc: animate the `:target` highlight
Show description for 9d7574f
notriddle
committed
9d7574f
View commit details
Copy full SHA for 9d7574f
Browse repository at this point
compiletest: use `std::fs::remove_dir_all` now that it is available
jieyouxu
committed
75ed089
View commit details
Copy full SHA for 75ed089
Browse repository at this point
Commits on Aug 21, 2024
Point at explicit `'static` obligations on a trait
Show description for f5bae72
estebank
committed
f5bae72
View commit details
Copy full SHA for f5bae72
Browse repository at this point
Rollup merge of #127279 - bvanjoi:fix-112680, r=petrochenkov
Show description for 221b53c
matthiaskrgr
authored
221b53c
View commit details
Copy full SHA for 221b53c
Browse repository at this point
Rollup merge of #127945 - tgross35:debug-more-non-exhaustive, r=Noratrieb
Show description for 65386c0
matthiaskrgr
authored
65386c0
View commit details
Copy full SHA for 65386c0
Browse repository at this point
Rollup merge of #128941 - GrigorenkoPV:internal-diagnostic-lints, r=davidtwco
Show description for 47af700
matthiaskrgr
authored
47af700
View commit details
Copy full SHA for 47af700
Browse repository at this point
Rollup merge of #129070 - estebank:static-trait, r=davidtwco
Show description for ffdbd9d
matthiaskrgr
authored
ffdbd9d
View commit details
Copy full SHA for ffdbd9d
Browse repository at this point
Rollup merge of #129187 - jieyouxu:squeaky-clean-windows-symlinks, r=Kobzol
Show description for 9fd8a2c
matthiaskrgr
authored
9fd8a2c
View commit details
Copy full SHA for 9fd8a2c
Browse repository at this point
Rollup merge of #129231 - onur-ozkan:improve-submodule-updates, r=Mark-Simulacrum
Show description for a08a2ef
matthiaskrgr
authored
a08a2ef
View commit details
Copy full SHA for a08a2ef
Browse repository at this point
Rollup merge of #129264 - tgross35:dependencies-ci-library, r=Kobzol
Show description for a3f644e
matthiaskrgr
authored
a3f644e
View commit details
Copy full SHA for a3f644e
Browse repository at this point
Rollup merge of #129284 - notriddle:notriddle/animate-target=light, r=GuillaumeGomez
Show description for ade3325
matthiaskrgr
authored
ade3325
View commit details
Copy full SHA for ade3325
Browse repository at this point
Rollup merge of #129302 - jieyouxu:compiletest-RAGEY, r=compiler-errors
Show description for 33dc313
matthiaskrgr
authored
33dc313
View commit details
Copy full SHA for 33dc313
Browse repository at this point
You can’t perform that action at this time.