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 16 pull requests
- #59885
#59885
Closed
cramertj
wants to merge 57 commits into
rust-lang:master
rust-lang/rust:master
from
cramertj:rollup-kpbnebz
cramertj/rust:rollup-kpbnebz
Copy head branch name to clipboard
Conversation
Commits
57
(57)
Checks
Files changed
Closed
Rollup of 16 pull requests
#59885
cramertj
wants to merge 57 commits into
rust-lang:master
rust-lang/rust:master
from
cramertj:rollup-kpbnebz
cramertj/rust:rollup-kpbnebz
Copy head branch name to clipboard
Commits
Commits on Mar 31, 2019
Fix lifetime on LocalInternedString::get function
Zoxc
committed
438f6b0
View commit details
Copy full SHA for 438f6b0
Browse repository at this point
Convert symbols to strings for pretty printing
Zoxc
committed
5ea959d
View commit details
Copy full SHA for 5ea959d
Browse repository at this point
Commits on Apr 1, 2019
Properly parse '--extern-private' with name and path
Aaron1011
committed
e65c0ed
View commit details
Copy full SHA for e65c0ed
Browse repository at this point
Combine 'Extern' and 'ExternPrivate'
Aaron1011
committed
3344ca7
View commit details
Copy full SHA for 3344ca7
Browse repository at this point
Fix tidy
Aaron1011
committed
591e503
View commit details
Copy full SHA for 591e503
Browse repository at this point
Fix tests
Aaron1011
committed
9ebc97a
View commit details
Copy full SHA for 9ebc97a
Browse repository at this point
Ensure that exact matches come first in rustdoc search
GuillaumeGomez
committed
1907367
View commit details
Copy full SHA for 1907367
Browse repository at this point
Commits on Apr 2, 2019
Improve formatting
Aaron1011
committed
7f033b5
View commit details
Copy full SHA for 7f033b5
Browse repository at this point
describe_enum_variant: Reduce code duplication
tmandry
committed
3c1446d
View commit details
Copy full SHA for 3c1446d
Browse repository at this point
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 4, 2019
Mark variables captured by reference as mutable correctly
matthewjasper
committed
968ea1c
View commit details
Copy full SHA for 968ea1c
Browse repository at this point
Add back the substring test
GuillaumeGomez
committed
894142d
View commit details
Copy full SHA for 894142d
Browse repository at this point
Add discr_index to multi-variant layouts
Show description for ec2a144
tmandry
committed
ec2a144
View commit details
Copy full SHA for ec2a144
Browse repository at this point
Commits on Apr 5, 2019
Use a proc macro to declare preallocated symbols
Zoxc
committed
6d062a1
View commit details
Copy full SHA for 6d062a1
Browse repository at this point
Make check_name generic
Zoxc
committed
907ad61
View commit details
Copy full SHA for 907ad61
Browse repository at this point
Commits on Apr 6, 2019
Move some function from cg_llvm/back/link.rs to cg_ssa/back/link.rs
bjorn3
committed
f442fd1
View commit details
Copy full SHA for f442fd1
Browse repository at this point
Move some filename constants to cg_ssa
bjorn3
committed
38524a9
View commit details
Copy full SHA for 38524a9
Browse repository at this point
Make link functions generic over archive builder
bjorn3
committed
d082400
View commit details
Copy full SHA for d082400
Browse repository at this point
Remove get_reloc_model and target_cpu dependency from most of link.rs
bjorn3
committed
7ecca38
View commit details
Copy full SHA for 7ecca38
Browse repository at this point
Move almost all of cg_llvm/back/link.rs to cg_ssa
bjorn3
committed
2f25075
View commit details
Copy full SHA for 2f25075
Browse repository at this point
Remove cg_llvm/back/link.rs
bjorn3
committed
ba48f6c
View commit details
Copy full SHA for ba48f6c
Browse repository at this point
Move cg_llvm/debuginfo/type_names.rs to cg_ssa
bjorn3
committed
9814dc8
View commit details
Copy full SHA for 9814dc8
Browse repository at this point
Tidy
bjorn3
committed
c922dec
View commit details
Copy full SHA for c922dec
Browse repository at this point
Commits on Apr 7, 2019
Move new_public to 'tess' module
Aaron1011
committed
da5f1bf
View commit details
Copy full SHA for da5f1bf
Browse repository at this point
Refactor structure of ExternEntry
Aaron1011
committed
ef33748
View commit details
Copy full SHA for ef33748
Browse repository at this point
Update rustdoc to new ExternEntry format
Aaron1011
committed
278efd1
View commit details
Copy full SHA for 278efd1
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
Add Waker::wake_by_ref and make Waker::wake consume the Waker
cramertj
committed
01be78d
View commit details
Copy full SHA for 01be78d
Browse repository at this point
Rename Waker::new_unchecked to Waker::from_raw
cramertj
committed
6786fa7
View commit details
Copy full SHA for 6786fa7
Browse repository at this point
Commits on Apr 9, 2019
Fix ExternEntry test
Aaron1011
committed
7d3eba3
View commit details
Copy full SHA for 7d3eba3
Browse repository at this point
Ensure the symbols are pure strings
Zoxc
committed
59c8a18
View commit details
Copy full SHA for 59c8a18
Browse repository at this point
Move modules outside the proc macro
Zoxc
committed
86a3b9d
View commit details
Copy full SHA for 86a3b9d
Browse repository at this point
Use colon for keyword defs
Zoxc
committed
30a86cf
View commit details
Copy full SHA for 30a86cf
Browse repository at this point
Kill dead code dominator code.
vext01
committed
3262d1e
View commit details
Copy full SHA for 3262d1e
Browse repository at this point
improve unknown enum variant errors
euclio
committed
757ef38
View commit details
Copy full SHA for 757ef38
Browse repository at this point
Derive Default for ExternEntry
Aaron1011
committed
eb15d2f
View commit details
Copy full SHA for eb15d2f
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
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
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
SGX target: fix cfg(test) build
Jethro Beekman
committed
e2d1d66
View commit details
Copy full SHA for e2d1d66
Browse repository at this point
Commits on Apr 11, 2019
Rollup merge of #59227 - Zoxc:fix-get, r=eddyb
Show description for fa3b1c3
cramertj
authored
fa3b1c3
View commit details
Copy full SHA for fa3b1c3
Browse repository at this point
Rollup merge of #59335 - Aaron1011:fix/extern-priv-final, r=petrochenkov
Show description for 2f9f15b
cramertj
authored
2f9f15b
View commit details
Copy full SHA for 2f9f15b
Browse repository at this point
Rollup merge of #59564 - bjorn3:move_link_to_cg_ssa, r=eddyb
Show description for ef896aa
cramertj
authored
ef896aa
View commit details
Copy full SHA for ef896aa
Browse repository at this point
Rollup merge of #59622 - GuillaumeGomez:improve-one-char-search, r=QuietMisdreavus
Show description for a5d5f8d
cramertj
authored
a5d5f8d
View commit details
Copy full SHA for a5d5f8d
Browse repository at this point
Rollup merge of #59651 - tmandry:discr-index, r=eddyb
Show description for 5130fd6
cramertj
authored
5130fd6
View commit details
Copy full SHA for 5130fd6
Browse repository at this point
Rollup merge of #59655 - Zoxc:symbols, r=petrochenkov
Show description for e4950c7
cramertj
authored
e4950c7
View commit details
Copy full SHA for e4950c7
Browse repository at this point
Rollup merge of #59680 - DevQps:document-rustc-z-flag, r=cramertj
Show description for 37cb3ee
cramertj
authored
37cb3ee
View commit details
Copy full SHA for 37cb3ee
Browse repository at this point
Rollup merge of #59708 - matthewjasper:double-closure-unused-mut, r=pnkfelix
Show description for c9e320d
cramertj
authored
c9e320d
View commit details
Copy full SHA for c9e320d
Browse repository at this point
Rollup merge of #59711 - GuillaumeGomez:substring-test, r=QuietMisdreavus
Show description for b9a99b9
cramertj
authored
b9a99b9
View commit details
Copy full SHA for b9a99b9
Browse repository at this point
Rollup merge of #59733 - cramertj:wake-by-ref, r=withoutboats
Show description for 33fc12a
cramertj
authored
33fc12a
View commit details
Copy full SHA for 33fc12a
Browse repository at this point
Rollup merge of #59806 - phansch:compiletest_docs2, r=oli-obk
Show description for 5ca16c6
cramertj
authored
5ca16c6
View commit details
Copy full SHA for 5ca16c6
Browse repository at this point
Rollup merge of #59811 - vext01:dead-dominator-code, r=oli-obk
Show description for 546af18
cramertj
authored
546af18
View commit details
Copy full SHA for 546af18
Browse repository at this point
Rollup merge of #59821 - euclio:unknown-enum-variants, r=davidtwco
Show description for 0fa4ce7
cramertj
authored
0fa4ce7
View commit details
Copy full SHA for 0fa4ce7
Browse repository at this point
Rollup merge of #59831 - ehuss:ordering-docs, r=kennytm
Show description for e40fa0d
cramertj
authored
e40fa0d
View commit details
Copy full SHA for e40fa0d
Browse repository at this point
Rollup merge of #59836 - andersk:nominator, r=Centril
Show description for d951a91
cramertj
authored
d951a91
View commit details
Copy full SHA for d951a91
Browse repository at this point
Rollup merge of #59857 - jethrogb:jb/sgx-test, r=Centril
Show description for 3215b70
cramertj
authored
3215b70
View commit details
Copy full SHA for 3215b70
Browse repository at this point
You can’t perform that action at this time.