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
2020-07-27
mv std libs to library/
mark
-3333
/
+0
2020-07-18
Update stability attribute for CStr indexing
David Tolnay
-1
/
+1
2020-07-18
impl Index<RangeFrom<usize>> for CStr
1011X
-0
/
+38
2020-06-15
Rollup merge of #73139 - poliorcetics:cstring-from-vec-with-nul, r=dtolnay
Ralf Jung
-6
/
+183
2020-06-14
Update to use the new error type and correctly compile the doc tests
Alexis Bourget
-16
/
+21
2020-06-14
Add a new error type for the new method
Alexis Bourget
-0
/
+98
2020-06-14
Removing the TryFrom impl
Alexis Bourget
-14
/
+0
2020-06-11
Fix the link in the TryFrom impl
Alexis Bourget
-1
/
+1
2020-06-11
Add a TryFrom<Vec<u8>> impl that mirror from_vec_with_nul
Alexis Bourget
-0
/
+14
2020-06-09
Move to unstable, linking the issue
Alexis Bourget
-2
/
+2
2020-06-08
Add methods to go from a nul-terminated Vec<u8> to a CString, checked and unc...
Alexis Bourget
-3
/
+77
2020-06-03
Added a warning to CString::into_raw too
Alexis Bourget
-0
/
+5
2020-06-03
Added the documentation about length to CString::from_raw
Alexis Bourget
-0
/
+6
2020-05-19
Auto merge of #71447 - cuviper:unsized_cow, r=dtolnay
bors
-0
/
+22
2020-04-29
Implement FromStr for OsString
Mike Hommey
-0
/
+10
2020-04-22
impl From<Cow> for boxed slices and strings
Josh Stone
-0
/
+22
2020-04-15
big-O notation: parenthesis, multiplication and backticks
Ralf Jung
-2
/
+2
2020-04-06
Forward OsStr::clone_into to the inner Vec
Josh Stone
-2
/
+1
2020-04-06
Implement ToOwned::clone_into for CStr
Josh Stone
-0
/
+17
2020-03-28
add tracking issue
TyPR124
-6
/
+6
2020-03-28
move doc links for consistency
TyPR124
-4
/
+4
2020-03-28
remove unnecessary comments
TyPR124
-2
/
+0
2020-03-28
ascii methods on osstr
TyPR124
-0
/
+143
2020-03-20
add comment about maintaining OsStr encoding
TyPR124
-0
/
+2
2020-03-16
add comments about safety
TyPR124
-0
/
+4
2020-03-16
allowing getting &mut OsStr from OsString
TyPR124
-0
/
+21
2020-02-15
Rollup merge of #64069 - danielhenrymantilla:feature/cstring_from_vec_of_nonz...
Dylan DPC
-0
/
+27
2020-02-04
Added From<Vec<NonZeroU8>> for CString
Daniel Henry-Mantilla
-0
/
+27
2020-01-10
inline `impl AsRef<OsStr> for OsString`
Lzu Tao
-0
/
+1
2020-01-10
Inline to make OsStr::is_empty zero cost
Lzu Tao
-0
/
+1
2020-01-07
Remove insignificant notes from CStr documentation
David Tolnay
-10
/
+0
2019-12-24
Deprecate Error::description for real
David Tolnay
-0
/
+5
2019-12-22
Format the world
Mark Rousskov
-54
/
+77
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-1
/
+1
2019-12-18
Propagate cfg bootstrap
Mark Rousskov
-3
/
+2
2019-12-13
Require stable/unstable annotations for the constness of all stable functions...
Oliver Scherer
-1
/
+3
2019-12-09
inline some common methods on OsStr
Lzu Tao
-0
/
+8
2019-11-29
Format libstd with rustfmt
David Tolnay
-8
/
+10
2019-10-29
doc: use new feature gate for c_void type
Lzu Tao
-1
/
+1
2019-10-18
Avoid realloc in `CString::new`
Shotaro Yamada
-1
/
+25
2019-10-13
Implement Error::source on IntoStringError
Linus Färnstrand
-1
/
+1
2019-09-14
Rollup merge of #64203 - alexreg:rush-pr-2, r=centril
Mazdak Farrokhzad
-1
/
+1
2019-09-09
Update added backticks around a function call
hman523
-1
/
+1
2019-09-09
Fixed documentation within c_str::from_ptr
hman523
-2
/
+4
2019-09-06
A few cosmetic improvements to code & comments in liballoc and libcore
Alexander Regueiro
-1
/
+1
2019-08-22
Fix for 7e13679.
Tomasz Różański
-2
/
+2
2019-08-22
Change variables names to be more consistent.
Tomasz Różański
-16
/
+16
2019-08-22
Fix punctuation.
Tomasz Różański
-1
/
+1
2019-08-22
Remove redundant `mut`.
Tomasz Różański
-1
/
+1
2019-08-11
Rollup merge of #61969 - MikailBag:master, r=Centril
Mark Rousskov
-0
/
+12
[next]