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.rs
Age
Commit message (
Expand
)
Author
Lines
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-0
/
+7
2012-08-29
Camel case more std types
Brian Anderson
-27
/
+27
2012-08-27
Convert core::result to camel case
Brian Anderson
-66
/
+66
2012-08-26
Camel case the option type
Brian Anderson
-50
/
+50
2012-08-24
Remove deprecated modes from libstd/time.rs
Kevin Cantu
-17
/
+20
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-34
/
+34
2012-08-15
Expunge match checks
Tim Chevalier
-9
/
+16
2012-08-14
Convert more core types to camel case
Brian Anderson
-1
/
+1
2012-08-11
std: Update timespec comments to say "nanoseconds"
Chris Peterson
-2
/
+2
2012-08-08
Convert impls to new syntax
Brian Anderson
-3
/
+3
2012-08-07
syntax: Make match arm parsing more restrictive again
Brian Anderson
-16
/
+16
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-35
/
+39
2012-08-05
Switch alts to use arrows
Brian Anderson
-237
/
+209
2012-08-01
Convert ret to return
Brian Anderson
-6
/
+6
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-34
/
+34
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-5
/
+9
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-295
/
+296
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
[prev]