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.3k
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
- #64860
#64860
Closed
Centril
wants to merge 39 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-h84usom
Centril/rust:rollup-h84usom
Copy head branch name to clipboard
Conversation
Commits
39
(39)
Checks
Files changed
Closed
Rollup of 14 pull requests
#64860
Centril
wants to merge 39 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-h84usom
Centril/rust:rollup-h84usom
Copy head branch name to clipboard
Commits
Commits on Sep 26, 2019
Remove unused DepTrackingMap
Mark-Simulacrum
committed
9b00e21
View commit details
Copy full SHA for 9b00e21
Browse repository at this point
update rtpSpawn's parameters type(It's prototype has been updated in libc)
bpangWR
committed
dd38a0f
View commit details
Copy full SHA for dd38a0f
Browse repository at this point
Upgrade env_logger to 0.7
mati865
committed
3e4f582
View commit details
Copy full SHA for 3e4f582
Browse repository at this point
Fix div_duration() marked as stable by mistake
JMS55
authored
377a70d
View commit details
Copy full SHA for 377a70d
Browse repository at this point
hir: Disallow `target_feature` on constants
Show description for e79036d
davidtwco
committed
e79036d
View commit details
Copy full SHA for e79036d
Browse repository at this point
Merge pull request #30 from Wind-River/update
Show description for c81d359
n-salim
authored
c81d359
View commit details
Copy full SHA for c81d359
Browse repository at this point
hir: stop checking codegen fn attrs for constants
Show description for c3368bd
davidtwco
committed
c3368bd
View commit details
Copy full SHA for c3368bd
Browse repository at this point
Include message on tests that should panic
kungfukennyg
committed
821ff46
View commit details
Copy full SHA for 821ff46
Browse repository at this point
Commits on Sep 27, 2019
lowering: don't .abort_if_errors()
Centril
committed
9ef6edb
View commit details
Copy full SHA for 9ef6edb
Browse repository at this point
Stabilize map_get_key_value feature
tesuji
committed
c482c84
View commit details
Copy full SHA for c482c84
Browse repository at this point
pin.rs: fix links to primitives in documentation
rusty-snake
authored
bd995c0
View commit details
Copy full SHA for bd995c0
Browse repository at this point
syntax: don't keep a redundant c_variadic flag in the AST.
eddyb
committed
1154374
View commit details
Copy full SHA for 1154374
Browse repository at this point
rustc: don't store a lifetime in hir::TyKind::CVarArgs.
eddyb
committed
8522997
View commit details
Copy full SHA for 8522997
Browse repository at this point
rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures.
eddyb
committed
072cf41
View commit details
Copy full SHA for 072cf41
Browse repository at this point
rustc_codegen_ssa: remove redundant `va_list_ref` field from `FunctionCx`.
eddyb
committed
003c5ec
View commit details
Copy full SHA for 003c5ec
Browse repository at this point
Turn `walk_parent_nodes` method into an iterator
estebank
committed
faee8e1
View commit details
Copy full SHA for faee8e1
Browse repository at this point
Account for tail expressions when pointing at return type
Show description for 46a38dc
estebank
committed
46a38dc
View commit details
Copy full SHA for 46a38dc
Browse repository at this point
review comments
estebank
committed
e537d06
View commit details
Copy full SHA for e537d06
Browse repository at this point
fix rebase
estebank
committed
a284822
View commit details
Copy full SHA for a284822
Browse repository at this point
Add mailmap entry for Dustin Bensing by request
Mark-Simulacrum
committed
d559b72
View commit details
Copy full SHA for d559b72
Browse repository at this point
Remove global_tcx from TyCtxt
Show description for d540d44
Mark-Simulacrum
committed
d540d44
View commit details
Copy full SHA for d540d44
Browse repository at this point
Remove lift_to_global
Mark-Simulacrum
committed
f226ab4
View commit details
Copy full SHA for f226ab4
Browse repository at this point
Remove stray uses of gcx name
Mark-Simulacrum
committed
0a4d55d
View commit details
Copy full SHA for 0a4d55d
Browse repository at this point
Remove shrink_to_tcx_lifetime
Show description for 4b23503
Mark-Simulacrum
committed
4b23503
View commit details
Copy full SHA for 4b23503
Browse repository at this point
Docs: slice elements are equidistant
llogiq
committed
6ccb7ae
View commit details
Copy full SHA for 6ccb7ae
Browse repository at this point
Commits on Sep 28, 2019
Rollup merge of #63492 - eddyb:cvarargs, r=nagisa
Show description for 65a96d9
Centril
authored
65a96d9
View commit details
Copy full SHA for 65a96d9
Browse repository at this point
Rollup merge of #64703 - llogiq:slices-elems-are-equidistant, r=rkruppe
Show description for 63f733f
Centril
authored
63f733f
View commit details
Copy full SHA for 63f733f
Browse repository at this point
Rollup merge of #64745 - kennethbgoodin:should-panic-msg, r=varkor
Show description for 5fd2b7c
Centril
authored
5fd2b7c
View commit details
Copy full SHA for 5fd2b7c
Browse repository at this point
Rollup merge of #64781 - Mark-Simulacrum:no-global-tcx, r=eddyb
Show description for 5899da5
Centril
authored
5899da5
View commit details
Copy full SHA for 5899da5
Browse repository at this point
Rollup merge of #64794 - Mark-Simulacrum:rm-dep-track-map, r=estebank
Show description for 87dc296
Centril
authored
87dc296
View commit details
Copy full SHA for 87dc296
Browse repository at this point
Rollup merge of #64802 - estebank:walk-parents-iterator, r=matthewjasper
Show description for 4633816
Centril
authored
4633816
View commit details
Copy full SHA for 4633816
Browse repository at this point
Rollup merge of #64809 - davidtwco:issue-64768-target-feature-const, r=varkor
Show description for 59b9527
Centril
authored
59b9527
View commit details
Copy full SHA for 59b9527
Browse repository at this point
Rollup merge of #64815 - JMS55:patch-1, r=jonas-schievink
Show description for f08f3f3
Centril
authored
f08f3f3
View commit details
Copy full SHA for f08f3f3
Browse repository at this point
Rollup merge of #64818 - Wind-River:master, r=alexcrichton
Show description for 5280e79
Centril
authored
5280e79
View commit details
Copy full SHA for 5280e79
Browse repository at this point
Rollup merge of #64830 - Centril:thou-shallt-not-abort, r=estebank
Show description for dd45b80
Centril
authored
dd45b80
View commit details
Copy full SHA for dd45b80
Browse repository at this point
Rollup merge of #64836 - lzutao:stabilize-map_get_key_value, r=SimonSapin
Show description for e687522
Centril
authored
e687522
View commit details
Copy full SHA for e687522
Browse repository at this point
Rollup merge of #64845 - rusty-snake:patch-1, r=jonas-schievink
Show description for 63bf25d
Centril
authored
63bf25d
View commit details
Copy full SHA for 63bf25d
Browse repository at this point
Rollup merge of #64847 - mati865:env_logger, r=alexcrichton
Show description for 92f6615
Centril
authored
92f6615
View commit details
Copy full SHA for 92f6615
Browse repository at this point
Rollup merge of #64851 - Mark-Simulacrum:mailmap-update, r=varkor
Show description for 14a70cc
Centril
authored
14a70cc
View commit details
Copy full SHA for 14a70cc
Browse repository at this point
You can’t perform that action at this time.