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
2013-01-24
Stop using oldcomm in uv_global_loop tests
Brian Anderson
-17
/
+18
2013-01-24
std: Mop up Mac/Linux breakage
Tim Chevalier
-2
/
+2
2013-01-24
remove remaining is_not_empty functions/methods
Daniel Micay
-9
/
+0
2013-01-24
std: Fix broken Windows function
Tim Chevalier
-1
/
+1
2013-01-24
replace ConstVector trait with the Container trait
Daniel Micay
-6
/
+6
2013-01-24
Merge pull request #4613 from erickt/incoming
Tim Chevalier
-418
/
+555
2013-01-24
syntax/rustc: Less copy
Tim Chevalier
-2
/
+2
2013-01-24
time tests are racing on tzset, so merge the tests together.
Erick Tryzelaar
-12
/
+16
2013-01-24
convert most of libstd over to structs
Erick Tryzelaar
-406
/
+539
2013-01-24
librustc: Allow `&mut` to be loaned; allow `self` to be loaned; make `&mut` l...
Patrick Walton
-74
/
+136
2013-01-24
librustc: Disallow `&mut` loans from overlapping with any other loans
Patrick Walton
-3
/
+9
2013-01-24
librustc: Make C functions unsafe
Patrick Walton
-3
/
+7
2013-01-24
Merge pull request #4616 from thestinger/priority_queue
Tim Chevalier
-6
/
+3
2013-01-24
remove is_not_empty method from PriorityQueue
Daniel Micay
-6
/
+3
2013-01-24
remove old LinearMap constructor
Daniel Micay
-2
/
+2
2013-01-23
Merge pull request #4594 from thestinger/map
Tim Chevalier
-169
/
+46
2013-01-23
fix tests
Daniel Micay
-1
/
+1
2013-01-23
core: Remove private::chan_from_global_ptr. #3915
Brian Anderson
-2
/
+2
2013-01-23
std: Convert uv_global_loop to use pipes
Brian Anderson
-128
/
+154
2013-01-23
switch LinearMap to current constructor convention
Daniel Micay
-17
/
+17
2013-01-23
libsyntax: Remove `fn() unsafe { ... }`. r=graydon
Patrick Walton
-1596
/
+1817
2013-01-23
improve hashmap/treemap documentation
Daniel Micay
-3
/
+2
2013-01-23
add find method to the core::container::Map trait
Daniel Micay
-20
/
+20
2013-01-23
rename hashmap find_ref/get_ref -> find/get
Daniel Micay
-3
/
+3
2013-01-23
rename hashmap find/get -> find_copy/get_copy
Daniel Micay
-9
/
+3
2013-01-23
get rid of the std::map::Map LinearMap impl
Daniel Micay
-116
/
+0
2013-01-23
rename send_map to hashmap
Daniel Micay
-7
/
+7
2013-01-23
Merge pull request #4596 from Trinick/tomutrename
Tim Chevalier
-21
/
+22
2013-01-23
core: Rename to_mut and from_mut to cast_to_mut and cast_from_mut
Trinick
-21
/
+22
2013-01-22
Merge pull request #4586 from thestinger/treemap
Tim Chevalier
-7
/
+1
2013-01-22
std: un-ignore strptime test; fix bug introduced by 1a226f instead.
Graydon Hoare
-2
/
+1
2013-01-22
drop is_not_empty from TreeSet/TreeMap
Daniel Micay
-7
/
+1
2013-01-22
std: Ignore time::tests::test_strptime, it's failing for some reason
Tim Chevalier
-0
/
+1
2013-01-22
std: various hacking on workcache.
Graydon Hoare
-107
/
+185
2013-01-22
Merge pull request #4466 from ScriptDevil/master
Tim Chevalier
-33
/
+34
2013-01-22
Merge pull request #4571 from thestinger/container
Tim Chevalier
-47
/
+97
2013-01-22
add a base Container trait
Daniel Micay
-20
/
+26
2013-01-22
add a container::Map trait
Daniel Micay
-32
/
+34
2013-01-22
add a Mutable container trait with clear
Daniel Micay
-4
/
+48
2013-01-21
Add Timespec comment and assert about negative nsec
Chris Peterson
-0
/
+11
2013-01-21
style fix
Daniel Micay
-3
/
+1
2013-01-20
Merge pull request #4506 from thestinger/mkdtemp
Tim Chevalier
-16
/
+8
2013-01-20
Merge pull request #4519 from cpeterso/impl-timespec-ord
Tim Chevalier
-2
/
+46
2013-01-20
add a Set trait and implement it for TreeSet
Daniel Micay
-13
/
+16
2013-01-19
Fix the difference method on bit vectors
Alex Crichton
-5
/
+32
2013-01-17
Add a license check to tidy. #4018
Brian Anderson
-0
/
+29
2013-01-17
re-borrow in heir_swap (fixes compile)
Daniel Micay
-1
/
+1
2013-01-17
indentation fix
Daniel Micay
-2
/
+2
2013-01-17
make is_superset/is_subset O(n+m) instead of O(n*log(m))
Daniel Micay
-3
/
+25
2013-01-17
make intersection O(n+m) instead of O(n*log(m))
Daniel Micay
-4
/
+18
[prev]
[next]