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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
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.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 12 pull requests
- #66138
#66138
Closed
Centril
wants to merge 30 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-angtai5
Centril/rust:rollup-angtai5
Copy head branch name to clipboard
Conversation
Commits
30
(30)
Checks
Files changed
Closed
Rollup of 12 pull requests
#66138
Centril
wants to merge 30 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:rollup-angtai5
Centril/rust:rollup-angtai5
Copy head branch name to clipboard
Commits
Commits on Nov 2, 2019
Move has_panic_handler to query
Mark-Simulacrum
committed
692ae3d
View commit details
Copy full SHA for 692ae3d
Browse repository at this point
Add type parameter name to type mismatch error messages
Show description for 6a30ce6
dkadashev
committed
6a30ce6
View commit details
Copy full SHA for 6a30ce6
Browse repository at this point
Show type param definitions in type mismatch errors
Show description for 036f182
dkadashev
committed
036f182
View commit details
Copy full SHA for 036f182
Browse repository at this point
Update tests
Show description for 4e10b75
dkadashev
committed
4e10b75
View commit details
Copy full SHA for 4e10b75
Browse repository at this point
Prettify mismatched types error message in a special case
Show description for 774e60b
dkadashev
committed
774e60b
View commit details
Copy full SHA for 774e60b
Browse repository at this point
rename Memory::get methods to get_raw to indicate their unchecked nature
RalfJung
committed
0aee0dd
View commit details
Copy full SHA for 0aee0dd
Browse repository at this point
Commits on Nov 3, 2019
syntax: Avoid span arithmetics for delimiter tokens
petrochenkov
committed
90f891d
View commit details
Copy full SHA for 90f891d
Browse repository at this point
Commits on Nov 4, 2019
use silent emitter for rustdoc highlighting pass
euclio
committed
d06a4de
View commit details
Copy full SHA for d06a4de
Browse repository at this point
let caller of check_ptr_access_align control the error message
RalfJung
committed
b4dde36
View commit details
Copy full SHA for b4dde36
Browse repository at this point
Commits on Nov 5, 2019
Detect `::` -> `:` typo when involving turbofish
estebank
committed
3bbfc73
View commit details
Copy full SHA for 3bbfc73
Browse repository at this point
Fix typo in explanation of `E0080`
Show description for f28126e
JOE1994
authored
f28126e
View commit details
Copy full SHA for f28126e
Browse repository at this point
Remove `PartialEq` and `Eq` from the `SpecialDerives`.
pnkfelix
committed
7d7fbcb
View commit details
Copy full SHA for 7d7fbcb
Browse repository at this point
Review feedback: Remove more stuff! Simplify simplify simplify!
pnkfelix
committed
0dfe0ed
View commit details
Copy full SHA for 0dfe0ed
Browse repository at this point
Review feedback: alpha-rename field from `copy_derives` to `containers_derving_copy`.
pnkfelix
committed
9924361
View commit details
Copy full SHA for 9924361
Browse repository at this point
Account for typo in turbofish and suggest `::`
estebank
committed
a8ccbf5
View commit details
Copy full SHA for a8ccbf5
Browse repository at this point
rustc: remove "GlobalMetaData" dead code from hir::map::definitions.
eddyb
committed
2595332
View commit details
Copy full SHA for 2595332
Browse repository at this point
Do not ICE whith a precision flag in formatting str and no format arguments
estebank
committed
bbd7f5c
View commit details
Copy full SHA for bbd7f5c
Browse repository at this point
Tweak type mismatch caused by break on tail expr
Show description for b0f258b
estebank
committed
b0f258b
View commit details
Copy full SHA for b0f258b
Browse repository at this point
Rollup merge of #65892 - pnkfelix:trim-special-derives, r=petrochenkov
Show description for ae95e24
Centril
authored
ae95e24
View commit details
Copy full SHA for ae95e24
Browse repository at this point
Rollup merge of #66014 - dkadashev:47319-type-param-def-location, r=estebank
Show description for da83cd0
Centril
authored
da83cd0
View commit details
Copy full SHA for da83cd0
Browse repository at this point
Rollup merge of #66027 - Mark-Simulacrum:panic-handler-query, r=alexcrichton
Show description for 979fede
Centril
authored
979fede
View commit details
Copy full SHA for 979fede
Browse repository at this point
Rollup merge of #66043 - RalfJung:memory-get-raw, r=cramertj
Show description for af52264
Centril
authored
af52264
View commit details
Copy full SHA for af52264
Browse repository at this point
Rollup merge of #66054 - petrochenkov:delspan, r=estebank
Show description for de02742
Centril
authored
de02742
View commit details
Copy full SHA for de02742
Browse repository at this point
Rollup merge of #66068 - euclio:null-emitter, r=estebank
Show description for 580dbb5
Centril
authored
580dbb5
View commit details
Copy full SHA for 580dbb5
Browse repository at this point
Rollup merge of #66081 - RalfJung:ptr-offset, r=zackmdavis
Show description for 1ca07d9
Centril
authored
1ca07d9
View commit details
Copy full SHA for 1ca07d9
Browse repository at this point
Rollup merge of #66093 - estebank:fmt-ice, r=Centril
Show description for c17de6b
Centril
authored
c17de6b
View commit details
Copy full SHA for c17de6b
Browse repository at this point
Rollup merge of #66098 - estebank:path-asciption-typo, r=Centril
Show description for defb251
Centril
authored
defb251
View commit details
Copy full SHA for defb251
Browse repository at this point
Rollup merge of #66101 - estebank:break-tail-e0308, r=Centril
Show description for ef04a62
Centril
authored
ef04a62
View commit details
Copy full SHA for ef04a62
Browse repository at this point
Rollup merge of #66106 - JOE1994:master, r=GuillaumeGomez
Show description for 945be0c
Centril
authored
945be0c
View commit details
Copy full SHA for 945be0c
Browse repository at this point
Rollup merge of #66115 - eddyb:global-meta-what, r=michaelwoerister
Show description for b173d97
Centril
authored
b173d97
View commit details
Copy full SHA for b173d97
Browse repository at this point
You can’t perform that action at this time.