about summary refs log tree commit diff
path: root/src/libterm/terminfo/searcher.rs
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-69/+0
2019-08-02libterm: Unconfigure tests during normal buildVadim Petrochenkov-18/+3
2019-04-07Revert "Auto merge of #57842 - gnzlbg:extract_libtest, r=gnzlbg"Jacob Greenfield-0/+84
2019-03-19Move libtest out of rust-lang/rustgnzlbg-84/+0
2019-02-10rustc: doc commentsAlexander Regueiro-1/+1
2019-01-13Implement basic input validation for built-in attributesVadim Petrochenkov-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-2/+2
2017-12-09Use Try syntax for Option in place of macros or matchMatt Brubeck-4/+1
2017-03-12Update usages of 'OSX' (and other old names) to 'macOS'.Corey Farwell-2/+2
2016-11-06Fix terminfo database search pathmeh-30/+26
2016-09-25Haiku: add search path for terminfoNiels Sascha Reedijk-0/+2
2015-12-03libterm: bring across changes from termBryce Van Dyk-44/+24
2015-11-22Rustfmt libterm, skip long static in compiled.rsBryce Van Dyk-9/+9
2015-10-24Remove bare semicolonsFlorian Hahn-1/+1
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
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