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
Age
Commit message (
Expand
)
Author
Lines
2012-12-16
priority_queue: fix siftup/siftdown naming
Daniel Micay
-11
/
+11
2012-12-16
priority_queue: avoid copy with top and maybe_top
Daniel Micay
-11
/
+12
2012-12-16
priority_queue: fix to_sorted_vec off-by-one error
Daniel Micay
-13
/
+23
2012-12-16
priority_queue: replace some copies with swaps
Daniel Micay
-10
/
+6
2012-12-16
priority_queue: make from_vec a static method
Daniel Micay
-10
/
+11
2012-12-16
priority_queue: make to_vec/to_sorted_vec methods
Daniel Micay
-20
/
+17
2012-12-16
add priority queue implementation (binary heap)
Daniel Micay
-0
/
+254
2012-12-15
Whitespace
Brian Anderson
-8
/
+11
2012-12-15
rt: Do some casting to avoid warnings
Brian Anderson
-3
/
+3
2012-12-15
Long lines
Brian Anderson
-2
/
+8
2012-12-15
Check for oom in a few more places
Jesse Jones
-0
/
+8
2012-12-15
Abort instead of throwing on oom
Jesse Jones
-2
/
+4
2012-12-15
Made a bunch more classes non-copyable
Jesse Jones
-0
/
+41
2012-12-15
Instead of returning a bool (which everyone ignored) pop asserts
Jesse Jones
-6
/
+3
2012-12-15
Check for realloc failure and bad subscripts
Jesse Jones
-2
/
+9
2012-12-15
polymorphic indexed_list fixes:
Jesse Jones
-9
/
+10
2012-12-15
Improvements to array_list, hash_map, and indexed_list:
Jesse Jones
-16
/
+45
2012-12-15
rewrite uint::to_str_bytes to avoid raw pointers
Tim Taubert
-28
/
+20
2012-12-14
librustc: Add a lint mode for deprecated self. r=brson
Patrick Walton
-0
/
+62
2012-12-14
librustc: Fix type_use for generic newtype structs. Closes #4188. rs=bugfix
Patrick Walton
-1
/
+19
2012-12-14
librustc: Implement a lint mode for default methods. r=brson
Patrick Walton
-1
/
+37
2012-12-14
Revert "librustc: Implement a lint mode for default methods"
Patrick Walton
-37
/
+1
2012-12-14
test: Add a test for trait inheritance with self as a type parameter. rs=test...
Patrick Walton
-0
/
+29
2012-12-14
librustc: Implement a lint mode for default methods
Patrick Walton
-1
/
+37
2012-12-14
librustc: Ensure that no moves from the inside of @ or & boxes occur. rs=cras...
Patrick Walton
-26
/
+121
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
xfail-fast run-pass/stat.rs
Brian Anderson
-0
/
+2
2012-12-14
Fix broken tests
Brian Anderson
-12
/
+12
2012-12-14
Fix broken test
Brian Anderson
-2
/
+2
2012-12-14
Fix trait-inheritance-overloading-xc and un-xfail
Tim Chevalier
-2
/
+1
2012-12-14
Merge remote-tracking branch 'thestinger/vim'
Brian Anderson
-7
/
+7
2012-12-14
Fix broken tests
Brian Anderson
-1
/
+1
2012-12-14
Un-xfail tests that work now
Tim Chevalier
-2
/
+0
2012-12-14
Rename core::comm to core::oldcomm
Brian Anderson
-719
/
+712
2012-12-14
Remove spawn_listener, spawn_conversation
Brian Anderson
-108
/
+39
2012-12-14
Remove bench/shootout-threadring.rs
Brian Anderson
-63
/
+0
2012-12-14
Remove two comm-oriented benchmarks that have pipe equivs
Brian Anderson
-83
/
+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-14
Fix broken tests
Brian Anderson
-3
/
+3
2012-12-14
update syntax/rust.vim for keyword changes
Daniel Micay
-7
/
+7
2012-12-13
librustc: Reset the mode context to MoveValue for block lambdas. rs=bugfix
Patrick Walton
-9
/
+46
2012-12-13
Update src/test/run-pass/static-fn-trait-xc.rs
Brian Anderson
-0
/
+1
2012-12-13
Fix broken tests
Brian Anderson
-89
/
+7
2012-12-13
Fix benchmarks
Brian Anderson
-208
/
+1
2012-12-13
Begin renaming serialization to std::serialize. (snapshot)
Erick Tryzelaar
-135
/
+1759
2012-12-13
test: Fix last-use-corner-cases. rs=bustage
Patrick Walton
-2
/
+2
2012-12-13
librustc: Add missing case in mem_categorization. rs=bugfix
Patrick Walton
-0
/
+4
2012-12-13
librustc: Remove merge markers. rs=oops
Patrick Walton
-6
/
+1
[prev]
[next]