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
/
libstd
Age
Commit message (
Expand
)
Author
Lines
2012-12-20
Remove the cfg(stageN)-specific serialize code.
Erick Tryzelaar
-607
/
+0
2012-12-19
Fix a warning in the workcache test.
Erick Tryzelaar
-1
/
+1
2012-12-19
Remove serialize::traits submodule.
Erick Tryzelaar
-1
/
+604
2012-12-19
Remove the old serialization code
Erick Tryzelaar
-590
/
+1
2012-12-18
Remove superfluous parentheses.
Erick Tryzelaar
-4
/
+4
2012-12-18
Stop resolving static methods at the module level. Closes #4179
Brian Anderson
-25
/
+25
2012-12-17
Fix build breakage
Brian Anderson
-54
/
+54
2012-12-17
Switch from serialization to std::serialize. (snapshot)
Erick Tryzelaar
-82
/
+80
2012-12-17
std: Add flatpipes
Brian Anderson
-0
/
+1004
2012-12-17
Register snapshots
Brian Anderson
-10
/
+0
2012-12-17
Revert "Register snapshots"
Brian Anderson
-0
/
+10
2012-12-17
Register snapshots
Brian Anderson
-10
/
+0
2012-12-17
add an empty PriorityQueue constructor
Daniel Micay
-10
/
+10
2012-12-16
Long lines
Brian Anderson
-6
/
+7
2012-12-16
Fix doc comment
Brian Anderson
-1
/
+2
2012-12-16
Add priority_queue test for unique pointers
Brian Anderson
-0
/
+22
2012-12-16
Add various workaround attributes to priority_queue
Brian Anderson
-0
/
+13
2012-12-16
priority_queue: add docstring for from_vec
Daniel Micay
-0
/
+1
2012-12-16
priority_queue: replace copies with moves
Daniel Micay
-10
/
+24
2012-12-16
priority_queue: clean up naming
Daniel Micay
-25
/
+23
2012-12-16
priority_queue: fix test compilation
Daniel Micay
-1
/
+1
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-14
Rename core::comm to core::oldcomm
Brian Anderson
-209
/
+202
2012-12-13
Begin renaming serialization to std::serialize. (snapshot)
Erick Tryzelaar
-1
/
+588
2012-12-13
Long lines
Brian Anderson
-1
/
+2
2012-12-13
Change some uses of static methods to use the trait path
Brian Anderson
-3
/
+2
2012-12-13
Replace some Eq impls with deriving_eq
Brian Anderson
-151
/
+13
2012-12-13
std: Convert records to structs in getopts
Brian Anderson
-33
/
+42
2012-12-13
Rename Send trait to Owned
Brian Anderson
-52
/
+53
2012-12-13
Rename Owned trait to Durable
Brian Anderson
-1
/
+1
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-6
/
+5
2012-12-11
Reverse the order of the results of pipes::stream
Tim Chevalier
-27
/
+27
2012-12-11
libstd: Implement read_managed_str for the JSON deserialiser.
Huon Wilson
-2
/
+5
2012-12-11
libstd: refactor future, remove with(), remove ~ indirection.
Graydon Hoare
-90
/
+32
2012-12-11
libstd: teach workcache to check freshness.
Graydon Hoare
-18
/
+59
2012-12-10
Add license boilerplate to more files.
Graydon Hoare
-0
/
+20
2012-12-10
Minor cleanups to pipes and serialization
Brian Anderson
-9
/
+13
2012-12-09
Remove transitional code
Brian Anderson
-38
/
+0
2012-12-07
Make short flags with a single-char arg work in getopts
Tim Chevalier
-34
/
+37
2012-12-07
librustc: De-mode pattern bindings. r=nmatsakis
Patrick Walton
-5
/
+5
2012-12-06
make bblum happy
Tim Chevalier
-17
/
+6
2012-12-06
Rename std::ebml::Reader => std::ebml::reader, same for writer
Tim Chevalier
-5
/
+5
2012-12-04
librustc: Implement moves based on type. r=nmatsakis
Patrick Walton
-3
/
+3
2012-12-04
librustc: Implement explicit self for Add and Index; add a hack in the borrow...
Patrick Walton
-0
/
+38
[next]