about summary refs log tree commit diff
path: root/src/libstd/time.rs
AgeCommit message (Expand)AuthorLines
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-0/+7
2012-08-29Camel case more std typesBrian Anderson-27/+27
2012-08-27Convert core::result to camel caseBrian Anderson-66/+66
2012-08-26Camel case the option typeBrian Anderson-50/+50
2012-08-24Remove deprecated modes from libstd/time.rsKevin Cantu-17/+20
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-34/+34
2012-08-15Expunge match checksTim Chevalier-9/+16
2012-08-14Convert more core types to camel caseBrian Anderson-1/+1
2012-08-11std: Update timespec comments to say "nanoseconds"Chris Peterson-2/+2
2012-08-08Convert impls to new syntaxBrian Anderson-3/+3
2012-08-07syntax: Make match arm parsing more restrictive againBrian Anderson-16/+16
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-35/+39
2012-08-05Switch alts to use arrowsBrian Anderson-237/+209
2012-08-01Convert ret to returnBrian Anderson-6/+6
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-34/+34
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-5/+9
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-295/+296
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-44/+44
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-43/+43
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-38/+38
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-22/+22
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-18/+18
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-19/+18
2012-05-19expose tzsetErick Tryzelaar-0/+17
2012-05-03Comment only: Annotate FIXMEs in std::timeTim Chevalier-1/+2
2012-04-30core: Serialize all access to the environment using a weak global taskBrian Anderson-14/+8
2012-04-26std: Add FIXME about time testsBrian Anderson-0/+2
2012-04-26temporary hack to make testing std::time reliableTed Horst-8/+12
2012-04-05std: time.rs should pass all args by "&&" to rustrt.Erick Tryzelaar-1/+1
2012-04-03std: add a pure rust strptime parser.Erick Tryzelaar-1/+605
2012-04-03std: add a pure rust strftime formatter.Erick Tryzelaar-0/+306
2012-04-03std: add localtime/gmtime support.Erick Tryzelaar-0/+177
2012-04-03std: change timeval to ns resolution timespecErick Tryzelaar-12/+12
2012-04-03std: change time::timeval to be {sec: i64, usec: i32}.Erick Tryzelaar-8/+8
2012-03-14annotate libstd and start enforcing mutabilityNiko Matsakis-3/+7
2012-03-09std: Convert to rustdocBrian Anderson-21/+7
2012-02-18rt: rename nano_time() builtin to match time::precise_time_ns()Chris Peterson-2/+2
2012-02-18std: Add tests for time moduleChris Peterson-0/+47
2012-02-18std: Expand doc comments for time moduleChris Peterson-6/+23
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+30