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-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
2015-07-09
Test that CStr and CString have equivalent hashes.
Jonathan Reem
-0
/
+15
2015-07-09
Implement Borrow<CStr> for CString and ToOwned for CStr
Jonathan Reem
-1
/
+24
2015-06-17
Add comment about stabilizing CString::from_ptr
Alex Crichton
-0
/
+4
2015-06-17
More test fixes and fallout of stability changes
Alex Crichton
-3
/
+2
2015-06-17
std: Split the `std_misc` feature
Alex Crichton
-1
/
+0
2015-06-05
Add methods for handing CStrings back and forth to C
Jake Goulding
-1
/
+29
2015-06-05
Convert CString to a Box<[u8]>
Jake Goulding
-4
/
+13
2015-05-23
Auto merge of #25416 - kballard:ffi-cstr-to-str-convenience, r=alexcrichton
bors
-0
/
+72
2015-05-22
Add some convenience methods to go from CStr -> str
Kevin Ballard
-0
/
+72
2015-05-16
Simplify CString doc comment
Ben Striegel
-2
/
+1
2015-04-21
std: Remove deprecated AsOsStr/Str/AsSlice traits
Alex Crichton
-57
/
+0
2015-04-15
Fix some typos.
Ms2ger
-1
/
+1
2015-04-14
rollup merge of #24377: apasel422/docs
Alex Crichton
-19
/
+19
2015-04-14
rollup merge of #24350: tbelaire/cstring-doc-from-vec
Alex Crichton
-3
/
+4
2015-04-14
std: Remove old_io/old_path/rand modules
Alex Crichton
-30
/
+0
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-19
/
+19
2015-04-12
References to `CString::from_vec` changed to `new`
Theo Belaire
-3
/
+4
2015-03-31
rollup merge of #23919: alexcrichton/stabilize-io-error
Alex Crichton
-1
/
+1
2015-03-31
std: Stabilize last bits of io::Error
Alex Crichton
-1
/
+1
2015-03-31
Test fixes and rebase conflicts, round 2
Alex Crichton
-1
/
+1
2015-03-31
rollup merge of #23873: alexcrichton/remove-deprecated
Alex Crichton
-128
/
+3
2015-03-31
rollup merge of #23879: seanmonstar/del-from-error
Alex Crichton
-5
/
+5
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-128
/
+3
[next]