about summary refs log tree commit diff
path: root/src/libterm/terminfo/parser
AgeCommit message (Expand)AuthorLines
2019-08-02libterm: Unconfigure tests during normal buildVadim Petrochenkov-13/+11
2019-04-07Revert "Auto merge of #57842 - gnzlbg:extract_libtest, r=gnzlbg"Jacob Greenfield-0/+346
2019-03-19Move libtest out of rust-lang/rustgnzlbg-346/+0
2019-02-23replace deprecated rustfmt_skip with rustfmt::skipMarcel Hellwig-6/+6
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-1/+1
2019-02-12libterm => 2018Mazdak Farrokhzad-7/+7
2019-02-10rustc: doc commentsAlexander Regueiro-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-07-29Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkovbors-1/+1
2018-07-27Prefer to_string() to format!()ljedrz-1/+1
2018-07-12Deny bare trait objects in src/libtermljedrz-3/+3
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-2/+2
2016-03-22term: undo conversion of user defined try!sJorge Aparicio-15/+19
2016-03-22try! -> ?Jorge Aparicio-18/+14
2015-12-03libterm: bring across changes from termBryce Van Dyk-125/+114
2015-11-22Rustfmt libterm, skip long static in compiled.rsBryce Van Dyk-28/+31
2015-09-08some more clippy-based improvementsAndre Bogus-15/+15
2015-06-21Temp fix for all constants that are missing docs.Eljay-0/+6
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-1/+1
2015-04-21Remove dead testTamir Duberstein-7/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-15/+15
2015-03-25Add trivial cast lints.Nick Cameron-1/+1
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-15/+35
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-1/+1
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-3/+3
2015-01-26Fallout of io => old_ioAlex Crichton-3/+3
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-2/+2
2015-01-07use slicing sugarJorge Aparicio-3/+3
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2015-01-07Replace full slice notation with index callsNick Cameron-3/+3
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-2/+2
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-1/+1
2014-12-06libterm: remove unnecessary `as_slice()` callsJorge Aparicio-2/+1
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-3/+3
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-3/+3
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-3/+3
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-7/+6
2014-08-24Adjust the error messages to match the pattern "expected foo, found bar"Jonas Hietala-1/+1
2014-07-15Fix errorsAdolfo OchagavĂ­a-1/+0
2014-07-15Deprecate `str::from_utf8_owned`Adolfo OchagavĂ­a-3/+3
2014-07-04librustc: Remove the `&LIFETIME EXPR` production from the language.Patrick Walton-6/+6
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-06-18Deprecate the bytes!() macro.Simon Sapin-4/+4
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-05-28std: Remove format_strbuf!()Alex Crichton-5/+3
2014-05-27std: Rename strbuf operations to stringRicho Healey-16/+16
2014-05-27std: Remove String's to_ownedRicho Healey-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2