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 }}
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.8k
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
Rollup of 11 pull requests
- #84726
#84726
Closed
jackh726
wants to merge 25 commits into
rust-lang:master
rust-lang/rust:master
from
jackh726:rollup-zh28zun
jackh726/rust:rollup-zh28zun
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Closed
Rollup of 11 pull requests
#84726
jackh726
wants to merge 25 commits into
rust-lang:master
rust-lang/rust:master
from
jackh726:rollup-zh28zun
jackh726/rust:rollup-zh28zun
Copy head branch name to clipboard
Commits
Commits on Apr 22, 2021
Use flex more consistently.
Tor Hovland
committed
3090b01
View commit details
Copy full SHA for 3090b01
Browse repository at this point
Commits on Apr 26, 2021
Point out that behavior might be switched on 2015 and 2018 editions too one day
est31
committed
5bd3187
View commit details
Copy full SHA for 5bd3187
Browse repository at this point
Commits on Apr 27, 2021
Add a paragraph with possible alternatives on older editions
est31
committed
12642d9
View commit details
Copy full SHA for 12642d9
Browse repository at this point
Commits on Apr 28, 2021
Add HAS_RE_LATE_BOUND if there are bound vars
jackh726
committed
31ae3b2
View commit details
Copy full SHA for 31ae3b2
Browse repository at this point
Don't rebind in transitive_bounds_that_define_assoc_type
jackh726
committed
5f82e22
View commit details
Copy full SHA for 5f82e22
Browse repository at this point
Commits on Apr 29, 2021
Minor grammar tweaks for readability
Ben-Lichtman
committed
3e016a7
View commit details
Copy full SHA for 3e016a7
Browse repository at this point
Remove unnecessary CSS rules for search results
GuillaumeGomez
committed
8c04695
View commit details
Copy full SHA for 8c04695
Browse repository at this point
Remove unneeded bottom margin on search results
GuillaumeGomez
committed
a20831e
View commit details
Copy full SHA for a20831e
Browse repository at this point
Ignore doctests in bootstrap
Show description for a352336
est31
committed
a352336
View commit details
Copy full SHA for a352336
Browse repository at this point
Link between std::env::{var, var_os} and std::env::{vars, vars_os}
r00ster91
committed
d0c0b8a
View commit details
Copy full SHA for d0c0b8a
Browse repository at this point
make feature recommendations optional
lcnr
committed
da6261e
View commit details
Copy full SHA for da6261e
Browse repository at this point
Drop alias `reduce` for `fold` - we have a `reduce` function
Show description for 20b569f
joshtriplett
committed
20b569f
View commit details
Copy full SHA for 20b569f
Browse repository at this point
Fix labels for regression issue template
Show description for 16ff6c8
camelid
authored
16ff6c8
View commit details
Copy full SHA for 16ff6c8
Browse repository at this point
Add std::os::unix::fs::chroot to change the root directory of the current process
Show description for 3b414c3
joshtriplett
committed
3b414c3
View commit details
Copy full SHA for 3b414c3
Browse repository at this point
Rollup merge of #84451 - torhovland:flex, r=jsha
Show description for 8f956a3
jackh726
authored
8f956a3
View commit details
Copy full SHA for 8f956a3
Browse repository at this point
Rollup merge of #84590 - est31:array_into_iter, r=nikomatsakis
Show description for 17ab74e
jackh726
authored
17ab74e
View commit details
Copy full SHA for 17ab74e
Browse repository at this point
Rollup merge of #84682 - jackh726:transitive_bounds_rebind, r=nikomatsakis
Show description for ddb846e
jackh726
authored
ddb846e
View commit details
Copy full SHA for ddb846e
Browse repository at this point
Rollup merge of #84683 - Ben-Lichtman:grammar, r=jonas-schievink
Show description for 1118e7f
jackh726
authored
1118e7f
View commit details
Copy full SHA for 1118e7f
Browse repository at this point
Rollup merge of #84688 - GuillaumeGomez:remove-unnecessary-css-for-search-results, r=Nemo157
Show description for 060d941
jackh726
authored
060d941
View commit details
Copy full SHA for 060d941
Browse repository at this point
Rollup merge of #84690 - GuillaumeGomez:unneeded-bottom-margin-search-results, r=Nemo157
Show description for c8d07e0
jackh726
authored
c8d07e0
View commit details
Copy full SHA for c8d07e0
Browse repository at this point
Rollup merge of #84692 - r00ster91:var-var_os-vars, r=joshtriplett
Show description for 3dc03e4
jackh726
authored
3dc03e4
View commit details
Copy full SHA for 3dc03e4
Browse repository at this point
Rollup merge of #84705 - lcnr:const_generics-rec, r=joshtriplett
Show description for 0fcfb10
jackh726
authored
0fcfb10
View commit details
Copy full SHA for 0fcfb10
Browse repository at this point
Rollup merge of #84706 - joshtriplett:reduce-aliases, r=m-ou-se
Show description for 258bd07
jackh726
authored
258bd07
View commit details
Copy full SHA for 258bd07
Browse repository at this point
Rollup merge of #84713 - camelid:fix-regression-issue-template, r=Mark-Simulacrum
Show description for 1aedc56
jackh726
authored
1aedc56
View commit details
Copy full SHA for 1aedc56
Browse repository at this point
Rollup merge of #84716 - joshtriplett:chroot, r=dtolnay
Show description for 4f70afe
jackh726
authored
4f70afe
View commit details
Copy full SHA for 4f70afe
Browse repository at this point
You can’t perform that action at this time.