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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
os.rs
Age
Commit message (
Expand
)
Author
Lines
2014-05-07
Test fixes and rebase conflicts
Alex Crichton
-3
/
+5
2014-05-07
core: Inherit possible string functionality
Alex Crichton
-1
/
+1
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-2
/
+2
2014-04-25
Cleaned up os::consts. The module only exposes constants for the target OS an...
Michael Darakananda
-172
/
+130
2014-04-19
auto merge of #13613 : alexcrichton/rust/fix-freebsd-compile, r=brson
bors
-3
/
+2
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-7
/
+7
2014-04-18
std: Fix compiling on FreeBSD
Alex Crichton
-3
/
+2
2014-04-18
Update the rest of the compiler with ~[T] changes
Alex Crichton
-25
/
+20
2014-04-18
std: Make ~[T] no longer a growable vector
Alex Crichton
-14
/
+11
2014-04-15
std: Remove pub use globs
Brian Anderson
-11
/
+21
2014-04-04
Fix fallout from std::libc separation
Corey Richardson
-2
/
+4
2014-04-01
auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichton
bors
-11
/
+15
2014-04-01
std: migrate the errno -> IoError converter from libnative.
Huon Wilson
-11
/
+15
2014-03-31
std: Switch field privacy as necessary
Alex Crichton
-5
/
+5
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-03-25
std: Touch various I/O documentation blocks
Alex Crichton
-8
/
+4
2014-03-25
libstd: Document the following modules:
Patrick Walton
-3
/
+123
2014-03-22
std::os: Handle FormatMessage failure
klutzy
-3
/
+8
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-10
/
+10
2014-03-15
Test fixes and rebase conflicts
Alex Crichton
-7
/
+4
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-8
/
+2
2014-03-14
extra: Put the nail in the coffin, delete libextra
Alex Crichton
-1
/
+0
2014-03-12
Remove remaining nolink usages.(fixes #12810)
lpy
-4
/
+0
2014-03-12
rand: deprecate `rng`.
Huon Wilson
-1
/
+1
2014-02-28
std: Change assert_eq!() to use {} instead of {:?}
Alex Crichton
-4
/
+4
2014-02-22
Warn about unnecessary parentheses upon assignment
Eduard Bopp
-2
/
+2
2014-02-19
Fix getting/setting huge env vars on windows
Alex Crichton
-1
/
+13
2014-02-19
str: add a function for truncating a vector of u16 at NUL.
Huon Wilson
-3
/
+7
2014-02-18
std: make str::from_utf16 return an Option.
Huon Wilson
-5
/
+10
2014-02-16
std: Rename unstable::mutex::Mutex to StaticNativeMutex.
Huon Wilson
-2
/
+2
2014-02-16
std: add an RAII unlocker to Mutex.
Huon Wilson
-6
/
+2
2014-02-14
Use str::from_utf8_lossy() for os::env() and friends
Kevin Ballard
-11
/
+60
2014-02-14
Use str::from_utf8_lossy() in os::args(), add os::args_as_bytes()
Kevin Ballard
-4
/
+27
2014-02-08
std::fmt: convert the formatting traits to a proper self.
Huon Wilson
-2
/
+2
2014-02-07
Removed prelude::* from libstd files.
chromatic
-4
/
+18
2014-02-03
Fixing remaining warnings and errors throughout
Alex Crichton
-0
/
+1
2014-02-03
std: Fixing all documentation
Alex Crichton
-3
/
+3
2014-02-03
std: Fix tests with io_error usage
Alex Crichton
-3
/
+1
2014-02-03
std: Remove io::io_error
Alex Crichton
-10
/
+6
2014-02-02
std: rename fmt::Default to `Show`.
Huon Wilson
-1
/
+1
2014-01-26
Bring in the line-length police
Alex Crichton
-51
/
+79
2014-01-24
Fix zero-sized memory mapping
Corey Richardson
-2
/
+13
2014-01-24
Use `mmap` to map in task stacks and guard page
Corey Richardson
-22
/
+27
2014-01-24
Add support for arbitrary flags to MemoryMap.
Corey Richardson
-7
/
+15
2014-01-22
Add std::os::self_exe_name()
Ben Noordhuis
-3
/
+21
2014-01-22
Replace C types with Rust types in libstd, closes #7313
Florian Hahn
-32
/
+32
2014-01-21
Remove unnecessary parentheses.
Huon Wilson
-5
/
+5
2014-01-07
stdtest: Fix all leaked trait imports
Alex Crichton
-3
/
+1
2014-01-07
Fix remaining cases of leaking imports
Alex Crichton
-3
/
+5
2013-12-24
std: Stop reexporting the contents of 'mod consts'
Alex Crichton
-3
/
+1
[prev]
[next]