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-08-15
auto merge of #16435 : vadimcn/rust/windows, r=pcwalton
bors
-2
/
+3
2014-08-13
core: Rename ImmutableEqSlice to ImmutablePartialEqSlice
Brian Anderson
-1
/
+1
2014-08-13
std: Rename slice::Vector to Slice
Brian Anderson
-1
/
+1
2014-08-13
std: Rename various slice traits for consistency
Brian Anderson
-2
/
+2
2014-08-12
Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")]
Vadim Chugunov
-2
/
+3
2014-08-06
auto merge of #16291 : nham/rust/byte_literals, r=alexcrichton
bors
-1
/
+1
2014-08-06
Use byte literals in libstd
nham
-1
/
+1
2014-08-04
stabilize atomics (now atomic)
Aaron Turon
-1
/
+1
2014-08-01
Fix misspelled comments.
Joseph Crail
-1
/
+1
2014-07-29
Port Rust to DragonFlyBSD
Michael Neumann
-0
/
+44
2014-07-24
Add `string::raw::from_buf`
Adolfo Ochagavía
-2
/
+1
2014-07-24
Fix travis errors
Adolfo Ochagavía
-1
/
+1
2014-07-24
Deprecated `str::raw::from_buf_len`
Adolfo Ochagavía
-5
/
+5
2014-07-24
Deprecated `str::raw::from_c_str`
Adolfo Ochagavía
-1
/
+1
2014-07-24
Remove OwnedStr trait
Adolfo Ochagavía
-4
/
+0
2014-07-23
collections: Move push/pop to MutableSeq
Brian Anderson
-1
/
+1
2014-07-15
Fix errors
Adolfo Ochagavía
-1
/
+0
2014-07-15
Deprecate `str::from_utf8_lossy`
Adolfo Ochagavía
-7
/
+7
2014-07-15
Deprecate `str::from_utf16_lossy`
Adolfo Ochagavía
-1
/
+1
2014-07-15
Deprecate `str::from_utf16`
Adolfo Ochagavía
-4
/
+4
2014-07-13
libstd: Add a few doc examples
Anton Lofgren
-7
/
+45
2014-07-11
std: Move MemoryMap fields to methods
Alex Crichton
-6
/
+12
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-3
/
+3
2014-07-03
Test fixes from the rollup
Alex Crichton
-1
/
+1
2014-07-03
Fix spelling errors.
Joseph Crail
-1
/
+1
2014-07-03
Add os::join_paths, make setenv non-utf8 capable
Aaron Turon
-60
/
+147
2014-06-30
libstd: set baseline stability levels.
Aaron Turon
-0
/
+2
2014-06-30
auto merge of #14613 : schmee/rust/utf16-iterator, r=huonw
bors
-5
/
+9
2014-06-30
Add `utf16_units`
John Schmidt
-5
/
+9
2014-06-29
librustc: Remove the fallback to `int` for integers and `f64` for
Patrick Walton
-1
/
+1
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-35
/
+39
2014-06-24
auto merge of #14963 : w3ln4/rust/master, r=alexcrichton
bors
-0
/
+4
2014-06-24
Added Mipsel architecture support
Pawel Olzacki
-0
/
+4
2014-06-18
fix signatures of mmap-related functions from libc
Daniel Micay
-6
/
+5
2014-06-16
Move `num_cpus` from `std::rt::util` to `std::os`. Closes #14707
Jorge Aparicio
-0
/
+15
2014-06-16
std: Improve pipe() functionality
Alex Crichton
-23
/
+34
2014-06-12
Basic iOS support
Valerii Hiora
-0
/
+81
2014-06-11
auto merge of #14713 : darnuria/rust/Improve_std_os_documentation_#2, r=alexc...
bors
-76
/
+140
2014-06-12
Improve docs and refactore std::os.
Axel Viala
-76
/
+140
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-2
/
+2
2014-06-09
std: Remove the as_utf16_p functions
Alex Crichton
-31
/
+15
2014-06-08
core: Rename `container` mod to `collections`. Closes #12543
Brian Anderson
-1
/
+1
2014-06-08
Fix spelling errors in comments.
Joseph Crail
-1
/
+1
2014-06-06
std: Deal with fallout of rtio changes
Alex Crichton
-1
/
+1
2014-06-06
Removing unused wrapper to libc::close.
Axel Viala
-6
/
+0
2014-06-05
auto merge of #14641 : darnuria/rust/add_documentation_to_std_os, r=alexcrichton
bors
-4
/
+57
2014-06-05
Improve documentation on std::os::env.
Axel Viala
-2
/
+11
2014-06-05
Adding examples and possible failures for getcwd.
Axel Viala
-2
/
+36
2014-06-04
Add code example to std::os::getenv for unix.
Axel Viala
-0
/
+10
2014-06-03
std: Remove generics from Option::expect
Alex Crichton
-3
/
+1
[next]