Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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
Notifications
You must be signed in to change notification settings
Fork
13.9k
Star
108k
Code
Issues
5k+
Pull requests
910
Actions
Projects
9
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
joshtriplett
Datepicker
All time
Commit History
Commits on Oct 10, 2025
Factor out a helper function to check if a type is uninhabited
joshtriplett
committed
7aa7ecc
Copy full SHA for 7aa7ecc
unused_must_use: Rename test functions to reflect what they test
Show description for 339caa1
joshtriplett
committed
339caa1
Copy full SHA for 339caa1
unused_must_use: Suppress warnings for `ControlFlow<Uninhabited, ()>` too
joshtriplett
committed
39f59bf
Copy full SHA for 39f59bf
unused_must_use: Add test for a method using an associated error type
joshtriplett
committed
efd76c9
Copy full SHA for efd76c9
unused_must_use: Don't warn on `Result<(), Uninhabited>`
Show description for 6f89cec
joshtriplett
committed
6f89cec
Copy full SHA for 6f89cec
Commits on Oct 9, 2025
unsupported: Use `unsupported()` for `set_times_nofollow`
joshtriplett
authored
d2f590a
Copy full SHA for d2f590a
unsupported: Use `unsupported()` for `set_times`
joshtriplett
authored
f8118d8
Copy full SHA for f8118d8
Commits on Oct 7, 2025
library: fs: Factor out the Apple file time to attrlist code for reuse
joshtriplett
committed
1bf555c
Copy full SHA for 1bf555c
library: fs: Factor out a `file_time_to_timespec` function in preparation for reusing it
joshtriplett
committed
1e6b444
Copy full SHA for 1e6b444
Commits on Oct 5, 2025
unused_must_use: Factor out a variable for the parent module DefId
Show description for 2997070
joshtriplett
committed
2997070
Copy full SHA for 2997070
Commits on Oct 1, 2025
mbe: `expand_invoc`: Add comment about not needing to check safety of `LegacyAttr` here
Show description for 4fc0a0d
joshtriplett
committed
4fc0a0d
Copy full SHA for 4fc0a0d
mbe: Add tests for `unsafe` attr invocation
joshtriplett
committed
ea0e00c
Copy full SHA for ea0e00c
mbe: Add parsing tests for `unsafe` macro rules
joshtriplett
committed
05c5b87
Copy full SHA for 05c5b87
mbe: Support `unsafe` attribute rules
joshtriplett
committed
6bff1ab
Copy full SHA for 6bff1ab
mbe: Rename a local variable to match corresponding field names
Show description for 30d57ab
joshtriplett
committed
30d57ab
Copy full SHA for 30d57ab
Commits on Sep 25, 2025
mbe: Simplify check_redundant_vis_repetition
Show description for 9e3f748
joshtriplett
committed
9e3f748
Copy full SHA for 9e3f748
mbe: macro_check: Fix function comments referencing non-existent parameters
Show description for 89a3a44
joshtriplett
committed
89a3a44
Copy full SHA for 89a3a44
Commits on Sep 21, 2025
mbe: Switch dummy extension used for errors from `LegacyBang` to `Bang`
joshtriplett
committed
a1646bf
Copy full SHA for a1646bf
Switch `dummy_bang` from `LegacyBang` to `Bang`
joshtriplett
committed
e99e226
Copy full SHA for e99e226
Commits on Sep 20, 2025
mbe: metavar expressions: Use symbols rather than `ident.as_str()`
Show description for a54111a
joshtriplett
committed
a54111a
Copy full SHA for a54111a
mbe: Factor out a function to transcribe a `ParseNtResult`
joshtriplett
committed
fc41c38
Copy full SHA for fc41c38
mbe: Simplify match in `transcribe_metavar`
Show description for bb430f8
joshtriplett
committed
bb430f8
Copy full SHA for bb430f8
Commits on Sep 19, 2025
mbe: Fix feature gate for `macro_derive`
joshtriplett
committed
3ab89ab
Copy full SHA for 3ab89ab
Commits on Sep 3, 2025
Add note about trailing whitespace in string literals.
joshtriplett
committed
df324fa
Copy full SHA for df324fa
Commits on Aug 22, 2025
Migrate `BuiltinLintDiag::HiddenUnicodeCodepoints` to use `LintDiagnostic` directly
joshtriplett
committed
52fadd8
Copy full SHA for 52fadd8
Remove unused `BuiltinLintDiag` variant `InnerAttributeUnstable`
Show description for 863387c
joshtriplett
committed
863387c
Copy full SHA for 863387c
Migrate `BuiltinLintDiag::MissingAbi` to use `LintDiagnostic` directly
joshtriplett
committed
690a578
Copy full SHA for 690a578
Migrate `BuiltinLintDiag::UnexpectedBuiltinCfg` to use `LintDiagnostic` directly
joshtriplett
committed
b5c714c
Copy full SHA for b5c714c
Refactor lint buffering to avoid requiring a giant enum
Show description for c993201
joshtriplett
committed
c993201
Copy full SHA for c993201
triagebot: Update style team reviewers
joshtriplett
committed
42d6330
Copy full SHA for 42d6330
style-guide: Document absence of trailing whitespace
joshtriplett
committed
3715fc6
Copy full SHA for 3715fc6
Commits on Aug 20, 2025
rustc_hir_id: Add a comment explaining why the crate exists
joshtriplett
committed
2ea7e7d
Copy full SHA for 2ea7e7d
Eliminate unnecessary dependency from `rustc_traits` to `rustc_hir`
Show description for 0f0d702
joshtriplett
committed
0f0d702
Copy full SHA for 0f0d702
Eliminate unnecessary dependency from `rustc_mir_dataflow` to `rustc_hir`
Show description for bad4f5c
joshtriplett
committed
bad4f5c
Copy full SHA for bad4f5c
rustc_lint_defs: Eliminate the dependency on `rustc_hir` for `Namespace`
Show description for f0c8f70
joshtriplett
committed
f0c8f70
Copy full SHA for f0c8f70
Pagination
Previous
Next
You can’t perform that action at this time.