about summary refs log tree commit diff
path: root/src/libstd/std.rc
AgeCommit message (Expand)AuthorLines
2013-04-22Rename Div operator trait to Quot and Modulo operator trait to RemBrendan Zabarauskas-0/+9
2013-04-13initial iterator object libraryDaniel Micay-0/+3
2013-04-10Bump version to 0.7-preBrian Anderson-2/+2
2013-04-09Bump version to 0.7-preBrian Anderson-2/+2
2013-04-05libstd: add basic complex numbersHuon Wilson-0/+2
2013-04-05libstd: add basic rational numbersHuon Wilson-0/+2
2013-04-05libstd: move bigint to dedicated num directoryHuon Wilson-0/+1
2013-04-03libstd: implement fileinput.Huon Wilson-0/+1
2013-03-30move dlist from core -> stdDaniel Micay-0/+1
2013-03-29std: remove prettyprintErick Tryzelaar-1/+0
2013-03-26librustc: Enforce that `extern mod` directives come first, then `use` directi...Patrick Walton-1/+1
2013-03-26std: Remove the oldmap moduleAlex Crichton-1/+0
2013-03-25auto merge of #5525 : dbaupp/rust/minor_fixups, r=graydonbors-1/+0
2013-03-25Kill some warnings: unused imports and old #[deny(..)]s.Huon Wilson-1/+0
2013-03-18Give core::rt and std::net their own uvll bindingsBrian Anderson-1/+1
2013-03-11core: Add rt mod and add the new scheduler codeBrian Anderson-1/+2
2013-03-07De-implicit-self libstdBen Striegel-1/+1
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-1/+1
2013-03-01librustc: "APL2" -> "ASL2". rs=license-fixPatrick Walton-1/+1
2013-02-28Fix license attribute on cratessevrak-2/+2
2013-02-26libcore: Move Cell to core and de-~mut core and stdPatrick Walton-1/+0
2013-02-26librustc: Implement a lint mode for mutable structures; deny by default. r=tjcPatrick Walton-0/+1
2013-02-23remove oldsmallintmapDaniel Micay-1/+0
2013-02-15Move semver to std and finish rustpkgZack Corr-0/+1
2013-02-13rustc and std: teach about #[bench], modernize to use quote_expr! some.Graydon Hoare-0/+1
2013-02-13std: add stats.Graydon Hoare-0/+1
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-4/+0
2013-02-04std: Stamp out structural recordsTim Chevalier-4/+0
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-1/+1
2013-01-31modernize smallintmapDaniel Micay-0/+1
2013-01-31move smallintmap to oldsmallintmapDaniel Micay-1/+1
2013-01-29librustc: De-implicit-self the visitor. r=graydonPatrick Walton-0/+1
2013-01-28Add #[legacy_records] crate attributeTim Chevalier-0/+4
2013-01-10std: Address XXXes in flatpipesTim Chevalier-0/+1
2013-01-08Merge remote-tracking branch 'gifnksm/bigint' into kind-namesBrian Anderson-0/+1
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-2/+2
2012-12-22Move BigUint and BigDIgit to std::bigint.gifnksm-1/+0
2012-12-22Implement BigInt and BigUint.gifnksm-0/+2
2012-12-21bump 0.5 => 0.6, redirect some URLs in docs.Graydon Hoare-2/+2
2012-12-19Remove the old serialization codeErick Tryzelaar-5/+1
2012-12-17Switch from serialization to std::serialize. (snapshot)Erick Tryzelaar-1/+3
2012-12-17std: Add flatpipesBrian Anderson-0/+1
2012-12-16add priority queue implementation (binary heap)Daniel Micay-0/+1
2012-12-13Begin renaming serialization to std::serialize. (snapshot)Erick Tryzelaar-1/+3
2012-12-10Add license boilerplate to more files.Graydon Hoare-0/+10
2012-11-30libs: Remove transitionary material on iter_bytes, add workcache to build.Graydon Hoare-1/+1
2012-11-28Merge remote-tracking branch 'erickt/time'Brian Anderson-0/+8
2012-11-22std: try to fix breakage.Graydon Hoare-1/+1
2012-11-22std: initial sketch of workcache, barely does anything.Graydon Hoare-0/+1
2012-11-15Rename thread_pool to task_poolTim Chevalier-1/+1