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 }}
rust-lang
/
rust
Public
Notifications
You must be signed in to change notification settings
Fork
14k
Star
108k
Code
Issues
5k+
Pull requests
920
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
7edba12
User selector
All users
Datepicker
All time
Commit History
Commits on Jun 21, 2017
Added a tidy check to disallow "```ignore" and "```rust,ignore".
kennytm
committed
7edba12
Copy full SHA for 7edba12
Modify --explain to handle hidden code (`# ...`) and indented code blocks.
kennytm
committed
71a1083
Copy full SHA for 71a1083
Removed as many "```ignore" as possible.
Show description for ea45712
kennytm
committed
ea45712
Copy full SHA for ea45712
Auto merge of #42002 - sfackler:trusted-read, r=alexcrichton
Show description for 6ccfe68
bors
committed
6ccfe68
Copy full SHA for 6ccfe68
Add `Read::initializer`.
Show description for ecbb896
sfackler
committed
ecbb896
Copy full SHA for ecbb896
Auto merge of #42076 - alex-ozdemir:master, r=nrc
Show description for bb14389
bors
committed
bb14389
Copy full SHA for bb14389
Commits on Jun 20, 2017
Auto merge of #42780 - frewsxcv:rollup, r=frewsxcv
Show description for 4450779
bors
committed
4450779
Copy full SHA for 4450779
Rollup merge of #42772 - MaloJaffre:libc, r=alexcrichton
Show description for 58425ef
frewsxcv
authored
58425ef
Copy full SHA for 58425ef
Rollup merge of #42756 - sanxiyn:name-for-must-use, r=estebank
Show description for f9edbcc
frewsxcv
authored
f9edbcc
Copy full SHA for f9edbcc
Rollup merge of #42749 - frewsxcv:frewsxcxv/doc-examples, r=QuietMisdreavus
Show description for d3e116a
frewsxcv
authored
d3e116a
Copy full SHA for d3e116a
Rollup merge of #42728 - jseyfried:fix_resolve_perf, r=nrc
Show description for d92edac
frewsxcv
authored
d92edac
Copy full SHA for d92edac
Rollup merge of #42717 - ollie27:into_to_from2, r=sfackler
Show description for dbe16e0
frewsxcv
authored
dbe16e0
Copy full SHA for dbe16e0
Rollup merge of #42271 - tinaun:charfromstr, r=alexcrichton
Show description for 4c43bc3
frewsxcv
authored
4c43bc3
Copy full SHA for 4c43bc3
Add a couple doc additional examples for `env::join_paths`.
frewsxcv
committed
58bbe1d
Copy full SHA for 58bbe1d
Add doc example for `CString::from_raw`.
frewsxcv
committed
93abc2f
Copy full SHA for 93abc2f
Add doc example for `FromBytesWithNulError`.
frewsxcv
committed
d3c26fe
Copy full SHA for d3c26fe
Add doc example for `NulError`.
frewsxcv
committed
4797d84
Copy full SHA for 4797d84
Add doc example for `CStr::to_str`.
frewsxcv
committed
e52d2f2
Copy full SHA for e52d2f2
Add doc example for `CString::as_c_str`.
frewsxcv
committed
0962394
Copy full SHA for 0962394
Add doc example for `Box<CStr>::into_c_string`.
frewsxcv
committed
65793b3
Copy full SHA for 65793b3
Add doc example for `CString::into_boxed_c_str`.
frewsxcv
committed
db97145
Copy full SHA for db97145
Add doc example for `CStr::to_string_lossy`.
frewsxcv
committed
82ba871
Copy full SHA for 82ba871
Add error scenario doc examples for `CStr::from_bytes_with_nul`.
frewsxcv
committed
5d71e8c
Copy full SHA for 5d71e8c
Add doc example for `CStr::to_bytes_with_nul`.
frewsxcv
committed
7f687f8
Copy full SHA for 7f687f8
Add doc example for `CStr::to_bytes`.
frewsxcv
committed
0fad2e0
Copy full SHA for 0fad2e0
Auto merge of #42716 - alexbool:cstr-inlines, r=BurntSushi
Show description for 29bce6e
bors
committed
29bce6e
Copy full SHA for 29bce6e
Update libc to 0.2.24
Show description for 174a7fc
MaloJaffre
committed
174a7fc
Copy full SHA for 174a7fc
Auto merge of #42571 - tlively:wasm-dev, r=alexcrichton
Show description for 380100c
bors
committed
380100c
Copy full SHA for 380100c
added `FromStr` Impl for `char`
tinaun
committed
fd9d7aa
Copy full SHA for fd9d7aa
Mark smaller CStr and CString functions as #[inline]
alexbool
committed
bcb5b13
Copy full SHA for bcb5b13
Auto merge of #42495 - alexcrichton:new-stage0, r=Mark-Simulacrum
Show description for 753fee4
bors
committed
753fee4
Copy full SHA for 753fee4
Bump version and stage0 compiler
alexcrichton
committed
be7ebdd
Copy full SHA for be7ebdd
Auto merge of #42313 - pnkfelix:allocator-integration, r=alexcrichton
Show description for 1143eb2
bors
committed
1143eb2
Copy full SHA for 1143eb2
Auto merge of #42754 - alexcrichton:update-cargo, r=jonathandturner
Show description for e00c040
bors
committed
e00c040
Copy full SHA for e00c040
Commits on Jun 19, 2017
Ignore a spuriously failing test on asmjs
Show description for 55a629d
alexcrichton
committed
55a629d
Copy full SHA for 55a629d
Pagination
Previous
Next
You can’t perform that action at this time.