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
/
time
Age
Commit message (
Expand
)
Author
Lines
2016-04-18
Panic on overflow in `Duration::new` constructor
Tobias Bucher
-1
/
+7
2016-04-02
Inline Duration constructors and accessors
Steven Fackler
-0
/
+5
2016-03-26
Rollup merge of #32448 - sfackler:time-augmented-assignment, r=alexcrichton
Manish Goregaokar
-2
/
+58
2016-03-23
Add code examples for libstd/time
Guillaume Gomez
-0
/
+50
2016-03-22
Add augmented assignment operator impls for time types
Steven Fackler
-2
/
+58
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-16
/
+0
2016-02-29
std: Stabilize APIs for the 1.8 release
Alex Crichton
-27
/
+55
2016-02-04
std: Expose SystemTime accessors on fs::Metadata
Alex Crichton
-0
/
+7
2016-01-15
Rollup merge of #30591 - SimonSapin:patch-15, r=aturon
Manish Goregaokar
-2
/
+3
2016-01-12
Update wording of Instant and SystemTime docs
Simon Sapin
-4
/
+4
2016-01-10
Derive Hash for Duration
Steven Fackler
-1
/
+1
2015-12-29
Fix warnings when compiling stdlib with --test
Florian Hahn
-1
/
+0
2015-12-28
Instant/SystemTime doc: add meaning to first line
Simon Sapin
-3
/
+4
2015-12-06
Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturon
bors
-0
/
+2
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-0
/
+2
2015-12-03
Fix tests for SystemTime addition on mac and ios
Sean Griffin
-2
/
+2
2015-12-02
Fixed make tidy error
Sean Griffin
-1
/
+2
2015-12-02
Ensure two `SystemTime`s are equal when nanos add to exactly 1B
Sean Griffin
-0
/
+4
2015-11-30
std: Bump time margin in std::time tests
Alex Crichton
-1
/
+1
2015-11-26
doc: this is already mentioned in previous paragraph, and is harder to read
Tshepang Lekhonkhobe
-3
/
+2
2015-11-25
doc: fix type name
Tshepang Lekhonkhobe
-1
/
+1
2015-11-25
doc: add a pause
Tshepang Lekhonkhobe
-2
/
+3
2015-11-25
doc: split overlong sentence
Tshepang Lekhonkhobe
-2
/
+2
2015-11-25
doc: add missing commas
Tshepang Lekhonkhobe
-2
/
+2
2015-11-25
doc: fix grammar
Tshepang Lekhonkhobe
-1
/
+1
2015-11-25
doc: remove info repeated on next paragraph
Tshepang Lekhonkhobe
-2
/
+1
2015-11-23
std: Tweak tests of std::time
Alex Crichton
-14
/
+24
2015-11-19
std: Add Instant and SystemTime to std::time
Alex Crichton
-3
/
+307
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+5
2015-10-25
Fix doc comment typo
Lee Jenkins
-1
/
+1
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-1
/
+2
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-17
/
+0
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-10
Fix doc test
Steven Fackler
-1
/
+0
2015-08-10
Add back and deprecate old methods.
Steven Fackler
-0
/
+17
2015-08-10
Stabilize the Duration API
Steven Fackler
-48
/
+21
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-0
/
+1
2015-05-13
std: Redesign Duration, implementing RFC 1040
Alex Crichton
-505
/
+172
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-6
/
+3
2015-03-31
Stabilize std::num
Aaron Turon
-0
/
+1
2015-03-04
Fix Duration::weeks docs
Fenhl
-1
/
+1
2015-02-04
Fix for misspelled comments.
Joseph Crail
-2
/
+2
2015-01-30
Add a few missing stability markers.
Chris Morgan
-0
/
+33
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-1
/
+2
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-1
/
+1
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+1
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-1
/
+2
2015-01-16
Rewrite Condvar::wait_timeout and make it public
Steven Fackler
-66
/
+2
[prev]
[next]