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
/
rt
/
local_ptr.rs
Age
Commit message (
Expand
)
Author
Lines
2014-01-22
Replace C types with Rust types in libstd, closes #7313
Florian Hahn
-7
/
+5
2014-01-21
Flag all TLS functions as inline(never)
Alex Crichton
-4
/
+58
2014-01-07
std: Fill in all missing imports
Alex Crichton
-0
/
+3
2014-01-01
auto merge of #11212 : alexcrichton/rust/local-task-count, r=brson
bors
-0
/
+40
2014-01-01
Move task count bookeeping out of libstd
Alex Crichton
-0
/
+40
2013-12-31
Convert relevant static mutexes to Once
Alex Crichton
-12
/
+2
2013-12-25
Test fixes and rebase conflicts
Alex Crichton
-3
/
+3
2013-12-24
std: Fix a bug where Local::take() didn't zero out
Alex Crichton
-1
/
+3
2013-12-16
Fallout of rewriting std::comm
Alex Crichton
-2
/
+1
2013-12-10
librustuv: RAII-ify `Local::borrow`, and remove some 12 Cells.
Patrick Walton
-10
/
+37
2013-12-08
Remove dead codes
Kiet Tran
-0
/
+2
2013-12-06
Made Results API more composable
Marvin Löbel
-0
/
+1
2013-11-28
Register new snapshots
Alex Crichton
-2
/
+1
2013-11-27
Use the native tls implementation on android
Alex Crichton
-238
/
+219
2013-11-27
Improve the rt::thread module
Alex Crichton
-2
/
+7
2013-11-26
Clean up statically initialized data on shutdown
Alex Crichton
-7
/
+24
2013-11-26
auto merge of #10312 : thestinger/rust/thread_local, r=alexcritchton
bors
-5
/
+101
2013-11-26
port the runtime to `#[thread_local]`
Daniel Micay
-5
/
+101
2013-11-26
libstd: Remove all non-`proc` uses of `do` from libstd
Patrick Walton
-5
/
+1
2013-11-19
libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd
Patrick Walton
-1
/
+1
2013-11-18
Remove the C++ lock_and_signal type
Alex Crichton
-3
/
+9
2013-11-11
Remove #[fixed_stack_segment] and #[rust_stack]
Alex Crichton
-2
/
+0
2013-10-11
De-pub some private runtime components
Alex Crichton
-1
/
+1
2013-09-25
Don't die in try_unsafe_borrow if tls isn't ready
Alex Crichton
-6
/
+10
2013-08-29
rt: remove a series of unfortunate casts.
Huon Wilson
-13
/
+6
2013-08-24
std: Convert the runtime TLS key to a Rust global to avoid FFI
Brian Anderson
-15
/
+17
2013-08-24
std::rt: Optimize TLS use in change_task_context
Brian Anderson
-0
/
+17
2013-08-24
std: More TLS micro-optimization
Brian Anderson
-3
/
+11
2013-08-19
Add externfn macro and correctly label fixed_stack_segments
Niko Matsakis
-2
/
+4
2013-08-12
std: Re-optimize tls access on local allocation path
Brian Anderson
-2
/
+9
2013-08-04
std::rt: Improve the error message when the thread-local ptr is null
Brian Anderson
-11
/
+15
2013-06-17
std: Rename `abort!` to `rtabort!` to match other macros
Brian Anderson
-1
/
+1
2013-06-04
std::cell: Modernize constructors
Philipp Brüschweiler
-1
/
+1
2013-05-22
libstd: Fix merge fallout.
Patrick Walton
-0
/
+145