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
/
windows
/
thread_local.rs
Age
Commit message (
Expand
)
Author
Lines
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-5
/
+5
2015-03-24
Test fixes and rebase conflicts, round 2
Alex Crichton
-2
/
+6
2015-03-20
Revert "Revert "std: Re-enable at_exit()""
Alex Crichton
-3
/
+9
2015-02-23
Test fixes and rebase conflicts
Alex Crichton
-1
/
+0
2015-02-23
Fix windows failure (fixup #22538)
Manish Goregaokar
-1
/
+2
2015-02-23
Use boxed functions instead of transmute
Stepan Koltsov
-2
/
+2
2015-02-04
Fix for misspelled comments.
Joseph Crail
-1
/
+1
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-02-01
std: Add a new `env` module
Alex Crichton
-0
/
+1
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-1
/
+1
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-1
/
+1
2015-01-21
Test fixes and rebase conflicts
Alex Crichton
-0
/
+1
2015-01-19
Replace `0 as *const/mut T` with `ptr::null/null_mut()`
we
-2
/
+2
2015-01-06
Fix misspelled comments.
Joseph Crail
-1
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+1
2014-12-18
std: Lower abstractions for thread_local/at_exit
Alex Crichton
-20
/
+42
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-5
/
+4
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-3
/
+3
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-1
/
+1
2014-11-23
std: Add a new top-level thread_local module
Alex Crichton
-0
/
+238