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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
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
15.7k
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 14 pull requests
- #81677
#81677
Closed
jackh726
wants to merge 40 commits into
rust-lang:master
rust-lang/rust:master
from
jackh726:rollup-gcbx7b7
jackh726/rust:rollup-gcbx7b7
Copy head branch name to clipboard
Conversation
Commits
40
(40)
Checks
Files changed
Closed
Rollup of 14 pull requests
#81677
jackh726
wants to merge 40 commits into
rust-lang:master
rust-lang/rust:master
from
jackh726:rollup-gcbx7b7
jackh726/rust:rollup-gcbx7b7
Copy head branch name to clipboard
Commits
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
Commits on Jan 29, 2021
Remove remnants of the santizer runtime crates from bootstrap
tmiasko
committed
99eeb13
View commit details
Copy full SHA for 99eeb13
Browse repository at this point
sys: use `process::abort()` instead of `arch::wasm32::unreachable()`
Show description for c7f4154
ojeda
committed
c7f4154
View commit details
Copy full SHA for c7f4154
Browse repository at this point
Commits on Jan 31, 2021
Add doc aliases for "delete"
Show description for 15701f7
sugar700
committed
15701f7
View commit details
Copy full SHA for 15701f7
Browse repository at this point
rustbuild: Don't build compiler twice for error-index-generator.
ehuss
committed
071d227
View commit details
Copy full SHA for 071d227
Browse repository at this point
Commits on Feb 1, 2021
Upgrade Chalk
jackh726
committed
4b64bc1
View commit details
Copy full SHA for 4b64bc1
Browse repository at this point
Add long error explanation for E0521
jesusprubio
committed
ee5ea24
View commit details
Copy full SHA for ee5ea24
Browse repository at this point
Update ui tests
jesusprubio
committed
9ef24f9
View commit details
Copy full SHA for 9ef24f9
Browse repository at this point
Directly use `Option<&[T]>` instead of converting from `Option<&Vec<T>>` later on
LingMan
committed
b35d601
View commit details
Copy full SHA for b35d601
Browse repository at this point
Add UI test for panic/assert in Rust 2021.
m-ou-se
committed
5022ad0
View commit details
Copy full SHA for 5022ad0
Browse repository at this point
Fix bug with assert!() calling the wrong edition of panic!().
Show description for ed1de99
m-ou-se
committed
ed1de99
View commit details
Copy full SHA for ed1de99
Browse repository at this point
Commits on Feb 2, 2021
Upgrade libc to 0.2.85
Amanieu d'Antras
authored and
Amanieu
committed
c3dedd0
View commit details
Copy full SHA for c3dedd0
Browse repository at this point
Fix AArch64 types in std::os::raw
Amanieu
committed
3408c58
View commit details
Copy full SHA for 3408c58
Browse repository at this point
Improve wording of suggestion about accessing field
hkmatsumoto
committed
bad0f28
View commit details
Copy full SHA for bad0f28
Browse repository at this point
Fix out of date `Scalar` documentation
Show description for 07c4eeb
jacob-hughes
committed
07c4eeb
View commit details
Copy full SHA for 07c4eeb
Browse repository at this point
Add better diagnostic for missing where clause
Show description for 6525671
JulianKnodt
committed
6525671
View commit details
Copy full SHA for 6525671
Browse repository at this point
Add .editorconfig
Show description for ae3164e
vn971
committed
ae3164e
View commit details
Copy full SHA for ae3164e
Browse repository at this point
Update Chalk
jackh726
committed
a0622d6
View commit details
Copy full SHA for a0622d6
Browse repository at this point
Update ui tests (nll)
jesusprubio
committed
c57889b
View commit details
Copy full SHA for c57889b
Browse repository at this point
More associated type tests
jackh726
committed
f0a3de6
View commit details
Copy full SHA for f0a3de6
Browse repository at this point
Rollup merge of #80593 - jackh726:chalk-upgrade, r=nikomatsakis
Show description for 806a8f6
jackh726
authored
806a8f6
View commit details
Copy full SHA for 806a8f6
Browse repository at this point
Rollup merge of #81260 - vn971:restore-editorconfig, r=Mark-Simulacrum
Show description for 51158fc
jackh726
authored
51158fc
View commit details
Copy full SHA for 51158fc
Browse repository at this point
Rollup merge of #81455 - Amanieu:aarch64_ilp32, r=sanxiyn
Show description for bdf621d
jackh726
authored
bdf621d
View commit details
Copy full SHA for bdf621d
Browse repository at this point
Rollup merge of #81517 - tmiasko:san-crates, r=Mark-Simulacrum
Show description for c948262
jackh726
authored
c948262
View commit details
Copy full SHA for c948262
Browse repository at this point
Rollup merge of #81530 - ojeda:sys-use-abort-instead-of-wasm32-unreachable, r=Mark-Simulacrum
Show description for e393f46
jackh726
authored
e393f46
View commit details
Copy full SHA for e393f46
Browse repository at this point
Rollup merge of #81544 - JulianKnodt:sat_where, r=lcnr
Show description for 8b04ab6
jackh726
authored
8b04ab6
View commit details
Copy full SHA for 8b04ab6
Browse repository at this point
Rollup merge of #81588 - xfix:delete-doc-alias, r=Mark-Simulacrum
Show description for fb487b5
jackh726
authored
fb487b5
View commit details
Copy full SHA for fb487b5
Browse repository at this point
Rollup merge of #81603 - ehuss:error-index-build, r=Mark-Simulacrum
Show description for 4a74152
jackh726
authored
4a74152
View commit details
Copy full SHA for 4a74152
Browse repository at this point
Rollup merge of #81634 - jesusprubio:jesusprubio/add-long-explanation-e0521, r=GuillaumeGomez
Show description for 9757be5
jackh726
authored
9757be5
View commit details
Copy full SHA for 9757be5
Browse repository at this point
Rollup merge of #81636 - LingMan:slice_not_vec, r=petrochenkov
Show description for 4a5ca47
jackh726
authored
4a5ca47
View commit details
Copy full SHA for 4a5ca47
Browse repository at this point
Rollup merge of #81647 - m-ou-se:assert-2021-fix, r=petrochenkov
Show description for f126301
jackh726
authored
f126301
View commit details
Copy full SHA for f126301
Browse repository at this point
Rollup merge of #81655 - matsujika:suggest-accessing-field-rewording, r=estebank
Show description for 1b1d551
jackh726
authored
1b1d551
View commit details
Copy full SHA for 1b1d551
Browse repository at this point
Rollup merge of #81665 - jacob-hughes:mir_doc_fix, r=estebank
Show description for 06e2911
jackh726
authored
06e2911
View commit details
Copy full SHA for 06e2911
Browse repository at this point
Rollup merge of #81671 - jackh726:atb-tests, r=estebank
Show description for 5f1616d
jackh726
authored
5f1616d
View commit details
Copy full SHA for 5f1616d
Browse repository at this point
You can’t perform that action at this time.