summary refs log tree commit diff
path: root/src/test/run-make/unicode-input
AgeCommit message (Expand)AuthorLines
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-2/+5
2015-04-14test: Fixup many library unit testsAlex Crichton-2/+2
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-2/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+4
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-14/+18
2015-03-09remove uses of as_slice where deref coercions can be usedRicho Healey-1/+1
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-4/+4
2015-02-16Replace some uses of deprecated os functionsSimonas Kazlauskas-4/+4
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-15/+15
2015-02-04Compute widths properly when displaying spans in error messagesP1start-0/+32
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-3/+3
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-1/+1
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-2/+2
2015-01-26Fallout of io => old_ioAlex Crichton-2/+2
2015-01-03Remove deprecated functionalityAlex Crichton-2/+4
2014-12-28Rename TaskRng to ThreadRngSimonas Kazlauskas-5/+5
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-4/+4
2014-09-03Fix spelling errors and capitalization.Joseph Crail-2/+2
2014-08-24Adjust the error messages to match the pattern "expected foo, found bar"Jonas Hietala-1/+1
2014-08-09Fix misspelled comments for tests.Joseph Crail-1/+1
2014-07-15Deprecate `str::from_utf8_lossy`Adolfo OchagavĂ­a-4/+4
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-5/+5
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-1/+1
2014-05-29std: Recreate a `rand` moduleAlex Crichton-6/+2
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-4/+12
2014-05-18Refactoring: Introduce distinct host and target rpath var setters.Felix S. Klock II-6/+13
2014-05-14Process::new etc should support non-utf8 commands/argsAaron Turon-7/+8
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-1/+1
2014-05-08Handle more falloutKevin Ballard-4/+4
2014-04-28test: Fix run-make on windowsklutzy-0/+8
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+2
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-04-06De-~[] Reader and WriterSteven Fackler-2/+2
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-2/+6
2014-02-24Test fixes from rollupAlex Crichton-6/+6
2014-02-24syntax: calculate positions of multibyte characters more correctly.Huon Wilson-1/+79
2014-02-24syntax: record multibyte chars' positions absolutely, not relative toHuon Wilson-0/+60