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
Age
Commit message (
Expand
)
Author
Lines
2014-02-28
std: Change assert_eq!() to use {} instead of {:?}
Alex Crichton
-1
/
+1
2014-02-28
std: Add cfg(test) to UnsafeArc assertions
Alex Crichton
-4
/
+8
2014-02-23
std: Move intrinsics to std::intrinsics.
Brian Anderson
-1
/
+1
2014-02-18
Spellcheck library docs.
Huon Wilson
-2
/
+1
2014-02-15
std: clean up ptr a bit
Corey Richardson
-1
/
+1
2014-02-11
Rewrite channels yet again for upgradeability
Alex Crichton
-13
/
+16
2014-02-11
Shuffle around ownership in concurrent queues
Alex Crichton
-267
/
+177
2014-02-04
auto merge of #11230 : csherratt/rust/cow, r=alexcrichton
bors
-0
/
+8
2014-02-04
Register new snapshots
Alex Crichton
-190
/
+0
2014-02-04
Replace NonCopyable usage with NoPod
Flavio Percoco
-20
/
+20
2014-02-03
Various bug fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-02-03
Add an AtomicU64 type to std::sync::atomics
Alex Crichton
-32
/
+245
2014-02-01
Make next_power_of_two generic for unsigned integers
Brendan Zabarauskas
-2
/
+2
2014-01-29
Removing do keyword from libstd and librustc
Scott Lawrence
-20
/
+20
2014-01-26
Removed all instances of XXX in preparation for relaxing of FIXME rule
Salem Talha
-3
/
+3
2014-01-22
libc: switch `free` to the proper signature
Daniel Micay
-1
/
+1
2014-01-22
Replace C types with Rust types in libstd, closes #7313
Florian Hahn
-2
/
+1
2014-01-21
[std::vec] Rename .remove_opt() to .remove(), drop the old .remove() behavior
Simon Sapin
-1
/
+1
2014-01-21
Remove unnecessary parentheses.
Huon Wilson
-1
/
+1
2014-01-17
Add a generic power function
Flavio Percoco
-2
/
+2
2014-01-09
Merge some numeric traits with Real and don't re-export RealExt
Brendan Zabarauskas
-1
/
+1
2013-12-31
Add a copy-on-write container.
Colin Sherratt
-0
/
+8
2013-12-25
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2013-12-24
Test fixes and rebase problems
Alex Crichton
-1
/
+1
2013-12-24
std: Get stdtest all passing again
Alex Crichton
-8
/
+22
2013-12-24
std: Introduce std::sync
Alex Crichton
-0
/
+2230