summary refs log tree commit diff
path: root/src/libterm
AgeCommit message (Expand)AuthorLines
2014-03-31Bump version to 0.10Alex Crichton-1/+1
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-11/+11
2014-03-24Documentation sprint: TerminfoOlle Jonsson-12/+35
2014-03-23Register new snapshotsFlavio Percoco-1/+0
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-58/+96
2014-03-20std: Rename {push,read}_bytes to {push,read}_exactAlex Crichton-2/+2
2014-03-20Register new snapshotsAlex Crichton-2/+1
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec -> std::sliceDaniel Micay-6/+6
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-38/+0
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1
2014-03-04doc: use the newer faviconAdrien Tétar-1/+1
2014-03-02Add /etc/terminfo to the terminfo search pathsVirgile Andreani-4/+6
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-2/+4
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-21/+17
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-3/+4
2014-02-03Fixing remaining warnings and errors throughoutAlex Crichton-0/+6
2014-02-03extra: Fix tests with io_error usageAlex Crichton-1/+1
2014-02-03extra: Remove io_error usageAlex Crichton-36/+47
2014-02-02Move term, terminfo out of extra.xales-0/+1441