summary refs log tree commit diff
path: root/src/libcore/os.rs
AgeCommit message (Expand)AuthorLines
2012-08-27Camel case various core constructorsBrian Anderson-7/+7
2012-08-26Camel case the option typeBrian Anderson-44/+44
2012-08-24Start using core::path2::Path in a lot of places.Graydon Hoare-128/+120
2012-08-23Rename str::bytes to str::to_bytesTim Chevalier-1/+1
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-1/+1
2012-08-22Merge pull request #3244 from dbp/osbugBrian Anderson-3/+0
2012-08-22Remove one last default argument mode from core::osBen Blum-1/+1
2012-08-22Merge pull request #3231 from killerswan/modes1Ben Blum-35/+38
2012-08-21core: removing repeated code in os.rs homedir() testDaniel Patterson-3/+0
2012-08-21remove tab characterNiko Matsakis-1/+1
2012-08-21libcore: Implement a dup2Patrick Walton-0/+4
2012-08-21core: switching os::tmpdir() to always return a directory, by defaulting to W...Daniel Patterson-11/+14
2012-08-21core: adding test for os::tmpdir()Daniel Patterson-0/+5
2012-08-21core: adding os::tmpdir() that returns a system temporary directory if it can...Daniel Patterson-1/+38
2012-08-20Remove deprecated modes from os.rsKevin Cantu-35/+38
2012-08-15Convert more core types to camel caseBrian Anderson-7/+7
2012-08-15Convert more core types to camel caseBrian Anderson-4/+4
2012-08-14Convert more core types to camel caseBrian Anderson-51/+51
2012-08-13rustc: Mostly implement region-bounded stack closuresPatrick Walton-7/+5
2012-08-07syntax: Make match arm parsing more restrictive againBrian Anderson-1/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-4/+4
2012-08-05Switch alts to use arrowsBrian Anderson-19/+13
2012-08-02Remove modes from map API and replace with regions.Niko Matsakis-1/+1
2012-08-01Convert ret to returnBrian Anderson-33/+33
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-1/+1
2012-07-25Fix os::env race (#2870)Ben Blum-12/+30
2012-07-24Fix more windows breakage.Graydon Hoare-1/+1
2012-07-24Fix windows breakage.Graydon Hoare-1/+1
2012-07-24Update some str functions to slices, merge as_buf and unpack_slice.Graydon Hoare-4/+4
2012-07-23Convert os/priv/uv to new task_builder interfaceBen Blum-8/+4
2012-07-14More platform specific deprecated strings...Michael Sullivan-16/+16
2012-07-14Get rid of more deprecated strs on non 64-bit linux platforms.Michael Sullivan-1/+1
2012-07-14Fix a bunch of deprecated str/vec errors in code for non 64-bit linux platfor...Michael Sullivan-22/+22
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-72/+72
2012-07-10libcore: add a task::set_sched_mode fnErick Tryzelaar-9/+5
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-60/+60
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-2/+2
2012-07-01Convert to new closure syntaxBrian Anderson-48/+48
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-42/+41
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-12/+12
2012-06-26Change 'native' and 'crust' to 'extern'.Graydon Hoare-2/+2
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-12/+12
2012-06-25core: Convert declarations to not use the trailing 'unsafe' notationBrian Anderson-38/+45
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-6/+6
2012-06-14Comments only: annotate FIXMEs in core::osTim Chevalier-14/+14
2012-06-07Use #[cfg(unix)] and #[cfg(windows)] everywhereBrian Anderson-61/+35
2012-06-06core: Add os::family. Returns either 'windows' or 'unix'Brian Anderson-1/+9
2012-06-04Machine types are different from int/uint, etc (Issue #2187)Eric Holk-12/+16
2012-05-02core: Ignore 2 busticated getenv tests on windowsBrian Anderson-0/+2
2012-04-30core: Move global_env mod into os modBrian Anderson-0/+127