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_common
/
wtf8.rs
Age
Commit message (
Expand
)
Author
Lines
2020-07-27
mv std libs to library/
mark
-1285
/
+0
2020-05-31
Rollup merge of #72683 - RalfJung:char-debug-check, r=Mark-Simulacrum
Ralf Jung
-4
/
+2
2020-05-30
encode_utf8_raw is not always valid UTF-8; clarify comments
Ralf Jung
-1
/
+1
2020-05-30
also expose and use encode_utf16_raw for wtf8
Ralf Jung
-2
/
+1
2020-05-30
wtf8: use encode_utf8_raw
Ralf Jung
-2
/
+1
2020-05-29
Add Extend::{extend_one,extend_reserve}
Josh Stone
-0
/
+11
2020-04-06
Forward OsStr::clone_into to the inner Vec
Josh Stone
-0
/
+4
2020-03-29
Rollup merge of #69937 - TyPR124:osstr_ascii, r=dtolnay
Dylan DPC
-6
/
+30
2020-03-28
ascii methods on osstr
TyPR124
-6
/
+30
2020-03-16
Fix wrong deref
lzutao
-2
/
+2
2020-03-16
Use sublice patterns to avoid computing the len
lzutao
-12
/
+4
2020-03-07
reduce references on match patterns (clippy::match_ref_pats)
Matthias Krüger
-4
/
+4
2019-11-29
Format libstd with rustfmt
David Tolnay
-121
/
+122
2019-04-26
Use "capacity" as parameter name in with_capacity() methods
Matthias Geier
-3
/
+3
2019-04-05
Use for_each to extend collections
Josh Stone
-3
/
+1
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-9
/
+9
2019-02-28
libstd => 2018
Taiki Endo
-14
/
+14
2019-02-10
libs: doc comments
Alexander Regueiro
-5
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-04
cleanup: remove static lifetimes from consts in libstd
ljedrz
-1
/
+1
2018-11-06
refactor: use shorthand fields
teresy
-2
/
+2
2018-08-20
Replace usages of ptr::offset with ptr::{add,sub}.
Corey Farwell
-1
/
+1
2018-07-27
Prefer to_string() to format!()
ljedrz
-1
/
+1
2018-06-26
migrate codebase to `..=` inclusive range patterns
Zack M. Davis
-6
/
+6
2018-05-09
use fmt::Result where applicable
Andre Bogus
-2
/
+2
2018-04-21
Remove unused methods on the private Wtf8 type
Simon Sapin
-14
/
+0
2018-03-27
Implement `shrink_to` method on collections
Diggory Blake
-0
/
+5
2018-03-21
Deprecate the AsciiExt trait in favor of inherent methods
Simon Sapin
-10
/
+7
2018-03-05
while let all the things
leonardo.yvens
-14
/
+9
2017-12-24
Capture environment at spawn
Diggory Blake
-0
/
+20
2017-12-09
Use Try syntax for Option in place of macros or match
Matt Brubeck
-4
/
+1
2017-11-25
Implement `Rc`/`Arc` conversions for string-like types
Murarth
-0
/
+14
2017-08-13
std: Respect formatting flags for str-like OsStr
Alex Crichton
-3
/
+7
2017-06-15
Avoid allocations in Debug for os_str
Stepan Koltsov
-4
/
+42
2017-05-05
Update documention in windows::ffi
David LeGare
-0
/
+1
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
/
+19
2016-11-01
std: Move sys_common to libstd/sys_common
Brian Anderson
-0
/
+1180