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
Age
Commit message (
Expand
)
Author
Lines
2015-02-06
Rollup merge of #21991 - steveklabnik:gh21915, r=huonw
Manish Goregaokar
-1
/
+1
2015-02-06
Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik
Manish Goregaokar
-1
/
+1
2015-02-05
Mention the queueueue-ness of mpsc.
Steve Klabnik
-1
/
+1
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-1
/
+1
2015-02-04
Fix for misspelled comments.
Joseph Crail
-1
/
+1
2015-01-30
rollup merge of #21631: tbu-/isize_police
Alex Crichton
-37
/
+37
2015-01-30
std: Stabilize the std::fmt module
Alex Crichton
-3
/
+3
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-37
/
+37
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-3
/
+3
2015-01-29
convert remaining `range(a, b)` to `a..b`
Jorge Aparicio
-10
/
+10
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-42
/
+42
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-1
/
+1
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-2
/
+2
2015-01-26
Fallout of io => old_io
Alex Crichton
-2
/
+2
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-2
/
+19
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-133
/
+46
2015-01-23
grandfathered -> rust1
Brian Anderson
-29
/
+29
2015-01-23
std: Relax Result::unwrap() to Debug
Alex Crichton
-2
/
+19
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-3
/
+3
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-3
/
+3
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-37
/
+38
2015-01-21
Test fixes and rebase conflicts
Alex Crichton
-2
/
+0
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-8
/
+12
2015-01-21
rollup merge of #21444: petrochenkov/null
Alex Crichton
-18
/
+21
2015-01-21
rollup merge of #21438: taralx/kill-racycell
Alex Crichton
-33
/
+15
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-8
/
+12
2015-01-20
Register snapshot for 9006c3c
Flavio Percoco
-74
/
+0
2015-01-20
Kill RacyCell in favor of marking SyncSender explicitly Send.
JP Sugarbroad
-34
/
+17
2015-01-19
Replace `0 as *const/mut T` with `ptr::null/null_mut()`
we
-19
/
+23
2015-01-16
Don't use NoSend/NoSync in libstd
Flavio Percoco
-0
/
+75
2015-01-11
Rename AtomicInt and AtomicUint
Steven Fackler
-25
/
+25
2015-01-08
Improvements to feature staging
Brian Anderson
-3
/
+3
2015-01-07
fix the `&mut _` patterns
Jorge Aparicio
-3
/
+3
2015-01-06
More test fixes
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-35
/
+35
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-4
/
+4
2015-01-07
markers -> marker
Nick Cameron
-8
/
+8
2015-01-06
Fallout from stabilization
Aaron Turon
-35
/
+35
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-1
/
+2
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-8
/
+8
2015-01-05
Revert "Remove i suffix in docs"
Alex Crichton
-692
/
+721
2015-01-05
rollup merge of #20565: alexcrichton/missing-stability
Alex Crichton
-2
/
+4
2015-01-05
rollup merge of #20560: aturon/stab-2-iter-ops-slice
Alex Crichton
-3
/
+9
2015-01-05
Remove i suffix in docs
Steve Klabnik
-725
/
+695
2015-01-05
Stabilization of impls and fallout from stabilization
Aaron Turon
-1
/
+5
2015-01-04
std: Fix missing stability in sync
Alex Crichton
-0
/
+3
2015-01-04
Merge pull request #20510 from tshepang/patch-6
bors
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-128
/
+131
2015-01-04
doc: remove incomplete sentence
Tshepang Lekhonkhobe
-1
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-7
/
+7
[next]