about summary refs log tree commit diff
path: root/src/libterm/terminfo
AgeCommit message (Expand)AuthorLines
2014-04-06De-~[] Reader and WriterSteven Fackler-2/+2
2014-04-02Fix fallout of requiring uint indicesAlex Crichton-7/+6
2014-03-31term: Switch field privacy as necessaryAlex Crichton-6/+6
2014-03-31vec: convert `append` and `append_one` to methodsDaniel Micay-12/+6
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-24Documentation sprint: TerminfoOlle Jonsson-6/+10
2014-03-22auto merge of #12907 : alexcrichton/rust/issue-12892, r=brsonbors-2/+2
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-1/+1
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-49/+77
2014-03-20std: Rename {push,read}_bytes to {push,read}_exactAlex Crichton-2/+2
2014-03-20rename std::vec -> std::sliceDaniel Micay-6/+6
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-26/+0
2014-03-02Add /etc/terminfo to the terminfo search pathsVirgile Andreani-4/+6
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-2/+2
2014-02-22Warn about unnecessary parentheses upon assignmentEduard Bopp-2/+2
2014-02-22Reduce reliance on `to_str_radix`Brendan Zabarauskas-57/+37
2014-02-20Mass rename if_ok! to try!Alex Crichton-14/+14
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-3/+4
2014-02-03extra: Fix tests with io_error usageAlex Crichton-1/+1
2014-02-03extra: Remove io_error usageAlex Crichton-15/+22
2014-02-02Move term, terminfo out of extra.xales-0/+1179