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
15.9k
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 7 pull requests
- #86534
#86534
Closed
fee1-dead
wants to merge 44 commits into
rust-lang:master
rust-lang/rust:master
from
fee1-dead-contrib:rollup-25iw3zz
fee1-dead-contrib/rust:rollup-25iw3zz
Copy head branch name to clipboard
Conversation
Commits
44
(44)
Checks
Files changed
Closed
Rollup of 7 pull requests
#86534
fee1-dead
wants to merge 44 commits into
rust-lang:master
rust-lang/rust:master
from
fee1-dead-contrib:rollup-25iw3zz
fee1-dead-contrib/rust:rollup-25iw3zz
Copy head branch name to clipboard
Commits
Commits on Jun 14, 2021
Add future_prelude_collision lint
jam1garner
authored and
nikomatsakis
committed
79388aa
View commit details
Copy full SHA for 79388aa
Browse repository at this point
Disable `future_prelude_collision` for 2021 edition
jam1garner
authored and
nikomatsakis
committed
01bdb8e
View commit details
Copy full SHA for 01bdb8e
Browse repository at this point
Add docs for FnCtxt::resolve_ufcs
jam1garner
authored and
nikomatsakis
committed
a9dc234
View commit details
Copy full SHA for a9dc234
Browse repository at this point
Add support for associated functions to `future_prelude_collision` lint
jam1garner
authored and
nikomatsakis
committed
1626e19
View commit details
Copy full SHA for 1626e19
Browse repository at this point
Improve documentation for `future_prelude_collision` lint
jam1garner
authored and
nikomatsakis
committed
c341d5b
View commit details
Copy full SHA for c341d5b
Browse repository at this point
Add UI tests for `future_prelude_collision` lint
jam1garner
authored and
nikomatsakis
committed
35af383
View commit details
Copy full SHA for 35af383
Browse repository at this point
Fix incorrect argument description on FnCtxt::resolve_ufcs
jam1garner
authored and
nikomatsakis
committed
c41a157
View commit details
Copy full SHA for c41a157
Browse repository at this point
Fix autoderef and autoref for `future_prelude_collision` lint
jam1garner
authored and
nikomatsakis
committed
327697a
View commit details
Copy full SHA for 327697a
Browse repository at this point
Add autoderef and autoref tests for `future_prelude_collision` lint
jam1garner
authored and
nikomatsakis
committed
eb5e0af
View commit details
Copy full SHA for eb5e0af
Browse repository at this point
Fix missing generic parameters from `future_prelude_collision` lint suggestion
jam1garner
authored and
nikomatsakis
committed
93c60f2
View commit details
Copy full SHA for 93c60f2
Browse repository at this point
Fix `future_prelude_collision` lint breaking for pointer mutabilty coercion
jam1garner
authored and
nikomatsakis
committed
cb49992
View commit details
Copy full SHA for cb49992
Browse repository at this point
Fix `future_prelude_collision` not maintaining type aliases
jam1garner
authored and
nikomatsakis
committed
4a21a0b
View commit details
Copy full SHA for 4a21a0b
Browse repository at this point
Fix `future_prelude_collision` adding unneeded generic arguments
jam1garner
authored and
nikomatsakis
committed
64c61a3
View commit details
Copy full SHA for 64c61a3
Browse repository at this point
move test to rust-2021 directory
nikomatsakis
committed
32408cf
View commit details
Copy full SHA for 32408cf
Browse repository at this point
add inherent-method-collision test
nikomatsakis
committed
19ba219
View commit details
Copy full SHA for 19ba219
Browse repository at this point
don't warn for fully qual inherent methods
Show description for 8d42f3d
nikomatsakis
committed
8d42f3d
View commit details
Copy full SHA for 8d42f3d
Browse repository at this point
extract Rust 2021 prelude logic to its own module
nikomatsakis
committed
17ab9c0
View commit details
Copy full SHA for 17ab9c0
Browse repository at this point
Commits on Jun 15, 2021
Emit additional arguments in `future_prelude_collision` lint
jam1garner
committed
3efa5b4
View commit details
Copy full SHA for 3efa5b4
Browse repository at this point
Add future_prelude_collision to 2021 compat group
Show description for 56108f6
jam1garner
committed
56108f6
View commit details
Copy full SHA for 56108f6
Browse repository at this point
Commits on Jun 16, 2021
Implement printing of stack traces on LLVM segfaults and aborts
in42
authored and
tmandry
committed
2325966
View commit details
Copy full SHA for 2325966
Browse repository at this point
Small fixes
tmandry
committed
ec6a85a
View commit details
Copy full SHA for ec6a85a
Browse repository at this point
Commits on Jun 17, 2021
add regression test for issue #37508
yerke
committed
a89c7e1
View commit details
Copy full SHA for a89c7e1
Browse repository at this point
WIP: Find the imports that were used to reach a method
Show description for dbc9da7
nikomatsakis
committed
dbc9da7
View commit details
Copy full SHA for dbc9da7
Browse repository at this point
Commits on Jun 18, 2021
WIP: identify the case where we need to serialize path
nikomatsakis
committed
9bee7f0
View commit details
Copy full SHA for 9bee7f0
Browse repository at this point
Resolve intra-doc links in summary desc
Show description for 20915d4
notriddle
committed
20915d4
View commit details
Copy full SHA for 20915d4
Browse repository at this point
Commits on Jun 19, 2021
Update test cases for intra-doc links in summaries
notriddle
committed
f67585d
View commit details
Copy full SHA for f67585d
Browse repository at this point
Fix future_prelude_collision for object calls and use as _
jam1garner
committed
b18704d
View commit details
Copy full SHA for b18704d
Browse repository at this point
Commits on Jun 21, 2021
do not run rustfix for future-prelude-collision-shadow
nikomatsakis
committed
3dc47e2
View commit details
Copy full SHA for 3dc47e2
Browse repository at this point
add test for `dyn` collisions
nikomatsakis
committed
186c09a
View commit details
Copy full SHA for 186c09a
Browse repository at this point
Specify the kind of the item for E0121
fee1-dead
committed
200fdaa
View commit details
Copy full SHA for 200fdaa
Browse repository at this point
Updated tests to reflect specified types in E0121
fee1-dead
committed
9b6c7ff
View commit details
Copy full SHA for 9b6c7ff
Browse repository at this point
Update #83739 with type of the item specified
fee1-dead
committed
e66f241
View commit details
Copy full SHA for e66f241
Browse repository at this point
introduce helper function
nikomatsakis
committed
aa3580b
View commit details
Copy full SHA for aa3580b
Browse repository at this point
Fix unused_unsafe with compiler-generated unsafe
camsteffen
committed
b07bb6d
View commit details
Copy full SHA for b07bb6d
Browse repository at this point
Remove unnecessary call to queries.crate_name()
Show description for 9224b6f
jyn514
committed
9224b6f
View commit details
Copy full SHA for 9224b6f
Browse repository at this point
Rename cratename -> crate_name
Show description for 1c557da
jyn514
committed
1c557da
View commit details
Copy full SHA for 1c557da
Browse repository at this point
Don't reallocate the crate name when running doctests
jyn514
committed
ff0e046
View commit details
Copy full SHA for ff0e046
Browse repository at this point
Commits on Jun 22, 2021
Rollup merge of #80182 - in42:stack_trace, r=tmandry
Show description for f9e886c
fee1-dead
authored
f9e886c
View commit details
Copy full SHA for f9e886c
Browse repository at this point
Rollup merge of #85707 - jam1garner:future_prelude_collision_lint, r=nikomatsakis
Show description for 4c27d8e
fee1-dead
authored
4c27d8e
View commit details
Copy full SHA for 4c27d8e
Browse repository at this point
Rollup merge of #86223 - fee1-dead:better-E0121, r=petrochenkov
Show description for 4e1e6d8
fee1-dead
authored
4e1e6d8
View commit details
Copy full SHA for 4e1e6d8
Browse repository at this point
Rollup merge of #86352 - yerke:add-test-for-issue-37508, r=Mark-Simulacrum
Show description for 16a12c2
fee1-dead
authored
16a12c2
View commit details
Copy full SHA for 16a12c2
Browse repository at this point
Rollup merge of #86451 - notriddle:notriddle/rustdoc-intra-doc-link-summary, r=CraftSpider
Show description for 0ae5ef9
fee1-dead
authored
0ae5ef9
View commit details
Copy full SHA for 0ae5ef9
Browse repository at this point
Rollup merge of #86501 - jyn514:doctest-cleanup, r=CraftSpider
Show description for 5c825d4
fee1-dead
authored
5c825d4
View commit details
Copy full SHA for 5c825d4
Browse repository at this point
Rollup merge of #86517 - camsteffen:unused-unsafe-async, r=LeSeulArtichaut
Show description for 530b376
fee1-dead
authored
530b376
View commit details
Copy full SHA for 530b376
Browse repository at this point
You can’t perform that action at this time.