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