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
/
sys
/
unix
/
os_str.rs
Age
Commit message (
Expand
)
Author
Lines
2017-12-18
Add lossless debug implementation for unix OsStrs
Diggory Blake
-1
/
+2
2017-11-25
Implement `Rc`/`Arc` conversions for string-like types
Murarth
-0
/
+24
2017-06-15
Avoid allocations in Debug for os_str
Stepan Koltsov
-7
/
+20
2017-03-15
Auto merge of #40009 - clarcharr:box_to_buf, r=alexcrichton
bors
-0
/
+6
2017-03-10
Add From<Box<..>> implementations.
Clar Charr
-0
/
+6
2017-03-10
OsString::shrink_to_fit.
Clar Charr
-0
/
+5
2017-02-14
Conversions between CStr/OsStr/Path and boxes.
Clar Charr
-0
/
+16
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-2
/
+0
2016-02-20
Add Capacity/length methods for OsString.
Corey Farwell
-0
/
+41
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-1
/
+1
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-1
/
+2
2015-03-26
Revise use of conversion traits
Aaron Turon
-4
/
+0
2015-03-18
Register new snapshots
Alex Crichton
-2
/
+0
2015-03-16
impl<T> [T]
Jorge Aparicio
-0
/
+1
2015-03-12
std: Remove #[allow] directives in sys modules
Alex Crichton
-1
/
+1
2015-03-02
Enable recursion for visit_ty in lint visitor
Ivan Petkov
-2
/
+3
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-1
/
+1
2015-02-03
Add new path module
Aaron Turon
-1
/
+1
2015-01-24
Add ffi::OsString and OsStr
Aaron Turon
-0
/
+86