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
/
time.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-44
/
+44
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-1
/
+1
2012-07-01
Convert to new closure syntax
Brian Anderson
-43
/
+43
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-38
/
+38
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-22
/
+22
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-18
/
+18
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-19
/
+18
2012-05-19
expose tzset
Erick Tryzelaar
-0
/
+17
2012-05-03
Comment only: Annotate FIXMEs in std::time
Tim Chevalier
-1
/
+2
2012-04-30
core: Serialize all access to the environment using a weak global task
Brian Anderson
-14
/
+8
2012-04-26
std: Add FIXME about time tests
Brian Anderson
-0
/
+2
2012-04-26
temporary hack to make testing std::time reliable
Ted Horst
-8
/
+12
2012-04-05
std: time.rs should pass all args by "&&" to rustrt.
Erick Tryzelaar
-1
/
+1
2012-04-03
std: add a pure rust strptime parser.
Erick Tryzelaar
-1
/
+605
2012-04-03
std: add a pure rust strftime formatter.
Erick Tryzelaar
-0
/
+306
2012-04-03
std: add localtime/gmtime support.
Erick Tryzelaar
-0
/
+177
2012-04-03
std: change timeval to ns resolution timespec
Erick Tryzelaar
-12
/
+12
2012-04-03
std: change time::timeval to be {sec: i64, usec: i32}.
Erick Tryzelaar
-8
/
+8
2012-03-14
annotate libstd and start enforcing mutability
Niko Matsakis
-3
/
+7
2012-03-09
std: Convert to rustdoc
Brian Anderson
-21
/
+7
2012-02-18
rt: rename nano_time() builtin to match time::precise_time_ns()
Chris Peterson
-2
/
+2
2012-02-18
std: Add tests for time module
Chris Peterson
-0
/
+47
2012-02-18
std: Expand doc comments for time module
Chris Peterson
-6
/
+23
2011-12-06
Establish 'core' library separate from 'std'.
Graydon Hoare
-0
/
+30