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
- #73231
#73231
Closed
RalfJung
wants to merge 35 commits into
rust-lang:master
rust-lang/rust:master
from
RalfJung:rollup-n5cfrgf
RalfJung/rust:rollup-n5cfrgf
Copy head branch name to clipboard
Conversation
Commits
35
(35)
Checks
Files changed
Closed
Rollup of 10 pull requests
#73231
RalfJung
wants to merge 35 commits into
rust-lang:master
rust-lang/rust:master
from
RalfJung:rollup-n5cfrgf
RalfJung/rust:rollup-n5cfrgf
Copy head branch name to clipboard
Commits
Commits on May 20, 2020
fix is_const_context
lcnr
committed
72a2d35
View commit details
Copy full SHA for 72a2d35
Browse repository at this point
refactor check_for_cast
lcnr
committed
ecb5933
View commit details
Copy full SHA for ecb5933
Browse repository at this point
`is_const_context` -> `is_inside_const_context`
lcnr
committed
6da17d2
View commit details
Copy full SHA for 6da17d2
Browse repository at this point
Commits on Jun 4, 2020
Clean up E0642 explanation
GuillaumeGomez
committed
c183c3f
View commit details
Copy full SHA for c183c3f
Browse repository at this point
Commits on Jun 7, 2020
doc/rustdoc: Fix incorrect external_doc feature flag
Sean Wilson
committed
2650c5f
View commit details
Copy full SHA for 2650c5f
Browse repository at this point
Check associated opaque types in check_opaque_types
matthewjasper
committed
bd949ed
View commit details
Copy full SHA for bd949ed
Browse repository at this point
Make pretty printing `TyKind::Def` do something
matthewjasper
committed
627b469
View commit details
Copy full SHA for 627b469
Browse repository at this point
Stop special casing top level TAIT
matthewjasper
committed
973e572
View commit details
Copy full SHA for 973e572
Browse repository at this point
Remove associated opaque types
Show description for 556fa95
matthewjasper
committed
556fa95
View commit details
Copy full SHA for 556fa95
Browse repository at this point
Forbid lifetime elision in let position impl Trait
Show description for 9489d32
matthewjasper
committed
9489d32
View commit details
Copy full SHA for 9489d32
Browse repository at this point
Add more tests for type alias impl Trait
matthewjasper
committed
aef9b1a
View commit details
Copy full SHA for aef9b1a
Browse repository at this point
Remove ImplItemKind::OpaqueTy from clippy
matthewjasper
committed
10441a2
View commit details
Copy full SHA for 10441a2
Browse repository at this point
Rename `TyKind::Def` to `OpaqueDef`
matthewjasper
committed
4696907
View commit details
Copy full SHA for 4696907
Browse repository at this point
Allow all impl trait types to capture bound lifetimes
matthewjasper
committed
ea998cb
View commit details
Copy full SHA for ea998cb
Browse repository at this point
Document some opaque types code
matthewjasper
committed
51a6550
View commit details
Copy full SHA for 51a6550
Browse repository at this point
Commits on Jun 9, 2020
Automatically prioritize unsoundness issues
LeSeulArtichaut
authored
c9f2cbf
View commit details
Copy full SHA for c9f2cbf
Browse repository at this point
Commits on Jun 10, 2020
Migrate to numeric associated consts
tesuji
committed
fff822f
View commit details
Copy full SHA for fff822f
Browse repository at this point
Create new error code E0762 for unterminated char literals
GuillaumeGomez
committed
50a42fe
View commit details
Copy full SHA for 50a42fe
Browse repository at this point
Add tests for E0762
GuillaumeGomez
committed
7bd87cf
View commit details
Copy full SHA for 7bd87cf
Browse repository at this point
Fix doctest template
Show description for 5859f6e
qm3ster
authored
5859f6e
View commit details
Copy full SHA for 5859f6e
Browse repository at this point
x.py: with --json-output, forward cargo's JSON
RalfJung
committed
f507748
View commit details
Copy full SHA for f507748
Browse repository at this point
On recursive ADT, provide indirection structured suggestion
estebank
committed
c29b3fa
View commit details
Copy full SHA for c29b3fa
Browse repository at this point
review comments: only suggest one substitution
estebank
committed
7cde07e
View commit details
Copy full SHA for 7cde07e
Browse repository at this point
fix rebase
estebank
committed
03552ec
View commit details
Copy full SHA for 03552ec
Browse repository at this point
Commits on Jun 11, 2020
Update src/libcore/num/mod.rs
Show description for 7dc19b0
Amanieu
and
tesuji
authored
7dc19b0
View commit details
Copy full SHA for 7dc19b0
Browse repository at this point
Rollup merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis
Show description for 7328cf5
RalfJung
authored
7328cf5
View commit details
Copy full SHA for 7328cf5
Browse repository at this point
Rollup merge of #72380 - lcnr:const_context, r=estebank
Show description for a40834a
RalfJung
authored
a40834a
View commit details
Copy full SHA for a40834a
Browse repository at this point
Rollup merge of #72740 - estebank:recursive-indirection, r=matthewjasper
Show description for fdf36ff
RalfJung
authored
fdf36ff
View commit details
Copy full SHA for fdf36ff
Browse repository at this point
Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnay
Show description for fc6f8d4
RalfJung
authored
fc6f8d4
View commit details
Copy full SHA for fc6f8d4
Browse repository at this point
Rollup merge of #72976 - GuillaumeGomez:cleanup-e0642, r=Dylan-DPC
Show description for 63f3721
RalfJung
authored
63f3721
View commit details
Copy full SHA for 63f3721
Browse repository at this point
Rollup merge of #73080 - ertos-rs:sean.wilson/devel/external_doc-ref-fix, r=ollie27
Show description for 2d8ef1c
RalfJung
authored
2d8ef1c
View commit details
Copy full SHA for 2d8ef1c
Browse repository at this point
Rollup merge of #73164 - GuillaumeGomez:add-e0761, r=petrochenkov
Show description for 43dbdbc
RalfJung
authored
43dbdbc
View commit details
Copy full SHA for 43dbdbc
Browse repository at this point
Rollup merge of #73181 - LeSeulArtichaut:patch-1, r=spastorino
Show description for fef63df
RalfJung
authored
fef63df
View commit details
Copy full SHA for fef63df
Browse repository at this point
Rollup merge of #73208 - qm3ster:patch-1, r=Amanieu
Show description for a0c75a6
RalfJung
authored
a0c75a6
View commit details
Copy full SHA for a0c75a6
Browse repository at this point
Rollup merge of #73219 - RalfJung:cargo-json, r=Mark-Simulacrum
Show description for ef5de43
RalfJung
authored
ef5de43
View commit details
Copy full SHA for ef5de43
Browse repository at this point
You can’t perform that action at this time.