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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
Age
Commit message (
Expand
)
Author
Lines
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
2012-12-05
Merge remote-tracking branch 'rntz/tuple-iterbytes'
Brian Anderson
-7
/
+10
2012-12-05
test: Fix a bunch of test cases. rs=burning
Patrick Walton
-6
/
+6
2012-12-04
librustc: Implement moves based on type. r=nmatsakis
Patrick Walton
-5
/
+5
2012-12-04
librustc: Implement explicit self for Add and Index; add a hack in the borrow...
Patrick Walton
-10
/
+73
2012-12-03
core: rename box to managed. Close #4079.
Graydon Hoare
-23
/
+25
2012-12-03
core: rename unit to nil. Close #4080.
Graydon Hoare
-1
/
+1
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+720
2012-12-02
call out to iter_bytes_{2,3} in IterBytes instances for pairs, triples
Michael Arntzenius
-5
/
+2
2012-12-02
libcore/to_bytes.rs: fix IterBytes instances for pairs, triples to not cause ...
Michael Arntzenius
-7
/
+13
2012-11-30
librustc: Make `a.b()` always a method call. r=nmatsakis
Patrick Walton
-1
/
+1
2012-11-30
Merge pull request #4085 from andrew-d/andrew-fix-typo
Tim Chevalier
-1
/
+1
2012-11-30
Fix small typo in kinds documentation
Andrew Dunham
-1
/
+1
[next]