about summary refs log tree commit diff
path: root/src/libterm
AgeCommit message (Expand)AuthorLines
2015-02-17rollup merge of #22319: huonw/send-is-not-staticAlex Crichton-7/+6
2015-02-17Test fixes and rebase conflictsAlex Crichton-0/+1
2015-02-17rollup merge of #22459: alexcrichton/feature-namesAlex Crichton-2/+2
2015-02-18Remove usage of .map(|&foo| foo)Kevin Butler-1/+1
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-18Update the libraries to reflect Send loosing the 'static bound.Huon Wilson-7/+6
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+0
2015-02-15Fix the falloutVadim Petrochenkov-1/+1
2015-02-11rollup merge of #22188: alexcrichton/envv2Alex Crichton-4/+4
2015-02-11std: Tweak the std::env OsString/String interfaceAlex Crichton-4/+4
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-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-11/+11
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-5/+5
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-5/+5
2015-02-01std: Add a new `env` moduleAlex Crichton-15/+15
2015-01-30Test fixes and rebase conflictsAlex Crichton-5/+4
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-3/+3
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-24/+24
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-11/+11
2015-01-26Fallout of io => old_ioAlex Crichton-13/+13
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-11/+11
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-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