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
107k
Code
Issues
5k+
Pull requests
871
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
seanmonstar
Datepicker
All time
Commit History
Commits on Dec 27, 2019
core: add IntoFuture trait and support for await
seanmonstar
committed
f35517e
Copy full SHA for f35517e
Commits on May 17, 2019
error: remove StringError from Debug output
Show description for d2d89b1
seanmonstar
committed
d2d89b1
Copy full SHA for d2d89b1
Commits on Apr 1, 2019
resolve all in scope trait aliases, then elaborate their bounds
seanmonstar
committed
3ccd35c
Copy full SHA for 3ccd35c
Commits on Mar 23, 2019
resolve: collect trait aliases along with traits
seanmonstar
authored and
Alexander Regueiro
committed
a2b6734
Copy full SHA for a2b6734
Commits on Mar 12, 2019
rustc: fix ICE when trait alias has bare Self
seanmonstar
committed
df05fbf
Copy full SHA for df05fbf
Commits on Mar 6, 2019
libstd: implement Error::source for io::Error
seanmonstar
committed
0d39797
Copy full SHA for 0d39797
Commits on Jul 12, 2018
task: remove wrong comments about non-existent LocalWake trait
seanmonstar
committed
4f4e91a
Copy full SHA for 4f4e91a
Commits on Jun 28, 2018
Arc: remove unused allocation from Weak::new()
seanmonstar
committed
24ce259
Copy full SHA for 24ce259
Commits on Feb 26, 2018
atomic: remove 'Atomic*' from Debug output
seanmonstar
committed
c689db2
Copy full SHA for c689db2
Commits on Jul 6, 2017
remove associated_consts feature gate
seanmonstar
committed
74b2d69
Copy full SHA for 74b2d69
Commits on Jun 8, 2017
core: allow messages in unimplemented!() macro
seanmonstar
committed
f517719
Copy full SHA for f517719
Commits on May 31, 2017
associated_consts: check trait obligations and regionck for associated consts
Show description for 62989c1
seanmonstar
committed
62989c1
Copy full SHA for 62989c1
Commits on Apr 19, 2017
specialize Extend for Vec with IntoIter
seanmonstar
committed
f85a533
Copy full SHA for f85a533
Commits on Jan 31, 2017
add From<(I, u16)> for SocketAddr where I: Into<IpAddr>
seanmonstar
committed
cd603e4
Copy full SHA for cd603e4
Commits on Jan 28, 2017
add From<[u8; n]> impls for IpAddr
seanmonstar
committed
87dcbca
Copy full SHA for 87dcbca
Commits on Sep 2, 2016
core: add likely and unlikely intrinsics
seanmonstar
committed
b778f7f
Copy full SHA for b778f7f
Commits on Jul 20, 2016
core: impl From<T> for Option<T>
seanmonstar
committed
fbfee42
Copy full SHA for fbfee42
Commits on Jun 29, 2016
std: use siphash-1-3 for HashMap
seanmonstar
committed
db1b191
Copy full SHA for db1b191
Commits on Jun 15, 2016
Map::Entry::take() method to recover key and value together
seanmonstar
committed
217a964
Copy full SHA for 217a964
Commits on May 26, 2016
core: check pointer equality when comparing byte slices
seanmonstar
committed
6af17e6
Copy full SHA for 6af17e6
Commits on Mar 30, 2016
specialize ToString for str
seanmonstar
committed
fc8cf9c
Copy full SHA for fc8cf9c
Commits on Mar 20, 2016
libcore: add Debug implementations to most missing types
seanmonstar
committed
e094593
Copy full SHA for e094593
Commits on Mar 9, 2016
lint: mark associated types as live for the dead_code pass
seanmonstar
committed
ca129e3
Copy full SHA for ca129e3
Commits on Feb 18, 2016
std: restructure rand os code into sys modules
seanmonstar
committed
34dfc39
Copy full SHA for 34dfc39
Commits on Dec 10, 2015
std: improve io error descriptions
seanmonstar
committed
025f97a
Copy full SHA for 025f97a
Commits on Aug 8, 2015
rustc: rename multiple imports in a list
seanmonstar
committed
cfcd449
Copy full SHA for cfcd449
Commits on May 9, 2015
collections: change bounds of SliceConcatExt implementations to use Borrow instead of AsRef
seanmonstar
committed
8e491ef
Copy full SHA for 8e491ef
collections: impl AsRef<[u8]> for String
seanmonstar
committed
093ebd5
Copy full SHA for 093ebd5
core: impl AsRef<[u8]> for str
seanmonstar
committed
aaa3641
Copy full SHA for aaa3641
Commits on May 6, 2015
test: update run-pass tests to not use mutable transmuting
seanmonstar
committed
5624cfb
Copy full SHA for 5624cfb
std: update select internals to not use mutable transmuting
seanmonstar
committed
e136f93
Copy full SHA for e136f93
lint: deny transmuting from immutable to mutable, since it's undefined behavior
Show description for d131f33
seanmonstar
committed
d131f33
Copy full SHA for d131f33
Commits on Mar 31, 2015
convert: remove FromError, use From<E> instead
Show description for e17f4fc
seanmonstar
committed
e17f4fc
Copy full SHA for e17f4fc
Commits on Mar 30, 2015
convert: add Into<Cow> impls for &str and String
seanmonstar
committed
4c1f5bd
Copy full SHA for 4c1f5bd
Commits on Jan 6, 2015
core: split into fmt::Show and fmt::String
Show description for 44440e5
seanmonstar
committed
44440e5
Copy full SHA for 44440e5
Pagination
Previous
Next
You can’t perform that action at this time.