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
2018-12-31
Bound sgx target_env with fortanix as target_vendor
Yu Ding
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-199
/
+0
2018-12-24
std: Use backtrace-sys from crates.io
Alex Crichton
-51
/
+29
2018-12-14
std: Use `rustc_demangle` from crates.io
Alex Crichton
-228
/
+11
2018-12-11
Remove unnecessary feature gates from const fns
Oliver Scherer
-3
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-12-07
SGX target: implement synchronization primitives and threading
Jethro Beekman
-0
/
+3
2018-12-07
Add x86_64-fortanix-unknown-sgx target to libstd and dependencies
Jethro Beekman
-3
/
+5
2018-12-06
Refactor net::each_addr/lookup_host to forward error from resolve
Jethro Beekman
-16
/
+58
2018-12-06
Refactor stderr_prints_nothing into a more modular function
Jethro Beekman
-4
/
+3
2018-12-04
cleanup: remove static lifetimes from consts in libstd
ljedrz
-1
/
+1
2018-11-11
std: Delete the `alloc_system` crate
Alex Crichton
-0
/
+51
2018-11-06
refactor: use shorthand fields
teresy
-3
/
+3
2018-09-15
Improve output if no_lookup_host_duplicates fails
Philip Munksgaard
-2
/
+3
2018-09-04
Breaking change upgrades
Mark Rousskov
-1
/
+1
2018-08-20
Replace usages of ptr::offset with ptr::{add,sub}.
Corey Farwell
-1
/
+1
2018-08-08
avoid using the word 'initialized' to talk about that non-reentrant-capable s...
Ralf Jung
-3
/
+5
2018-08-06
actually, reentrant uninitialized mutex acquisition is outright UB
Ralf Jung
-9
/
+7
2018-08-06
argue why at_exit_imp is fine
Ralf Jung
-3
/
+3
2018-08-06
I think we have to strengthen Mutex::init UB
Ralf Jung
-1
/
+1
2018-08-06
clarify partially initialized Mutex issues
Ralf Jung
-0
/
+13
2018-07-29
Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov
bors
-1
/
+1
2018-07-27
Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum
bors
-9
/
+9
2018-07-27
Prefer to_string() to format!()
ljedrz
-1
/
+1
2018-07-23
libstd: Prefer `Option::map`/etc over `match` where applicable
Colin Wallace
-5
/
+4
2018-07-10
Deny bare trait objects in `src/libstd`.
ljedrz
-9
/
+9
2018-07-02
Make Stdio handle UnwindSafe
Evan Simmons
-0
/
+4
2018-06-26
migrate codebase to `..=` inclusive range patterns
Zack M. Davis
-7
/
+7
2018-06-17
libstd: add an RAII utility for sys_common::mutex::Mutex
NODA, Kai
-17
/
+39
2018-05-12
Rollup merge of #50550 - llogiq:fmt-result, r=petrochenkov
Mark Simulacrum
-2
/
+2
2018-05-09
use fmt::Result where applicable
Andre Bogus
-2
/
+2
2018-05-07
Add explanation for #[must_use] on mutex guards
Manish Goregaokar
-1
/
+1
2018-04-21
Remove unused methods on the private Wtf8 type
Simon Sapin
-14
/
+0
2018-04-13
std: Minimize size of panicking on wasm
Alex Crichton
-14
/
+22
2018-04-12
Import the `alloc` crate as `alloc_crate` in std
Simon Sapin
-3
/
+3
2018-04-12
Move Utf8Lossy decoder to libcore
Simon Sapin
-1
/
+1
2018-04-04
Auto merge of #48575 - ishitatsuyuki:unix-no-thread, r=alexcrichton
bors
-0
/
+4
2018-03-27
Implement `shrink_to` method on collections
Diggory Blake
-0
/
+5
2018-03-23
Rollup merge of #48624 - bdrewery:freebsd-posix-spawn, r=alexcrichton
Alex Crichton
-0
/
+12
2018-03-21
Deprecate the AsciiExt trait in favor of inherent methods
Simon Sapin
-10
/
+7
2018-03-19
Simplify PATH key comparison
Bryan Drewery
-1
/
+1
2018-03-19
Don't use posix_spawn() if PATH was modified in the environment.
Bryan Drewery
-0
/
+12
2018-03-18
rustc_driver: get rid of extra thread on Unix
Tatsuyuki Ishi
-0
/
+4
2018-03-05
while let all the things
leonardo.yvens
-14
/
+9
2018-02-17
fix more typos found by codespell.
Matthias Krüger
-2
/
+2
2018-01-31
Use a range to identify SIGSEGV in stack guards
Josh Stone
-4
/
+5
2018-01-26
Print inlined functions on Windows
John Kåre Alsaker
-0
/
+3
2018-01-16
Only link res_init() on GNU/*nix
Ryan Cumming
-21
/
+3
2018-01-11
Add shims for modules that we can't implement on CloudABI.
Ed Schouten
-4
/
+1
2018-01-11
Implement libstd for CloudABI.
Ed Schouten
-0
/
+3
[next]