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
Age
Commit message (
Expand
)
Author
Lines
2015-01-21
Rollup merge of #21387 - retep998:hmodule, r=alexcrichton
Barosl LEE
-1
/
+1
2015-01-21
Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichton
Barosl LEE
-1
/
+1
2015-01-19
Fix HMODULE
Peter Atashian
-1
/
+1
2015-01-19
std::dynamic_lib: Fix Windows error handling
klutzy
-0
/
+7
2015-01-17
Register new snapshots.
Eduard Burtescu
-8
/
+6
2015-01-17
Remove unnecessary explicit conversions to *const T
we
-1
/
+1
2015-01-17
auto merge of #21132 : sfackler/rust/wait_timeout, r=alexcrichton
bors
-20
/
+212
2015-01-16
Rewrite Condvar::wait_timeout and make it public
Steven Fackler
-20
/
+212
2015-01-15
auto merge of #20980 : richo/rust/final-power, r=alexcrichton
bors
-6
/
+28
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-12
auto merge of #20896 : sfackler/rust/atomic-rename, r=alexcrichton
bors
-8
/
+8
2015-01-11
powerpc: pthread support
Richo Healey
-3
/
+6
2015-01-11
powerpc: Fixup more stack work
Richo Healey
-0
/
+1
2015-01-11
powerpc: add cdefs for linux
Richo Healey
-3
/
+9
2015-01-11
powerpc: Janky segmented stack support
Richo Healey
-0
/
+12
2015-01-11
Rename AtomicInt and AtomicUint
Steven Fackler
-8
/
+8
2015-01-11
Give mmap a page-aligned stack start address
Clifford Caoile
-1
/
+13
2015-01-09
Merge pull request #20699 from vhbit/ios-archs
bors
-3
/
+6
2015-01-09
iOS: preliminary 64-bit archs support
Valerii Hiora
-3
/
+6
2015-01-09
Merge pull request #20741 from mneumann/dragonfly-pthread-mutex
bors
-0
/
+37
2015-01-08
Fix destroy assertions in mutex/rwlock/condvar
Michael Neumann
-0
/
+37
2015-01-08
Improvements to feature staging
Brian Anderson
-2
/
+2
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
-4
/
+4
2015-01-07
rollup merge of #20680: nick29581/target-word
Alex Crichton
-6
/
+11
2015-01-07
rollup merge of #20654: alexcrichton/stabilize-hash
Alex Crichton
-7
/
+11
2015-01-07
use slicing sugar
Jorge Aparicio
-4
/
+4
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-7
/
+11
2015-01-08
Rename `target_word_size` to `target_pointer_width`
Nick Cameron
-6
/
+11
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 #20563: cmr/macro-input-future-proofing
Alex Crichton
-14
/
+14
2015-01-06
rollup merge of #20650: klutzy/omg-windows-error-mode
Alex Crichton
-0
/
+7
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-6
/
+6
2015-01-06
rollup merge of #20652: vhbit/thread-key-type
Alex Crichton
-2
/
+10
2015-01-06
rollup merge of #20612: retep998/winsize
Alex Crichton
-7
/
+39
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-9
/
+9
2015-01-07
markers -> marker
Nick Cameron
-6
/
+6
2015-01-07
fallout
Nick Cameron
-1
/
+2
2015-01-06
Fallout from stabilization
Aaron Turon
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-9
/
+9
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-3
/
+3
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-6
/
+6
2015-01-06
Tuning pthread_key_t type
Michael Neumann
-2
/
+10
2015-01-07
std: prevent `CreateProcess()` race on Windows
klutzy
-0
/
+7
[next]