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
2013-01-29
librustc: Strdup unique strings instead of copying in byte by byte. Shaves 2M...
Patrick Walton
-1
/
+6
2013-01-29
core tests: Add use vec; directive inside core::hashmap tests
Tim Chevalier
-0
/
+1
2013-01-29
Merge pull request #4682 from thestinger/treemap
Tim Chevalier
-4
/
+245
2013-01-29
De-capitalize "note" to get rid of spurious tidy warnings
Tim Chevalier
-1
/
+1
2013-01-29
add intersection and union to the Set trait
Daniel Micay
-1
/
+89
2013-01-29
add difference and symmetric_difference to Set
Daniel Micay
-0
/
+71
2013-01-29
add is_disjoint to the Set trait
Daniel Micay
-3
/
+34
2013-01-29
add is_subset and is_superset to the Set trait
Daniel Micay
-1
/
+52
2013-01-29
libcore: De-export libcore. rs=deexporting
Patrick Walton
-90
/
+73
2013-01-29
Long line
Tim Chevalier
-2
/
+2
2013-01-29
librustc: De-implicit-self the visitor. r=graydon
Patrick Walton
-4
/
+742
2013-01-29
librustc: Disallow trait bounds in types, enumerations, and structure definit...
Patrick Walton
-20
/
+304
2013-01-29
libstd: Remove "dual impls" from the language and enforce coherence rules. r=...
Patrick Walton
-6
/
+15
2013-01-29
Fix the len() method on LinearMap during popping
Alex Crichton
-1
/
+4
2013-01-28
core: Allow legacy records in in a few modules
Tim Chevalier
-0
/
+10
2013-01-28
Revert readline optimization and add test
Brian Anderson
-3
/
+11
2013-01-28
Slightly optimize read_line()
Michael Neumann
-3
/
+3
2013-01-28
Fix example code
Michael Neumann
-4
/
+4
2013-01-28
get rid of LinearMap's find_copy method
Daniel Micay
-20
/
+2
2013-01-26
Merge remote-tracking branch 'brson/nocommupstream2'
Brian Anderson
-581
/
+944
2013-01-26
core: Remove structural records in library tests
Tim Chevalier
-3
/
+6
2013-01-25
Fix Option camel case in comments
Tyler Bindon
-1
/
+1
2013-01-25
Merge remote-tracking branch 'brson/nocommupstream'
Brian Anderson
-581
/
+944
2013-01-25
Merge pull request #4625 from thestinger/container
Tim Chevalier
-44
/
+23
2013-01-24
core: Mop up Windows breakage
Tim Chevalier
-2
/
+2
2013-01-24
remove remaining is_not_empty functions/methods
Daniel Micay
-29
/
+1
2013-01-24
implement Mutable trait for vec
Daniel Micay
-3
/
+16
2013-01-24
replace ConstVector trait with the Container trait
Daniel Micay
-15
/
+9
2013-01-24
Merge pull request #4623 from thestinger/map
Tim Chevalier
-78
/
+59
2013-01-24
clean up LinearMap implementation
Daniel Micay
-78
/
+59
2013-01-24
Convert dlist records into structs
Erick Tryzelaar
-111
/
+128
2013-01-24
convert io wrapper records into structs
Erick Tryzelaar
-5
/
+10
2013-01-24
Fix another typo
Erick Tryzelaar
-1
/
+1
2013-01-24
Convert pipes::Buffer into a struct
Erick Tryzelaar
-0
/
+29
2013-01-24
Convert core::pipes::{Packet,Chan_,Port_} into structs
Erick Tryzelaar
-9
/
+13
2013-01-24
Convert extfmt::rt::Conv into a struct
Erick Tryzelaar
-4
/
+25
2013-01-24
Fix a typo
Erick Tryzelaar
-1
/
+1
2013-01-24
Remove "unsafe" from run::start_program
Erick Tryzelaar
-70
/
+68
2013-01-24
core: convert io::Res over to the Drop trait
Erick Tryzelaar
-3
/
+6
2013-01-24
convert most of libcore records into structs
Erick Tryzelaar
-86
/
+105
2013-01-24
librustc: Allow `&mut` to be loaned; allow `self` to be loaned; make `&mut` l...
Patrick Walton
-6
/
+13
2013-01-24
librustc: Make C functions unsafe
Patrick Walton
-198
/
+256
2013-01-24
document LinearMap::new
Daniel Micay
-0
/
+1
2013-01-24
remove old LinearMap constructor
Daniel Micay
-6
/
+2
2013-01-23
core: fix windows breakage from 982cf90, r=burningtree.
Graydon Hoare
-0
/
+3
2013-01-23
Merge pull request #4594 from thestinger/map
Tim Chevalier
-72
/
+85
2013-01-23
Add a T_SIGNED type to uint template and eliminate step_down variant
Tim Chevalier
-36
/
+33
2013-01-23
libcore: Correct behaviour of range_step for uint, tests for range* functions.
Huon Wilson
-15
/
+124
2013-01-23
libcore: Add range_step and range_rev functions.
Huon Wilson
-10
/
+53
2013-01-23
core: Stop using oldcomm
Brian Anderson
-79
/
+64
[prev]
[next]