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
/
sys
/
unix
/
time.rs
Age
Commit message (
Expand
)
Author
Lines
2017-10-20
Fix some tests for linux gnux32
Marco A L Barbosa
-2
/
+2
2017-09-07
Properly detect overflow in Instance +/- Duration.
kennytm
-7
/
+15
2017-04-25
Fix a copy-paste error in `Instant::sub_duration`
Tobias Bucher
-1
/
+1
2016-07-12
Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}`
Tobias Bucher
-2
/
+4
2016-05-24
std: Stabilize APIs for the 1.10 release
Alex Crichton
-188
/
+130
2016-04-07
Fix libstd on DragonFly
Michael Neumann
-1
/
+6
2016-03-15
std: Fix overflow when subtracting Instant
Alex Crichton
-4
/
+4
2016-02-04
std: Expose SystemTime accessors on fs::Metadata
Alex Crichton
-0
/
+12
2015-12-04
Fix the time overflow on mac as well
Sean Griffin
-1
/
+1
2015-12-02
Ensure two `SystemTime`s are equal when nanos add to exactly 1B
Sean Griffin
-1
/
+1
2015-11-19
std: Add Instant and SystemTime to std::time
Alex Crichton
-55
/
+326
2015-11-18
Fix buildbot failures
Vadim Petrochenkov
-0
/
+1
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+1
2015-11-09
std: Migrate to the new libc
Alex Crichton
-13
/
+4
2015-10-28
Port the standard crates to PNaCl/NaCl.
Richard Diamond
-3
/
+3
2015-09-21
Various fixes for NetBSD/amd64
Sebastian Wicki
-0
/
+2
2015-07-01
Add netbsd amd64 support
Alex Newman
-0
/
+1
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-2
/
+2
2015-05-13
std: Redesign Duration, implementing RFC 1040
Alex Crichton
-18
/
+12
2015-04-27
std: Prepare for linking to musl
Alex Crichton
-1
/
+2
2015-03-12
std: Remove #[allow] directives in sys modules
Alex Crichton
-5
/
+3
2015-02-11
fixing trailing whitespace errors
Dave Huseby
-1
/
+1
2015-02-11
bitrig integration
Dave Huseby
-1
/
+4
2015-02-01
openbsd support
Sébastien Marie
-1
/
+2
2015-01-16
Rewrite Condvar::wait_timeout and make it public
Steven Fackler
-0
/
+124