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
/
libcore
/
task
/
local_data.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-10
Move core::task::local_data to core::local_data
Youngsoo Son
-226
/
+0
2013-05-07
core: Replace Durable with 'static
Brian Anderson
-4
/
+4
2013-05-07
Add some tests for local data + borrowed pointers
Brian Anderson
-0
/
+9
2013-04-24
core: Warning police
Brian Anderson
-1
/
+0
2013-04-23
Merge remote-tracking branch 'brson/io'
Brian Anderson
-5
/
+5
2013-04-22
core::rt Wire up task-local storage to the new scheduler
Brian Anderson
-5
/
+5
2013-04-19
core: clean up tests (mostly unused unsafe blocks)
Alex Crichton
-21
/
+17
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-9
/
+9
2013-03-26
librustc: Modify all code to use new lifetime binder syntax
Patrick Walton
-1
/
+1
2013-03-18
librustc: Convert all uses of old lifetime notation to new lifetime notation....
Patrick Walton
-1
/
+1
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-1
/
+1
2013-03-07
test: Fix tests.
Patrick Walton
-1
/
+2
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-9
/
+9
2013-03-06
Add manual &self/ and &static/ and /&self declarations that
Niko Matsakis
-1
/
+1
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-1
/
+0
2013-03-02
librustc: Forbid chained imports and fix the logic for one-level renaming imp...
Patrick Walton
-1
/
+1
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-4
/
+4
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-5
/
+5
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-5
/
+5
2013-01-29
librustc: Disallow trait bounds in types, enumerations, and structure definit...
Patrick Walton
-1
/
+1
2013-01-23
libsyntax: Remove `fn() unsafe { ... }`. r=graydon
Patrick Walton
-74
/
+99
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+1
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-1
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+1
2012-12-27
librustc: Fix the test runner, the condition system, and core test. rs=bustage
Patrick Walton
-0
/
+1
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-6
/
+2
2012-12-13
Rename Owned trait to Durable
Brian Anderson
-5
/
+5
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-1
/
+1
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-10-03
core: Make some parts of task private
Brian Anderson
-8
/
+8
2012-10-02
Removing explicit uses of + mode
Tim Chevalier
-16
/
+16
2012-09-28
core: Demode patterns
Brian Anderson
-2
/
+2
2012-09-26
libcore: De-export ptr, send_map, and task::local_data
Patrick Walton
-19
/
+13
2012-09-23
Make it illegal to use modes in a fn signature with providing
Niko Matsakis
-1
/
+1
2012-09-19
core: Decompose task into more submodules
Brian Anderson
-4
/
+4
2012-09-19
core: Cleanup task_local docs
Brian Anderson
-7
/
+9
2012-09-19
core: Split local_data into local_data/local_data_priv
Brian Anderson
-160
/
+7
2012-09-19
core: Move TLS to task::local_data
Brian Anderson
-0
/
+346