about summary refs log tree commit diff
path: root/src/libdebug/repr.rs
AgeCommit message (Expand)AuthorLines
2014-10-02tests: remove uses of Gc.Eduard Burtescu-4/+0
2014-10-02debug: remove Gc support from Repr.Eduard Burtescu-7/+3
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-1/+1
2014-09-26Rename raw::Box to raw::GcBoxKeegan McAllister-1/+1
2014-09-22librustc: Forbid private types in public APIs.Patrick Walton-1/+1
2014-09-09Remove some test warnings.Jonas Hietala-0/+1
2014-08-29Register new snapshotsAlex Crichton-17/+0
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-1/+1
2014-08-26Rebasing changesNick Cameron-1/+1
2014-08-26DST coercions and DST structsNick Cameron-0/+14
2014-08-06Use byte literals in libdebugnham-19/+19
2014-07-17deprecate Vec::getNick Cameron-2/+2
2014-07-15Deprecate `str::from_utf8_owned`Adolfo OchagavĂ­a-2/+1
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-2/+2
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-11/+11
2014-06-28Rename all raw pointers as necessaryAlex Crichton-32/+41
2014-06-24Remove the quad_precision_float feature gateAlex Crichton-1/+0
2014-06-18Deprecate the bytes!() macro.Simon Sapin-3/+3
2014-06-15Register new snapshotsAlex Crichton-20/+0
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-4/+5
2014-06-13Fix all violations of stronger guarantees for mutable borrowsCameron Zwarich-2/+4
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-20/+10
2014-05-30lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors.Kevin Butler-24/+14
2014-05-29Change to_owned() to to_string().Ahmed Charles-1/+1
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-0/+659