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 9 pull requests
- #61340
#61340
Closed
Centril
wants to merge 23 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-hlsz667
Centril/rust:rollup-hlsz667
Copy head branch name to clipboard
Conversation
Commits
23
(23)
Checks
Files changed
Closed
Rollup of 9 pull requests
#61340
Centril
wants to merge 23 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-hlsz667
Centril/rust:rollup-hlsz667
Copy head branch name to clipboard
Commits
Commits on May 15, 2019
Stabilize RefCell::try_borrow_unguarded
Show description for 9fd4d48
SimonSapin
committed
9fd4d48
View commit details
Copy full SHA for 9fd4d48
Browse repository at this point
Commits on May 27, 2019
Move existing `#[linkage]` tests to a subdirectory where I can add more tests.
pnkfelix
committed
21aa149
View commit details
Copy full SHA for 21aa149
Browse repository at this point
Always supply span to check_and_apply_linkage, sidestepping need to add `bug!`s to rustc.
pnkfelix
committed
64edaec
View commit details
Copy full SHA for 64edaec
Browse repository at this point
Refine the message to at least *mention* the attribute itself.
Show description for 444f2ba
pnkfelix
committed
444f2ba
View commit details
Copy full SHA for 444f2ba
Browse repository at this point
Regression test for issue #59548.
pnkfelix
committed
4e60f53
View commit details
Copy full SHA for 4e60f53
Browse repository at this point
Tests for external linkage symbol collision check.
Show description for c8887ab
pnkfelix
committed
c8887ab
View commit details
Copy full SHA for c8887ab
Browse repository at this point
Box::into_vec: use Box::into_raw instead of mem::forget
RalfJung
committed
645f685
View commit details
Copy full SHA for 645f685
Browse repository at this point
Commits on May 28, 2019
Revert "Disable solaris target since toolchain no longer builds"
Show description for a552e7a
Bastian Germann
committed
a552e7a
View commit details
Copy full SHA for a552e7a
Browse repository at this point
Commits on May 29, 2019
Fix ICE with struct ctors and const generics.
Show description for 41aaf7b
davidtwco
committed
41aaf7b
View commit details
Copy full SHA for 41aaf7b
Browse repository at this point
update miri
RalfJung
committed
34d5239
View commit details
Copy full SHA for 34d5239
Browse repository at this point
Update all s3 URLs used on CI with subdomains
Show description for 3eda151
alexcrichton
committed
3eda151
View commit details
Copy full SHA for 3eda151
Browse repository at this point
ci: display more debug information in the init_repo script
emilyalbini
committed
5f4f368
View commit details
Copy full SHA for 5f4f368
Browse repository at this point
Sort in-band generic parameter definitions from APIT
varkor
committed
eafa3a8
View commit details
Copy full SHA for eafa3a8
Browse repository at this point
Add a regression test for const parameters with impl Trait
varkor
committed
998ef68
View commit details
Copy full SHA for 998ef68
Browse repository at this point
Commits on May 30, 2019
Rollup merge of #60839 - davidtwco:const-generics-struct-ctor, r=varkor
Show description for 1529ea6
Centril
authored
1529ea6
View commit details
Copy full SHA for 1529ea6
Browse repository at this point
Rollup merge of #60850 - SimonSapin:unguarded, r=alexcrichton
Show description for e707533
Centril
authored
e707533
View commit details
Copy full SHA for e707533
Browse repository at this point
Rollup merge of #61231 - pnkfelix:issue-59548-linkage-diagnostic, r=petrochenkov
Show description for 89c83e3
Centril
authored
89c83e3
View commit details
Copy full SHA for 89c83e3
Browse repository at this point
Rollup merge of #61244 - RalfJung:box, r=rkruppe
Show description for b1d5313
Centril
authored
b1d5313
View commit details
Copy full SHA for b1d5313
Browse repository at this point
Rollup merge of #61280 - bgermann:master, r=alexcrichton
Show description for b726782
Centril
authored
b726782
View commit details
Copy full SHA for b726782
Browse repository at this point
Rollup merge of #61284 - alexcrichton:less-s3, r=pietroalbini
Show description for 769b700
Centril
authored
769b700
View commit details
Copy full SHA for 769b700
Browse repository at this point
Rollup merge of #61295 - RalfJung:miri, r=oli-obk
Show description for 023fa2a
Centril
authored
023fa2a
View commit details
Copy full SHA for 023fa2a
Browse repository at this point
Rollup merge of #61322 - pietroalbini:debug-windows-submodule-cloning, r=alexcrichton
Show description for 311f811
Centril
authored
311f811
View commit details
Copy full SHA for 311f811
Browse repository at this point
Rollup merge of #61333 - varkor:apit-const-param-ice, r=estebank
Show description for 6f65198
Centril
authored
6f65198
View commit details
Copy full SHA for 6f65198
Browse repository at this point
You can’t perform that action at this time.