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
Age
Commit message (
Expand
)
Author
Lines
2018-12-13
Fix dur2intervals import on cloudabi
Linus Färnstrand
-5
/
+9
2018-12-13
Fix checked_add/sub for sys/sgx/time.rs
Linus Färnstrand
-11
/
+7
2018-12-13
Add checked_sub for Instant and SystemTime
Linus Färnstrand
-85
/
+61
2018-12-13
Add checked_add method to Instant time type
Linus Färnstrand
-72
/
+37
2018-12-12
Bump to 1.33.0
Alex Crichton
-1
/
+1
2018-12-11
std: Depend directly on crates.io crates
Alex Crichton
-1
/
+1
2018-12-11
Use iterators instead of raw offsets in Windows argument parser
Michael Howell
-49
/
+45
2018-12-11
Remove some dead code from `sgx`
Oliver Scherer
-15
/
+0
2018-12-11
Remove unnecessary feature gates from const fns
Oliver Scherer
-7
/
+0
2018-12-10
Fix iterator nits
Michael Howell
-18
/
+7
2018-12-10
Fix nit
Michael Howell
-4
/
+6
2018-12-10
Fix nits
Michael Howell
-3
/
+10
2018-12-10
Fix poorly-transcribed test case
Michael Howell
-3
/
+3
2018-12-10
Fix nitpicks
Michael Howell
-23
/
+21
2018-12-10
Remove dependency on shell32.dll #56510
Michael Howell
-41
/
+206
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-12
/
+12
2018-12-07
Auto merge of #56581 - kennytm:rollup, r=kennytm
bors
-1
/
+1
2018-12-07
SGX target: implement command-line arguments and environment variables
Jethro Beekman
-25
/
+70
2018-12-07
SGX target: implement time
Jethro Beekman
-3
/
+9
2018-12-07
SGX target: implement networking
Jethro Beekman
-53
/
+167
2018-12-07
SGX target: implement streams
Jethro Beekman
-28
/
+134
2018-12-07
SGX target: implement synchronization primitives and threading
Jethro Beekman
-76
/
+828
2018-12-07
SGX target: implement user memory management
Jethro Beekman
-5
/
+500
2018-12-07
SGX target: add thread local storage
Jethro Beekman
-17
/
+277
2018-12-07
Add x86_64-fortanix-unknown-sgx target to libstd and dependencies
Jethro Beekman
-0
/
+2807
2018-12-07
Rollup merge of #56516 - frewsxcv:frewsxcv-eq, r=Mark-Simulacrum
kennytm
-1
/
+1
2018-12-06
Change sys::Thread::new to take the thread entry as Box<dyn FnBox() + 'static>̣
Jethro Beekman
-5
/
+10
2018-12-06
Update compiler_builtins and remove wasm f32<->f64 math conversions
Jethro Beekman
-67
/
+14
2018-12-06
Refactor net::each_addr/lookup_host to forward error from resolve
Jethro Beekman
-86
/
+178
2018-12-06
Refactor stderr_prints_nothing into a more modular function
Jethro Beekman
-10
/
+14
2018-12-06
Rollup merge of #56525 - udoprog:linux-current-exe, r=alexcrichton
Pietro Albini
-5
/
+8
2018-12-05
Rollup merge of #56497 - ljedrz:cleanup_libstd_const_lifetimes, r=kennytm
Pietro Albini
-148
/
+148
2018-12-05
Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNN
Pietro Albini
-4
/
+1
2018-12-05
Avoid extra copy and syscall in std::env::current_exe
John-John Tedro
-5
/
+8
2018-12-04
Replace usages of `..i + 1` ranges with `..=i`.
Corey Farwell
-1
/
+1
2018-12-04
Utilize `?` instead of `return None`.
Corey Farwell
-4
/
+1
2018-12-04
cleanup: remove static lifetimes from consts in libstd
ljedrz
-148
/
+148
2018-12-03
Rollup merge of #56419 - mark-i-m:remove-try, r=Centril
kennytm
-2
/
+2
2018-12-03
Auto merge of #56394 - cuviper:interrupted-timeout, r=sfackler
bors
-4
/
+6
2018-12-02
Auto merge of #56275 - RalfJung:win-mutex, r=SimonSapin
bors
-9
/
+9
2018-12-02
no reason to use mutable references here at all
Ralf Jung
-12
/
+4
2018-12-01
remove some uses of try!
Mark Mansi
-2
/
+2
2018-11-30
Deal with EINTR in net timeout tests
Josh Stone
-4
/
+6
2018-11-29
Rollup merge of #56149 - ariasuni:improve-amctime-doc, r=TimNN
Guillaume Gomez
-6
/
+12
2018-11-28
get_ref -> get_mut
Ralf Jung
-8
/
+8
2018-11-28
fix build
Ralf Jung
-5
/
+13
2018-11-28
put the MaybeUninit inside the UnsafeCell
Ralf Jung
-10
/
+7
2018-11-27
add comments explaining our uses of get_ref/get_mut for MaybeUninit
Ralf Jung
-0
/
+3
2018-11-27
fix build
Ralf Jung
-1
/
+1
2018-11-27
use MaybeUninit instead of mem::uninitialized for Windows Mutex
Ralf Jung
-9
/
+9
[prev]
[next]