about summary refs log tree commit diff
path: root/src/libterm/lib.rs
AgeCommit message (Expand)AuthorLines
2015-03-23Add generic conversion traitsAaron Turon-0/+1
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+1
2015-03-17std: Tweak some unstable features of `str`Alex Crichton-0/+1
2015-03-16std: Stabilize the Write::flush methodAlex Crichton-1/+0
2015-03-13Fallout of std::old_io deprecationAlex Crichton-21/+23
2015-03-12Stabilize std::pathAaron Turon-1/+0
2015-03-10std: Stabilize more of the `char` moduleAlex Crichton-1/+0
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-06Rollup merge of #23081 - alexcrichton:stabilize-fs, r=aturonManish Goregaokar-1/+1
2015-03-05std: Stabilize the `fs` moduleAlex Crichton-1/+1
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-17/+17
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-3/+4
2015-02-27std: Stabilize the `env` moduleAlex Crichton-1/+0
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-0/+1
2015-02-18Minor unused imports etc.Niko Matsakis-1/+0
2015-02-17Test fixes and rebase conflictsAlex Crichton-0/+1
2015-02-17rollup merge of #22459: alexcrichton/feature-namesAlex Crichton-2/+2
2015-02-17std: Rename io/path features with old_ prefixAlex Crichton-2/+2
2015-02-17std: Stabilize the `ascii` moduleAlex Crichton-1/+0
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+0
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-0/+1
2015-02-10Test fixes and rebase conflictsAlex Crichton-1/+0
2015-02-01std: Add a new `env` moduleAlex Crichton-1/+2
2015-01-30Test fixes and rebase conflictsAlex Crichton-5/+4
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-9/+9
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-2/+2
2015-01-26Fallout of io => old_ioAlex Crichton-7/+7
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+9
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+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-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-06Register new snapshotsAlex Crichton-9/+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-1/+1
2014-12-28term: Deprecate the in-tree versionAlex Crichton-1/+1
2014-12-19libterm: use `#[deriving(Copy)]`Jorge Aparicio-3/+1
2014-12-10Fix inappropriate ## headingsSteve Klabnik-1/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+3
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-26Remove special casing for some meta attributesSteven Fackler-2/+0