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-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
2019-08-09
Add FIXME-s that some types should be transparent
Mikail Bagishov
-0
/
+12
2019-08-02
Remove extraneous {} in use stmts in doc comments.
Bruce Mitchener
-2
/
+2
2019-07-14
Auto merge of #62610 - Stargateur:fix-miri-error-cstring-into_inner, r=RalfJung
bors
-5
/
+6
2019-07-13
Fix miri error in into_inner() of CString
Antoine PLASKOWSKI
-5
/
+6
2019-07-07
Add missing urls for osstr
Guillaume Gomez
-3
/
+4
2019-06-17
Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C...
Andrei Homescu
-1
/
+1
2019-05-20
Rollup merge of #60511 - taiki-e:libstd-intra-doc, r=Dylan-DPC
Mazdak Farrokhzad
-0
/
+2
2019-05-04
Fix intra-doc link resolution failure on re-exporting libstd
Taiki Endo
-0
/
+2
2019-05-01
as_ptr returns a read-only pointer
Ralf Jung
-2
/
+7
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
-11
/
+11
2019-03-09
Use lifetime contravariance to elide more lifetimes in core+alloc+std
Scott McMurray
-14
/
+14
2019-02-28
libstd => 2018
Taiki Endo
-34
/
+34
2019-02-20
Rollup merge of #58553 - scottmcm:more-ihle, r=Centril
kennytm
-4
/
+4
2019-02-17
Use more impl header lifetime elision
Scott McMurray
-4
/
+4
2019-02-10
libs: doc comments
Alexander Regueiro
-2
/
+2
[next]