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 }}
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
16.3k
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 10 pull requests
- #77247
#77247
Merged
bors
merged 22 commits into
rust-lang:master
rust-lang/rust:master
from
jonas-schievink:rollup-r6ehh8h
Copy head branch name to clipboard
Sep 27, 2020
Conversation
Commits
22
(22)
Checks
Files changed
Merged
Rollup of 10 pull requests
#77247
bors
merged 22 commits into
rust-lang:master
rust-lang/rust:master
from
jonas-schievink:rollup-r6ehh8h
Copy head branch name to clipboard
Commits
Commits on Sep 21, 2020
Add missing code examples on HashMap types
GuillaumeGomez
committed
be3d8e5
View commit details
Copy full SHA for be3d8e5
Browse repository at this point
Commits on Sep 23, 2020
Enable const prop into operands at mir_opt_level=2
bugadani
committed
90c7731
View commit details
Copy full SHA for 90c7731
Browse repository at this point
Commits on Sep 24, 2020
Update cargo
ehuss
committed
50d9663
View commit details
Copy full SHA for 50d9663
Browse repository at this point
Fix FIXME in core::num test: Check sign of zero in min/max tests.
m-ou-se
committed
74952b9
View commit details
Copy full SHA for 74952b9
Browse repository at this point
Commits on Sep 25, 2020
Link dynamic and static late_link_args before generic ones
mati865
committed
bfdb790
View commit details
Copy full SHA for bfdb790
Browse repository at this point
Rust vec bench import specific rand::RngCore
pickfire
authored
939fd37
View commit details
Copy full SHA for 939fd37
Browse repository at this point
Fix documentation highlighting in ty::BorrowKind
Show description for 58d57f3
jyn514
committed
58d57f3
View commit details
Copy full SHA for 58d57f3
Browse repository at this point
Commits on Sep 26, 2020
Move `qualify_min_const_fn` out of rustc into clippy
oli-obk
committed
1b84389
View commit details
Copy full SHA for 1b84389
Browse repository at this point
Remove all unstable feature support in the `missing_const_for_fn` lint
oli-obk
committed
5d359db
View commit details
Copy full SHA for 5d359db
Browse repository at this point
pretty-print-reparse hack: Rename some variables for clarity
petrochenkov
committed
275bf62
View commit details
Copy full SHA for 275bf62
Browse repository at this point
pretty-print-reparse hack: Remove an impossible case
Show description for fe3e5aa
petrochenkov
committed
fe3e5aa
View commit details
Copy full SHA for fe3e5aa
Browse repository at this point
Test more attributes in test issue-75930-derive-cfg.rs
Show description for a17175f
Aaron1011
committed
a17175f
View commit details
Copy full SHA for a17175f
Browse repository at this point
Rollup merge of #76917 - GuillaumeGomez:map-missing-code-examples, r=Dylan-DPC
Show description for 9ab95c3
jonas-schievink
authored
9ab95c3
View commit details
Copy full SHA for 9ab95c3
Browse repository at this point
Rollup merge of #77107 - bugadani:perf, r=oli-obk
Show description for 6b8fb3f
jonas-schievink
authored
6b8fb3f
View commit details
Copy full SHA for 6b8fb3f
Browse repository at this point
Rollup merge of #77129 - ehuss:update-cargo, r=ehuss
Show description for 184ccb1
jonas-schievink
authored
184ccb1
View commit details
Copy full SHA for 184ccb1
Browse repository at this point
Rollup merge of #77167 - fusion-engineering-forks:fix-fixme-min-max-sign-test, r=nagisa
Show description for 5926c43
jonas-schievink
authored
5926c43
View commit details
Copy full SHA for 5926c43
Browse repository at this point
Rollup merge of #77184 - pickfire:patch-4, r=kennytm
Show description for bb416f3
jonas-schievink
authored
bb416f3
View commit details
Copy full SHA for bb416f3
Browse repository at this point
Rollup merge of #77208 - mati865:late-link-args-order, r=petrochenkov
Show description for 3d1d24d
jonas-schievink
authored
3d1d24d
View commit details
Copy full SHA for 3d1d24d
Browse repository at this point
Rollup merge of #77209 - jyn514:fix-docs, r=petrochenkov
Show description for 593b38b
jonas-schievink
authored
593b38b
View commit details
Copy full SHA for 593b38b
Browse repository at this point
Rollup merge of #77231 - oli-obk:clippy_const_fn, r=Manishearth
Show description for aa35c52
jonas-schievink
authored
aa35c52
View commit details
Copy full SHA for aa35c52
Browse repository at this point
Rollup merge of #77235 - petrochenkov:reparse, r=Aaron1011
Show description for 7a1a871
jonas-schievink
authored
7a1a871
View commit details
Copy full SHA for 7a1a871
Browse repository at this point
Rollup merge of #77243 - Aaron1011:more-derive-test, r=petrochenkov
Show description for b7c05a3
jonas-schievink
authored
b7c05a3
View commit details
Copy full SHA for b7c05a3
Browse repository at this point
You can’t perform that action at this time.