about summary refs log tree commit diff
path: root/src/libserialize/base64.rs
AgeCommit message (Expand)AuthorLines
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-6/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-2/+2
2015-01-03Remove deprecated functionalityAlex Crichton-1/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-4/+4
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-2/+2
2014-12-28Rename TaskRng to ThreadRngSimonas Kazlauskas-2/+2
2014-12-19libserialize: use `#[deriving(Copy)]`Jorge Aparicio-8/+4
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-1/+1
2014-12-09serialize: base64: remove some .as_bytes() from the testsArcterus-6/+6
2014-12-09serialize: base64: improve newline handling speedArcterus-15/+13
2014-12-09serialize: base64: allow LF in addition to CRLF and optimize slightlyArcterus-29/+63
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+6
2014-12-06libserialize: remove unnecessary `to_string()` callsJorge Aparicio-12/+12
2014-12-06libserialize: remove unnecessary `as_slice()` callsJorge Aparicio-20/+16
2014-11-25/** -> ///Steve Klabnik-43/+39
2014-11-22std: Align `raw` modules with unsafe conventionsAlex Crichton-6/+3
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+4
2014-11-06DTSify libserialize traitsJorge Aparicio-5/+5
2014-11-02Add Error impls to a few key error typesAaron Turon-0/+14
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-3/+3
2014-08-06Use byte literals in libserializenham-7/+7
2014-07-24Deprecated `str::raw::from_utf8_owned`Adolfo OchagavĂ­a-2/+2
2014-07-22auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichtonbors-0/+2
2014-07-21ignore-lexer-test to broken files and remove some tray hyphensCorey Richardson-0/+2
2014-07-19Implement FromBase64 for &[u8].Simon Sapin-17/+29
2014-07-15Deprecate `str::from_utf8_owned`Adolfo OchagavĂ­a-1/+1
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-1/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-06-18Deprecate the bytes!() macro.Simon Sapin-7/+7
2014-05-29std: Recreate a `rand` moduleAlex Crichton-2/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-13/+13
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-4/+4
2014-05-16libserialize: Remove all uses of `~str` from `libserialize`.Patrick Walton-19/+25
2014-05-15Updates with core::fmt changesAlex Crichton-2/+2
2014-05-14Change StrBuf::from_utf8() to return ResultKevin Ballard-4/+3
2014-05-08Handle fallout in libserializeKevin Ballard-19/+18
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-12/+12
2014-04-18Update the rest of the compiler with ~[T] changesAlex Crichton-7/+7
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-9/+9
2014-04-03serialize: add a few missing pubs to base64Arcterus-3/+3
2014-04-02Fix fallout of requiring uint indicesAlex Crichton-9/+9
2014-03-20rename std::vec -> std::sliceDaniel Micay-2/+2
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-1/+2
2014-03-04Rename all variables that have uppercase characters in their names to use onl...Palmer Cox-3/+3
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-4/+5
2014-02-20move extra::test to libtestLiigo Zhuang-2/+3
2014-02-14extern mod => extern crateAlex Crichton-2/+2
2014-02-13Move base64 and hex from libextra to libserializeLiigo Zhuang-0/+367