about summary refs log tree commit diff
path: root/src/libextra/terminfo
AgeCommit message (Expand)AuthorLines
2014-02-02Move term, terminfo out of extra.xales-1178/+0
2014-01-21[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...Simon Sapin-1/+1
2014-01-21[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behaviorSimon Sapin-22/+22
2014-01-21Remove unnecessary parentheses.Huon Wilson-1/+1
2014-01-03libextra: Remove unnecessary `@mut`sPatrick Walton-5/+9
2013-12-21Remove unnecessary semicolonJan Niklas Hasse-1/+1
2013-12-20Support ANSI colors in msys terminals. See #2807Jan Niklas Hasse-0/+15
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-5/+5
2013-12-04std::str: remove from_utf8.Huon Wilson-1/+3
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-5/+5
2013-11-26librustuv: Remove all non-`proc` uses of `do` from `libextra` andPatrick Walton-4/+4
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-2/+2
2013-11-11Move std::rt::io to std::ioAlex Crichton-3/+3
2013-11-04Move io::file to io::fs and fns out of FileAlex Crichton-1/+1
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-2/+2
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-5/+5
2013-11-03Rename files to match current recommendations.Chris Morgan-0/+0
2013-10-28Remove the extension traits for Readers/WritersAlex Crichton-10/+9
2013-10-24Remove std::io once and for all!Alex Crichton-14/+17
2013-10-23Removed Unnecessary comments and white spaces #4386reedlepee-2/+0
2013-10-23Making fields in std and extra : private #4386reedlepee-4/+6
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-18/+18
2013-10-16auto merge of #9833 : alexcrichton/rust/fixes, r=brsonbors-0/+2
2013-10-15Require module documentation with missing_docAlex Crichton-0/+2
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-8/+8
2013-10-15path2: Replace the path module outrightKevin Ballard-17/+25
2013-10-02auto merge of #9675 : sfackler/rust/lint, r=alexcrichtonbors-0/+1
2013-10-02Check enums in missing_doc lintSteven Fackler-0/+1
2013-10-01Migrate users of 'loop' to 'continue'Alex Crichton-2/+2
2013-09-30extra: Remove usage of fmt!Alex Crichton-31/+32
2013-09-19Replace unreachable() calls with unreachable!().Chris Morgan-3/+3
2013-09-05Rename str::from_bytes to str::from_utf8, closes #8985Florian Hahn-1/+1
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-2/+2
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-11/+11
2013-08-04Remove trailing null from stringsErick Tryzelaar-2/+98
2013-08-03remove obsolete `foreach` keywordDaniel Micay-11/+11
2013-08-02replace `range` with an external iteratorDaniel Micay-4/+4
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-8/+8
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-07-07remove some method resolve workaroundsDaniel Micay-1/+1
2013-07-01rustc: add a lint to enforce uppercase statics.Huon Wilson-0/+2
2013-06-30auto merge of #7487 : huonw/rust/vec-kill, r=cmrbors-4/+5