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 10 pull requests
- #69724
#69724
Closed
JohnTitor
wants to merge 29 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-vv7w65h
JohnTitor/rust:rollup-vv7w65h
Copy head branch name to clipboard
Conversation
Commits
29
(29)
Checks
Files changed
Closed
Rollup of 10 pull requests
#69724
JohnTitor
wants to merge 29 commits into
rust-lang:master
rust-lang/rust:master
from
JohnTitor:rollup-vv7w65h
JohnTitor/rust:rollup-vv7w65h
Copy head branch name to clipboard
Commits
Commits on Mar 1, 2020
Make error message clearer about creating new module
Show description for 515446c
kornelski
committed
515446c
View commit details
Copy full SHA for 515446c
Browse repository at this point
Apply rustfmt :(
kornelski
committed
96b3261
View commit details
Copy full SHA for 96b3261
Browse repository at this point
`delay_span_bug` when codegen cannot select obligation
Show description for 7b6f5ed
estebank
committed
7b6f5ed
View commit details
Copy full SHA for 7b6f5ed
Browse repository at this point
Commits on Mar 3, 2020
DefKind::Method -> DefKind::AssocFn
mark-i-m
committed
98c7ed6
View commit details
Copy full SHA for 98c7ed6
Browse repository at this point
rename TraitItemKind::Method -> Fn
mark-i-m
committed
3aeb9f0
View commit details
Copy full SHA for 3aeb9f0
Browse repository at this point
Commits on Mar 4, 2020
Add explanation for E0380
GuillaumeGomez
committed
c745b4a
View commit details
Copy full SHA for c745b4a
Browse repository at this point
use integer assoc consts instead of methods
RalfJung
committed
6db7e34
View commit details
Copy full SHA for 6db7e34
Browse repository at this point
cover some more nearby cases
RalfJung
committed
f0c3cf2
View commit details
Copy full SHA for f0c3cf2
Browse repository at this point
Update books
ehuss
committed
8ea676e
View commit details
Copy full SHA for 8ea676e
Browse repository at this point
Toolstate: remove redundant beta-week check.
ehuss
committed
0e1cd59
View commit details
Copy full SHA for 0e1cd59
Browse repository at this point
more toolstate comments
RalfJung
authored and
ehuss
committed
a6d8c9c
View commit details
Copy full SHA for a6d8c9c
Browse repository at this point
Further clarifications and comments on toolstate operation.
ehuss
committed
a41f1f1
View commit details
Copy full SHA for a41f1f1
Browse repository at this point
Update macros.rs: fix documentation typo.
fables-tales
authored
729d49d
View commit details
Copy full SHA for 729d49d
Browse repository at this point
Don't use .ok() before unwrapping via .expect() on a Result.
Show description for 07168f9
matthiaskrgr
committed
07168f9
View commit details
Copy full SHA for 07168f9
Browse repository at this point
Use .map() to modify data inside Options instead of using .and_then(|x| Some(y)) (clippy::option_and_then_some)
matthiaskrgr
committed
569676b
View commit details
Copy full SHA for 569676b
Browse repository at this point
Use .as_deref() instead of .as_ref().map(Deref::deref) (clippy::option_as_ref_deref)
matthiaskrgr
committed
38f5db7
View commit details
Copy full SHA for 38f5db7
Browse repository at this point
Don't use "if let" bindings to only check a value and not actually bind anything.
Show description for d8d2004
matthiaskrgr
committed
d8d2004
View commit details
Copy full SHA for d8d2004
Browse repository at this point
ast: `Mac`/`Macro` -> `MacCall`
petrochenkov
committed
27becb2
View commit details
Copy full SHA for 27becb2
Browse repository at this point
Use single-char patter on {ends,starts}_with and remove clone on copy type.
Show description for 80ed505
matthiaskrgr
committed
80ed505
View commit details
Copy full SHA for 80ed505
Browse repository at this point
Commits on Mar 5, 2020
Rollup merge of #69520 - kornelski:e69492, r=cramertj
Show description for 91d521e
JohnTitor
authored
91d521e
View commit details
Copy full SHA for 91d521e
Browse repository at this point
Rollup merge of #69589 - petrochenkov:maccall, r=Centril
Show description for 33f4285
JohnTitor
authored
33f4285
View commit details
Copy full SHA for 33f4285
Browse repository at this point
Rollup merge of #69614 - estebank:ice-age, r=davidtwco
Show description for e067bf4
JohnTitor
authored
e067bf4
View commit details
Copy full SHA for e067bf4
Browse repository at this point
Rollup merge of #69641 - ehuss:update-books, r=ehuss
Show description for c2e496d
JohnTitor
authored
c2e496d
View commit details
Copy full SHA for c2e496d
Browse repository at this point
Rollup merge of #69674 - mark-i-m:assoc-fn, r=Centril
Show description for 210d693
JohnTitor
authored
210d693
View commit details
Copy full SHA for 210d693
Browse repository at this point
Rollup merge of #69697 - GuillaumeGomez:explanation-e0380, r=Dylan-DPC
Show description for c9f7758
JohnTitor
authored
c9f7758
View commit details
Copy full SHA for c9f7758
Browse repository at this point
Rollup merge of #69698 - RalfJung:int_assoc, r=davidtwco
Show description for 2ef7c86
JohnTitor
authored
2ef7c86
View commit details
Copy full SHA for 2ef7c86
Browse repository at this point
Rollup merge of #69705 - ehuss:toolstate-remove-redundant-beta, r=Mark-Simulacrum
Show description for 18d3c36
JohnTitor
authored
18d3c36
View commit details
Copy full SHA for 18d3c36
Browse repository at this point
Rollup merge of #69711 - penelopezone:patch-1, r=steveklabnik
Show description for e15d393
JohnTitor
authored
e15d393
View commit details
Copy full SHA for e15d393
Browse repository at this point
Rollup merge of #69713 - matthiaskrgr:more_cleanup, r=cramertj
Show description for 5089e11
JohnTitor
authored
5089e11
View commit details
Copy full SHA for 5089e11
Browse repository at this point
You can’t perform that action at this time.