about summary refs log tree commit diff
path: root/src/libextra
AgeCommit message (Expand)AuthorLines
2013-07-11Remove all external requirements of `@` from TLSAlex Crichton-2/+2
2013-07-10Convert json Reader to iteratorsGary Linscott-40/+26
2013-07-10Switch over to new range_rev semantics; fix #5270.Felix S. Klock II-2/+2
2013-07-09auto merge of #7265 : brson/rust/io-upstream, r=brsonbors-13/+4
2013-07-09Rename local_data methods/types for less keystrokesAlex Crichton-4/+4
2013-07-09auto merge of #7117 : jensnockert/rust/freestanding, r=cmrbors-27/+30
2013-07-09auto merge of #7614 : MarkJr94/rust/smallintmap_enum, r=huonwbors-0/+287
2013-07-08auto merge of #7262 : nikomatsakis/rust/ref-bindings-in-irrefut-patterns, r=c...bors-26/+27
2013-07-08Merge remote-tracking branch 'mozilla/master'Brian Anderson-1816/+1854
2013-07-08auto merge of #7612 : thestinger/rust/utf8, r=huonwbors-1/+1
2013-07-08auto merge of #7608 : glinscott/rust/json_perf, r=pcwaltonbors-7/+28
2013-07-08Correct merge failuresNiko Matsakis-4/+4
2013-07-08extra: Patch up code that was using irrefutable patterns incorrectly.Niko Matsakis-23/+24
2013-07-08Bump version numbers to 0.8-preBrian Anderson-1/+1
2013-07-08Forgot to grep for a functionJens Nockert-1/+1
2013-07-08 Replaces the free-standing functions in f32, &c.Jens Nockert-26/+29
2013-07-08Merge pull request #7595 from thestinger/iteratorDaniel Micay-8/+8
2013-07-07remove some method resolve workaroundsDaniel Micay-8/+8
2013-07-07auto merge of #7629 : thestinger/rust/rope, r=graydonbors-1443/+0
2013-07-07auto merge of #7594 : chris-morgan/rust/proper-net-module-structure, r=huonwbors-28/+26
2013-07-06auto merge of #7570 : kballard/rust/iterator-size-hint, r=thestingerbors-2/+12
2013-07-06Implement size_hint() on all remaining IteratorsKevin Ballard-2/+12
2013-07-06remove extra::ropeDaniel Micay-1443/+0
2013-07-06deque: Implement Clone and Eq for Dequeblake2-ppc-0/+49
2013-07-06Added external iterators for SmallIntMap and SmallIntSet=Mark Sinclair-0/+287
2013-07-06deque: Remove obsolete methods .each() and .eachi()blake2-ppc-30/+1
2013-07-06deque: Implement Deque::with_capacity. Lower initial capacity to 8.blake2-ppc-2/+18
2013-07-06deque: Move the shorter part when growingblake2-ppc-7/+25
2013-07-06deque: Change iterators to use the same index calculation as Dequeblake2-ppc-39/+39
2013-07-06deque: Add tests for mut_iter and mut_rev_iterblake2-ppc-1/+51
2013-07-06deque: Remove rendundant field hiblake2-ppc-22/+26
2013-07-06deque: Implement FromIteratorblake2-ppc-0/+27
2013-07-06deque: Speed up deque growth by a lotblake2-ppc-17/+20
2013-07-06deque: Add tests and bench testsblake2-ppc-0/+56
2013-07-06deque: Fix grow condition in add_frontblake2-ppc-1/+1
2013-07-05str: stop encoding invalid out-of-range `char`Daniel Micay-1/+1
2013-07-05Switch json parsing to read_chars for performanceGary Linscott-7/+28
2013-07-04auto merge of #7530 : alexcrichton/rust/issue-5194, r=thestingerbors-6/+8
2013-07-05Remove superfluous super::super::Chris Morgan-14/+14
2013-07-05Move `extra::net_*` to `extra::net::*` properly.Chris Morgan-28/+26
2013-07-03Upper-cased exported staticsSteven Fackler-17/+17
2013-07-03Base64 API changesSteven Fackler-34/+57
2013-07-03Added functionality to Base64 packageSteven Fackler-121/+210
2013-07-03Merge remote-tracking branch 'mozilla/master'Brian Anderson-1783/+3249
2013-07-04Convert vec::{as_imm_buf, as_mut_buf} to methods.Huon Wilson-5/+5
2013-07-04Remove standalone comparison functions in vec, make the trait impls better.Huon Wilson-16/+14
2013-07-04Remove vec::reversed, replaced by iterators.Huon Wilson-8/+11
2013-07-04Remove vec::{filter, filtered, filter_map, filter_mapped}, replaced by iterat...Huon Wilson-4/+4
2013-07-04Implement consuming iterators for ~[], remove vec::{consume, consume_reverse,...Huon Wilson-7/+5
2013-07-03auto merge of #7523 : huonw/rust/uppercase-statics-lint, r=cmrbors-65/+70