about summary refs log tree commit diff
path: root/src/libterm/terminfo/parser
AgeCommit message (Expand)AuthorLines
2014-05-27std: Rename strbuf operations to stringRicho Healey-16/+16
2014-05-27std: Remove String's to_ownedRicho Healey-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-22libstd: Remove all uses of `~str` from `libstd`Patrick Walton-1/+2
2014-05-14libterm: Remove all uses of `~str` from `libterm`Patrick Walton-20/+33
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-3/+3
2014-05-04Remove two useless comparisonsVirgile Andreani-3/+1
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-2/+7
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-12/+12
2014-04-06De-~[] Reader and WriterSteven Fackler-2/+2
2014-04-02Fix fallout of requiring uint indicesAlex Crichton-2/+2
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-24Documentation sprint: TerminfoOlle Jonsson-1/+1
2014-03-22auto merge of #12907 : alexcrichton/rust/issue-12892, r=brsonbors-2/+2
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-13/+13
2014-03-20std: Rename {push,read}_bytes to {push,read}_exactAlex Crichton-2/+2
2014-03-20rename std::vec -> std::sliceDaniel Micay-2/+2
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-26/+0
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+1
2014-02-20Mass rename if_ok! to try!Alex Crichton-14/+14
2014-02-03extra: Remove io_error usageAlex Crichton-13/+20
2014-02-02Move term, terminfo out of extra.xales-0/+352