summary refs log tree commit diff
path: root/src/libextra/terminfo
AgeCommit message (Expand)AuthorLines
2013-06-30auto merge of #7487 : huonw/rust/vec-kill, r=cmrbors-4/+5
2013-06-30Specialize to_str_common for floats/integers in strconvAlex Crichton-5/+11
2013-06-30Remove vec::[r]position_between, replaced by slices & iterators.Huon Wilson-4/+5
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-15/+12
2013-06-28librustc: Fix merge fallout and test cases.Patrick Walton-1/+2
2013-06-23vec: remove BaseIter implementationDaniel Micay-1/+1
2013-06-21vec: rm old_iter implementations, except BaseIterDaniel Micay-1/+1
2013-06-18Support printf formats in terminfo stringsKevin Ballard-31/+243
2013-06-16auto merge of #7160 : kballard/rust/terminfo-parm-i-fix, r=thestingerbors-3/+14
2013-06-16remove unused importsHuon Wilson-1/+0
2013-06-15Fix terminfo::param %i opKevin Ballard-3/+14
2013-06-15auto merge of #7133 : kballard/rust/terminfo-parm, r=thestingerbors-93/+316
2013-06-14add IteratorUtil to the preludeDaniel Micay-2/+0
2013-06-14Fix line lengths in terminfoKevin Ballard-5/+10
2013-06-14Implement terminfo param conditionalsKevin Ballard-18/+129
2013-06-14Fix a bunch of failure cases in terminfoKevin Ballard-84/+161
2013-06-14Don't require &mut [Param] with terminfo::parm::expand()Kevin Ballard-7/+11
2013-06-14Tweak terminfo::parm::expand function signatureKevin Ballard-12/+23
2013-06-14Tweak new terminfo logical operator supportKevin Ballard-27/+12
2013-06-14Various terminfo parameterization changesCorey Richardson-4/+34
2013-06-12std: convert str::replace to a method.Huon Wilson-1/+1
2013-06-12std: remove substr & str::count_*, methodise char_len, implement slice_chars.Huon Wilson-3/+3
2013-06-12std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...Huon Wilson-2/+5
2013-06-10terminfo: Support more terminfo directory structuresKevin Ballard-2/+13
2013-06-10std: replace str::each_split* with an iteratorHuon Wilson-6/+5
2013-06-04librustc: Disallow multiple patterns from appearing in a "let" declaration.Patrick Walton-1/+3
2013-06-03Ignore tests that cannot pass on buildbotCorey Richardson-0/+3
2013-06-01test fixesCorey Richardson-2/+2
2013-05-31Fix formatting for tidyCorey Richardson-6/+18
2013-05-31extra::term: better error handling and win32 compatCorey Richardson-27/+45
2013-05-31extra::term overhaulCorey Richardson-0/+626