about summary refs log tree commit diff
path: root/src/libserialize/hex.rs
AgeCommit message (Expand)AuthorLines
2020-04-20Remove unused ToHex/FromHex traitShotaro Yamada-137/+0
2019-12-24Deprecate Error::description for realDavid Tolnay-8/+1
2019-12-22Format the worldMark Rousskov-10/+8
2019-06-16Separate libserialize modulechansuke-76/+1
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-1/+1
2019-02-10rustc: doc commentsAlexander Regueiro-1/+1
2019-02-09Cleanup importsTaiki Endo-1/+1
2019-02-07Transition libserialize to 2018 editionHirokazu Hata-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-13A few tweaks to iterations/collectingljedrz-1/+1
2018-08-11A few cleanups for fmt_macros, graphviz, apfloat, target, serialize and termljedrz-1/+1
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-3/+3
2016-09-04Replace `_, _` with `..`Vadim Petrochenkov-1/+1
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-1/+4
2015-07-27Show appropriate feature flags in docsSteve Klabnik-2/+4
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-2/+0
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-6/+6
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+2
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-2/+2
2015-03-11Example -> ExamplesSteve Klabnik-2/+2
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-1/+1
2015-02-03Auto merge of #21613 - alfie:suffix-small, r=alexcrichtonbors-2/+2
2015-02-02More deprecating of i/u suffixesAlfie John-2/+2
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
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-2/+2
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-1/+1
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-6/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-2/+2
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-2/+2
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2014-12-19libserialize: use `#[deriving(Copy)]`Jorge Aparicio-2/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+2
2014-12-06libserialize: remove unnecessary `to_string()` callsJorge Aparicio-1/+1
2014-12-06libserialize: remove unnecessary `as_slice()` callsJorge Aparicio-15/+11
2014-11-25/** -> ///Steve Klabnik-40/+36
2014-11-22std: Align `raw` modules with unsafe conventionsAlex Crichton-3/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+3
2014-11-06DTSify libserialize traitsJorge Aparicio-4/+4
2014-11-02Add Error impls to a few key error typesAaron Turon-0/+15
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-3/+3
2014-09-16Fallout from renamingAaron Turon-1/+1
2014-08-26Use temp vars for implicit coercion to ^[T]Nick Cameron-2/+3
2014-08-06Remove cast to char in libserialize::hexnham-5/+5
2014-08-06Use byte literals in libserializenham-3/+3
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