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-01-10
libcore: Fix core test. rs=broken
Patrick Walton
-29
/
+31
2013-01-10
libcore: Fix windows bustage. rs=bustage
Patrick Walton
-18
/
+20
2013-01-10
libcore: Fix linux/windows bustage. rs=fire
Patrick Walton
-7
/
+11
2013-01-10
librustc: Make all external functions unsafe. r=tjc
Patrick Walton
-166
/
+234
2013-01-09
libcore: Some more fixes to Windows libc stuff. rs=bustage
Patrick Walton
-2
/
+3
2013-01-09
libcore: Fix Windows resolve errors. rs=bustage
Patrick Walton
-8
/
+8
2013-01-09
core: rename vec.filter to vec.filtered
Erick Tryzelaar
-1
/
+1
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-5
/
+14
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-14
/
+5
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-5
/
+14
2013-01-08
arrange core::os::consts
ILyoan
-41
/
+71
2013-01-04
Rename option::get_default => get_or_default, get_zero => get_or_zero
Tim Chevalier
-2
/
+2
2013-01-04
core: fix windows breakage, r=burningtree.
Graydon Hoare
-0
/
+4
2012-12-27
librustc: Fix the test runner, the condition system, and core test. rs=bustage
Patrick Walton
-0
/
+7
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-8
/
+31
2012-12-14
Rename core::comm to core::oldcomm
Brian Anderson
-20
/
+20
2012-12-14
Fix broken tests
Brian Anderson
-2
/
+2
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-12
/
+12
2012-12-05
test: Fix a bunch of test cases. rs=burning
Patrick Walton
-2
/
+2
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-20
libcore: minor os.rs cleanup
Erick Tryzelaar
-1
/
+1
2012-11-20
Remove parentheses from closure argument types
Erick Tryzelaar
-2
/
+2
2012-10-19
Fix Windows breakage
Tim Chevalier
-1
/
+1
2012-10-19
Remove superfluous by-ref in option::get, option::get_default, option::expect
Tim Chevalier
-1
/
+1
2012-10-12
Make moves explicit in core tests
Tim Chevalier
-5
/
+5
2012-10-04
Forbid deprecated modes again in core
Tim Chevalier
-1
/
+1
2012-10-04
De-mode comm::Chan
Tim Chevalier
-3
/
+3
2012-10-03
Attempt to fix os::args errors on various platforms.
Graydon Hoare
-13
/
+21
2012-10-02
rustc: Only allow imports marked with "pub" to be imported from other modules
Patrick Walton
-4
/
+4
2012-10-02
Fix long line.
Graydon Hoare
-1
/
+2
2012-10-02
libcore: Implement os::args() on Windows
Patrick Walton
-1
/
+46
2012-10-02
Removing explicit uses of + mode
Tim Chevalier
-3
/
+3
2012-10-02
libstd: Switch off legacy modes in both core and std.
Patrick Walton
-2
/
+2
2012-10-02
core: Add implementation of real_args for FreeBSD
Brian Anderson
-0
/
+5
2012-10-01
silence warning
Niko Matsakis
-1
/
+1
2012-10-01
libcore: Fix tidy error
Patrick Walton
-2
/
+2
2012-10-01
libcore: Allow the command line arguments to be set on a per-task basis
Patrick Walton
-1
/
+33
2012-10-01
libcore: Implement a sys::args() on Mac
Patrick Walton
-0
/
+24
2012-09-28
Unbork Windows
Tim Chevalier
-2
/
+2
2012-09-28
Add a demoded version of ptr::addr_of
Tim Chevalier
-3
/
+3
2012-09-28
core: Demode patterns
Brian Anderson
-7
/
+7
2012-09-28
core: Fix more windows bustage
Brian Anderson
-1
/
+1
2012-09-28
Fix windows breakage.
Graydon Hoare
-1
/
+2
2012-09-28
demode vec
Niko Matsakis
-3
/
+3
2012-09-27
core: More option demoding
Brian Anderson
-3
/
+3
2012-09-27
More fixing for windows build.
Graydon Hoare
-3
/
+3
2012-09-27
Try to fix win32 breakage on os.
Graydon Hoare
-9
/
+8
2012-09-27
De-export os and libc. Close #2006.
Graydon Hoare
-140
/
+79
2012-09-26
core: Replace map/map_default with map_ref/map_default_ref
Brian Anderson
-1
/
+1
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-1
/
+1
[prev]
[next]