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
/
os_str.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-04
Mark unix::ffi::OsStrExt methods as inline
Konrad Borowski
-0
/
+1
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-4
/
+4
2019-03-09
Use lifetime contravariance to elide more lifetimes in core+alloc+std
Scott McMurray
-8
/
+8
2019-02-28
libstd => 2018
Taiki Endo
-12
/
+12
2019-02-20
Rollup merge of #58553 - scottmcm:more-ihle, r=Centril
kennytm
-2
/
+2
2019-02-17
Use more impl header lifetime elision
Scott McMurray
-2
/
+2
2019-02-10
libs: doc comments
Alexander Regueiro
-1
/
+1
2019-02-10
tests: doc comments
Alexander Regueiro
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-12
use actual invalid string in OsStr::to_string_lossy example
Lyndon Brown
-8
/
+33
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-12-03
Rollup merge of #56432 - ordovicia:shrink-to-issue, r=Centril
kennytm
-1
/
+1
2018-12-02
Update issue number of `shrink_to` methods to point the tracking issue
Hidehito Yabuuchi
-1
/
+1
2018-11-21
OsStr: clarify `len()` method documentation
Lyndon Brown
-6
/
+11
2018-11-21
OsString: mention storage form in discussion
Lyndon Brown
-0
/
+7
2018-09-17
OsStr: Document that it's not NUL terminated
Colin Walters
-1
/
+4
2018-09-13
Fix the stable release of os_str_str_ref_eq
Josh Stone
-2
/
+2
2018-09-06
Fix link
Guillaume Gomez
-3
/
+0
2018-08-11
Add links to std::char::REPLACEMENT_CHARACTER from docs.
Corey Farwell
-1
/
+3
2018-07-23
Seperate summaries from rest of the comment
Markus Wein
-0
/
+1
2018-07-16
Document From conversions for OsString and OsStr
Markus Wein
-0
/
+21
2018-07-12
Rollup merge of #51912 - mbrubeck:more_box_slice_clone, r=alexcrichton
kennytm
-0
/
+8
2018-07-06
impl Clone for Box<CStr>, Box<OsStr>, Box<Path>
Matt Brubeck
-0
/
+8
2018-06-29
Fix stability attributes
Gabriel Majeri
-2
/
+2
2018-06-29
Implement PartialEq between &str and OsString
Gabriel Majeri
-0
/
+14
2018-05-09
Update features to 1.28.0
George Burton
-4
/
+4
2018-04-27
Update the stable attributes to use the current nightly version number
George Burton
-4
/
+4
2018-04-27
Add cstring_from_cow_cstr and osstring_from_cow_osstr
George Burton
-0
/
+8
2018-04-22
Implement From for more types on Cow
George Burton
-0
/
+24
2018-04-16
Remove unwanted auto-linking and update
Guillaume Gomez
-2
/
+3
2018-03-27
Implement `shrink_to` method on collections
Diggory Blake
-0
/
+30
2018-01-11
s/OsStr/&OsStr in docs to align with &str/String comparison
muvlon
-2
/
+3
2018-01-11
Fix dead links in docs for OsStr
muvlon
-0
/
+2
2018-01-11
Fix confusing documentation for OsStr
muvlon
-1
/
+1
2017-12-27
Correct a few stability attributes
Oliver Middleton
-4
/
+4
2017-11-25
Implement `Rc`/`Arc` conversions for string-like types
Murarth
-0
/
+58
2017-10-20
Fix most rendering warnings from switching to CommonMark
steveklabnik
-2
/
+1
2017-10-13
Rollup merge of #44855 - federicomenaquintero:master, r=steveklabnik
kennytm
-2
/
+49
2017-10-02
Fix broken links in documentation
Federico Mena Quintero
-3
/
+3
2017-09-30
Cast inner type in OsStr::bytes
Nikolai Vazquez
-1
/
+1
2017-09-28
Remove unused 'mem' import in 'os_str' module
Nikolai Vazquez
-1
/
+0
2017-09-28
Remove mem::transmute used in OsStr conversions
Nikolai Vazquez
-7
/
+10
2017-09-26
os_str: Fix too-long lines
Federico Mena Quintero
-4
/
+4
2017-09-25
Overhaul the documentation for OsString / OsStr
Federico Mena Quintero
-2
/
+49
2017-08-15
Fix typos & us spellings
Fourchaux
-1
/
+1
2017-07-25
std: Stabilize the `str_{mut,box}_extras` feature
Alex Crichton
-2
/
+0
2017-07-25
std: Stabilize CString/OsString/PathBuf extra methods
Alex Crichton
-2
/
+2
2017-07-04
Rollup merge of #42227 - ollie27:into_to_from, r=aturon
Mark Simulacrum
-4
/
+4
2017-06-28
Auto merge of #42745 - sfackler:1.19-stabilization, r=alexcrichton
bors
-3
/
+1
2017-06-25
Reword OsStr docs to clarify that utf8 may contain nulls
Casey Rodarmor
-1
/
+1
[next]