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-03-27
Move some code over to iterator-for to see how it performs.
Marijn Haverbeke
-4
/
+5
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-7
/
+7
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-3
/
+3
2012-03-20
Revert order of arguments to option::maybe and from_maybe
Marijn Haverbeke
-1
/
+1
2012-03-19
core: Move unsafe conversions to str::unsafe
Brian Anderson
-2
/
+2
2012-03-19
core: Make converting from a C string unsafe
Brian Anderson
-1
/
+1
2012-03-14
Convert *u8 native string users to *c_char
Brian Anderson
-5
/
+5
2012-03-14
core: Rename str::from_cstr et. al to from_buf
Brian Anderson
-2
/
+2
2012-03-14
core:: Eliminate str::sbuf. Replace with *u8
Brian Anderson
-3
/
+3
2012-03-13
Name types after their modules instead of 't'
Brian Anderson
-1
/
+0
2012-03-13
core: Fix os::self_exe_path on FreeBSD
Brian Anderson
-1
/
+1
2012-03-13
Overhaul constructor naming in libs
Brian Anderson
-3
/
+3
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-30
/
+121
2012-03-09
core: Convert to rustdoc
Brian Anderson
-56
/
+30
2012-03-09
Add a couple more missing pieces to libc and os.
Graydon Hoare
-1
/
+1
2012-03-07
add mutability annotations to libcore
Niko Matsakis
-4
/
+4
2012-03-06
More UTF-16 wrapping on win32. Close #1927.
Graydon Hoare
-80
/
+111
2012-03-06
UTF-16-ify the win32 env routines.
Graydon Hoare
-5
/
+35
2012-03-06
Export os, libc and path from libcore.
Graydon Hoare
-2
/
+0
2012-03-05
Port fsync, waitpid and remove_file to core::{os,libc}.
Graydon Hoare
-1
/
+101
2012-03-02
core: Fix os::load_self types on FreeBSD
Brian Anderson
-1
/
+1
2012-03-02
Sadly, vec::init_elt_mut vanished since last (rushed) rebase.
Graydon Hoare
-1
/
+1
2012-03-02
First cut at consolidated core::os module built on core::libc.
Graydon Hoare
-0
/
+529