summary refs log tree commit diff
path: root/src/libstd/tempfile.rs
AgeCommit message (Collapse)AuthorLines
2012-07-04convert doc-attributes to doc-comments using ↵Gareth Daniel Smith-1/+1
./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498
2012-07-02rustc: Implement a new resolve pass behind a compile flagPatrick Walton-0/+1
2012-05-03Comments only: annotate more FIXMEs in libstdTim Chevalier-1/+1
2012-03-14annotate libstd and start enforcing mutabilityNiko Matsakis-1/+1
2012-03-13Overhaul constructor naming in libsBrian Anderson-1/+1
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-3/+2
- Move io, run and rand to core. - Remove incorrect ctypes module (use libc). - Remove os-specific modules for os and fs. - Split fs between core::path and core::os.
2012-03-09std: Convert to rustdocBrian Anderson-8/+1
2012-01-31Change option::t to optionTim Chevalier-1/+1
Now that core exports "option" as a synonym for option::t, search-and- replace option::t with option. The only place that still refers to option::t are the modules in libcore that use option, because fixing this requires a new snapshot (forthcoming).
2012-01-17libstd: Move std tests into libstdBrian Anderson-0/+12
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-1/+1
2011-12-06libstd: Update docsBrian Anderson-0/+3
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+23