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.1k
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 12 pull requests
- #63120
#63120
Closed
Centril
wants to merge 42 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-swgmy2h
Centril/rust:rollup-swgmy2h
Copy head branch name to clipboard
Conversation
Commits
42
(42)
Checks
Files changed
Closed
Rollup of 12 pull requests
#63120
Centril
wants to merge 42 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-swgmy2h
Centril/rust:rollup-swgmy2h
Copy head branch name to clipboard
Commits
Commits on Jun 19, 2019
Remove mentions of removed `offset_to` method
phil-opp
authored
fed12fa
View commit details
Copy full SHA for fed12fa
Browse repository at this point
Commits on Jul 17, 2019
Refer to `add` method instead of `offset`
Show description for c9c73f5
phil-opp
committed
c9c73f5
View commit details
Copy full SHA for c9c73f5
Browse repository at this point
Commits on Jul 27, 2019
Do not downgrade NLL errors for bind_by_move_pattern_guards when AST says it is OK.
Centril
committed
60de9e4
View commit details
Copy full SHA for 60de9e4
Browse repository at this point
Remove 'feature(nll)' from bind_by_move_pattern_guards tests.
Centril
committed
8f0b2e5
View commit details
Copy full SHA for 8f0b2e5
Browse repository at this point
Commits on Jul 28, 2019
Unconditionally set SignalledError::SawSomeError.
Centril
committed
b6c472a
View commit details
Copy full SHA for b6c472a
Browse repository at this point
borrowck-mutate-in-guard: update test.
Centril
committed
a5a039d
View commit details
Copy full SHA for a5a039d
Browse repository at this point
borrowck-migrate-to-nll: use #38899 for testing.
Centril
committed
194282b
View commit details
Copy full SHA for 194282b
Browse repository at this point
Add tests for #27282, #31287 as hard errors.
Centril
committed
b95b8cc
View commit details
Copy full SHA for b95b8cc
Browse repository at this point
Disallow duplicate lifetime parameters with legacy hygiene
Show description for 3dca17e
matthewjasper
committed
3dca17e
View commit details
Copy full SHA for 3dca17e
Browse repository at this point
Resolve const parameters with modern hygiene
Show description for 8876b3b
matthewjasper
committed
8876b3b
View commit details
Copy full SHA for 8876b3b
Browse repository at this point
Recover 'for ( $pat in $expr ) $block'.
Centril
committed
dfad725
View commit details
Copy full SHA for dfad725
Browse repository at this point
Use chaining for diagnosics in parser.
Centril
committed
1b11860
View commit details
Copy full SHA for 1b11860
Browse repository at this point
Add 'span_to_snippet' shortcut.
Centril
committed
56b39fb
View commit details
Copy full SHA for 56b39fb
Browse repository at this point
Remove redundant check.
Centril
committed
cd79609
View commit details
Copy full SHA for cd79609
Browse repository at this point
Properly check the defining scope of existential types
Show description for 18bf9dd
Aaron1011
committed
18bf9dd
View commit details
Copy full SHA for 18bf9dd
Browse repository at this point
Fix formatting
Show description for 8811b9c
Aaron1011
and
Centril
authored
8811b9c
View commit details
Copy full SHA for 8811b9c
Browse repository at this point
Rename test and add comment
Aaron1011
committed
3e98c3a
View commit details
Copy full SHA for 3e98c3a
Browse repository at this point
Commits on Jul 29, 2019
Move ui/{existential-type -> existential_types}.
Centril
committed
e2ee2a3
View commit details
Copy full SHA for e2ee2a3
Browse repository at this point
Move ui/existential_type.rs -> ui/existential_type/existential_type-pass.
Centril
committed
b2a5d99
View commit details
Copy full SHA for b2a5d99
Browse repository at this point
Add test for #53678.
Centril
committed
b779f45
View commit details
Copy full SHA for b779f45
Browse repository at this point
Add test for #60407.
Centril
committed
1e927d8
View commit details
Copy full SHA for 1e927d8
Browse repository at this point
Add test for #60564.
Centril
committed
a54dd23
View commit details
Copy full SHA for a54dd23
Browse repository at this point
vxworks: Remove Linux-specific comments.
josephlr
committed
0cdd693
View commit details
Copy full SHA for 0cdd693
Browse repository at this point
ci: Skip installing SWIG/xz on OSX
Show description for 60680d4
alexcrichton
committed
60680d4
View commit details
Copy full SHA for 60680d4
Browse repository at this point
Add links to None in Option doc
tesuji
committed
c56d8a8
View commit details
Copy full SHA for c56d8a8
Browse repository at this point
impl Debug for Chars
max-sixty
committed
624c5da
View commit details
Copy full SHA for 624c5da
Browse repository at this point
comments from @lzutao
max-sixty
committed
3325ff6
View commit details
Copy full SHA for 3325ff6
Browse repository at this point
std: Fix a failing `fs` test on Windows
Show description for 8d7fb87
alexcrichton
committed
8d7fb87
View commit details
Copy full SHA for 8d7fb87
Browse repository at this point
Add very simple edition check to tidy; and add missing edition = 2018s.
crlf0710
committed
870efe3
View commit details
Copy full SHA for 870efe3
Browse repository at this point
Add another test for const parameter (non) hygiene.
matthewjasper
committed
0fb9295
View commit details
Copy full SHA for 0fb9295
Browse repository at this point
Commits on Jul 30, 2019
Rollup merge of #61965 - phil-opp:patch-4, r=scottmcm
Show description for d436b66
Centril
authored
d436b66
View commit details
Copy full SHA for d436b66
Browse repository at this point
Rollup merge of #62928 - Centril:recover-parens-around-for-head, r=estebank
Show description for 022f7a7
Centril
authored
022f7a7
View commit details
Copy full SHA for 022f7a7
Browse repository at this point
Rollup merge of #63000 - max-sixty:chars-display, r=alexcrichton
Show description for 4838953
Centril
authored
4838953
View commit details
Copy full SHA for 4838953
Browse repository at this point
Rollup merge of #63059 - Centril:sound-bind-by-move, r=matthewjasper
Show description for 11a913c
Centril
authored
11a913c
View commit details
Copy full SHA for 11a913c
Browse repository at this point
Rollup merge of #63083 - matthewjasper:parameter-hygiene, r=petrochenkov
Show description for cbce93c
Centril
authored
cbce93c
View commit details
Copy full SHA for cbce93c
Browse repository at this point
Rollup merge of #63087 - crlf0710:tidy_2018, r=Mark-Simulacrum
Show description for b62ddfe
Centril
authored
b62ddfe
View commit details
Copy full SHA for b62ddfe
Browse repository at this point
Rollup merge of #63093 - Aaron1011:fix/existential-closure, r=cramertj
Show description for e464c9d
Centril
authored
e464c9d
View commit details
Copy full SHA for e464c9d
Browse repository at this point
Rollup merge of #63096 - Centril:existential-type-add-tests, r=varkor
Show description for 94db68e
Centril
authored
94db68e
View commit details
Copy full SHA for 94db68e
Browse repository at this point
Rollup merge of #63099 - josephlr:vxworks, r=alexcrichton
Show description for bccaf45
Centril
authored
bccaf45
View commit details
Copy full SHA for bccaf45
Browse repository at this point
Rollup merge of #63106 - alexcrichton:remove-swig-osx, r=pietroalbini
Show description for 4282391
Centril
authored
4282391
View commit details
Copy full SHA for 4282391
Browse repository at this point
Rollup merge of #63108 - lzutao:option-xor-typo, r=jonas-schievink
Show description for 4edc326
Centril
authored
4edc326
View commit details
Copy full SHA for 4edc326
Browse repository at this point
Rollup merge of #63109 - alexcrichton:disable-windows-fs-test, r=sfackler
Show description for b093fa9
Centril
authored
b093fa9
View commit details
Copy full SHA for b093fa9
Browse repository at this point
You can’t perform that action at this time.