about summary refs log tree commit diff
path: root/src/libterm
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-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-0/+1
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07rollup merge of #20723: pnkfelix/feature-gate-box-syntaxAlex Crichton-0/+1
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-6/+6
2015-01-08Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.Felix S. Klock II-0/+1
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-07use slicing sugarJorge Aparicio-6/+6
2015-01-06Register new snapshotsAlex Crichton-9/+2
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-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-1/+7
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-7/+7
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-6/+6
2014-12-30Fallout from stabilizationAaron Turon-3/+4
2014-12-28term: Deprecate the in-tree versionAlex Crichton-1/+1
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-14/+5
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-1/+1
2014-12-10Fix inappropriate ## headingsSteve Klabnik-1/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+11
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-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