rust/src/libcollections
Graham Fawcett 7cf1f55426 In sieve example, end iteration sooner
The Sieve algorithm only requires checking all elements up to and including the square root of the maximum prime you're looking for. After that, the remaining elements are guaranteed to be prime.
2014-10-09 10:02:07 -04:00
..
btree add missing btree re-exports 2014-10-06 23:19:15 -04:00
hash Rename slice::Slice 2014-10-07 15:49:53 +13:00
bitv.rs In sieve example, end iteration sooner 2014-10-09 10:02:07 -04:00
deque.rs A few minor documentation fixes 2014-08-19 17:22:18 +12:00
dlist.rs Add tests for new _mut variants 2014-09-25 17:46:03 -07:00
enum_set.rs make EnumSet derive Ord and PartialOrd 2014-09-27 16:47:53 -04:00
lib.rs auto merge of #17802 : Gankro/rust/collection-docs-redux, r=aturon 2014-10-07 09:42:06 +00:00
macros.rs A few minor documentation fixes 2014-08-19 17:22:18 +12:00
priority_queue.rs Move info into individual modules. 2014-09-13 15:05:56 -04:00
ringbuf.rs Use slice syntax instead of slice_to, etc. 2014-10-07 15:49:53 +13:00
slice.rs Rename slice::Slice 2014-10-07 15:49:53 +13:00
smallintmap.rs Fix deprecation warnings in check-docs. 2014-09-22 19:31:31 +02:00
str.rs auto merge of #17840 : Sawyer47/rust/issue-17751, r=huonw 2014-10-08 05:32:09 +00:00
string.rs add #[experimental] as_string/as_vec functions 2014-10-08 04:18:54 -04:00
treemap.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
trie.rs Rename slicing methods 2014-10-07 15:49:53 +13:00
vec.rs auto merge of #17870 : thestinger/rust/alloc, r=eddyb 2014-10-09 10:57:25 +00:00