about summary refs log tree commit diff
path: root/src/libterm/terminfo
AgeCommit message (Expand)AuthorLines
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-9/+9
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-9/+9
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-2/+2
2015-01-07use slicing sugarJorge Aparicio-6/+6
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-8/+8
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-8/+8
2015-01-07Replace full slice notation with index callsNick Cameron-6/+6
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-2/+2
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-6/+6
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-2/+2
2014-12-30Fallout from stabilizationAaron Turon-3/+4
2014-12-25Remove Ascii, AsciiCast, OwnedAsciiCast, AsciiStr, IntoBytes, IntoString.Simon Sapin-4/+2
2014-12-21Fallout of std::str stabilizationAlex Crichton-3/+3
2014-12-19libterm: use `#[deriving(Copy)]`Jorge Aparicio-11/+4
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-1/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+8
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-8/+6
2014-12-06libterm: remove unnecessary `to_string()` callsJorge Aparicio-2/+2
2014-12-06libterm: remove unnecessary `as_slice()` callsJorge Aparicio-6/+4
2014-12-05Utilize fewer reexportsCorey Farwell-1/+1
2014-12-03Fix falloutJorge Aparicio-11/+11
2014-11-25/** -> ///Steve Klabnik-11/+9
2014-11-23rollup merge of #19194: aturon/stab-asciiJakub Bukaj-3/+2
2014-11-21Fallout from deprecationAaron Turon-3/+2
2014-11-21Fix various deprecation warnings from char changesBrian Anderson-3/+1
2014-11-18std: Stabilize std::fmtAlex Crichton-2/+2
2014-11-17Fallout from deprecationAaron Turon-10/+10
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