summary refs log tree commit diff
path: root/src/libterm/terminfo/searcher.rs
AgeCommit message (Expand)AuthorLines
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-03-23Add generic conversion traitsAaron Turon-6/+6
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-15/+16
2015-03-01remove some compiler warningsTshepang Lekhonkhobe-3/+3
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-1/+2
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-2/+2
2015-02-11std: Tweak the std::env OsString/String interfaceAlex Crichton-2/+2
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-02-01std: Add a new `env` moduleAlex Crichton-9/+8
2015-01-26Fallout of io => old_ioAlex Crichton-2/+2
2015-01-07use slicing sugarJorge Aparicio-2/+2
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-2/+2
2014-12-21Fallout of std::str stabilizationAlex Crichton-2/+2
2014-12-06libterm: remove unnecessary `to_string()` callsJorge Aparicio-2/+2
2014-12-06libterm: remove unnecessary `as_slice()` callsJorge Aparicio-1/+1
2014-11-17Fix fallout from coercion removalNick Cameron-2/+2
2014-11-01Remove unnecessary allocationsJorge Aparicio-1/+1
2014-09-13librustc: Forbid inherent implementations that aren't adjacent to thePatrick Walton-0/+1
2014-07-17librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,Patrick Walton-1/+1
2014-07-15Fix errorsAdolfo OchagavĂ­a-2/+2
2014-07-15Deprecate `str::from_char`Adolfo OchagavĂ­a-1/+1
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