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.8k
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
- #57075
#57075
Closed
Centril
wants to merge 30 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup
Centril/rust:rollup
Copy head branch name to clipboard
Conversation
Commits
30
(30)
Checks
Files changed
Closed
Rollup of 10 pull requests
#57075
Centril
wants to merge 30 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup
Centril/rust:rollup
Copy head branch name to clipboard
Commits
Commits on Dec 17, 2018
Simplify MIR generation for logical ops
sinkuu
committed
e38e954
View commit details
Copy full SHA for e38e954
Browse repository at this point
Commits on Dec 18, 2018
Mark tuple structs as live if their constructors are used
oli-obk
committed
f731445
View commit details
Copy full SHA for f731445
Browse repository at this point
Replace "native pointer" in error message with "raw pointer"
varkor
committed
c2402dc
View commit details
Copy full SHA for c2402dc
Browse repository at this point
Fix string for raw pointer deref suggestion
varkor
committed
d6969ac
View commit details
Copy full SHA for d6969ac
Browse repository at this point
Fix string for array access suggestion
varkor
committed
0309874
View commit details
Copy full SHA for 0309874
Browse repository at this point
Commits on Dec 19, 2018
Remove `TokenStream::JointTree`.
Show description for e7c5146
nnethercote
committed
e7c5146
View commit details
Copy full SHA for e7c5146
Browse repository at this point
Commits on Dec 20, 2018
Copyrite
oli-obk
authored
405d8b0
View commit details
Copy full SHA for 405d8b0
Browse repository at this point
Point to return span when writing `return;` on non-() fn
estebank
committed
59f643f
View commit details
Copy full SHA for 59f643f
Browse repository at this point
Commits on Dec 21, 2018
Point at coercion source on type errors for fn returning `impl Trait`
estebank
committed
cdbccf5
View commit details
Copy full SHA for cdbccf5
Browse repository at this point
Fix a recently introduces regression
oli-obk
committed
f8e508c
View commit details
Copy full SHA for f8e508c
Browse repository at this point
Also test projections
oli-obk
committed
b9d74fc
View commit details
Copy full SHA for b9d74fc
Browse repository at this point
fix deprecation warnings in liballoc benches
RalfJung
committed
3414be0
View commit details
Copy full SHA for 3414be0
Browse repository at this point
Update tests to changes on master
oli-obk
committed
6ed596e
View commit details
Copy full SHA for 6ed596e
Browse repository at this point
Fix alignment for array indexing
Show description for 097d39d
nikic
committed
097d39d
View commit details
Copy full SHA for 097d39d
Browse repository at this point
Commits on Dec 23, 2018
enum type instead of variant suggestion unification
Show description for 3986c96
zackmdavis
committed
3986c96
View commit details
Copy full SHA for 3986c96
Browse repository at this point
adjust enum type instead of variant suggestions for prelude enums
Show description for 64ad3e2
zackmdavis
committed
64ad3e2
View commit details
Copy full SHA for 64ad3e2
Browse repository at this point
Remove dead code
estebank
committed
2820dc8
View commit details
Copy full SHA for 2820dc8
Browse repository at this point
stabilize min_const_unsafe_fn in 1.33.
Centril
committed
b42a3ac
View commit details
Copy full SHA for b42a3ac
Browse repository at this point
stabilize min_const_unsafe_fn --bless tests.
Centril
committed
bd1d5bc
View commit details
Copy full SHA for bd1d5bc
Browse repository at this point
stabilize min_const_unsafe_fn -- revert const-size_of-cycle changes
Centril
committed
7ae6fb2
View commit details
Copy full SHA for 7ae6fb2
Browse repository at this point
Rollup merge of #56188 - zackmdavis:if_i_may_suggest, r=davidtwco
Show description for cd93b16
Centril
authored
cd93b16
View commit details
Copy full SHA for cd93b16
Browse repository at this point
Rollup merge of #56916 - oli-obk:static_mut_beta_regression, r=davidtwco
Show description for d9bad38
Centril
authored
d9bad38
View commit details
Copy full SHA for d9bad38
Browse repository at this point
Rollup merge of #56917 - sinkuu:mir_build_logicop, r=davidtwco
Show description for 6fa0b0a
Centril
authored
6fa0b0a
View commit details
Copy full SHA for 6fa0b0a
Browse repository at this point
Rollup merge of #56953 - oli-obk:dead_const, r=petrochenkov
Show description for 99f4ce2
Centril
authored
99f4ce2
View commit details
Copy full SHA for 99f4ce2
Browse repository at this point
Rollup merge of #56964 - nnethercote:TokenStream-IsJoint, r=petrochenkov
Show description for 3a5e4da
Centril
authored
3a5e4da
View commit details
Copy full SHA for 3a5e4da
Browse repository at this point
Rollup merge of #56966 - varkor:raw-pointer-deref-parens, r=zackmdavis
Show description for d875fcd
Centril
authored
d875fcd
View commit details
Copy full SHA for d875fcd
Browse repository at this point
Rollup merge of #57020 - estebank:return-span, r=zackmdavis
Show description for 174dfb8
Centril
authored
174dfb8
View commit details
Copy full SHA for 174dfb8
Browse repository at this point
Rollup merge of #57032 - RalfJung:alloc-bench-deprecations, r=Centril
Show description for ee1c818
Centril
authored
ee1c818
View commit details
Copy full SHA for ee1c818
Browse repository at this point
Rollup merge of #57053 - nikic:fix-gep-align, r=nagisa
Show description for 841af07
Centril
authored
841af07
View commit details
Copy full SHA for 841af07
Browse repository at this point
Rollup merge of #57067 - Centril:stabilize-min_const_unsafe_fn, r=oli-obk
Show description for 24a5335
Centril
authored
24a5335
View commit details
Copy full SHA for 24a5335
Browse repository at this point
You can’t perform that action at this time.