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 }}
pablobm
/
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 Sep 17, 2014
auto merge of #16836 : P1start/rust/closure_ret_bang, r=alexcrichton
Show description for 4d2af38
bors
committed
4d2af38
Copy full SHA for 4d2af38
auto merge of #17264 : bkoropoff/rust/issue-17252, r=nick29581
Show description for ad9ed40
bors
committed
ad9ed40
Copy full SHA for ad9ed40
auto merge of #17254 : gamazeps/rust/issue17210, r=alexcrichton
Show description for aac078d
bors
committed
aac078d
Copy full SHA for aac078d
auto merge of #17247 : huonw/rust/toggle-clone, r=alexcrichton
Show description for e719db2
bors
committed
e719db2
Copy full SHA for e719db2
auto merge of #17246 : bkoropoff/rust/issue-17216, r=pnkfelix
Show description for 12b757b
bors
committed
12b757b
Copy full SHA for 12b757b
auto merge of #17160 : nick29581/rust/front, r=pcwalton
Show description for 88cb454
bors
committed
88cb454
Copy full SHA for 88cb454
rebasing fixes
Nick Cameron
committed
3a01d0f
Copy full SHA for 3a01d0f
move feature_gate to libsyntax
Nick Cameron
committed
74db87b
Copy full SHA for 74db87b
move std_inject to libsyntax
Nick Cameron
committed
375c95b
Copy full SHA for 375c95b
move most of front to libsyntax
Nick Cameron
committed
520671f
Copy full SHA for 520671f
auto merge of #17227 : tshepang/rust/stronger-break, r=aturon
Show description for ff613ab
bors
committed
ff613ab
Copy full SHA for ff613ab
auto merge of #17223 : retep998/rust/into_string, r=huonw
Show description for b75b0f7
bors
committed
b75b0f7
Copy full SHA for b75b0f7
Commits on Sep 16, 2014
auto merge of #17268 : aturon/rust/mut-conventions, r=alexcrichton
Show description for 0e784e1
bors
committed
0e784e1
Copy full SHA for 0e784e1
Fallout from renaming
aturon
committed
fc525ee
Copy full SHA for fc525ee
auto merge of #17213 : mo/rust/fix_typos, r=aturon
bors
committed
ceb9bbf
Copy full SHA for ceb9bbf
Align with _mut conventions
Show description for d8dfe19
aturon
committed
d8dfe19
Copy full SHA for d8dfe19
auto merge of #17266 : Gankro/rust/vec-move, r=alexcrichton
Show description for 828e075
bors
committed
828e075
Copy full SHA for 828e075
auto merge of #17197 : nikomatsakis/rust/issue-5527-trait-reform-revisited, r=pcwalton
Show description for 946654a
bors
committed
946654a
Copy full SHA for 946654a
auto merge of #17245 : sfackler/rust/enumset-show, r=alexcrichton
bors
committed
cdd46f8
Copy full SHA for cdd46f8
auto merge of #17244 : spastorino/rust/patch-1, r=alexcrichton
bors
committed
c09437a
Copy full SHA for c09437a
auto merge of #17232 : untitaker/rust/patch-1, r=alexcrichton
Show description for e6a3dab
bors
committed
e6a3dab
Copy full SHA for e6a3dab
auto merge of #17280 : thestinger/rust/heap, r=pcwalton
bors
committed
3212d70
Copy full SHA for 3212d70
auto merge of #17288 : alexcrichton/rust/change-snap, r=brson
Show description for f8426e2
bors
committed
f8426e2
Copy full SHA for f8426e2
Change the last linux 64-bit snapshot
Show description for ba0c100
alexcrichton
committed
ba0c100
Copy full SHA for ba0c100
Commits on Sep 15, 2014
Update docs to include Sized trait, which is needed
nikomatsakis
committed
eafeb33
Copy full SHA for eafeb33
remove the closure_exchange_malloc lang item
thestinger
committed
d206f05
Copy full SHA for d206f05
auto merge of #17221 : bkoropoff/rust/strinterner-unsafe, r=sfackler
Show description for 63eaba2
bors
committed
63eaba2
Copy full SHA for 63eaba2
Fix two typos
mo
committed
7caf2ab
Copy full SHA for 7caf2ab
heap: optimize EMPTY to avoid relocations
Show description for 84b3737
thestinger
committed
84b3737
Copy full SHA for 84b3737
heap: rm out-of-date FIXMEs
thestinger
committed
396f910
Copy full SHA for 396f910
silence various warnings in stdlib, no idea why they suddenly started
nikomatsakis
committed
48bc291
Copy full SHA for 48bc291
add Send bound on impl because stricter trait checking requires it
nikomatsakis
committed
a2b9562
Copy full SHA for a2b9562
misc ppaux changes
nikomatsakis
committed
5ba0196
Copy full SHA for 5ba0196
typeck/kind -- stop using old trait framework.
Show description for 688ddf7
nikomatsakis
committed
688ddf7
Copy full SHA for 688ddf7
trans -- stop tracking vtables precisely, instead recompute as needed.
nikomatsakis
committed
088c94a
Copy full SHA for 088c94a
Pagination
Previous
Next
You can’t perform that action at this time.