about summary refs log tree commit diff
path: root/src/lib/std.rc
AgeCommit message (Expand)AuthorLines
2011-08-31Produce the start of an immutable treemap.Michael Sullivan-0/+1
2011-08-30Add #ifmt extension, like #fmt but for istrs. Issue #855Brian Anderson-0/+1
2011-08-26stdlib: Added an incredibly simple treemap.Eric Holk-0/+1
2011-08-22Add std::istr. Issue #855Brian Anderson-0/+1
2011-08-16Rename std::ivec to std::vecBrian Anderson-1/+1
2011-08-16Replace std::ufind with std::ufindivec. Remove std::ufindivecBrian Anderson-1/+0
2011-08-16Removed trans_comm.rs from the compiler. Updating aio/sio to work with the ne...Eric Holk-0/+1
2011-08-12Remove std::vecBrian Anderson-1/+0
2011-08-12Remove ebmlivec moduleBrian Anderson-1/+0
2011-08-12Rename std::termivec to std::termBrian Anderson-1/+1
2011-08-12Remove std::termBrian Anderson-1/+0
2011-08-12Rename std::ioivec to std::ioBrian Anderson-1/+1
2011-08-12Remove std::ioBrian Anderson-1/+0
2011-08-08stdlib: std::ebmlivec and std::ebml are now synonymsPatrick Walton-1/+1
2011-08-05Basic async IO module using libuvRob Arnold-0/+2
2011-08-01Add std::char moduleBrian Anderson-0/+1
2011-08-01Started working on a library-based comm system. Creating and deleting ports w...Eric Holk-0/+1
2011-07-11stdlib: Add interior vector-ified versions of ebml and termPatrick Walton-0/+2
2011-07-10stdlib: Implement an interior-vector version of the io modulePatrick Walton-0/+1
2011-07-10stdlib: Add unsafe to the std.rc, now that it actually buildsPatrick Walton-0/+1
2011-07-09Begin adding some test runner types to std. Issue #428Brian Anderson-0/+1
2011-07-08stdlib: Add an offset function for simple pointer arithmetic on unsafe pointersPatrick Walton-0/+1
2011-07-08Adding more support for working with u64s.Eric Holk-0/+1
2011-07-08stdlib: Add an interior vector version of union-find for nowPatrick Walton-0/+1
2011-06-30Use attributes for conditional compilation in std.rcBrian Anderson-12/+14
2011-06-28Rework how linkage attributes are determinedBrian Anderson-4/+6
2011-06-18Replace unexported meta tags with attributesBrian Anderson-3/+2
2011-06-17rustc: Support both meta tags and attributes for crate metadataBrian Anderson-4/+4
2011-06-16stdlib: Introduce an ivec module into the standard library; add a minimal tes...Patrick Walton-0/+1
2011-06-15stdlib: Add an either moduleBrian Anderson-0/+1
2011-06-13This is the mega-ucontext commit. It replaces the task switching mechanism wi...Eric Holk-2/+2
2011-06-08Tidy up 'export meta' situation now that snapshot understands it.Graydon Hoare-4/+4
2011-06-07More work on proper linkage name-mangling. Almost right, aside from version n...Graydon Hoare-3/+5
2011-06-03rustc: Add a "smallintmap" implementationPatrick Walton-0/+1
2011-05-17Finally rename std::_xxx to std::xxxMarijn Haverbeke-8/+8
2011-05-13Make the parser more careful about keywordsMarijn Haverbeke-1/+1
2011-05-12Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke-48/+48
2011-05-06Rename std modules to be camelcasedMarijn Haverbeke-39/+38
2011-04-29stdlib: Add a Time module to the standard libraryPatrick Walton-0/+1
2011-04-28stdlib: Add a color_supported() function to TermPatrick Walton-0/+4
2011-04-26stdlib: Add a silly ANSI color libraryPatrick Walton-0/+1
2011-04-26Add GetOpts module to stdMarijn Haverbeke-0/+1
2011-04-21stdlib: Add a pointer equality function to the standard library and a test casePatrick Walton-0/+1
2011-04-19Remove effect system from src.Graydon Hoare-15/+0
2011-04-11Move the extfmt data model into the standard library.Brian Anderson-0/+1
2011-04-07stdlib: Add a simple union-find data structurePatrick Walton-0/+2
2011-03-25Start making the standard-lib utf-8 awareMarijn Haverbeke-0/+3
2011-03-22lib: Add an EBML reader modulePatrick Walton-0/+1
2011-03-16Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw...Graydon Hoare-0/+11
2011-03-14Add functionality for running external programs to the std libMarijn Haverbeke-1/+3