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
/
cloudabi
Age
Commit message (
Expand
)
Author
Lines
2019-02-13
impl Deref/DerefMut for IoVec types
Steven Fackler
-3
/
+3
2019-02-13
Add vectored read and write support
Steven Fackler
-18
/
+50
2019-02-10
libs: doc comments
Alexander Regueiro
-9
/
+7
2019-01-13
Cosmetic improvements
Alexander Regueiro
-1
/
+1
2019-01-07
std: Force `Instant::now()` to be monotonic
Alex Crichton
-0
/
+8
2019-01-03
Fix repeated word typos
Wiktor Kuchta
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-200
/
+0
2018-12-21
Auto merge of #56813 - oli-obk:main_đ§¶, r=pnkfelix
bors
-1
/
+0
2018-12-14
Remove dead code
Oliver Scherer
-1
/
+0
2018-12-13
Fix dur2intervals import on cloudabi
Linus FĂ€rnstrand
-5
/
+9
2018-12-13
Add checked_sub for Instant and SystemTime
Linus FĂ€rnstrand
-23
/
+14
2018-12-13
Add checked_add method to Instant time type
Linus FĂ€rnstrand
-13
/
+6
2018-12-06
Change sys::Thread::new to take the thread entry as Box<dyn FnBox() + 'static>ÌŁ
Jethro Beekman
-1
/
+2
2018-12-06
Refactor net::each_addr/lookup_host to forward error from resolve
Jethro Beekman
-6
/
+25
2018-12-06
Refactor stderr_prints_nothing into a more modular function
Jethro Beekman
-2
/
+2
2018-12-04
cleanup: remove static lifetimes from consts in libstd
ljedrz
-7
/
+7
2018-11-25
Auto merge of #55527 - sgeisler:time-checked-add, r=sfackler
bors
-6
/
+13
2018-11-15
Implement checked_add_duration for SystemTime
Sebastian Geisler
-6
/
+13
2018-11-11
std: Delete the `alloc_system` crate
Alex Crichton
-0
/
+2
2018-11-06
refactor: use shorthand fields
teresy
-2
/
+2
2018-08-31
Make `Condvar::new` and `RWLock::new` min const fn for cloudabi
Oliver Schneider
-6
/
+10
2018-08-18
Auto merge of #53436 - cuviper:trace_fn-stop, r=alexcrichton
bors
-8
/
+10
2018-08-16
std: stop backtracing when the frames are full
Josh Stone
-8
/
+10
2018-08-15
Make cloudapi enums #[non_exhaustive]
varkor
-9
/
+9
2018-07-10
Add missing `dyn` for cloudabi, redox, unix and wasm
ljedrz
-1
/
+1
2018-04-13
std: Minimize size of panicking on wasm
Alex Crichton
-0
/
+4
2018-04-12
Import the `alloc` crate as `alloc_crate` in std
Simon Sapin
-1
/
+1
2018-03-24
Fix build on non-Unix platforms
Tatsuyuki Ishi
-0
/
+1
2018-03-03
Move process::ExitCode internals to sys
Scott McMurray
-0
/
+12
2018-01-31
Use a range to identify SIGSEGV in stack guards
Josh Stone
-2
/
+3
2018-01-26
Print inlined functions on Windows
John KÄre Alsaker
-0
/
+1
2018-01-11
Add shims for modules that we can't implement on CloudABI.
Ed Schouten
-0
/
+979
2018-01-11
Implement libstd for CloudABI.
Ed Schouten
-0
/
+1154
2018-01-11
Import the CloudABI system call bindings into the libstd tree.
Ed Schouten
-0
/
+2898
[prev]