summary refs log tree commit diff
path: root/src/libextra/terminfo/parm.rs
AgeCommit message (Expand)AuthorLines
2013-09-19Replace unreachable() calls with unreachable!().Chris Morgan-3/+3
2013-09-04stop treating char as an integer typeDaniel Micay-5/+5
2013-08-12fix build with the new snapshot compilerDaniel Micay-97/+0
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-1/+1
2013-08-10std: merge Iterator and IteratorUtilErick Tryzelaar-1/+0
2013-08-08Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-7/+7
2013-08-07Forbid `priv` where it has no effectAlex Crichton-6/+6
2013-08-04Merge remote-tracking branch 'remotes/origin/master' into str-remove-nullErick Tryzelaar-5/+5
2013-08-04Remove trailing null from stringsErick Tryzelaar-2/+98
2013-08-03remove obsolete `foreach` keywordDaniel Micay-5/+5
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-5/+5
2013-07-23std: rename str.as_bytes_with_null_consume to str.to_bytes_with_nullErick Tryzelaar-1/+1
2013-07-17librustc: Change repeated vector expressions to use implicit copyability.Patrick Walton-2/+22
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-6/+7
2013-07-08extra: Patch up code that was using irrefutable patterns incorrectly.Niko Matsakis-2/+2
2013-06-30Specialize to_str_common for floats/integers in strconvAlex Crichton-5/+11
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-5/+4
2013-06-28librustc: Fix merge fallout and test cases.Patrick Walton-1/+2
2013-06-18Support printf formats in terminfo stringsKevin Ballard-31/+243
2013-06-15Fix terminfo::param %i opKevin Ballard-3/+14
2013-06-14Fix line lengths in terminfoKevin Ballard-5/+10
2013-06-14Implement terminfo param conditionalsKevin Ballard-18/+129
2013-06-14Fix a bunch of failure cases in terminfoKevin Ballard-84/+161
2013-06-14Don't require &mut [Param] with terminfo::parm::expand()Kevin Ballard-7/+11
2013-06-14Tweak terminfo::parm::expand function signatureKevin Ballard-12/+23
2013-06-14Tweak new terminfo logical operator supportKevin Ballard-27/+12
2013-06-14Various terminfo parameterization changesCorey Richardson-4/+34
2013-06-12std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...Huon Wilson-2/+5
2013-06-01test fixesCorey Richardson-1/+1
2013-05-31Fix formatting for tidyCorey Richardson-1/+1
2013-05-31extra::term: better error handling and win32 compatCorey Richardson-23/+37
2013-05-31extra::term overhaulCorey Richardson-0/+195