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
/
libcore
Age
Commit message (
Expand
)
Author
Lines
2012-12-24
Fix wayward search and replace; unbreak build
Tim Chevalier
-3
/
+3
2012-12-24
Convert core::io to use explicit self (for issue #4118 and issue #2004)
gareth
-175
/
+169
2012-12-24
core: Mark some functions as pure
Chris Peterson
-16
/
+14
2012-12-24
bump 0.5 => 0.6, redirect some URLs in docs.
Graydon Hoare
-6
/
+6
2012-12-24
Fix Option::unwrap_err.
Erick Tryzelaar
-1
/
+1
2012-12-24
Fix wayward search and replace; unbreak build
Tim Chevalier
-3
/
+3
2012-12-24
Merge pull request #4278 from cpeterso/incoming-pure-functions
Tim Chevalier
-16
/
+14
2012-12-24
Convert core::io to use explicit self (for issue #4118 and issue #2004)
gareth
-175
/
+169
2012-12-23
core: Mark some functions as pure
Chris Peterson
-16
/
+14
2012-12-23
Merge pull request #4243 from erickt/incoming
Tim Chevalier
-1
/
+1
2012-12-21
bump 0.5 => 0.6, redirect some URLs in docs.
Graydon Hoare
-6
/
+6
2012-12-20
Fix Option::unwrap_err.
Erick Tryzelaar
-1
/
+1
2012-12-20
core: Add a Zero and One trait to num
Erick Tryzelaar
-0
/
+48
2012-12-18
core: add unwrap methods to dvec, either, and mutable
Erick Tryzelaar
-0
/
+14
2012-12-18
core: use movable self to clean up option/result.
Erick Tryzelaar
-86
/
+103
2012-12-18
Fix vec::flat_map_to_vec method
Erick Tryzelaar
-0
/
+126
2012-12-18
core: add macro_rules! for "condition! { c: in -> out; }".
Graydon Hoare
-19
/
+23
2012-12-18
core: fix remaining repr bugs, r=burningtree.
Graydon Hoare
-10
/
+103
2012-12-17
Change iter::find's closure to take a ref
Erick Tryzelaar
-41
/
+39
2012-12-17
core: Add &self to core::iter methods
Erick Tryzelaar
-70
/
+83
2012-12-17
core: remove old repr system, enable newer one. Close #3109.
Graydon Hoare
-550
/
+53
2012-12-17
Register snapshots
Brian Anderson
-45
/
+0
2012-12-17
Revert "Register snapshots"
Brian Anderson
-0
/
+45
2012-12-17
Register snapshots
Brian Anderson
-45
/
+0
2012-12-17
Merge pull request #4200 from ttaubert/issue-2649-rewrite-to_str_bytes
Brian Anderson
-28
/
+20
2012-12-15
rewrite uint::to_str_bytes to avoid raw pointers
Tim Taubert
-28
/
+20
2012-12-14
Remove more uses of 'move' from core::vec
Brian Anderson
-9
/
+24
2012-12-14
Rewrite core::vec::shift to not allocate
Brian Anderson
-19
/
+42
2012-12-14
Rename core::comm to core::oldcomm
Brian Anderson
-125
/
+125
2012-12-14
Remove spawn_listener, spawn_conversation
Brian Anderson
-105
/
+0
2012-12-14
Stop using spawn_conversation in chan_from_global_ptr
Brian Anderson
-7
/
+13
2012-12-14
Fix broken tests
Brian Anderson
-3
/
+3
2012-12-13
Change some uses of static methods to use the trait path
Brian Anderson
-8
/
+8
2012-12-13
Replace some Eq impls with deriving_eq
Brian Anderson
-112
/
+11
2012-12-13
Rename Send trait to Owned
Brian Anderson
-105
/
+115
2012-12-13
Rename Owned trait to Durable
Brian Anderson
-18
/
+25
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-108
/
+157
2012-12-12
core: Remove some uses of 'move'
Brian Anderson
-112
/
+112
2012-12-12
Fix the test for transmute
Brian Anderson
-3
/
+4
2012-12-11
Reverse the order of the results of pipes::stream
Tim Chevalier
-14
/
+14
2012-12-11
core: add Eq impl to LinearMap.
Erick Tryzelaar
-0
/
+37
2012-12-10
Adjust the die macro to only accept ~str and to work in statement position
Brian Anderson
-9
/
+29
2012-12-10
Add license boilerplate to more files.
Graydon Hoare
-0
/
+40
2012-12-10
core: Fix capitalization in docs
Brian Anderson
-2
/
+2
2012-12-10
Minor cleanups to pipes and serialization
Brian Anderson
-18
/
+30
2012-12-09
Remove transitional code
Brian Anderson
-62
/
+0
2012-12-07
libcore: Fix Windows-only pattern in run.rs. rs=bustage
Patrick Walton
-2
/
+2
2012-12-05
Convert Num to explicit self
Brian Anderson
-47
/
+47
2012-12-05
libcore: Fix some more coretest bustage. rs=bustage
Patrick Walton
-2
/
+2
2012-12-05
librustc: Hook borrow check loan checking up to the moves-based-on-type infra...
Patrick Walton
-30
/
+30
[prev]
[next]