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.2k
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 8 pull requests
- #81620
#81620
Closed
JohnTitor
wants to merge 27 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-ouo36rj
JohnTitor/rust:rollup-ouo36rj
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Closed
Rollup of 8 pull requests
#81620
JohnTitor
wants to merge 27 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-ouo36rj
JohnTitor/rust:rollup-ouo36rj
Copy head branch name to clipboard
Commits
Commits on Jan 25, 2021
Improve `rustc_mir_build::matches` docs
Show description for 496836a
camelid
committed
496836a
View commit details
Copy full SHA for 496836a
Browse repository at this point
Commits on Jan 27, 2021
Add big-endian support for AArch64 va_arg
Amanieu d'Antras
authored and
Amanieu
committed
8afe598
View commit details
Copy full SHA for 8afe598
Browse repository at this point
Fix ARM and AArch64 calling convention for passing small composite types
Show description for d53b0a0
Amanieu d'Antras
authored and
Amanieu
committed
d53b0a0
View commit details
Copy full SHA for d53b0a0
Browse repository at this point
Support AArch64 ILP32 in libunwind bindings
Amanieu d'Antras
authored and
Amanieu
committed
06f14df
View commit details
Copy full SHA for 06f14df
Browse repository at this point
Support AArch64 big-endian and ILP32 in compiletest
Amanieu d'Antras
authored and
Amanieu
committed
a112c4d
View commit details
Copy full SHA for a112c4d
Browse repository at this point
Add big-endian and ILP32 AArch64 targets
Amanieu d'Antras
authored and
Amanieu
committed
8783d1a
View commit details
Copy full SHA for 8783d1a
Browse repository at this point
Add new aarch64 targets to platform-support.md
Amanieu d'Antras
authored and
Amanieu
committed
69e6326
View commit details
Copy full SHA for 69e6326
Browse repository at this point
Bump LLVM submodule
Amanieu d'Antras
authored and
Amanieu
committed
5307230
View commit details
Copy full SHA for 5307230
Browse repository at this point
Upgrade libc to 0.2.83
Amanieu d'Antras
authored and
Amanieu
committed
fc156a3
View commit details
Copy full SHA for fc156a3
Browse repository at this point
Commits on Jan 28, 2021
Rename NLL* to Nll* accordingly to C-CASE
hkmatsumoto
committed
f8e0e78
View commit details
Copy full SHA for f8e0e78
Browse repository at this point
Commits on Jan 29, 2021
Fix invalid camel case suggestion involving unicode idents
Show description for d10ee0d
estebank
committed
d10ee0d
View commit details
Copy full SHA for d10ee0d
Browse repository at this point
Commits on Jan 31, 2021
review comments
estebank
committed
fa9a99f
View commit details
Copy full SHA for fa9a99f
Browse repository at this point
Remove unneeded explicit width from search results
GuillaumeGomez
committed
0a93cb3
View commit details
Copy full SHA for 0a93cb3
Browse repository at this point
Prevent search section to go over search input
GuillaumeGomez
committed
07f5ca7
View commit details
Copy full SHA for 07f5ca7
Browse repository at this point
Improve resize handling
GuillaumeGomez
committed
be9b112
View commit details
Copy full SHA for be9b112
Browse repository at this point
Fix calling convention for CRT startup
Show description for 3acd1a4
sivadeilra
committed
3acd1a4
View commit details
Copy full SHA for 3acd1a4
Browse repository at this point
Add error message for private fn
Show description for 6a03f03
JulianKnodt
committed
6a03f03
View commit details
Copy full SHA for 6a03f03
Browse repository at this point
Move some tests to more reasonable directories
c410-f3r
committed
2bb4a69
View commit details
Copy full SHA for 2bb4a69
Browse repository at this point
Update outdated comment
Show description for 8b52cdc
camelid
committed
8b52cdc
View commit details
Copy full SHA for 8b52cdc
Browse repository at this point
Commits on Feb 1, 2021
Rollup merge of #79291 - JulianKnodt:ce_priv, r=petrochenkov
Show description for c96d888
JohnTitor
authored
c96d888
View commit details
Copy full SHA for c96d888
Browse repository at this point
Rollup merge of #81364 - camelid:improve-build-matches-docs, r=varkor
Show description for 0be141c
JohnTitor
authored
0be141c
View commit details
Copy full SHA for 0be141c
Browse repository at this point
Rollup merge of #81387 - c410-f3r:tests-tests-tests, r=petrochenkov
Show description for 69f0364
JohnTitor
authored
69f0364
View commit details
Copy full SHA for 69f0364
Browse repository at this point
Rollup merge of #81455 - Amanieu:aarch64_ilp32, r=varkor
Show description for ce3f1ce
JohnTitor
authored
ce3f1ce
View commit details
Copy full SHA for ce3f1ce
Browse repository at this point
Rollup merge of #81463 - matsujika:nll-ensure-c-case, r=varkor
Show description for 4d5f089
JohnTitor
authored
4d5f089
View commit details
Copy full SHA for 4d5f089
Browse repository at this point
Rollup merge of #81529 - estebank:case_lints, r=davidtwco
Show description for c4c2ab6
JohnTitor
authored
c4c2ab6
View commit details
Copy full SHA for c4c2ab6
Browse repository at this point
Rollup merge of #81592 - GuillaumeGomez:rustdoc-ui-fixes, r=Nemo157
Show description for 05ec03c
JohnTitor
authored
05ec03c
View commit details
Copy full SHA for 05ec03c
Browse repository at this point
Rollup merge of #81598 - sivadeilra:windows_dll_imports_fix_x86, r=m-ou-se
Show description for 29fe200
JohnTitor
authored
29fe200
View commit details
Copy full SHA for 29fe200
Browse repository at this point
You can’t perform that action at this time.