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
17k
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 10 pull requests
- #59868
#59868
Closed
sanxiyn
wants to merge 23 commits into
rust-lang:master
rust-lang/rust:master
from
sanxiyn:rollup-u332bby
sanxiyn/rust:rollup-u332bby
Copy head branch name to clipboard
Conversation
Commits
23
(23)
Checks
Files changed
Closed
Rollup of 10 pull requests
#59868
sanxiyn
wants to merge 23 commits into
rust-lang:master
rust-lang/rust:master
from
sanxiyn:rollup-u332bby
sanxiyn/rust:rollup-u332bby
Copy head branch name to clipboard
Commits
Commits on Apr 3, 2019
Add documentation on the -Z flag on the command-line arguments section in the rustc book.
Christian
committed
5c7a944
View commit details
Copy full SHA for 5c7a944
Browse repository at this point
Commits on Apr 5, 2019
remove lookup_char_pos_adj
Show description for 63080b3
matklad
committed
63080b3
View commit details
Copy full SHA for 63080b3
Browse repository at this point
Commits on Apr 7, 2019
Uplift `get_def_path` from Clippy
Show description for a2d4e85
flip1995
committed
a2d4e85
View commit details
Copy full SHA for a2d4e85
Browse repository at this point
Commits on Apr 8, 2019
compiletest: Improve no_prefer_dynamic docs
Show description for edebed9
phansch
committed
edebed9
View commit details
Copy full SHA for edebed9
Browse repository at this point
Commits on Apr 9, 2019
Kill dead code dominator code.
vext01
committed
3262d1e
View commit details
Copy full SHA for 3262d1e
Browse repository at this point
Fix broken links on std::boxed doc page
ollie27
committed
d6fd57a
View commit details
Copy full SHA for d6fd57a
Browse repository at this point
Fix links on keyword docs.
Show description for 1ad46cd
ehuss
committed
1ad46cd
View commit details
Copy full SHA for 1ad46cd
Browse repository at this point
Remove strange formatting in `Ordering` docs.
ehuss
committed
3e01901
View commit details
Copy full SHA for 3e01901
Browse repository at this point
Commits on Apr 10, 2019
Re-export NonZero signed variant in std
tesuji
committed
2f97552
View commit details
Copy full SHA for 2f97552
Browse repository at this point
std::ops::Div examples: correct nominator to numerator
Show description for 3826493
andersk
committed
3826493
View commit details
Copy full SHA for 3826493
Browse repository at this point
Update ui test
tesuji
committed
404df31
View commit details
Copy full SHA for 404df31
Browse repository at this point
Updated the documentation, now claiming the -Z is associated to unstable compiler flags, instead of flags for debugging.
Christian
committed
7acfa45
View commit details
Copy full SHA for 7acfa45
Browse repository at this point
Updated the description of -Z in the rustc book.
Christian
committed
cdeb745
View commit details
Copy full SHA for cdeb745
Browse repository at this point
Commits on Apr 11, 2019
Rollup merge of #59680 - DevQps:document-rustc-z-flag, r=cramertj
Show description for 632b11c
sanxiyn
authored
632b11c
View commit details
Copy full SHA for 632b11c
Browse repository at this point
Rollup merge of #59735 - matklad:deadcode, r=sanxiyn
Show description for 4afd711
sanxiyn
authored
4afd711
View commit details
Copy full SHA for 4afd711
Browse repository at this point
Rollup merge of #59779 - flip1995:uplift_get_def_path, r=Manishearth
Show description for d7fe9cf
sanxiyn
authored
d7fe9cf
View commit details
Copy full SHA for d7fe9cf
Browse repository at this point
Rollup merge of #59806 - phansch:compiletest_docs2, r=oli-obk
Show description for be4b820
sanxiyn
authored
be4b820
View commit details
Copy full SHA for be4b820
Browse repository at this point
Rollup merge of #59811 - vext01:dead-dominator-code, r=oli-obk
Show description for e6ac17b
sanxiyn
authored
e6ac17b
View commit details
Copy full SHA for e6ac17b
Browse repository at this point
Rollup merge of #59814 - ollie27:dead_boxed_links, r=QuietMisdreavus
Show description for a05adad
sanxiyn
authored
a05adad
View commit details
Copy full SHA for a05adad
Browse repository at this point
Rollup merge of #59830 - ehuss:keyword-links, r=Mark-Simulacrum
Show description for 05e00c4
sanxiyn
authored
05e00c4
View commit details
Copy full SHA for 05e00c4
Browse repository at this point
Rollup merge of #59831 - ehuss:ordering-docs, r=kennytm
Show description for 8e79a95
sanxiyn
authored
8e79a95
View commit details
Copy full SHA for 8e79a95
Browse repository at this point
Rollup merge of #59835 - lzutao:nonzero-signed, r=Mark-Simulacrum
Show description for da1748b
sanxiyn
authored
da1748b
View commit details
Copy full SHA for da1748b
Browse repository at this point
Rollup merge of #59836 - andersk:nominator, r=Centril
Show description for 83787bb
sanxiyn
authored
83787bb
View commit details
Copy full SHA for 83787bb
Browse repository at this point
You can’t perform that action at this time.