about summary refs log tree commit diff
path: root/src/libdebug
AgeCommit message (Expand)AuthorLines
2014-10-16Remove libdebug and update tests.Luqman Aden-1109/+0
2014-10-09Use the same html_root_url for all docsBrian Anderson-1/+1
2014-10-09Revert "Update html_root_url for 0.12.0 release"Brian Anderson-1/+1
2014-10-07Update html_root_url for 0.12.0 releaseBrian Anderson-1/+1
2014-10-02tests: remove uses of Gc.Eduard Burtescu-4/+0
2014-10-02syntax: mark the managed_boxes feature as Removed.Eduard Burtescu-1/+1
2014-10-02debug: remove Gc support from Repr.Eduard Burtescu-10/+5
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-40/+1
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-2/+2
2014-08-26Rebasing changesNick Cameron-2/+2
2014-08-26DST coercions and DST structsNick Cameron-0/+27
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-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-3/+3
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-1/+3
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-61/+73
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-51/+63
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-24Remove the quad_precision_float feature gateAlex Crichton-9/+1
2014-06-19auto merge of #15014 : brson/rust/all-crates-experimental, r=cmrbors-0/+1
2014-06-18Deprecate the bytes!() macro.Simon Sapin-3/+3
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-15Register new snapshotsAlex Crichton-40/+0
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-6/+8
2014-06-13Fix all violations of stronger guarantees for mutable borrowsCameron Zwarich-2/+4
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-29/+17
2014-05-30lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors.Kevin Butler-28/+19
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/+1182