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
/
trie.rs
Age
Commit message (
Expand
)
Author
Lines
2013-08-15
std: Move the iterator param on FromIterator and Extendable to the method.
Huon Wilson
-8
/
+8
2013-08-10
Merge branch 'trie-bound-iters' of https://github.com/dim-an/rust into rollup
Erick Tryzelaar
-0
/
+102
2013-08-10
std: Rename Iterator.transform -> .map
Erick Tryzelaar
-2
/
+2
2013-08-10
std: merge Iterator and IteratorUtil
Erick Tryzelaar
-1
/
+1
2013-08-09
Implement `lower_bound_iter`/`upper_bound_iter` for TrieMap/TrieSet
Dmitry Ermolov
-0
/
+102
2013-08-07
Implement DoubleEndedIterator on Range
Kevin Ballard
-14
/
+12
2013-08-07
std: Fix for-range loops that can use iterators
blake2-ppc
-2
/
+2
2013-08-05
Remove debug printing.
Dmitry Ermolov
-2
/
+0
2013-08-05
Implemented iterator for TrieMap
Dmitry Ermolov
-0
/
+96
2013-08-03
auto merge of #8264 : thestinger/rust/snapshot, r=Aatch
bors
-8
/
+8
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-8
/
+8
2013-08-03
auto merge of #8246 : stepancheg/rust/contains-key, r=thestinger
bors
-6
/
+0
2013-08-03
replace all remaining `for` with `foreach` or `do`
Daniel Micay
-17
/
+22
2013-08-03
Add default implementation of Map::contains_key function
Stepan Koltsov
-6
/
+0
2013-08-02
replace `range` with an external iterator
Daniel Micay
-3
/
+3
2013-08-01
std: Replace `for` with `do { .. }` expr where internal iterators are used
blake2-ppc
-22
/
+29
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-6
/
+7
2013-07-30
std: Implement Extendable for hashmap, str and trie
blake2-ppc
-9
/
+17
2013-07-25
Added default impls for container methods
Steven Fackler
-23
/
+0
2013-07-19
std: Remove old magic core mod
Brian Anderson
-1
/
+1
2013-07-17
librustc: Remove all uses of the `Copy` bound.
Patrick Walton
-1
/
+2
2013-07-16
auto merge of #7684 : pnkfelix/rust/fsk-invert-range-rev-halfclosedness-issue...
bors
-3
/
+3
2013-07-14
auto merge of #7788 : MarkJr94/rust/from_iter, r=cmr
bors
-14
/
+66
2013-07-14
Stripped trailing spaces; Implemented FromIterator for TreeMap and PriorityQueue
=Mark Sinclair
-2
/
+2
2013-07-14
Implemented FromIterator for TrieMap and TrieSet
=Mark Sinclair
-14
/
+66
2013-07-13
Split mutable methods out of Set and Map
Steven Fackler
-0
/
+2
2013-07-11
Fix #5270: another test I did not update properly.
Felix S. Klock II
-2
/
+2
2013-07-10
Switch over to new range_rev semantics; fix #5270.
Felix S. Klock II
-1
/
+1
2013-06-29
Removing a lot of usage of '&const'
Alex Crichton
-4
/
+4
2013-06-29
'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f...
Ben Blum
-3
/
+3
2013-06-25
container: remove internal iterators from Map
Daniel Micay
-24
/
+24
2013-06-24
remove old_iter
Daniel Micay
-16
/
+10
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-1
/
+1
2013-06-18
replace #[inline(always)] with #[inline]. r=burningtree.
Graydon Hoare
-28
/
+28
2013-06-09
remove unused import warnings
Huon Wilson
-1
/
+0
2013-06-08
std: remove each[i]_mut functions, in favour of iterators.
Huon Wilson
-1
/
+2
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-10
/
+14
2013-05-30
Remove unnecessary 'use' forms
Daniel Farina
-2
/
+0
2013-05-30
Require documentation by default for libstd
Alex Crichton
-0
/
+2
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+4
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+548