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
16k
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
- #64647
#64647
Closed
tmandry
wants to merge 25 commits into
rust-lang:master
rust-lang/rust:master
from
tmandry:rollup-gnkrsne
tmandry/rust:rollup-gnkrsne
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Closed
Rollup of 10 pull requests
#64647
tmandry
wants to merge 25 commits into
rust-lang:master
rust-lang/rust:master
from
tmandry:rollup-gnkrsne
tmandry/rust:rollup-gnkrsne
Copy head branch name to clipboard
Commits
Commits on Sep 13, 2019
add new tests for re_rebalance_coherence
nikomatsakis
committed
612ef5f
View commit details
Copy full SHA for 612ef5f
Browse repository at this point
change to check-pass
nikomatsakis
committed
e69d1b6
View commit details
Copy full SHA for e69d1b6
Browse repository at this point
Commits on Sep 14, 2019
Add cmp::{min_by, min_by_key, max_by, max_by_key}
timvermeulen
committed
6e5ada4
View commit details
Copy full SHA for 6e5ada4
Browse repository at this point
Simplify Iterator::{min_by, max_by} using cmp::{min_by, max_by}
timvermeulen
committed
7217591
View commit details
Copy full SHA for 7217591
Browse repository at this point
Commits on Sep 16, 2019
Document `From` trait for `LhsExpr`
crgl
committed
194d357
View commit details
Copy full SHA for 194d357
Browse repository at this point
Commits on Sep 17, 2019
Fix re-rebalance coherence implementation for fundamental types
Show description for 3f004a1
weiznich
committed
3f004a1
View commit details
Copy full SHA for 3f004a1
Browse repository at this point
Commits on Sep 18, 2019
Add more tests
weiznich
committed
a9c38d9
View commit details
Copy full SHA for a9c38d9
Browse repository at this point
Split line to fix tidy
weiznich
committed
31b3012
View commit details
Copy full SHA for 31b3012
Browse repository at this point
Commits on Sep 19, 2019
rustbuild: Turn down compression on exe installers
Show description for 8112f71
alexcrichton
committed
8112f71
View commit details
Copy full SHA for 8112f71
Browse repository at this point
factor out pluralisation remains after #64280
gaolei
committed
1ab5593
View commit details
Copy full SHA for 1ab5593
Browse repository at this point
rustbuild: Turn down compression on msi installers
Show description for fde8cfe
alexcrichton
committed
fde8cfe
View commit details
Copy full SHA for fde8cfe
Browse repository at this point
rustbuild: Improve output of `dist` step
Show description for 255dd3f
alexcrichton
committed
255dd3f
View commit details
Copy full SHA for 255dd3f
Browse repository at this point
Add Compatibility Notes to RELEASES.md for 1.38.0
XAMPPRocky
committed
3db2c13
View commit details
Copy full SHA for 3db2c13
Browse repository at this point
Commits on Sep 20, 2019
remove the extra comma after the match arm
Show description for c3140ba
guanqun
authored
c3140ba
View commit details
Copy full SHA for c3140ba
Browse repository at this point
Exempt extern "Rust" from improper_ctypes
Show description for 9f374da
cuviper
committed
9f374da
View commit details
Copy full SHA for 9f374da
Browse repository at this point
Commits on Sep 21, 2019
Rollup merge of #64047 - timvermeulen:cmp_min_max_by, r=cuviper
Show description for 14e672c
tmandry
authored
14e672c
View commit details
Copy full SHA for 14e672c
Browse repository at this point
Rollup merge of #64136 - crgl:doc-from-parser-lhs, r=Centril
Show description for 73da248
tmandry
authored
73da248
View commit details
Copy full SHA for 73da248
Browse repository at this point
Rollup merge of #64342 - glorv:master, r=varkor
Show description for b9412b0
tmandry
authored
b9412b0
View commit details
Copy full SHA for b9412b0
Browse repository at this point
Rollup merge of #64546 - weiznich:bugfix/rfc-2451-rerebalance-tests, r=nikomatsakis
Show description for 4ca6a8d
tmandry
authored
4ca6a8d
View commit details
Copy full SHA for 4ca6a8d
Browse repository at this point
Rollup merge of #64615 - alexcrichton:smaller-exe, r=Mark-Simulacrum
Show description for 6b642fd
tmandry
authored
6b642fd
View commit details
Copy full SHA for 6b642fd
Browse repository at this point
Rollup merge of #64617 - alexcrichton:smaller-msi, r=Mark-Simulacrum
Show description for 8965cb7
tmandry
authored
8965cb7
View commit details
Copy full SHA for 8965cb7
Browse repository at this point
Rollup merge of #64618 - alexcrichton:improve-dist-output, r=Mark-Simulacrum
Show description for a5c7e68
tmandry
authored
a5c7e68
View commit details
Copy full SHA for a5c7e68
Browse repository at this point
Rollup merge of #64621 - XAMPPRocky:relnotes, r=Mark-Simulacrum
Show description for 558f84c
tmandry
authored
558f84c
View commit details
Copy full SHA for 558f84c
Browse repository at this point
Rollup merge of #64632 - guanqun:patch-1, r=jonas-schievink
Show description for 8ac0864
tmandry
authored
8ac0864
View commit details
Copy full SHA for 8ac0864
Browse repository at this point
Rollup merge of #64641 - cuviper:extern-rust-ctypes, r=estebank
Show description for 4cef643
tmandry
authored
4cef643
View commit details
Copy full SHA for 4cef643
Browse repository at this point
You can’t perform that action at this time.