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
- #91621
#91621
Closed
matthiaskrgr
wants to merge 21 commits into
rust-lang:master
rust-lang/rust:master
from
matthiaskrgr:rollup-6p7oqi9
matthiaskrgr/rust:rollup-6p7oqi9
Copy head branch name to clipboard
Conversation
Commits
21
(21)
Checks
Files changed
Closed
Rollup of 9 pull requests
#91621
matthiaskrgr
wants to merge 21 commits into
rust-lang:master
rust-lang/rust:master
from
matthiaskrgr:rollup-6p7oqi9
matthiaskrgr/rust:rollup-6p7oqi9
Copy head branch name to clipboard
Commits
Commits on Dec 3, 2021
Remove a code path that is neither documented nor can I see the reason it existed.
Show description for 9e5939a
oli-obk
committed
9e5939a
View commit details
Copy full SHA for 9e5939a
Browse repository at this point
Tweak "call this function" suggestion to have smaller span
estebank
committed
93564c3
View commit details
Copy full SHA for 93564c3
Browse repository at this point
Commits on Dec 4, 2021
Add test for evaluate_obligation: Ok(EvaluatedToOkModuloRegions) ICE
Show description for 14c6193
wesleywiser
committed
14c6193
View commit details
Copy full SHA for 14c6193
Browse repository at this point
Add test with `#[rustc_evaluate_where_clauses]`
Show description for 98e9b32
wesleywiser
committed
98e9b32
View commit details
Copy full SHA for 98e9b32
Browse repository at this point
Add test case that evals to `EvaluatedToOkModuloRegions`
wesleywiser
committed
6fe13f6
View commit details
Copy full SHA for 6fe13f6
Browse repository at this point
Commits on Dec 5, 2021
doc: suggest try_reserve in try_reserve_exact
Show description for aa3370c
TennyZhuang
committed
aa3370c
View commit details
Copy full SHA for aa3370c
Browse repository at this point
Add pretty printer test for async blocks
Show description for a9f14c1
dtolnay
committed
a9f14c1
View commit details
Copy full SHA for a9f14c1
Browse repository at this point
Pretty print async block without redundant space
dtolnay
committed
33c29a3
View commit details
Copy full SHA for 33c29a3
Browse repository at this point
Commits on Dec 6, 2021
Document all public items in `rustc_incremental`
Show description for fa054cf
3 people
committed
fa054cf
View commit details
Copy full SHA for fa054cf
Browse repository at this point
Fix AnonConst ICE
Show description for a0fb992
terrarier2111
committed
a0fb992
View commit details
Copy full SHA for a0fb992
Browse repository at this point
Commits on Dec 7, 2021
Recommend fix `count()` -> `len()` on slices
Show description for 6a17ee6
notriddle
committed
6a17ee6
View commit details
Copy full SHA for 6a17ee6
Browse repository at this point
Update books
ehuss
committed
880eb59
View commit details
Copy full SHA for 880eb59
Browse repository at this point
Rollup merge of #87614 - notriddle:notriddle-count2len, r=Mark-Simulacrum
Show description for bdd6f8c
matthiaskrgr
authored
bdd6f8c
View commit details
Copy full SHA for bdd6f8c
Browse repository at this point
Rollup merge of #90407 - pierwill:edit-rustc-incremental-docs, r=cjgillot
Show description for 3c9860b
matthiaskrgr
authored
3c9860b
View commit details
Copy full SHA for 3c9860b
Browse repository at this point
Rollup merge of #91065 - wesleywiser:add_incr_test, r=jackh726
Show description for 95fb5a6
matthiaskrgr
authored
95fb5a6
View commit details
Copy full SHA for 95fb5a6
Browse repository at this point
Rollup merge of #91312 - terrarier2111:anon-const-ice, r=jackh726
Show description for eac24b8
matthiaskrgr
authored
eac24b8
View commit details
Copy full SHA for eac24b8
Browse repository at this point
Rollup merge of #91493 - oli-obk:cleanup, r=michaelwoerister
Show description for 43e7c0c
matthiaskrgr
authored
43e7c0c
View commit details
Copy full SHA for 43e7c0c
Browse repository at this point
Rollup merge of #91503 - estebank:call-fn-span, r=michaelwoerister
Show description for c65807d
matthiaskrgr
authored
c65807d
View commit details
Copy full SHA for c65807d
Browse repository at this point
Rollup merge of #91547 - TennyZhuang:suggest_try_reserve, r=scottmcm
Show description for 00c847a
matthiaskrgr
authored
00c847a
View commit details
Copy full SHA for 00c847a
Browse repository at this point
Rollup merge of #91562 - dtolnay:asyncspace, r=Mark-Simulacrum
Show description for 2de2cae
matthiaskrgr
authored
2de2cae
View commit details
Copy full SHA for 2de2cae
Browse repository at this point
Rollup merge of #91620 - ehuss:update-books, r=ehuss
Show description for 71e3343
matthiaskrgr
authored
71e3343
View commit details
Copy full SHA for 71e3343
Browse repository at this point
You can’t perform that action at this time.