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-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
2013-03-11
core: formatting appeasement
Jeff Olson
-3
/
+5
2013-03-11
core: fix broken tests on windows
Jeff Olson
-3
/
+2
2013-03-11
core: change import of exchange_alloc for win32 os::_list_dir
Jeff Olson
-1
/
+1
2013-03-11
rt/core: port os::list_dir to rust ref #4812
Jeff Olson
-8
/
+88
2013-03-11
core: rt/core: impl os::env() in rust ref #4812
Jeff Olson
-8
/
+56
2013-03-11
rt/core: impl os::getcwd() in rust ref #4812
Jeff Olson
-1
/
+8
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-6
/
+6
2013-03-07
test: Fix tests.
Patrick Walton
-2
/
+4
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-43
/
+44
2013-03-07
libcore: Remove `extern mod { ... }` from libcore. rs=deexterning
Patrick Walton
-11
/
+16
2013-03-06
Add manual &self/ and &static/ and /&self declarations that
Niko Matsakis
-26
/
+26
[next]