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
Age
Commit message (
Expand
)
Author
Lines
2019-08-19
cfg fix 2
Artyom Pavlov
-1
/
+2
2019-08-19
fix cfg
Artyom Pavlov
-11
/
+9
2019-08-19
std: Update `backtrace` crate dependency
Alex Crichton
-1
/
+1
2019-08-19
fix
newpavlov
-3
/
+3
2019-08-19
use const
newpavlov
-2
/
+4
2019-08-19
typo fix
newpavlov
-1
/
+1
2019-08-19
use non-zero clock id
newpavlov
-2
/
+2
2019-08-19
remove libc import
newpavlov
-1
/
+0
2019-08-19
use wasi::get_environ
newpavlov
-30
/
+17
2019-08-19
use wasi::get_args
newpavlov
-37
/
+5
2019-08-19
remove to_string
newpavlov
-1
/
+1
2019-08-19
replace libc::nanosleep with wasi::poll_oneoff
newpavlov
-14
/
+23
2019-08-19
test cases for both `f32` and `f64` on asinh(-0.0)
Phosphorus15
-0
/
+2
2019-08-19
Added negative cases for `asinh` according to IEEE-754.
Phosphorus15
-8
/
+22
2019-08-19
return 0 from errno function
newpavlov
-1
/
+1
2019-08-19
use wasi crate
newpavlov
-376
/
+249
2019-08-17
Fixed: error: unnecessary trailing semicolon
Salim Nasser
-1
/
+1
2019-08-16
Rollup merge of #63613 - petrochenkov:stdhyg, r=alexcrichton
Mazdak Farrokhzad
-13
/
+10
2019-08-16
Add the Layout of the failed allocation to TryReserveError::AllocError
Simon Sapin
-2
/
+6
2019-08-16
Update hashbrown to 0.5.0
Simon Sapin
-2
/
+2
2019-08-16
Rename CollectionAllocError to TryReserveError
Simon Sapin
-9
/
+9
2019-08-15
Remove `__rust_unstable_column`
Vadim Petrochenkov
-4
/
+1
2019-08-15
Hygienize use of built-in macros in the standard library
Vadim Petrochenkov
-9
/
+9
2019-08-15
Rollup merge of #63546 - lzutao:clouldabi-maybeuninit, r=RalfJung
Mazdak Farrokhzad
-14
/
+18
2019-08-15
Rollup merge of #63155 - mfkl:uwp-msvc, r=alexcrichton
Mazdak Farrokhzad
-2
/
+2
2019-08-15
Fix gramitcal error in read_dir example
Ali Raheem
-1
/
+1
2019-08-15
Remove uses of `mem::uninitialized()` from cloudabi
Lzu Tao
-14
/
+18
2019-08-14
Handle cfg(bootstrap) throughout
Mark Rousskov
-55
/
+19
2019-08-12
Rollup merge of #63480 - OptimisticPeach:patch-1, r=Centril
Mazdak Farrokhzad
-1
/
+1
2019-08-12
Rollup merge of #63461 - tommilligan:doc-var-panic, r=joshtriplett
Mazdak Farrokhzad
-0
/
+12
2019-08-12
Fixes #63477
OptimisticPeach
-1
/
+1
2019-08-11
Rollup merge of #61969 - MikailBag:master, r=Centril
Mark Rousskov
-0
/
+30
2019-08-11
docs: add stdlib env::var(_os) panic
Tom Milligan
-0
/
+12
2019-08-10
Rollup merge of #63350 - iluuu1994:use-associated-type-bounds, r=Centril
Mazdak Farrokhzad
-2
/
+11
2019-08-10
Give built-in macros stable addresses in the standard library
Vadim Petrochenkov
-21
/
+30
2019-08-09
Add FIXME-s that some types should be transparent
Mikail Bagishov
-0
/
+30
2019-08-09
Add missing #![feature(associated_type_bounds)]
Ilija Tovilo
-0
/
+1
2019-08-09
Postpone deprecating try! until 1.39.0
Lzu Tao
-1
/
+2
2019-08-09
Deprecate `try!` macro
BO41
-1
/
+4
2019-08-08
Use associated_type_bounds where applicable - closes #61738
Ilija Tovilo
-2
/
+10
2019-08-08
Remove Iteration order heading
Ali Raheem
-4
/
+0
2019-08-08
Rollup merge of #63332 - marmistrz:truncate, r=alexcrichton
Mazdak Farrokhzad
-3
/
+11
2019-08-08
Move the TryInto import into the inner scope
Marcin Mielniczuk
-1
/
+1
2019-08-08
Rollup merge of #63327 - lzutao:fix-as_raw_stat-dep-msg, r=Mark-Simulacrum
Mazdak Farrokhzad
-3
/
+4
2019-08-07
Add fs::read_dir() and ReadDir warning about iterator order + example
Ali Raheem
-0
/
+32
2019-08-06
Fix cfg_if usage
Jeremy Soller
-2
/
+2
2019-08-06
redox: convert to target_family unix
Jeremy Soller
-6425
/
+551
2019-08-06
Add an overflow check in truncate implementation for Unix.
Marcin Mielniczuk
-3
/
+11
2019-08-06
avoid unnecessary reservations in std::io::Take::read_to_end
Jack O'Connor
-8
/
+58
2019-08-06
doc: Reword deprecation message of MetadataExt::as_raw_stat
Lzu Tao
-3
/
+4
[prev]
[next]