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
/
libcore
/
os.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-1670
/
+0
2013-05-20
Remove all unnecessary allocations (as flagged by lint)
Alex Crichton
-1
/
+1
2013-05-19
Register snapshots
Brian Anderson
-30
/
+1
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-15
/
+15
2013-05-17
Merge remote-tracking branch 'brson/io' into incoming
Brian Anderson
-13
/
+15
2013-05-15
Merge remote-tracking branch 'brson/io' into incoming
Brian Anderson
-13
/
+15
2013-05-15
core: Use a global lock instead of runtime lock for os::getenv, etc. #4726
Brian Anderson
-12
/
+14
2013-05-15
Add unsetenv wrapper
Corey Richardson
-1
/
+36
2013-05-15
Rename vec::len(var) to var.len()
Youngmin Yoo
-3
/
+3
2013-05-14
Merge remote-tracking branch 'brson/io-upstream' into incoming
Brian Anderson
-1
/
+1
2013-05-14
core: Move unstable::exchange_alloc to rt::global_heap
Brian Anderson
-1
/
+1
2013-05-14
Fix cosmetics for fail!() calls
Marvin Löbel
-4
/
+2
2013-05-14
Use static string with fail!() and remove fail!(fmt!())
Björn Steinbrink
-10
/
+9
2013-05-13
auto merge of #6387 : brson/rust/unstable, r=brson
bors
-2
/
+2
2013-05-13
core: Move locks, atomic rc to unstable::sync
Brian Anderson
-2
/
+2
2013-05-12
libsyntax: Remove `extern mod foo { ... }` from the language.
Patrick Walton
-14
/
+9
2013-05-11
clean up the last bit of warnings
Corey Richardson
-1
/
+0
2013-05-11
auto merge of #6389 : sonwow/rust/issue-3356, r=bstrie
bors
-2
/
+2
2013-05-10
auto merge of #6223 : alexcrichton/rust/issue-6183, r=pcwalton
bors
-0
/
+9
2013-05-10
renamed str::from_slice to str::to_owned
Youngsoo Son
-2
/
+2
2013-05-10
core: Use the new `for` protocol
Alex Crichton
-0
/
+9
2013-05-10
Move core::task::local_data to core::local_data
Youngsoo Son
-2
/
+2
2013-05-09
libcore: rename vec::each(variable) to variable.each
Youngmin Yoo
-2
/
+2
2013-05-08
libcore: Fix tests.
Patrick Walton
-1
/
+1
2013-05-08
libcore: Remove mutable fields from os and ptr
Patrick Walton
-1
/
+4
2013-05-05
Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze
Niko Matsakis
-2
/
+153
2013-05-03
rustpkg: Implement install command
Tim Chevalier
-0
/
+37
2013-05-02
Convert most of rust_run_program.cpp to rust (issue #2674).
gareth
-1
/
+1
2013-05-01
add a higher level glob() function to os
Jesse Luehrs
-0
/
+83
2013-04-30
core/std: Fix race condition in os::mkdir_recursive tests
Tim Chevalier
-0
/
+30
2013-04-30
allover: numerous unused muts etc
Niko Matsakis
-9
/
+8
2013-04-28
core: Use a better termination condition in os::mkdir_recursive
Tim Chevalier
-16
/
+20
2013-04-26
core: Move mkdir_recursive from rustpkg into core::os
Tim Chevalier
-0
/
+35
2013-04-24
core: Comments only -- move FIXME to correct location
Tim Chevalier
-2
/
+2
2013-04-24
libcore: remove @Rng from rand, and use traits instead.
Huon Wilson
-1
/
+1
2013-04-23
Cleanup some mistakes made during rebasing/merging.
gareth
-1
/
+1
2013-04-23
Remove os::waitpid because:
gareth
-26
/
+0
2013-04-23
Fix issue #5976 - HANDLE leaks and undefined/bad behavour
gareth
-2
/
+6
2013-04-20
Replaced many instances of reinterpret_cast with transmute
Matthijs Hofstra
-3
/
+3
2013-03-29
Add AbiSet and integrate it into the AST.
Niko Matsakis
-4
/
+4
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-41
/
+41
2013-03-28
Removing unused imports
Alex Crichton
-5
/
+5
2013-03-26
librustc: Enforce that `extern mod` directives come first, then `use` directi...
Patrick Walton
-20
/
+20
2013-03-26
option: rm functions that duplicate methods
Daniel Micay
-9
/
+6
2013-03-26
Switched over a bunch of splitting funktions to non-allocating iterators
Marvin Löbel
-1
/
+2
2013-03-22
librustc: Remove the `const` declaration form everywhere
Patrick Walton
-30
/
+30
2013-03-18
librustc: Convert all uses of old lifetime notation to new lifetime notation....
Patrick Walton
-22
/
+22
2013-03-13
librustc: Don't accept `as Trait` anymore; fix all occurrences of it.
Patrick Walton
-1
/
+2
2013-03-11
Remove uses of log
Brian Anderson
-20
/
+18
2013-03-11
core: convert asserts to fail_unless!
Jeff Olson
-1
/
+1
[next]