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
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