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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
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
-87
/
+83
2018-12-13
Add checked_add method to Instant time type
Linus Färnstrand
-74
/
+62
2018-12-12
use actual invalid string in OsStr::to_string_lossy example
Lyndon Brown
-8
/
+33
2018-12-12
Bump to 1.33.0
Alex Crichton
-8
/
+5
2018-12-11
std: Depend directly on crates.io crates
Alex Crichton
-9
/
+14
2018-12-11
Add missing urls in ffi module docs
Guillaume Gomez
-13
/
+15
2018-12-11
Use iterators instead of raw offsets in Windows argument parser
Michael Howell
-49
/
+45
2018-12-11
Address unused variables warning with TcpStream
varkor
-0
/
+3
2018-12-11
Properly stage new feature gates
Oliver Scherer
-1
/
+1
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
-11
/
+1
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
Update Cargo submodule and its dependencies
Alex Crichton
-4
/
+3
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
-42
/
+206
2018-12-10
Auto merge of #56157 - RalfJung:park, r=nagisa
bors
-5
/
+22
2018-12-09
Add FreeBSD unsigned char platforms to std::os::raw
myfreeweb
-0
/
+8
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-77
/
+77
2018-12-07
Auto merge of #56581 - kennytm:rollup, r=kennytm
bors
-5
/
+9
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
/
+832
2018-12-07
SGX target: implement user memory management
Jethro Beekman
-6
/
+502
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
-5
/
+2824
2018-12-07
Rollup merge of #56561 - Zoxc:too-raw, r=Gankro
kennytm
-0
/
+4
2018-12-07
Rollup merge of #56516 - frewsxcv:frewsxcv-eq, r=Mark-Simulacrum
kennytm
-5
/
+5
2018-12-06
Change sys::Thread::new to take the thread entry as Box<dyn FnBox() + 'static>̣
Jethro Beekman
-8
/
+29
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
-126
/
+250
2018-12-06
Refactor stderr_prints_nothing into a more modular function
Jethro Beekman
-29
/
+28
2018-12-06
Fix bug in from_key_hashed_nocheck
John Kåre Alsaker
-0
/
+4
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
-173
/
+173
2018-12-05
Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNN
Pietro Albini
-4
/
+1
2018-12-05
Rollup merge of #51753 - gruberb:document-from-conversions-libstdpath, r=Quie...
Pietro Albini
-0
/
+20
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
-5
/
+5
2018-12-04
Utilize `?` instead of `return None`.
Corey Farwell
-4
/
+1
2018-12-04
cleanup: remove static lifetimes from consts in libstd
ljedrz
-173
/
+173
2018-12-04
Add extra comment slash
Bastian Gruber
-1
/
+1
2018-12-03
improve wording
Ralf Jung
-3
/
+4
2018-12-03
Rollup merge of #56435 - RalfJung:libstd-without-c, r=alexcrichton
kennytm
-0
/
+3
[prev]
[next]