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
/
libcollections
Age
Commit message (
Expand
)
Author
Lines
2014-07-24
Main examples for TrieSet and TrieMap.
Jonas Hietala
-2
/
+67
2014-07-24
Document TrieSet and TrieMap methods.
Jonas Hietala
-16
/
+191
2014-07-24
Fix deprecation warning in deque.rs
Adolfo Ochagavía
-1
/
+1
2014-07-24
Add `string::raw::from_buf`
Adolfo Ochagavía
-27
/
+39
2014-07-24
Deprecated `String::from_raw_parts`
Adolfo Ochagavía
-9
/
+21
2014-07-24
Deprecated `str::raw::from_buf_len`
Adolfo Ochagavía
-23
/
+31
2014-07-24
Deprecated `str::raw::from_byte`
Adolfo Ochagavía
-2
/
+3
2014-07-24
Deprecated `str::raw::from_utf8_owned`
Adolfo Ochagavía
-5
/
+17
2014-07-24
Deprecated `str::raw::from_c_str`
Adolfo Ochagavía
-12
/
+3
2014-07-24
Remove OwnedStr trait
Adolfo Ochagavía
-29
/
+0
2014-07-24
Document PriorityQueue.
Jonas Hietala
-12
/
+177
2014-07-24
Move contructors to the top of PriorityQueue.
Jonas Hietala
-19
/
+19
2014-07-23
Just land already
Brian Anderson
-43
/
+43
2014-07-23
collections: Tweak docs for push
Brian Anderson
-4
/
+13
2014-07-23
Remove kludgy imports from vec! macro
Brian Anderson
-25
/
+13
2014-07-23
collections: Deprecate shift/unshift
Brian Anderson
-0
/
+2
2014-07-23
collections: Make push_back/pop_back default methods
Brian Anderson
-38
/
+18
2014-07-23
collections: Move push/pop docs to MutableSeq
Brian Anderson
-23
/
+23
2014-07-23
collections: Deprecate push_back/pop_back
Brian Anderson
-0
/
+6
2014-07-23
collections: Move push/pop to MutableSeq
Brian Anderson
-75
/
+121
2014-07-23
auto merge of #15902 : nham/rust/hash_triemap, r=alexcrichton
bors
-0
/
+55
2014-07-23
auto merge of #15749 : vhbit/rust/treemap-doc-fixes, r=alexcrichton
bors
-21
/
+21
2014-07-23
TreeMap examples fixes
Valerii Hiora
-21
/
+21
2014-07-22
auto merge of #15894 : treeman/rust/vec-doc, r=alexcrichton
bors
-139
/
+233
2014-07-22
Implement PartialEq, Eq for TrieMap, TrieSet
nham
-18
/
+46
2014-07-22
Derive Hash for TrieMap and TrieSet
nham
-0
/
+27
2014-07-22
auto merge of #15857 : treeman/rust/doc-dijkstra-example, r=alexcrichton
bors
-1
/
+137
2014-07-22
Main example for priority queue using dijkstra's algorithm.
Jonas Hietala
-1
/
+137
2014-07-22
doc: Normalize example style
Jonas Hietala
-62
/
+53
2014-07-22
doc: Vec::from_raw_parts.
Jonas Hietala
-5
/
+37
2014-07-22
doc: Fill vec documentation with examples.
Jonas Hietala
-1
/
+72
2014-07-22
doc: Use vec![] instead of vec!() in Vec.
Jonas Hietala
-77
/
+77
2014-07-22
auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton
bors
-1
/
+7
2014-07-21
Add a ton of ignore-lexer-test
Corey Richardson
-0
/
+2
2014-07-21
ignore-lexer-test to broken files and remove some tray hyphens
Corey Richardson
-1
/
+5
2014-07-21
Test fixes from the rollup
Alex Crichton
-1
/
+1
2014-07-21
Clarify the std::vec::Vec docs regarding capacity
P1start
-3
/
+37
2014-07-21
fix string in from_utf8_lossy_100_multibyte benchmark
Ted Horst
-2
/
+1
2014-07-21
Simplify and cleanup bitv examples.
Jonas Hietala
-74
/
+120
2014-07-21
Describe BitPositions and TwoBitPositions.
Jonas Hietala
-0
/
+2
2014-07-21
Polish bitv docs.
Jonas Hietala
-56
/
+65
2014-07-21
Enclose None as `None`.
Jonas Hietala
-4
/
+4
2014-07-21
Main bitv example: prime sieve.
Jonas Hietala
-0
/
+49
2014-07-21
Move intersection above difference and symmetric_differance.
Jonas Hietala
-29
/
+29
2014-07-21
Document BitvSet.
Jonas Hietala
-19
/
+297
2014-07-21
Document Bitv.
Jonas Hietala
-94
/
+307
2014-07-21
Group union, intersect and difference in Bitv.
Jonas Hietala
-22
/
+22
2014-07-21
Place union as the first function, for consistency.
Jonas Hietala
-12
/
+12
2014-07-21
Move in-place functions below their iterator variants.
Jonas Hietala
-24
/
+24
2014-07-21
Document Deque.
Jonas Hietala
-10
/
+173
[prev]
[next]