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 }}
cabo
/
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 Feb 7, 2013
auto merge of #4810 : nikomatsakis/rust/owned-fn-noncopyable, r=nikomatsakis
Show description for 3764cfb
bors
committed
3764cfb
Copy full SHA for 3764cfb
Make ~fn non-copyable, make &fn copyable, split barefn/closure types,
Show description for a32498d
nikomatsakis
committed
a32498d
Copy full SHA for a32498d
auto merge of #4823 : pcwalton/rust/enum-variant-discriminants, r=graydon
Show description for 82d7396
bors
committed
82d7396
Copy full SHA for 82d7396
auto merge of #4822 : graydon/rust/doc-version-stamp, r=brson
Show description for fa69739
bors
committed
fa69739
Copy full SHA for fa69739
auto merge of #4817 : kud1ing/rust/patch-1, r=brson
Show description for b3e1825
bors
committed
b3e1825
Copy full SHA for b3e1825
auto merge of #4816 : lifthrasiir/rust/float-literal, r=graydon
Show description for d9a61f2
bors
committed
d9a61f2
Copy full SHA for d9a61f2
auto merge of #4815 : thestinger/rust/treemap, r=pcwalton
Show description for 951ad11
bors
committed
951ad11
Copy full SHA for 951ad11
Merge pull request #4811 from catamorphism/issue-4523-testcase
Show description for 8280c81
pcwalton
committed
8280c81
Copy full SHA for 8280c81
auto merge of #4801 : z0w0/rust/randomtrait, r=graydon
Show description for 2df473d
bors
committed
2df473d
Copy full SHA for 2df473d
auto merge of #4795 : catamorphism/rust/less-copy, r=catamorphism
bors
committed
f13ea41
Copy full SHA for f13ea41
Commits on Feb 6, 2013
librustc: Attempt to put out burning tree by fixing translation of unary negation in boolean constants. rs=burningtree
pcwalton
committed
cf6c3d9
Copy full SHA for cf6c3d9
librustc: Stop loading enum variant discriminants from memory
pcwalton
committed
6d13c90
Copy full SHA for 6d13c90
doc: improvements to version-stamp makefile logic.
graydon
committed
79dc10d
Copy full SHA for 79dc10d
remove old snapshot workaround from smallintmap
thestinger
committed
dab2f2f
Copy full SHA for dab2f2f
treemap: make map_next and set_next public
thestinger
committed
bdfb930
Copy full SHA for bdfb930
update treemap FIXME
thestinger
committed
1694168
Copy full SHA for 1694168
get rid of implicit vec copies in treemap iterator
Show description for 37e9986
thestinger
committed
37e9986
Copy full SHA for 37e9986
treemap: get rid of some implicit vector copies
thestinger
committed
5b6c26b
Copy full SHA for 5b6c26b
remove issue #3148 workarounds (no longer needed)
thestinger
committed
b91a51d
Copy full SHA for b91a51d
librustc: Change i1 to i8 for bools. Attempts to put out burning tree. rs=burningtree
pcwalton
committed
b34f871
Copy full SHA for b34f871
rustc: Less copy
catamorphism
committed
739e5ba
Copy full SHA for 739e5ba
`core::send_map` renamed to `core::hashmap`
Show description for 48df2f4
kud1ing
committed
48df2f4
Copy full SHA for 48df2f4
got rid of last empty lines
lifthrasiir
committed
2600bcc
Copy full SHA for 2600bcc
libsyntax: no binary/hex float literals
lifthrasiir
committed
01cc9ec
Copy full SHA for 01cc9ec
oldmap: use &K instead of K in find and get
Show description for 801f322
pcwalton
committed
801f322
Copy full SHA for 801f322
testsuite: Add test for #4523
catamorphism
committed
fd7b732
Copy full SHA for fd7b732
Commits on Feb 5, 2013
Revert "oldmap: use &K instead of K in find and get"
Show description for a4250a9
graydon
committed
a4250a9
Copy full SHA for a4250a9
Merge branch 'incoming' into removing
catamorphism
committed
0110dfb
Copy full SHA for 0110dfb
Merge branch 'incoming' into made-snap
catamorphism
committed
efd66b0
Copy full SHA for efd66b0
Register snapshots
catamorphism
committed
b9a7d77
Copy full SHA for b9a7d77
Merge branch 'incoming' into removing
catamorphism
committed
33e2c97
Copy full SHA for 33e2c97
Merge
catamorphism
committed
2dcb3ed
Copy full SHA for 2dcb3ed
auto merge of #4796 : catamorphism/rust/derecord_std, r=catamorphism
Show description for f1b05ec
bors
committed
f1b05ec
Copy full SHA for f1b05ec
auto merge of #4793 : brson/rust/ignore_exclusive_unwrap_conflict, r=brson
bors
committed
e72c917
Copy full SHA for e72c917
core: Add a rand::Rand trait that is implemented by types that can be
Show description for abd29e5
z0w0
committed
abd29e5
Copy full SHA for abd29e5
Pagination
Previous
Next
You can’t perform that action at this time.