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
/
sync
/
mpsc
/
select.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-10
/
+10
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-34
/
+7
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-1
/
+1
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-6
/
+7
2015-01-21
rollup merge of #21444: petrochenkov/null
Alex Crichton
-7
/
+7
2015-01-20
Register snapshot for 9006c3c
Flavio Percoco
-27
/
+0
2015-01-19
Replace `0 as *const/mut T` with `ptr::null/null_mut()`
we
-8
/
+9
2015-01-16
Don't use NoSend/NoSync in libstd
Flavio Percoco
-0
/
+28
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-07
markers -> marker
Nick Cameron
-3
/
+3
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-3
/
+3
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
std: fix fallout
Jorge Aparicio
-1
/
+3
2015-01-02
Rollup test fixes and rebase conflicts
Alex Crichton
-1
/
+0
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-0
/
+747
[prev]