Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 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 }}
pnkfelix
/
rust
Public
forked from
rust-lang/rust
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
notriddle
Datepicker
All time
Commit History
Commits on Jun 1, 2022
rustdoc: add test case for auto traits on slice primitive
notriddle
committed
434adff
Copy full SHA for 434adff
Update src/librustdoc/passes/collect_trait_impls.rs
Show description for 57450c6
notriddle
and
GuillaumeGomez
committed
57450c6
Copy full SHA for 57450c6
Commits on May 31, 2022
rustdoc: also index raw pointers
Show description for 14d8baf
notriddle
and
camelid
committed
14d8baf
Copy full SHA for 14d8baf
rustdoc: also index impl trait
notriddle
committed
59d35d6
Copy full SHA for 59d35d6
Commits on May 28, 2022
rustdoc: add test case for the implementors JS file placement
notriddle
committed
5d86305
Copy full SHA for 5d86305
Commits on May 27, 2022
rustdoc: add test case for email that looks like intra-doc link
notriddle
committed
e4d48c3
Copy full SHA for e4d48c3
cleanup librustdoc by making parent stack store items
notriddle
committed
718269a
Copy full SHA for 718269a
Commits on May 26, 2022
rustdoc: factor orphan impl items into an actual struct
notriddle
committed
767719c
Copy full SHA for 767719c
Commits on May 25, 2022
Adjust test case to account for 6c8a2d4
notriddle
committed
c516ffa
Copy full SHA for c516ffa
rustdoc: include impl generics / self in search index
notriddle
committed
b9ed878
Copy full SHA for b9ed878
Commits on May 24, 2022
Fix weird indentation in continue_keyword docs
Show description for 1d19462
notriddle
committed
1d19462
Copy full SHA for 1d19462
Commits on May 22, 2022
Clean up `&args[..]`, use more readable `args.iter()` instead
notriddle
committed
207f649
Copy full SHA for 207f649
Commits on May 21, 2022
Extend `substs_to_args` into a perfectly-sized Vec almost every time
notriddle
committed
3657d09
Copy full SHA for 3657d09
Shrink GenericArgs/PathSegment with boxed slices
notriddle
committed
08237d8
Copy full SHA for 08237d8
Remove unused Hash impl from DocFragmentKind
notriddle
committed
855e320
Copy full SHA for 855e320
Fix broken intra-doc link
notriddle
committed
98b98ac
Copy full SHA for 98b98ac
Commits on May 18, 2022
rustdoc: avoid including impl blocks with filled-in generics
Show description for f5ac93b
notriddle
committed
f5ac93b
Copy full SHA for f5ac93b
Commits on May 13, 2022
rustdoc: remove weird, unused variable from source-files.js
notriddle
committed
1b41d11
Copy full SHA for 1b41d11
Commits on May 12, 2022
rustdoc: fix GUI crash when searching for magic JS property values
notriddle
committed
d3fd6bf
Copy full SHA for d3fd6bf
Commits on May 10, 2022
Ignore order
Show description for 9dc5ac8
notriddle
authored
9dc5ac8
Copy full SHA for 9dc5ac8
rustdoc: clean up method path index
Show description for 6257bd2
notriddle
committed
6257bd2
Copy full SHA for 6257bd2
rustdoc: correct path to type alias methods
notriddle
committed
bb4ecc3
Copy full SHA for bb4ecc3
Commits on May 9, 2022
Add test case for `hashset::insert` ranking
notriddle
committed
a9a90d4
Copy full SHA for a9a90d4
rustdoc: search result ranking fix
notriddle
committed
360d6e4
Copy full SHA for 360d6e4
Remove unused param from search.js::checkPath
notriddle
committed
521d2c3
Copy full SHA for 521d2c3
Commits on May 6, 2022
Add missing newline
notriddle
authored
bd11e22
Copy full SHA for bd11e22
Fix test case checking for where the JS goes
notriddle
committed
903aebe
Copy full SHA for 903aebe
rustdoc: ensure HTML/JS side implementors don't have dups
notriddle
committed
20010d7
Copy full SHA for 20010d7
Commits on May 5, 2022
rustdoc: fix JS error when rendering parse error
notriddle
committed
4c183cd
Copy full SHA for 4c183cd
rustdoc: add test case assertions for ArrowDown highlight first result
notriddle
committed
75790fa
Copy full SHA for 75790fa
rustdoc: fix keyboard shortcuts and console log on search page
notriddle
committed
8b2147b
Copy full SHA for 8b2147b
rustdoc: change the "In Function Signatures" to context-sensitive
Show description for 21a1213
notriddle
committed
21a1213
Copy full SHA for 21a1213
Use STARTS_WITH, since it's more specific
Show description for 345a580
notriddle
and
GuillaumeGomez
committed
345a580
Copy full SHA for 345a580
rustdoc: when running a function-signature search, tweak the tab bar
notriddle
committed
6c8a2d4
Copy full SHA for 6c8a2d4
Commits on Apr 29, 2022
rustdoc: show implementations on `#[fundamental]` wrappers
Show description for 62b9e06
notriddle
committed
62b9e06
Copy full SHA for 62b9e06
Pagination
Previous
Next
You can’t perform that action at this time.