about summary refs log tree commit diff
path: root/src/libterm
AgeCommit message (Expand)AuthorLines
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-2/+2
2015-04-21Remove dead testTamir Duberstein-7/+0
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-9/+9
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-02Tweak relese notes + rebase fixesAlex Crichton-2/+3
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-5/+5
2015-03-31Stabilize `std::convert` and related codeAaron Turon-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-39/+38
2015-03-25Bug fixesNick Cameron-1/+1
2015-03-25Add trivial cast lints.Nick Cameron-9/+9
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+1
2015-03-23Add generic conversion traitsAaron Turon-6/+7
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+1
2015-03-20don't use Result::ok just to be able to use unwrap/unwrap_orOliver Schneider-14/+17
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-45/+49
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-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