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 }}
TimDumol
/
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 Aug 4, 2014
auto merge of #16235 : cakebaker/rust/rename_modules_rs_to_main_rs, r=steveklabnik
bors
committed
31590bd
Copy full SHA for 31590bd
Rename modules.rs to main.rs in guide
cakebaker
committed
c586bf2
Copy full SHA for c586bf2
auto merge of #16213 : huonw/rust/more-token-numbers, r=pnkfelix
Show description for 795f6ae
bors
committed
795f6ae
Copy full SHA for 795f6ae
rustc: use Name numbers rather than the Show impl for constants.
Show description for e753dbb
huonw
committed
e753dbb
Copy full SHA for e753dbb
auto merge of #16233 : omasanori/rust/abs_sub, r=steveklabnik
Show description for 765a23f
bors
committed
765a23f
Copy full SHA for 765a23f
num: Fix the documentation of abs_sub.
Show description for 3e6edee
omasanori
committed
3e6edee
Copy full SHA for 3e6edee
auto merge of #16139 : michaelwoerister/rust/rlib-bc-versioning, r=alexcrichton
Show description for d3ac386
bors
committed
d3ac386
Copy full SHA for d3ac386
Commits on Aug 3, 2014
auto merge of #16215 : cakebaker/rust/remove_bin_section_from_toml, r=alexcrichton
Show description for 2574160
bors
committed
2574160
Copy full SHA for 2574160
Use a versioning scheme for bytecode objects in rlibs.
Show description for ff0fa8f
michaelwoerister
committed
ff0fa8f
Copy full SHA for ff0fa8f
auto merge of #16209 : tomjakubowski/rust/rustdoc-html-changes, r=alexcrichton
Show description for d34e011
bors
committed
d34e011
Copy full SHA for d34e011
auto merge of #16212 : huonw/rust/unicode-gitignore, r=pnkfelix
bors
committed
8b9ab0d
Copy full SHA for 8b9ab0d
Remove "bin" section from Cargo.toml
cakebaker
committed
7ba9c44
Copy full SHA for 7ba9c44
auto merge of #16203 : Gankro/rust/vec_flow, r=alexcrichton
Show description for 845ff65
bors
committed
845ff65
Copy full SHA for 845ff65
auto merge of #16202 : db48x/rust/eq-for-time-tm, r=alexcrichton
bors
committed
9a3b25f
Copy full SHA for 9a3b25f
auto merge of #16198 : cakebaker/rust/remove_unused_tuple_struct, r=steveklabnik
bors
committed
ed26428
Copy full SHA for ed26428
gitignore: Add the autogenerated/downloaded unicode data files.
huonw
committed
c41c1ed
Copy full SHA for c41c1ed
auto merge of #16155 : huonw/rust/Ordering-reverse, r=alexcrichton
Show description for ce01b4b
bors
committed
ce01b4b
Copy full SHA for ce01b4b
auto merge of #16194 : omasanori/rust/gitignore, r=alexcrichton
Show description for 055e25a
bors
committed
055e25a
Copy full SHA for 055e25a
auto merge of #16191 : DaGenix/rust/fix-aligned-access, r=alexcrichton
Show description for 46d1ee7
bors
committed
46d1ee7
Copy full SHA for 46d1ee7
rustdoc: Add rustdoc class to <body> tag
Show description for 9b44dfc
tomjakubowski
committed
9b44dfc
Copy full SHA for 9b44dfc
core: add a reverse method to Ordering.
Show description for 7df2771
huonw
committed
7df2771
Copy full SHA for 7df2771
rustdoc: Add generator meta tag to API docs
Show description for 1c6ee3f
tomjakubowski
committed
1c6ee3f
Copy full SHA for 1c6ee3f
auto merge of #16189 : steveklabnik/rust/gh15494, r=alexcrichton
Show description for 12306da
bors
committed
12306da
Copy full SHA for 12306da
Commits on Aug 2, 2014
auto merge of #16186 : steveklabnik/rust/guide_cargo_new, r=alexcrichton
Show description for 4d4eb10
bors
committed
4d4eb10
Copy full SHA for 4d4eb10
auto merge of #16180 : jbcrail/rust/fix-comments, r=steveklabnik
bors
committed
756b7b2
Copy full SHA for 756b7b2
auto merge of #16169 : Gankro/rust/simple-docs, r=cmr
Show description for 147d117
bors
committed
147d117
Copy full SHA for 147d117
fix underflow in vec swap_remove
Show description for d9b2e6b
Gankra
committed
d9b2e6b
Copy full SHA for d9b2e6b
time::Tm should impl Eq in addition to PartialEq
db48x
committed
cbf407c
Copy full SHA for cbf407c
auto merge of #16183 : brson/rust/doctitles, r=alexcrichton
bors
committed
432042a
Copy full SHA for 432042a
Use globs to ignore target directories.
Show description for 821262f
omasanori
committed
821262f
Copy full SHA for 821262f
Sort .gitignore.
Show description for 5ebda6d
omasanori
committed
5ebda6d
Copy full SHA for 5ebda6d
Add hide/show detail toggles to rustdoc
Show description for 88fe6df
Gankra
committed
88fe6df
Copy full SHA for 88fe6df
auto merge of #16181 : brson/rust/colon, r=kballard
bors
committed
032d5c1
Copy full SHA for 032d5c1
Remove unused tuple struct
cakebaker
committed
867d8e6
Copy full SHA for 867d8e6
auto merge of #16177 : nham/rust/collections_15294_eq_ord, r=alexcrichton
Show description for 87bc22f
bors
committed
87bc22f
Copy full SHA for 87bc22f
Pagination
Previous
Next
You can’t perform that action at this time.