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
Age
Commit message (
Expand
)
Author
Lines
2014-12-26
Move RacyCell to `std::comm`
Flavio Percoco
-8
/
+36
2014-12-26
Make Send and Sync traits unsafe
Flavio Percoco
-36
/
+54
2014-12-26
Rename `OwnedPtr` to `UniquePtr`
Flavio Percoco
-4
/
+4
2014-12-26
Require types to opt-in Sync
Flavio Percoco
-45
/
+101
2014-12-25
auto merge of #20024 : mneumann/rust/dragonfly-fixes3, r=alexcrichton
bors
-1
/
+11
2014-12-24
auto merge of #20117 : lfairy/rust/rename-include-bin, r=alexcrichton
bors
-2
/
+6
2014-12-23
Rename and namespace `FPCategory`
Tobias Bucher
-21
/
+23
2014-12-23
Rename include_bin! to include_bytes!
Chris Wong
-2
/
+6
2014-12-23
Fix some spelling errors.
Huon Wilson
-11
/
+11
2014-12-22
Test fixes and rebase conflicts
Alex Crichton
-3
/
+7
2014-12-22
rollup merge of #19891: nikomatsakis/unique-fn-types-3
Alex Crichton
-6
/
+43
2014-12-22
rollup merge of #20056: MrFloya/iter_rename
Alex Crichton
-20
/
+20
2014-12-22
rollup merge of #20125: csouth3/hashset-bitops
Alex Crichton
-4
/
+115
2014-12-22
Insert coercions to fn pointer types required for the new types
Niko Matsakis
-4
/
+15
2014-12-22
Fix fallout from changes. In cases where stage0 compiler is needed, we
Niko Matsakis
-4
/
+34
2014-12-22
Added missing renames:
Florian Wilkens
-20
/
+20
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-132
/
+131
2014-12-21
Implement BitOps for HashSet
Chase Southwood
-4
/
+115
2014-12-21
std: Stabilize the std::str module
Alex Crichton
-6
/
+53
2014-12-21
Test fixes and rebase conflicts
Alex Crichton
-1
/
+0
2014-12-21
rollup merge of #19972: alexcrichton/snapshots
Alex Crichton
-108
/
+0
2014-12-21
rollup merge of #20100: alexcrichton/issue-20091
Alex Crichton
-5
/
+8
2014-12-21
std: Don't parse argv as a String
Alex Crichton
-5
/
+8
2014-12-21
rollup merge of #20086: shepmaster/random-typo
Alex Crichton
-2
/
+2
2014-12-21
rollup merge of #20077: shepmaster/stdin-typo
Alex Crichton
-1
/
+1
2014-12-21
rollup merge of #20070: aturon/stab-2-clone
Alex Crichton
-2
/
+3
2014-12-21
rollup merge of #20069: jarod/bitflags
Alex Crichton
-21
/
+21
2014-12-21
rollup merge of #20062: aturon/stab-2-ints
Alex Crichton
-2
/
+2
2014-12-21
rollup merge of #20029: vhbit/ios-no-rt
Alex Crichton
-2
/
+2
2014-12-21
rollup merge of #20006: alexcrichton/no-more-empty-modules
Alex Crichton
-8
/
+135
2014-12-21
rollup merge of #19993: bluss/setalgebraitems
Alex Crichton
-46
/
+83
2014-12-21
rollup merge of #19973: vhbit/ios-no-copy
Alex Crichton
-1
/
+0
2014-12-21
rollup merge of #19932: elszben/master
Alex Crichton
-0
/
+50
2014-12-21
Remove a ton of public reexports
Corey Farwell
-43
/
+53
2014-12-21
auto merge of #19946 : cgaebel/rust/hashmap-drain-iter, r=gankro
bors
-10
/
+157
2014-12-20
Fix small typos in std::rand documentation
Jake Goulding
-2
/
+2
2014-12-20
Correct typo in doc for StdinReaderGuard
Jake Goulding
-1
/
+1
2014-12-20
Stabilize clone
Aaron Turon
-2
/
+3
2014-12-20
use binary literals to better reflect "bitflags"
Jarod Liu
-21
/
+21
2014-12-19
Stabilize integer modules
Aaron Turon
-2
/
+2
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-34
/
+13
2014-12-20
Fix more import_shadowing fallout in collections.
Eduard Burtescu
-9
/
+9
2014-12-20
Fix the fallout of removing feature(import_shadowing).
Eduard Burtescu
-51
/
+31
2014-12-20
Remove feature(import_shadowing) from all crates.
Eduard Burtescu
-2
/
+1
2014-12-20
auto merge of #19640 : aliblong/rust/power_of_two_reform, r=Gankro
bors
-7
/
+28
2014-12-19
Reform power_of_two methods for perf increase & semantic change to consider 0...
Aaron Liblong
-7
/
+28
2014-12-19
load_self() needs to be public
Michael Neumann
-1
/
+1
2014-12-19
hashset: Clean up and rename the HashSet iterators
bluss
-46
/
+83
2014-12-19
Register new snapshots
Alex Crichton
-108
/
+0
2014-12-19
windows: remove unused import
Jorge Aparicio
-1
/
+0
[next]