index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
ffi
Age
Commit message (
Expand
)
Author
Lines
2016-06-19
Document `CStr::as_ptr` dangers.
Aleksey Kladov
-0
/
+32
2016-05-24
std: Stabilize APIs for the 1.10 release
Alex Crichton
-17
/
+22
2016-05-05
Add `Default` implementation for `&CStr` and `CString`
Tobias Bucher
-0
/
+16
2016-04-11
std: Stabilize APIs for the 1.9 release
Alex Crichton
-26
/
+26
2016-03-23
Auto merge of #32454 - eddyb:rollup, r=eddyb
bors
-0
/
+28
2016-03-22
try! -> ?
Jorge Aparicio
-2
/
+2
2016-03-22
Fix Default for OsString/OsStr
Wangshan Lu
-3
/
+3
2016-03-22
Implement Default for OsStr
Wangshan Lu
-0
/
+14
2016-03-22
Implement Default for OsString
Wangshan Lu
-0
/
+14
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-52
/
+0
2016-03-10
Spell fixes for std::ffi doc comments
Craig M. Brandenburg
-3
/
+3
2016-02-23
Auto merge of #30614 - arcnmx:cstr-bytes, r=alexcrichton
bors
-0
/
+78
2016-02-23
Auto merge of #31751 - gkoz:os_str_path_cmp, r=aturon
bors
-0
/
+38
2016-02-23
CStr::from_bytes_with_nul tests
arcnmx
-0
/
+27
2016-02-23
Link cstr from_bytes to tracking issue
arcnmx
-5
/
+5
2016-02-23
Rename CStr::from_bytes to from_bytes_with_nul
arcnmx
-5
/
+5
2016-02-23
CStr::from_bytes
arcnmx
-0
/
+51
2016-02-20
Add Capacity/length methods for OsString.
Corey Farwell
-0
/
+178
2016-02-18
Add mutual PartialEq and PartialCmp impls for OsStr, OsString
Gleb Kozyrev
-0
/
+38
2016-01-27
Fix formatting in documentation of `ffi::CString`
Dirk Gadsden
-2
/
+2
2016-01-24
Add section about memory safety to `ffi::CString` documentation
Dirk Gadsden
-3
/
+15
2016-01-20
Remove leftover import of `std::str` in doc test
Andrea Bedini
-1
/
+0
2016-01-19
Improve CStr::from_ptr example in docs
Andrea Bedini
-2
/
+1
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-11
/
+21
2016-01-07
Move os_str docs to OsString in order to be visible in HTML (fixes #30743)
Georg Brandl
-23
/
+17
2015-12-31
CStr impl stability
arcnmx
-4
/
+4
2015-12-31
impl From<&CStr> for CString
arcnmx
-7
/
+7
2015-12-29
AsRef and related conversions for CString
arcnmx
-2
/
+33
2015-12-18
Use memchr in libstd where possible, closes #30076
Florian Hahn
-1
/
+2
2015-12-10
std: Remove deprecated functionality from 1.5
Alex Crichton
-27
/
+0
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-0
/
+7
2015-11-20
Rename #[deprecated] to #[rustc_deprecated]
Vadim Petrochenkov
-2
/
+2
2015-11-11
Cleaner c_char cfg logic
arcnmx
-5
/
+4
2015-11-11
Prefer raw::c_char or libc::c_char and fix arm
arcnmx
-37
/
+30
2015-10-19
Owned conversions for CString
arcnmx
-2
/
+72
2015-10-01
replaced *_ptr with *_raw methods in docs
Cristian Kubis
-3
/
+3
2015-10-01
doc: fixed swapped docs for from_ptr and from_raw
Cristian Kubis
-4
/
+4
2015-09-14
Auto merge of #28256 - petrochenkov:conv, r=alexcrichton
bors
-11
/
+14
2015-09-11
std: Stabilize/deprecate features for 1.4
Alex Crichton
-11
/
+7
2015-09-09
Reduce code bloat from conversion traits in function parameters
Vadim Petrochenkov
-11
/
+14
2015-09-03
std: Update CString::{into,from}_raw with `*mut T`
Alex Crichton
-8
/
+5
2015-08-18
std: Rename `cstr_memory` feature to use "raw"
Alex Crichton
-5
/
+28
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-13
/
+15
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-5
/
+7
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-09
Make `slice::transmute*` private
Tobias Bucher
-1
/
+1
2015-08-09
Replace many uses of `mem::transmute` with more specific functions
Tobias Bucher
-4
/
+8
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-1
/
+2
2015-07-28
Implement Clone for Box<[T]> where T: Clone
Jonathan Reem
-9
/
+1
2015-07-11
Use escaped byte string representation for CString Debug
Ulrik Sverdrup
-4
/
+16
[next]