about summary refs log tree commit diff
path: root/src/libterm/terminfo
AgeCommit message (Expand)AuthorLines
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+5
2014-11-17Fix fallout from coercion removalNick Cameron-29/+29
2014-11-01Remove unnecessary allocationsJorge Aparicio-1/+1
2014-10-31DSTify HashJorge Aparicio-10/+10
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-2/+2
2014-10-30changes to libsNick Cameron-41/+50
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-28Update code with new lint namesAaron Turon-2/+2
2014-10-16auto merge of #17947 : lukemetz/rust/master, r=aturonbors-1/+1
2014-10-15Renamed AsciiStr::to_lower and AsciiStr::to_upper=-1/+1
2014-10-13Clean up rustc warnings.NODA, Kai-22/+21
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-30librustc: Forbid `..` in range patterns.Patrick Walton-6/+6
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-15/+14
2014-09-19Add enum variants to the type namespaceNick Cameron-11/+11
2014-09-16Fallout from renamingAaron Turon-3/+3
2014-09-13librustc: Forbid inherent implementations that aren't adjacent to thePatrick Walton-0/+1
2014-08-24Adjust the error messages to match the pattern "expected foo, found bar"Jonas Hietala-1/+1
2014-08-06Use byte literals in libtermnham-17/+16
2014-07-23collections: Deprecate shift/unshiftBrian Anderson-2/+2
2014-07-17librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,Patrick Walton-1/+1
2014-07-17deprecate Vec::getNick Cameron-3/+3
2014-07-15Fix errorsAdolfo Ochagavía-3/+2
2014-07-15Deprecate `str::from_char`Adolfo Ochagavía-1/+1
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-2/+8
2014-06-18Deprecate the bytes!() macro.Simon Sapin-32/+30
2014-06-13Fix all violations of stronger guarantees for mutable borrowsCameron Zwarich-1/+2
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-3/+3
2014-06-10Fix more misspelled comments and strings.Joseph Crail-1/+1
2014-06-05Fallout from the libcollections movementAlex Crichton-2/+2
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-3/+3
2014-05-28std: Remove format_strbuf!()Alex Crichton-12/+8
2014-05-27std: Rename strbuf operations to stringRicho Healey-77/+77
2014-05-27std: Remove String's to_ownedRicho Healey-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-11/+11
2014-05-22libstd: Remove all uses of `~str` from `libstd`Patrick Walton-1/+2
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-4/+6
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-90/+114
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-4/+4
2014-05-04Remove two useless comparisonsVirgile Andreani-3/+1
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-4/+9
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-67/+75