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.4k
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 9 pull requests
- #64687
#64687
Closed
Centril
wants to merge 59 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-3baihj5
Centril/rust:rollup-3baihj5
Copy head branch name to clipboard
Conversation
Commits
59
(59)
Checks
Files changed
Closed
Rollup of 9 pull requests
#64687
Centril
wants to merge 59 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-3baihj5
Centril/rust:rollup-3baihj5
Copy head branch name to clipboard
Commits
Commits on Sep 8, 2019
Fix `Stdio::piped` example code and lint
Show description for 9bf5773
wchargin
committed
9bf5773
View commit details
Copy full SHA for 9bf5773
Browse repository at this point
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 15, 2019
or-patterns: remove hack from lowering.
Centril
committed
146cb8e
View commit details
Copy full SHA for 146cb8e
Browse repository at this point
or-patterns: `hir::Arm::pats` -> `::pat` + `Arm::top_pats_hack`.
Centril
committed
b2f903c
View commit details
Copy full SHA for b2f903c
Browse repository at this point
or-patterns: normalize HIR pretty priting.
Centril
committed
6579d13
View commit details
Copy full SHA for 6579d13
Browse repository at this point
or-patterns: use `top_pats_hack` to make things compile.
Centril
committed
75fb42a
View commit details
Copy full SHA for 75fb42a
Browse repository at this point
check_match: misc cleanup.
Centril
committed
89bbef3
View commit details
Copy full SHA for 89bbef3
Browse repository at this point
or-patterns: fix problems in typeck.
Centril
committed
4c34693
View commit details
Copy full SHA for 4c34693
Browse repository at this point
simplify `hir::Pat::walk_`.
Centril
committed
9d1c3c9
View commit details
Copy full SHA for 9d1c3c9
Browse repository at this point
Commits on Sep 16, 2019
or-patterns: liveness/`visit_arm`: remove `top_pats_hack`.
Centril
committed
cc5fe6d
View commit details
Copy full SHA for cc5fe6d
Browse repository at this point
or-patterns: liveness: generalize + remove `top_pats_hack`.
Centril
committed
9ca42a5
View commit details
Copy full SHA for 9ca42a5
Browse repository at this point
or-patterns: remove `Arm::contains_explicit_ref_binding`.
Centril
committed
57eeb61
View commit details
Copy full SHA for 57eeb61
Browse repository at this point
or-patterns: euv/`arm_move_mode`: remove `top_pats_hack`.
Centril
committed
fb2cfec
View commit details
Copy full SHA for fb2cfec
Browse repository at this point
or-patterns: euv/`walk_arm`: remove `top_pats_hack`.
Centril
committed
d7139f3
View commit details
Copy full SHA for d7139f3
Browse repository at this point
or-patterns: middle/dead: make a hack less hacky.
Centril
committed
07deb93
View commit details
Copy full SHA for 07deb93
Browse repository at this point
or-patterns: rvalue_promotion: remove `top_pats_hack`.
Centril
committed
0dfd706
View commit details
Copy full SHA for 0dfd706
Browse repository at this point
or-patterns: regionck/visit_arm: remove `top_pats_hack`.
Centril
committed
38a5ae9
View commit details
Copy full SHA for 38a5ae9
Browse repository at this point
or-patterns: regionck/`link_match`: remove `top_pats_hack`.
Centril
committed
9b406f1
View commit details
Copy full SHA for 9b406f1
Browse repository at this point
or-patterns: check_match: remove `top_pats_hack` for `check_for_bindings_named_same_as_variants`.
Centril
committed
6bd8c6d
View commit details
Copy full SHA for 6bd8c6d
Browse repository at this point
or-patterns: check_match: nix `top_pats_hack` passed to `check_patterns`.
Centril
committed
549756b
View commit details
Copy full SHA for 549756b
Browse repository at this point
or-patterns: HAIR: `Arm.patterns: Vec<Pattern<'_>>` -> `.pattern: Pattern<'_>`.
Centril
committed
56b055a
View commit details
Copy full SHA for 56b055a
Browse repository at this point
or-patterns: liveness: `is_argument` -> `is_param`.
Show description for 05cc3c0
Centril
committed
05cc3c0
View commit details
Copy full SHA for 05cc3c0
Browse repository at this point
or-patterns: #47390: we rely on names to exercise `IndexMap`.
Centril
committed
370fbcc
View commit details
Copy full SHA for 370fbcc
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 20, 2019
Support run-fail ui tests
tmandry
committed
e625f62
View commit details
Copy full SHA for e625f62
Browse repository at this point
Spawn one subprocess per unit test
tmandry
committed
78ff110
View commit details
Copy full SHA for 78ff110
Browse repository at this point
Only spawn subprocesses when panic=abort
tmandry
committed
52e4919
View commit details
Copy full SHA for 52e4919
Browse repository at this point
Remove panic_unwind requirement from libtest
tmandry
committed
c6b4fb7
View commit details
Copy full SHA for c6b4fb7
Browse repository at this point
Factor inner test runners out, simplify RunStrategy
tmandry
committed
df24055
View commit details
Copy full SHA for df24055
Browse repository at this point
Include signal from terminated child process on unix
tmandry
committed
e6015e4
View commit details
Copy full SHA for e6015e4
Browse repository at this point
Use just two return codes to communicate result
tmandry
committed
c792c25
View commit details
Copy full SHA for c792c25
Browse repository at this point
Add test for libtest panic=abort mode
tmandry
committed
c396c12
View commit details
Copy full SHA for c396c12
Browse repository at this point
Put panic=abort test support behind -Z panic_abort_tests
tmandry
committed
6f36f87
View commit details
Copy full SHA for 6f36f87
Browse repository at this point
Ignore panic=abort tests on wasm, emscripten
tmandry
committed
9c2d227
View commit details
Copy full SHA for 9c2d227
Browse repository at this point
Remove segfault test since behavior varies by platform
tmandry
committed
8233b28
View commit details
Copy full SHA for 8233b28
Browse repository at this point
Commits on Sep 21, 2019
or-patterns: middle/dead: remove `top_pats_hack`.
Show description for 0918dc4
Centril
committed
0918dc4
View commit details
Copy full SHA for 0918dc4
Browse repository at this point
Remove constraints argument from path_all
Show description for 67d88f6
Mark-Simulacrum
committed
67d88f6
View commit details
Copy full SHA for 67d88f6
Browse repository at this point
Remove unused code
Mark-Simulacrum
committed
2aa9d29
View commit details
Copy full SHA for 2aa9d29
Browse repository at this point
Inline ty_infer
Mark-Simulacrum
committed
e41aa8c
View commit details
Copy full SHA for e41aa8c
Browse repository at this point
Inline attribute constructors
Mark-Simulacrum
committed
8417ac6
View commit details
Copy full SHA for 8417ac6
Browse repository at this point
Propagate `types.err` in locals further to avoid spurious knock-down errors
estebank
committed
3e6b844
View commit details
Copy full SHA for 3e6b844
Browse repository at this point
Commits on Sep 22, 2019
Parse assoc type bounds in generic params and provide custom diagnostic
estebank
committed
60560bc
View commit details
Copy full SHA for 60560bc
Browse repository at this point
remove outdated comment
tshepang
committed
c3d7917
View commit details
Copy full SHA for c3d7917
Browse repository at this point
review comments
estebank
committed
daed674
View commit details
Copy full SHA for daed674
Browse repository at this point
review comments: wording
estebank
committed
0f2f16d
View commit details
Copy full SHA for 0f2f16d
Browse repository at this point
Infer consts consistently. Moved some logic into super_combined_consts,
Show description for 3f2855e
skinnyBat
committed
3f2855e
View commit details
Copy full SHA for 3f2855e
Browse repository at this point
Fix some unused variable warnings
weiznich
committed
3ee2920
View commit details
Copy full SHA for 3ee2920
Browse repository at this point
Rollup merge of #64158 - tmandry:libtest-panic-abort, r=alexcrichton
Show description for 43f291c
Centril
authored
43f291c
View commit details
Copy full SHA for 43f291c
Browse repository at this point
Rollup merge of #64294 - wchargin:wchargin-stdio-piped-docs, r=Dylan-DPC
Show description for f8d12dc
Centril
authored
f8d12dc
View commit details
Copy full SHA for f8d12dc
Browse repository at this point
Rollup merge of #64508 - Centril:or-pat-hir, r=matthewjasper
Show description for c743912
Centril
authored
c743912
View commit details
Copy full SHA for c743912
Browse repository at this point
Rollup merge of #64546 - weiznich:bugfix/rfc-2451-rerebalance-tests, r=nikomatsakis
Show description for 2455f42
Centril
authored
2455f42
View commit details
Copy full SHA for 2455f42
Browse repository at this point
Rollup merge of #64670 - Mark-Simulacrum:ext-build-simplify, r=petrochenkov
Show description for 18d1912
Centril
authored
18d1912
View commit details
Copy full SHA for 18d1912
Browse repository at this point
Rollup merge of #64674 - estebank:knock-down-the-wall, r=Centril
Show description for f21b8ae
Centril
authored
f21b8ae
View commit details
Copy full SHA for f21b8ae
Browse repository at this point
Rollup merge of #64676 - estebank:assoc-type-bound-in-generic, r=petrochenkov
Show description for 7c830ec
Centril
authored
7c830ec
View commit details
Copy full SHA for 7c830ec
Browse repository at this point
Rollup merge of #64677 - tshepang:outdated, r=Mark-Simulacrum
Show description for ee2012c
Centril
authored
ee2012c
View commit details
Copy full SHA for ee2012c
Browse repository at this point
Rollup merge of #64679 - skinny121:const-infer, r=varkor
Show description for afd1c60
Centril
authored
afd1c60
View commit details
Copy full SHA for afd1c60
Browse repository at this point
You can’t perform that action at this time.