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
15.9k
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 7 pull requests
- #65587
#65587
Closed
Centril
wants to merge 37 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-fjhzg09
Centril/rust:rollup-fjhzg09
Copy head branch name to clipboard
Conversation
Commits
37
(37)
Checks
Files changed
Closed
Rollup of 7 pull requests
#65587
Centril
wants to merge 37 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-fjhzg09
Centril/rust:rollup-fjhzg09
Copy head branch name to clipboard
Commits
Commits on Oct 6, 2019
Fix zero-size uninitialized boxes
Show description for 23d3ff1
SimonSapin
committed
23d3ff1
View commit details
Copy full SHA for 23d3ff1
Browse repository at this point
Commits on Oct 11, 2019
Upgrade GCC to 8.3.0, glibc to 1.17.0 and crosstool-ng to 1.24.0 for dist-armv7-linux
msizanoen1
committed
90d0baf
View commit details
Copy full SHA for 90d0baf
Browse repository at this point
Remove reference to Ubuntu 15.10 ARM toolchain
msizanoen1
committed
4f97e5d
View commit details
Copy full SHA for 4f97e5d
Browse repository at this point
Revert "Remove reference to Ubuntu 15.10 ARM toolchain"
Show description for e2ce082
msizanoen1
committed
e2ce082
View commit details
Copy full SHA for e2ce082
Browse repository at this point
Commits on Oct 12, 2019
Add crosstool-ng 1.24.0 unzip dependency
msizanoen1
committed
88ea4ff
View commit details
Copy full SHA for 88ea4ff
Browse repository at this point
Commits on Oct 13, 2019
Fix path to crosstool-ng.sh
msizanoen1
committed
e58ad8d
View commit details
Copy full SHA for e58ad8d
Browse repository at this point
Commits on Oct 15, 2019
Remove sanitizer runtime crates
tmiasko
committed
9d5208a
View commit details
Copy full SHA for 9d5208a
Browse repository at this point
Remove sanitizer_runtime attribute
tmiasko
committed
c1b5249
View commit details
Copy full SHA for c1b5249
Browse repository at this point
Link sanitizer runtimes instead of injecting crate dependencies
tmiasko
committed
87c3eed
View commit details
Copy full SHA for 87c3eed
Browse repository at this point
Compile main executable with rustc in staticlib test
Show description for ac3cf6b
tmiasko
committed
ac3cf6b
View commit details
Copy full SHA for ac3cf6b
Browse repository at this point
Enable sanitizer-leak test case
tmiasko
committed
7864cb4
View commit details
Copy full SHA for 7864cb4
Browse repository at this point
Commits on Oct 16, 2019
Update libc to 0.2.64
mati865
committed
01008e4
View commit details
Copy full SHA for 01008e4
Browse repository at this point
Mirror crosstool-ng on rust-lang-ci-mirrors
msizanoen1
committed
870ea52
View commit details
Copy full SHA for 870ea52
Browse repository at this point
Document sanitizers in unstable-book
tmiasko
committed
c2c290e
View commit details
Copy full SHA for c2c290e
Browse repository at this point
Uninitialized boxes: check for zero-size allocation based on Layout::size
SimonSapin
committed
ca1cfda
View commit details
Copy full SHA for ca1cfda
Browse repository at this point
Commits on Oct 17, 2019
Verify that sanitizer runtime is not part of staticlib
tmiasko
committed
dd4d6a9
View commit details
Copy full SHA for dd4d6a9
Browse repository at this point
Add regression test for #65394
ecstatic-morse
committed
75f4dac
View commit details
Copy full SHA for 75f4dac
Browse repository at this point
Enable `drain_filter`
ecstatic-morse
committed
22a0856
View commit details
Copy full SHA for 22a0856
Browse repository at this point
Suppress validation mismatch ICE in the presence of mut borrows
ecstatic-morse
committed
af691de
View commit details
Copy full SHA for af691de
Browse repository at this point
Update emscripten functions declarations
mati865
committed
6de4924
View commit details
Copy full SHA for 6de4924
Browse repository at this point
Commits on Oct 18, 2019
Refer to "associated functions" instead of "static methods"
estebank
committed
1101101
View commit details
Copy full SHA for 1101101
Browse repository at this point
Use `with` in `Symbol` trait methods.
Show description for d8fca9e
nnethercote
committed
d8fca9e
View commit details
Copy full SHA for d8fca9e
Browse repository at this point
Change how `Symbol::Debug` works.
Show description for 3532863
nnethercote
committed
3532863
View commit details
Copy full SHA for 3532863
Browse repository at this point
Point at enclosing function without `self` receiver
estebank
committed
f65a492
View commit details
Copy full SHA for f65a492
Browse repository at this point
Remove `Copy` and `Clone` impls for `LocalInternedString`.
Show description for 0879f63
nnethercote
committed
0879f63
View commit details
Copy full SHA for 0879f63
Browse repository at this point
Remove `Hash` impls for `DefPath`, `DisambiguatedDefPathData`, and `DefKey`.
Show description for d343ee8
nnethercote
committed
d343ee8
View commit details
Copy full SHA for d343ee8
Browse repository at this point
review comments: help wording
estebank
committed
865c4bc
View commit details
Copy full SHA for 865c4bc
Browse repository at this point
review comment: span bug label
estebank
committed
bd813bf
View commit details
Copy full SHA for bd813bf
Browse repository at this point
review comments
estebank
committed
2b76c8b
View commit details
Copy full SHA for 2b76c8b
Browse repository at this point
Uninitialized boxes: add test for zero-size allocations
SimonSapin
committed
227db40
View commit details
Copy full SHA for 227db40
Browse repository at this point
Commits on Oct 19, 2019
Rollup merge of #65174 - SimonSapin:zero-box, r=alexcrichton
Show description for fbd078a
Centril
authored
fbd078a
View commit details
Copy full SHA for fbd078a
Browse repository at this point
Rollup merge of #65241 - tmiasko:no-std-san, r=nikomatsakis
Show description for d5a5c32
Centril
authored
d5a5c32
View commit details
Copy full SHA for d5a5c32
Browse repository at this point
Rollup merge of #65302 - msizanoen1:fix-armv7-segfault, r=alexcrichton
Show description for 6ebf23e
Centril
authored
6ebf23e
View commit details
Copy full SHA for 6ebf23e
Browse repository at this point
Rollup merge of #65469 - mati865:libc, r=alexcrichton
Show description for 0ace8e0
Centril
authored
0ace8e0
View commit details
Copy full SHA for 0ace8e0
Browse repository at this point
Rollup merge of #65485 - ecstatic-morse:const-validation-mismatch-ugliness, r=eddyb
Show description for 6d6681a
Centril
authored
6d6681a
View commit details
Copy full SHA for 6d6681a
Browse repository at this point
Rollup merge of #65542 - estebank:kill-static-methods, r=Centril
Show description for 45a5dab
Centril
authored
45a5dab
View commit details
Copy full SHA for 45a5dab
Browse repository at this point
Rollup merge of #65545 - nnethercote:more-symbol-cleanups, r=petrochenkov
Show description for c21c919
Centril
authored
c21c919
View commit details
Copy full SHA for c21c919
Browse repository at this point
You can’t perform that action at this time.