summary refs log tree commit diff
path: root/src/libterm/terminfo/mod.rs
AgeCommit message (Expand)AuthorLines
2015-01-07use slicing sugarJorge Aparicio-1/+1
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-2/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-2/+2
2015-01-07Replace full slice notation with index callsNick Cameron-1/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2014-12-21Fallout of std::str stabilizationAlex Crichton-1/+1
2014-12-06libterm: remove unnecessary `as_slice()` callsJorge Aparicio-1/+1
2014-11-17Fallout from deprecationAaron Turon-10/+10
2014-11-17Fix fallout from coercion removalNick Cameron-4/+4
2014-10-31DSTify HashJorge Aparicio-10/+10
2014-10-30changes to libsNick Cameron-41/+50
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-4/+4
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-2/+4
2014-05-16Some fixesCorey Richardson-1/+1
2014-05-16Update for BoxCorey Richardson-1/+1
2014-05-16Update for masterCorey Richardson-2/+3
2014-05-16term: add docs and windows supportCorey Richardson-0/+186
2014-05-14libterm: Remove all uses of `~str` from `libterm`Patrick Walton-4/+4
2014-03-31term: Switch field privacy as necessaryAlex Crichton-4/+4
2014-03-24Documentation sprint: TerminfoOlle Jonsson-2/+5
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-2/+2
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+1
2014-02-02Move term, terminfo out of extra.xales-0/+31