about summary refs log tree commit diff
path: root/src/libterm
AgeCommit message (Expand)AuthorLines
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-27auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichtonbors-2/+0
2014-11-26More test fixes and rebase conflicts!Alex Crichton-1/+1
2014-11-26rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plusAlex Crichton-1/+1
2014-11-26Remove special casing for some meta attributesSteven Fackler-2/+0
2014-11-26Fix odd example where bounds were permitted and then ignoredNiko Matsakis-1/+1
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-1/+8
2014-11-17Fix fallout from coercion removalNick Cameron-29/+29
2014-11-03rollup merge of #18476 : vadimcn/17982Alex Crichton-7/+2
2014-11-01Remove unnecessary allocationsJorge Aparicio-1/+1
2014-10-31DSTify HashJorge Aparicio-10/+10
2014-10-30Really fix #17982 this time.Vadim Chugunov-7/+2
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-3/+3
2014-10-30Try and fix Windows terminalNick Cameron-23/+23
2014-10-30Changes for Windows terminalNick Cameron-41/+39
2014-10-30changes to libsNick Cameron-58/+62
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-28Update code with new lint namesAaron Turon-3/+3
2014-10-25Fix bug #17982.Vadim Chugunov-1/+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-10auto merge of #17853 : alexcrichton/rust/issue-17718, r=pcwaltonbors-17/+17
2014-10-09Use the same html_root_url for all docsBrian Anderson-1/+1
2014-10-09Revert "Update html_root_url for 0.12.0 release"Brian Anderson-1/+1
2014-10-09term: Convert statics to constantsAlex Crichton-17/+17
2014-10-07Update html_root_url for 0.12.0 releaseBrian Anderson-1/+1
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-1/+2
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-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-2/+1
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-1/+2
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-20Restore original terminal colors after error messages on Windows.Vadim Chugunov-3/+51
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-30Unify non-snake-case lints and non-uppercase statics lintsP1start-1/+1
2014-08-25auto merge of #16699 : treeman/rust/issue-8492, r=alexcrichtonbors-1/+1