about summary refs log tree commit diff
path: root/src/libterm
AgeCommit message (Expand)AuthorLines
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-19/+19
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-33/+55
2015-03-01remove some compiler warningsTshepang Lekhonkhobe-3/+3
2015-02-27std: Stabilize the `env` moduleAlex Crichton-1/+0
2015-02-25Rollup merge of #22727 - alexcrichton:prep-env, r=aturonManish Goregaokar-1/+3
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-1/+3
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-3/+3
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-1/+0
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-3/+3
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-3/+3
2015-02-18rollup merge of #22497: nikomatsakis/suffixesAlex Crichton-1/+1
2015-02-18rollup merge of #22287: Ryman/purge_carthographersAlex Crichton-1/+1
2015-02-18Minor unused imports etc.Niko Matsakis-1/+0
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-1/+1
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