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
/
local_data.rs
Age
Commit message (
Expand
)
Author
Lines
2013-08-16
syntax: add a local_data_key macro that creates a key for access to the TLS.
Huon Wilson
-2
/
+2
2013-08-07
std: add result.map_move, result.map_err_move
Erick Tryzelaar
-6
/
+6
2013-08-05
Updated std::Option, std::Either and std::Result
Marvin Löbel
-7
/
+7
2013-07-22
new snapshot
Daniel Micay
-43
/
+4
2013-07-17
librustc: Remove all uses of the `Copy` bound.
Patrick Walton
-1
/
+1
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-3
/
+5
2013-07-16
Add a `get_mut` method for TLS
Alex Crichton
-1
/
+76
2013-07-14
Make TLS keys actually take up space
Alex Crichton
-40
/
+40
2013-07-14
Purge the last remnants of the old TLS api
Alex Crichton
-119
/
+121
2013-07-11
Fix tests
Alex Crichton
-1
/
+1
2013-07-11
Remove all external requirements of `@` from TLS
Alex Crichton
-11
/
+11
2013-07-11
Fix a soundness problem with `get`
Alex Crichton
-0
/
+8
2013-07-11
Work around stage0 to remove '@' requirements from TLS
Alex Crichton
-0
/
+40
2013-07-09
Rename local_data methods/types for less keystrokes
Alex Crichton
-48
/
+59
2013-07-09
Change TLS to almost be able to contain owned types
Alex Crichton
-12
/
+6
2013-07-09
Change the elements in the task-local map to be actual key-value pairs
Alex Crichton
-2
/
+6
2013-06-29
Change taskgroup key type to fn:Copy in prep for noncopyable stack closures.
Ben Blum
-1
/
+1
2013-06-28
std: silence some test warnings.
Huon Wilson
-13
/
+10
2013-05-30
Remove unnecessary 'use' forms
Daniel Farina
-2
/
+3
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+2
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+226