summary refs log tree commit diff
path: root/src/libterm/terminfo/searcher.rs
AgeCommit message (Expand)AuthorLines
2014-06-10Fix more misspelled comments and strings.Joseph Crail-1/+1
2014-05-28std: Remove format_strbuf!()Alex Crichton-2/+2
2014-05-27std: Rename strbuf operations to stringRicho Healey-4/+4
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-2/+2
2014-05-14libterm: Remove all uses of `~str` from `libterm`Patrick Walton-7/+9
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+1
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-2/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+2
2014-03-24Documentation sprint: TerminfoOlle Jonsson-2/+3
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-1/+1
2014-03-02Add /etc/terminfo to the terminfo search pathsVirgile Andreani-4/+6
2014-02-03extra: Fix tests with io_error usageAlex Crichton-1/+1
2014-02-03extra: Remove io_error usageAlex Crichton-2/+2
2014-02-02Move term, terminfo out of extra.xales-0/+112