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-03
auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats...
bors
-4
/
+4
2015-01-02
Rollup test fixes and rebase conflicts
Alex Crichton
-10
/
+5
2015-01-02
rollup merge of #20354: alexcrichton/second-pass-thread_local
Alex Crichton
-2
/
+3
2015-01-02
rollup merge of #20315: alexcrichton/std-sync
Alex Crichton
-11
/
+8
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-15
/
+15
2015-01-02
Properly deal with Ordering in the guide
Steve Klabnik
-0
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-66
/
+77
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-12
/
+8
2015-01-02
More fallout
Nick Cameron
-29
/
+29
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-26
/
+26
2014-12-31
std: unbox closures used in let bindings
Jorge Aparicio
-2
/
+2
2014-12-31
std: unbox closures used in function arguments
Jorge Aparicio
-3
/
+5
2014-12-31
std: Second pass stabilization for thread_local
Alex Crichton
-2
/
+3
2014-12-31
Revert "std: Re-enable at_exit()"
Alex Crichton
-118
/
+182
2014-12-31
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-12-30
rollup merge of #20061: aturon/stab-2-vec-slice
Alex Crichton
-8
/
+10
2014-12-30
Fallout from stabilization
Aaron Turon
-7
/
+9
2014-12-30
rollup merge of #20321: epall/patch-1
Alex Crichton
-2
/
+2
2014-12-30
rollup merge of #20286: murarth/get-address-name
Alex Crichton
-0
/
+40
2014-12-30
std: Re-enable at_exit()
Alex Crichton
-184
/
+119
2014-12-29
Test fixes and rebase conflicts
Alex Crichton
-13
/
+13
2014-12-29
Fix impl of Send and Sync for mips
Eric Allen
-2
/
+2
2014-12-29
rollup merge of #20231: fhahn/issue-20226-eexist
Alex Crichton
-0
/
+4
2014-12-29
rollup merge of #20216: sfackler/fix-mangling
Alex Crichton
-4
/
+4
2014-12-29
rollup merge of #20042: alexcrichton/second-pass-ptr
Alex Crichton
-2
/
+2
2014-12-29
std: Second pass stabilization for `ptr`
Alex Crichton
-2
/
+2
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-15
/
+15
2014-12-29
std: Return Result from RWLock/Mutex methods
Alex Crichton
-5
/
+5
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-56
/
+63
2014-12-28
Added `get_address_name`, an interface to `getnameinfo`
Murarth
-0
/
+40
2014-12-27
Make trait's impls consistent for unix/windows
Flavio Percoco
-0
/
+5
2014-12-27
Implement Sync/Send for windows' UnixStream
Flavio Percoco
-0
/
+6
2014-12-26
Implement Sync/Send for windows TCP types
Flavio Percoco
-0
/
+12
2014-12-26
Implement RaceBox for StdinReader
Flavio Percoco
-1
/
+11
2014-12-26
Relax `Arc` bounds don't require Sync+Send
Flavio Percoco
-3
/
+2
2014-12-26
Implement `Sync` for some windows sys types
Flavio Percoco
-0
/
+8
2014-12-26
Move RacyCell to `std::comm`
Flavio Percoco
-1
/
+2
2014-12-26
Make Send and Sync traits unsafe
Flavio Percoco
-10
/
+18
2014-12-26
Require types to opt-in Sync
Flavio Percoco
-4
/
+20
2014-12-25
Map EEXIST to PathAlreadyExists error, closes #20226
Florian Hahn
-0
/
+4
2014-12-25
Parse fully-qualified associated types in generics without whitespace
P1start
-4
/
+4
2014-12-25
auto merge of #20024 : mneumann/rust/dragonfly-fixes3, r=alexcrichton
bors
-1
/
+11
2014-12-24
Fix backtrace demangling
Steven Fackler
-4
/
+4
2014-12-22
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-13
/
+11
2014-12-21
std: Stabilize the std::str module
Alex Crichton
-1
/
+38
2014-12-21
rollup merge of #20029: vhbit/ios-no-rt
Alex Crichton
-2
/
+2
2014-12-21
Remove a ton of public reexports
Corey Farwell
-5
/
+7
2014-12-20
Fix the fallout of removing feature(import_shadowing).
Eduard Burtescu
-30
/
+21
2014-12-19
load_self() needs to be public
Michael Neumann
-1
/
+1
[next]