about summary refs log tree commit diff
path: root/src/libextra/terminfo/searcher.rs
AgeCommit message (Expand)AuthorLines
2014-02-02Move term, terminfo out of extra.xales-112/+0
2014-01-03libextra: Remove unnecessary `@mut`sPatrick Walton-5/+9
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-5/+5
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-5/+5
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-1/+1
2013-11-11Move std::rt::io to std::ioAlex Crichton-2/+2
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-2/+2
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-5/+5
2013-10-24Remove std::io once and for all!Alex Crichton-3/+4
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-8/+8
2013-10-15path2: Replace the path module outrightKevin Ballard-17/+25
2013-09-30extra: Remove usage of fmt!Alex Crichton-2/+2
2013-08-03remove obsolete `foreach` keywordDaniel Micay-2/+2
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-2/+2
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-5/+4
2013-06-23vec: remove BaseIter implementationDaniel Micay-1/+1
2013-06-14add IteratorUtil to the preludeDaniel Micay-1/+0
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-10terminfo: Support more terminfo directory structuresKevin Ballard-2/+13
2013-06-10std: replace str::each_split* with an iteratorHuon Wilson-2/+3
2013-06-03Ignore tests that cannot pass on buildbotCorey Richardson-0/+2
2013-05-31extra::term: better error handling and win32 compatCorey Richardson-2/+2
2013-05-31extra::term overhaulCorey Richardson-0/+87