| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-07-04 | convert doc-attributes to doc-comments using ↵ | Gareth Daniel Smith | -44/+44 | |
| ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498 | ||||
| 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 | |
| This lets us use the more precise clock_gettime on posix machines. | ||||
| 2012-04-03 | std: change time::timeval to be {sec: i64, usec: i32}. | Erick Tryzelaar | -8/+8 | |
| It's possible to have negative times if expressing time before 1970, so we should use signed types. Other platforms can return times at a higher resolution, so we should use 64 bits. | ||||
| 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 | |
| Tested on OSX and Windows. | ||||
| 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 | |
