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
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
116k
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 10 pull requests
- #91627
#91627
Merged
bors
merged 26 commits into
rust-lang:master
rust-lang/rust:master
from
matthiaskrgr:rollup-z3e2peg
matthiaskrgr/rust:rollup-z3e2peg
Copy head branch name to clipboard
Dec 7, 2021
Conversation
Commits
26
(26)
Checks
Files changed
Merged
Rollup of 10 pull requests
#91627
bors
merged 26 commits into
rust-lang:master
rust-lang/rust:master
from
matthiaskrgr:rollup-z3e2peg
matthiaskrgr/rust:rollup-z3e2peg
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
Add `array::IntoIter::{empty, from_raw_parts}`
Show description for a30f963
scottmcm
committed
a30f963
View commit details
Copy full SHA for a30f963
Browse repository at this point
Move the doc test to edition2021
scottmcm
committed
ef7c833
View commit details
Copy full SHA for ef7c833
Browse repository at this point
Add tracking issue; make `empty` const too (unstably)
scottmcm
committed
0b90204
View commit details
Copy full SHA for 0b90204
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
:arrow_up: rust-analyzer
lnicola
committed
f50070b
View commit details
Copy full SHA for f50070b
Browse repository at this point
s/from_raw_parts/new_unchecked/
scottmcm
committed
9b86c59
View commit details
Copy full SHA for 9b86c59
Browse repository at this point
Rollup merge of #87614 - notriddle:notriddle-count2len, r=Mark-Simulacrum
Show description for f84a734
matthiaskrgr
authored
f84a734
View commit details
Copy full SHA for f84a734
Browse repository at this point
Rollup merge of #91065 - wesleywiser:add_incr_test, r=jackh726
Show description for 42d0f83
matthiaskrgr
authored
42d0f83
View commit details
Copy full SHA for 42d0f83
Browse repository at this point
Rollup merge of #91312 - terrarier2111:anon-const-ice, r=jackh726
Show description for 57ae43d
matthiaskrgr
authored
57ae43d
View commit details
Copy full SHA for 57ae43d
Browse repository at this point
Rollup merge of #91341 - scottmcm:array-iter-frp, r=kennytm
Show description for 677f878
matthiaskrgr
authored
677f878
View commit details
Copy full SHA for 677f878
Browse repository at this point
Rollup merge of #91493 - oli-obk:cleanup, r=michaelwoerister
Show description for dd929ae
matthiaskrgr
authored
dd929ae
View commit details
Copy full SHA for dd929ae
Browse repository at this point
Rollup merge of #91503 - estebank:call-fn-span, r=michaelwoerister
Show description for a8f47dc
matthiaskrgr
authored
a8f47dc
View commit details
Copy full SHA for a8f47dc
Browse repository at this point
Rollup merge of #91547 - TennyZhuang:suggest_try_reserve, r=scottmcm
Show description for 1c2fba6
matthiaskrgr
authored
1c2fba6
View commit details
Copy full SHA for 1c2fba6
Browse repository at this point
Rollup merge of #91562 - dtolnay:asyncspace, r=Mark-Simulacrum
Show description for b2dcfdd
matthiaskrgr
authored
b2dcfdd
View commit details
Copy full SHA for b2dcfdd
Browse repository at this point
Rollup merge of #91620 - ehuss:update-books, r=ehuss
Show description for a3a1402
matthiaskrgr
authored
a3a1402
View commit details
Copy full SHA for a3a1402
Browse repository at this point
Rollup merge of #91622 - lnicola:rust-analyzer-2021-12-07, r=lnicola
Show description for 099412e
matthiaskrgr
authored
099412e
View commit details
Copy full SHA for 099412e
Browse repository at this point
You can’t perform that action at this time.