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 }}
codyps
/
rust
Public
forked from
rust-lang/rust
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
All users
Datepicker
All time
Commit History
Commits on Oct 20, 2014
auto merge of #18184 : cakebaker/rust/typo_in_path, r=steveklabnik
bors
committed
dcbd49f
Copy full SHA for dcbd49f
Guide: Fix typo in path
cakebaker
committed
cf3d3dc
Copy full SHA for cf3d3dc
auto merge of #18174 : huonw/rust/fix-sqrt, r=alexcrichton
Show description for ddfe24d
bors
committed
ddfe24d
Copy full SHA for ddfe24d
Handle negative numbers in `sqrt` properly.
Show description for a1d5cd2
huonw
committed
a1d5cd2
Copy full SHA for a1d5cd2
auto merge of #18108 : mahkoh/rust/buffered_reader, r=alexcrichton
Show description for 045bc28
bors
committed
045bc28
Copy full SHA for 045bc28
Commits on Oct 19, 2014
Optimize BufferedReader::read for large buffers.
Show description for 3839696
mahkoh
committed
3839696
Copy full SHA for 3839696
auto merge of #18160 : koshlo/rust/to-source-fix, r=alexcrichton
Show description for aff4f11
bors
committed
aff4f11
Copy full SHA for aff4f11
auto merge of #18142 : arielb1/rust/return-type-sized, r=eddyb
Show description for 5cba29d
bors
committed
5cba29d
Copy full SHA for 5cba29d
Ensure that the return type of a function is Sized
Show description for 0eb17e3
arielb1
committed
0eb17e3
Copy full SHA for 0eb17e3
fix printing signed literal in print_literal
koshlo
committed
49ec356
Copy full SHA for 49ec356
auto merge of #18139 : JelteF/rust-1/patch-1, r=steveklabnik
Show description for c121cba
bors
committed
c121cba
Copy full SHA for c121cba
auto merge of #18138 : rclanan/rust/mark-lt-partialord-inline, r=sfackler
Show description for 18062c1
bors
committed
18062c1
Copy full SHA for 18062c1
auto merge of #18136 : mprobinson/rust/example-warning, r=alexcrichton
Show description for e99dd20
bors
committed
e99dd20
Copy full SHA for e99dd20
auto merge of #18135 : EduardoBautista/rust/fix-misaligned-carot, r=steveklabnik
bors
committed
4bb21f3
Copy full SHA for 4bb21f3
auto merge of #18124 : pnkfelix/rust/fsk-add-check-of-borrow-local-static, r=thestinger
Show description for a572b74
bors
committed
a572b74
Copy full SHA for a572b74
auto merge of #18123 : dotdash/rust/llvm_memcpy, r=alexcrichton
bors
committed
dc2b9db
Copy full SHA for dc2b9db
auto merge of #18120 : jrincayc/rust/match_exp, r=thestinger
Show description for c46812f
bors
committed
c46812f
Copy full SHA for c46812f
Commits on Oct 18, 2014
auto merge of #18109 : bkoropoff/rust/issue-16939, r=aturon
Show description for d8cf023
bors
committed
d8cf023
Copy full SHA for d8cf023
auto merge of #18113 : bkoropoff/rust/issue-16739, r=alexcrichton
Show description for 1c82e60
bors
committed
1c82e60
Copy full SHA for 1c82e60
Fix fold explanation in the guide
Show description for 2a66814
JelteF
committed
2a66814
Copy full SHA for 2a66814
auto merge of #18041 : arielb1/rust/no-size-overflow, r=pnkfelix
Show description for ce342f5
bors
committed
ce342f5
Copy full SHA for ce342f5
trailing whitespace
arielb1
committed
ccdf8d5
Copy full SHA for ccdf8d5
Mark lt as inline in PartialOrd
rclanan
committed
1b71633
Copy full SHA for 1b71633
auto merge of #18105 : nikomatsakis/rust/issue-18055, r=pcwalton
Show description for d670919
bors
committed
d670919
Copy full SHA for d670919
auto merge of #18099 : jakub-/rust/fixed-issues, r=alexcrichton
Show description for 41a7910
bors
committed
41a7910
Copy full SHA for 41a7910
auto merge of #18103 : pcwalton/rust/bitflags-inline, r=thestinger
Show description for c7c342d
bors
committed
c7c342d
Copy full SHA for c7c342d
Fix warning in Struct sync::Mutex example
Show description for 6e9646d
mprobinson
committed
6e9646d
Copy full SHA for 6e9646d
auto merge of #18096 : Gankro/rust/ganksy-is-dum, r=steveklabnik
Show description for 4b064a5
bors
committed
4b064a5
Copy full SHA for 4b064a5
Fix misaligned carot in guide
EduardoBautista
committed
cef0b55
Copy full SHA for cef0b55
auto merge of #18024 : phungleson/rust/fix-var-name-in-doc, r=brson
Show description for 4480caf
bors
committed
4480caf
Copy full SHA for 4480caf
auto merge of #18022 : nikomatsakis/rust/issue-18019, r=pcwalton
Show description for 2c0f876
bors
committed
2c0f876
Copy full SHA for 2c0f876
auto merge of #17955 : rjz/rust/tweak-tasks-guide, r=brson
bors
committed
1270f8e
Copy full SHA for 1270f8e
auto merge of #17815 : typelist/rust/recursive-structs, r=brson
Show description for 222ae8b
bors
committed
222ae8b
Copy full SHA for 222ae8b
Commits on Oct 17, 2014
auto merge of #17009 : kballard/rust/install_no_sudo, r=pnkfelix
Show description for 9b80efd
bors
committed
9b80efd
Copy full SHA for 9b80efd
auto merge of #16855 : P1start/rust/help-messages, r=brson
Show description for 4694b99
bors
committed
4694b99
Copy full SHA for 4694b99
Pagination
Previous
Next
You can’t perform that action at this time.