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
2014-02-20
move extra::test to libtest
Liigo Zhuang
-1
/
+2
2014-02-11
Move replace and swap to std::mem. Get rid of std::util
Edward Wang
-4
/
+3
2014-02-09
std: Add init and uninit to mem. Replace direct intrinsic usage
Brian Anderson
-1
/
+1
2014-02-07
Cleaned up imports per coding standards.
chromatic
-4
/
+4
2014-02-07
Removed prelude::* from libstd files.
chromatic
-1
/
+5
2014-01-25
Uppercase numeric constants
Chris Wong
-12
/
+12
2014-01-23
Update flip() to be rev().
Sean Chalmers
-3
/
+3
2014-01-23
Rename Invert to Flip - Issue 10632
Sean Chalmers
-3
/
+3
2014-01-21
Remove unnecessary parentheses.
Huon Wilson
-1
/
+1
2014-01-18
Rename iterators for consistency
Palmer Cox
-27
/
+27
2014-01-18
std::trie: use unsafe code to give a 3x speed up to the iterator.
Huon Wilson
-39
/
+118
2014-01-18
std::trie: remove each_{key,value}_reverse internal iterators.
Huon Wilson
-13
/
+1
2014-01-15
std::trie: optimise insert slightly.
Huon Wilson
-34
/
+36
2014-01-15
std::trie: add benchmarks for insert.
Huon Wilson
-0
/
+48
2014-01-08
std::trie: make lower_bound and upper_bound about 15% faster.
Huon Wilson
-10
/
+10
2014-01-08
std::trie: Add some iteration/search benchmarks.
Huon Wilson
-0
/
+60
2014-01-08
std::trie: use macros to share code between the iterator implementations.
Huon Wilson
-129
/
+126
2014-01-08
std::trie: remove some obsolete internal iterators.
Huon Wilson
-99
/
+3
2014-01-08
std::trie: add an mutable-values iterator.
Huon Wilson
-0
/
+168
2013-12-27
std: uniform modules titles for doc
Luca Bruno
-1
/
+1
2013-12-11
Make 'self lifetime illegal.
Erik Price
-7
/
+7
2013-11-28
Register new snapshots
Alex Crichton
-2
/
+2
2013-11-26
libstd: Remove all non-`proc` uses of `do` from libstd
Patrick Walton
-11
/
+11
2013-11-26
Removed unneccessary `_iter` suffixes from various APIs
Marvin Löbel
-18
/
+18
2013-11-25
std::trie: Fix find_mut for non-present keys
Jannis Harder
-1
/
+12
2013-11-19
libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd
Patrick Walton
-12
/
+12
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-2
/
+2
2013-10-09
option: rewrite the API to use composition
Daniel Micay
-1
/
+1
2013-09-30
std: Remove usage of fmt!
Alex Crichton
-2
/
+2
2013-09-15
Use std::iter::range_step
blake2-ppc
-16
/
+12
2013-09-09
rename `std::iterator` to `std::iter`
Daniel Micay
-1
/
+0
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
[next]