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
/
sys
/
windows
Age
Commit message (
Expand
)
Author
Lines
2015-01-24
Add ffi::OsString and OsStr
Aaron Turon
-2
/
+115
2015-01-21
rollup merge of #21258: aturon/stab-3-index
Alex Crichton
-2
/
+2
2015-01-21
Test fixes and rebase conflicts
Alex Crichton
-0
/
+2
2015-01-21
rollup merge of #21444: petrochenkov/null
Alex Crichton
-7
/
+7
2015-01-21
rollup merge of #21396: japaric/no-parens-in-range
Alex Crichton
-1
/
+1
2015-01-21
rollup merge of #21389: retep998/timer
Alex Crichton
-1
/
+1
2015-01-21
Fallout from stabilization.
Aaron Turon
-2
/
+2
2015-01-21
Rollup merge of #21387 - retep998:hmodule, r=alexcrichton
Barosl LEE
-1
/
+1
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-1
/
+1
2015-01-19
Impl Send for Timer on Windows
Peter Atashian
-1
/
+1
2015-01-19
Fix HMODULE
Peter Atashian
-1
/
+1
2015-01-19
Replace `0 as *const/mut T` with `ptr::null/null_mut()`
we
-7
/
+7
2015-01-19
std::dynamic_lib: Fix Windows error handling
klutzy
-0
/
+7
2015-01-17
auto merge of #21132 : sfackler/rust/wait_timeout, r=alexcrichton
bors
-0
/
+51
2015-01-16
Rewrite Condvar::wait_timeout and make it public
Steven Fackler
-0
/
+51
2015-01-14
auto merge of #21061 : japaric/rust/range, r=nick29581
bors
-1
/
+1
2015-01-12
Change Mutex to use SRWLock on Windows.
Peter Atashian
-83
/
+49
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-1
/
+1
2015-01-11
Rename AtomicInt and AtomicUint
Steven Fackler
-4
/
+4
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-07
More test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-3
/
+3
2015-01-07
rollup merge of #20654: alexcrichton/stabilize-hash
Alex Crichton
-3
/
+6
2015-01-07
use slicing sugar
Jorge Aparicio
-3
/
+3
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-3
/
+6
2015-01-07
Merge pull request #20674 from jbcrail/fix-misspelled-comments
bors
-1
/
+1
2015-01-06
More test fixes
Alex Crichton
-21
/
+20
2015-01-06
Fix misspelled comments.
Joseph Crail
-1
/
+1
2015-01-06
rollup merge of #20650: klutzy/omg-windows-error-mode
Alex Crichton
-0
/
+7
2015-01-06
rollup merge of #20612: retep998/winsize
Alex Crichton
-7
/
+39
2015-01-07
fallout
Nick Cameron
-1
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-2
/
+2
2015-01-07
std: prevent `CreateProcess()` race on Windows
klutzy
-0
/
+7
2015-01-05
More test fixes!
Alex Crichton
-8
/
+6
2015-01-06
Implement TTY::get_winsize for Windows
Peter Atashian
-7
/
+39
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-43
/
+45
2015-01-03
Remove deprecated functionality
Alex Crichton
-26
/
+28
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-12
/
+12
2015-01-02
Rollup test fixes and rebase conflicts
Alex Crichton
-7
/
+5
2015-01-02
rollup merge of #20315: alexcrichton/std-sync
Alex Crichton
-2
/
+2
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-1
/
+0
2015-01-02
Properly deal with Ordering in the guide
Steve Klabnik
-0
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-25
/
+32
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-2
/
+2
2015-01-02
More fallout
Nick Cameron
-12
/
+12
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-10
/
+10
2014-12-31
std: unbox closures used in let bindings
Jorge Aparicio
-1
/
+1
2014-12-31
std: unbox closures used in function arguments
Jorge Aparicio
-1
/
+3
2014-12-31
Revert "std: Re-enable at_exit()"
Alex Crichton
-49
/
+90
[next]