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
/
common
Age
Commit message (
Expand
)
Author
Lines
2015-01-03
Remove deprecated functionality
Alex Crichton
-4
/
+4
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-7
/
+7
2015-01-03
Initial version of AArch64 support.
Akos Kiss
-1
/
+12
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
-1
/
+0
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
-1
/
+1
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-1
/
+2
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-12
/
+13
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-1
/
+1
2015-01-02
More fallout
Nick Cameron
-1
/
+1
2014-12-31
std: unbox closures used in function arguments
Jorge Aparicio
-2
/
+2
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
-38
/
+49
2014-12-30
rollup merge of #20286: murarth/get-address-name
Alex Crichton
-0
/
+38
2014-12-30
std: Re-enable at_exit()
Alex Crichton
-49
/
+38
2014-12-29
Test fixes and rebase conflicts
Alex Crichton
-2
/
+2
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
-1
/
+1
2014-12-29
std: Second pass stabilization for `ptr`
Alex Crichton
-1
/
+1
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-2
/
+2
2014-12-29
std: Return Result from RWLock/Mutex methods
Alex Crichton
-5
/
+5
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-12
/
+13
2014-12-28
Added `get_address_name`, an interface to `getnameinfo`
Murarth
-0
/
+38
2014-12-26
Implement RaceBox for StdinReader
Flavio Percoco
-1
/
+8
2014-12-26
Make Send and Sync traits unsafe
Flavio Percoco
-3
/
+5
2014-12-26
Require types to opt-in Sync
Flavio Percoco
-0
/
+5
2014-12-25
Parse fully-qualified associated types in generics without whitespace
P1start
-4
/
+4
2014-12-24
Fix backtrace demangling
Steven Fackler
-4
/
+4
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-7
/
+4
2014-12-21
Remove a ton of public reexports
Corey Farwell
-2
/
+2
2014-12-20
Fix the fallout of removing feature(import_shadowing).
Eduard Burtescu
-2
/
+0
2014-12-18
Rebasing fixes.
Aaron Turon
-11
/
+19
2014-12-18
std: Move the panic flag to its own thread local
Alex Crichton
-11
/
+0
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-10
/
+12
2014-12-18
Avoid .take().unwrap() with FnOnce closures
Alex Crichton
-3
/
+2
2014-12-18
Fallout from new thread API
Aaron Turon
-12
/
+13
2014-12-18
Revise rt::unwind
Aaron Turon
-6
/
+24
2014-12-18
Remove rt::{mutex, exclusive}
Aaron Turon
-3
/
+2
2014-12-18
Introduce std::thread
Aaron Turon
-0
/
+60
2014-12-18
Remove rt::bookkeeping
Aaron Turon
-2
/
+1
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-5
/
+497
2014-12-15
Remove internal uses of `marker::NoCopy`
Jorge Aparicio
-3
/
+0
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-2
/
+2
2014-12-13
libstd: use unboxed closures
Jorge Aparicio
-21
/
+27
2014-12-09
rollup merge of #19577: aidancully/master
Alex Crichton
-1
/
+17
2014-12-05
prefer "FIXME" to "TODO".
Aidan Cully
-1
/
+1
2014-12-05
work around portability issue on FreeBSD, in which the key returned from
Aidan Cully
-1
/
+17
2014-12-05
Fall out of the std::sync rewrite
Alex Crichton
-12
/
+21
[next]