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
Age
Commit message (
Expand
)
Author
Lines
2020-07-17
std: Switch from libbacktrace to gimli
Alex Crichton
-2
/
+1
2020-07-15
Simplify os_str_bytes cfg expression.
Eric Huss
-8
/
+3
2020-07-15
Introduce restricted-std feature.
Eric Huss
-0
/
+3
2020-07-12
adjust remaining targets
Ralf Jung
-1
/
+1
2020-07-12
rename fast_thread_local -> thread_local_dtor; thread_local -> thread_local_key
Ralf Jung
-37
/
+54
2020-06-10
Migrate to numeric associated consts
Lzu Tao
-3
/
+3
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-05-17
abort_internal is safe
Ralf Jung
-3
/
+1
2020-05-02
Replace `cfg` macro with attribute.
Markus Reiter
-6
/
+9
2020-04-26
Update name
Steven Fackler
-4
/
+4
2020-04-26
Add Read/Write::can_read/write_vectored
Steven Fackler
-0
/
+10
2020-04-14
Add illumos triple
Patrick Mooney
-2
/
+2
2020-04-06
Forward OsStr::clone_into to the inner Vec
Josh Stone
-0
/
+8
2020-03-31
Inline start_thread into its callers.
Vytautas Astrauskas
-11
/
+0
2020-03-29
Rollup merge of #69937 - TyPR124:osstr_ascii, r=dtolnay
Dylan DPC
-6
/
+60
2020-03-28
ascii methods on osstr
TyPR124
-6
/
+60
2020-03-27
Rollup merge of #70048 - TyPR124:mutable_osstr, r=dtolnay
Dylan DPC
-0
/
+11
2020-03-21
Rollup merge of #69955 - alexcrichton:stderr-infallible, r=sfackler
Dylan DPC
-63
/
+51
2020-03-20
remove redundant returns (clippy::needless_return)
Matthias Krüger
-1
/
+1
2020-03-20
Fix abort-on-eprintln during process shutdown
Alex Crichton
-63
/
+51
2020-03-16
add comments about safety
TyPR124
-0
/
+6
2020-03-16
allowing getting &mut OsStr from OsString
TyPR124
-0
/
+5
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
-5
/
+5
2020-03-07
Use writeln!(fmt, "word") instead of write!(fmt, "word\n") (clippy::write_wit...
Matthias Krüger
-1
/
+1
2020-02-11
Fix failing backtrace ui tests
Jane Lusby
-0
/
+1
2020-01-20
refactor fix using cfg_if! (fix build on Solaris)
Vita Batrla
-0
/
+1
2020-01-18
refactor fix using cfg_if! (fix build)
Vita Batrla
-6
/
+16
2020-01-17
refactor fix using cfg_if!
Vita Batrla
-120
/
+55
2020-01-17
Options IP_MULTICAST_TTL and IP_MULTICAST_LOOP are 1 byte on BSD and Solaris
Vita Batrla
-18
/
+50
2020-01-10
Inline to make OsStr::is_empty zero cost
Lzu Tao
-0
/
+1
2020-01-06
Auto merge of #66899 - msizanoen1:riscv-std, r=alexcrichton
bors
-1
/
+2
2020-01-02
Use drop instead of the toilet closure `|_| ()`
Lzu Tao
-2
/
+2
2020-01-01
Add support for RISC-V 64-bit GNU/Linux
msizanoen1
-1
/
+2
2019-12-24
Deprecate Error::description for real
David Tolnay
-0
/
+3
2019-12-22
Format the world
Mark Rousskov
-88
/
+126
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-2
/
+2
2019-12-09
inline some common methods on OsStr
Lzu Tao
-0
/
+2
2019-11-29
Format libstd with rustfmt
David Tolnay
-314
/
+346
2019-11-13
Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavus
Yuki Okushi
-1
/
+1
2019-11-11
Don't attempt to get cwd when printing backtrace under Miri
Aaron Hill
-1
/
+8
2019-11-06
rename cfg(rustdoc) into cfg(doc)
Guillaume Gomez
-1
/
+1
2019-10-20
Merge branch 'master' into rusty-hermit
Stefan Lankes
-29
/
+39
2019-10-16
doc: fix typo in OsStrExt and OsStringExt
Ben Boeckel
-4
/
+4
2019-10-06
redesign of the interface to the unikernel HermitCore
Stefan Lankes
-0
/
+2
[next]