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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
rt
Age
Commit message (
Expand
)
Author
Lines
2015-01-05
Stop using macro_escape as an inner attribute
Keegan McAllister
-2
/
+0
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-10
/
+7
2015-01-03
Remove deprecated functionality
Alex Crichton
-12
/
+12
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-03
Initial version of AArch64 support.
Akos Kiss
-1
/
+4
2015-01-02
rollup merge of #20315: alexcrichton/std-sync
Alex Crichton
-685
/
+12
2015-01-02
rollup merge of #20377: alexcrichton/issue-20352
Alex Crichton
-21
/
+16
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-16
/
+16
2015-01-01
std: Enforce Unicode in fmt::Writer
Alex Crichton
-21
/
+16
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-131
/
+12
2015-01-02
More fallout
Nick Cameron
-3
/
+3
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-1
/
+1
2014-12-31
std: unbox closures used in function arguments
Jorge Aparicio
-1
/
+1
2014-12-31
Revert "std: Re-enable at_exit()"
Alex Crichton
-23
/
+23
2014-12-30
rollup merge of #20061: aturon/stab-2-vec-slice
Alex Crichton
-2
/
+2
2014-12-30
Fallout from stabilization
Aaron Turon
-2
/
+2
2014-12-30
rollup merge of #20353: alexcrichton/snapshots
Alex Crichton
-80
/
+1
2014-12-30
Register new snapshots
Alex Crichton
-80
/
+1
2014-12-30
std: Re-enable at_exit()
Alex Crichton
-23
/
+23
2014-12-29
Test fixes and rebase conflicts
Alex Crichton
-3
/
+3
2014-12-29
rollup merge of #20248: steveklabnik/gh20038
Alex Crichton
-79
/
+79
2014-12-30
Fallout from mut slices
Nick Cameron
-1
/
+1
2014-12-27
Fallout of changing format_args!(f, args) to f(format_args!(args)).
Eduard Burtescu
-2
/
+80
2014-12-26
s/task/thread/g
Steve Klabnik
-79
/
+79
2014-12-26
Make Send and Sync traits unsafe
Flavio Percoco
-2
/
+2
2014-12-26
Require types to opt-in Sync
Flavio Percoco
-0
/
+4
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-15
/
+15
2014-12-21
std: Don't parse argv as a String
Alex Crichton
-5
/
+8
2014-12-20
Fix the fallout of removing feature(import_shadowing).
Eduard Burtescu
-2
/
+1
2014-12-19
windows: remove unused import
Jorge Aparicio
-1
/
+0
2014-12-19
librustrt: use `#[deriving(Copy)]`
Jorge Aparicio
-2
/
+1
2014-12-18
Disable at_exit handlers
Aaron Turon
-1
/
+4
2014-12-18
Rebasing fixes.
Aaron Turon
-1
/
+1
2014-12-18
std: Move the panic flag to its own thread local
Alex Crichton
-4
/
+15
2014-12-18
std: Lower abstractions for thread_local/at_exit
Alex Crichton
-26
/
+36
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-710
/
+6
2014-12-18
Update doc comment for std::rt
Aaron Turon
-31
/
+6
2014-12-18
Avoid .take().unwrap() with FnOnce closures
Alex Crichton
-20
/
+8
2014-12-18
Tweak the startup routine to pass on linux
Alex Crichton
-68
/
+65
2014-12-18
Fix compilation on linux
Alex Crichton
-7
/
+7
2014-12-18
Fallout from new thread API
Aaron Turon
-56
/
+33
2014-12-18
Revise rt::unwind
Aaron Turon
-40
/
+6
2014-12-18
Remove rt::{mutex, exclusive}
Aaron Turon
-10
/
+5
2014-12-18
Remove rt::{local, local_data, thread_local_storage}
Aaron Turon
-524
/
+176
2014-12-18
Introduce std::thread
Aaron Turon
-191
/
+15
2014-12-18
Remove rt::bookkeeping
Aaron Turon
-70
/
+0
2014-12-18
Make at_exit initialize lazily
Aaron Turon
-20
/
+23
2014-12-18
Allow args to work without rt initialization
Aaron Turon
-13
/
+9
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-993
/
+3227
[prev]
[next]