about summary refs log tree commit diff
path: root/src/libhexfloat
AgeCommit message (Expand)AuthorLines
2014-10-02syntax: mark the managed_boxes feature as Removed.Eduard Burtescu-1/+1
2014-09-14hexfloat: fix fallout from using ptr::P.Eduard Burtescu-4/+3
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-1/+1
2014-08-12Allow deprecation in deprecated librariesAaron Turon-0/+1
2014-07-31hexfloat: Deprecate to move out of the repoAlex Crichton-1/+2
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-1/+3
2014-07-04auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brsonbors-2/+2
2014-07-03Simplify creating a parser from a token treePiotr Jawniak-6/+1
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-3/+3
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-3/+3
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-24Remove the quad_precision_float feature gateAlex Crichton-1/+0
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-1/+4
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-2/+0
2014-06-09Convert libraries to use #[plugin_registrar]Keegan McAllister-11/+7
2014-06-09Use phase(plugin) in other cratesKeegan McAllister-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-7/+7
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-22auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonwbors-1/+1
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-1/+4
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-14libhexfloat: Remove all uses of `~str` from `libhexfloat`Patrick Walton-8/+17
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-07auto merge of #13958 : pcwalton/rust/detilde, r=pcwaltonbors-2/+3
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+3
2014-05-03rustdoc: Migrate from sundown to hoedownAlex Crichton-1/+1
2014-04-22add support for quadruple precision floating pointDaniel Micay-0/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-7/+7
2014-04-16syntax: unify all MacResult's into a single trait.Huon Wilson-6/+6
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-10/+10
2014-03-22Add #[deny(deprecated_owned_vector)] to several modules.Huon Wilson-0/+1
2014-03-15Add rustdoc html crate infoSteven Fackler-0/+3
2014-03-10Implement hexadecimal floating point literals via a syntax extensionDouglas Young-0/+178