about summary refs log tree commit diff
path: root/src/libstd/std.rc
AgeCommit message (Expand)AuthorLines
2012-08-29Camel case more std typesBrian Anderson-0/+14
2012-08-26convert std::arc types to camelcaseBen Blum-0/+1
2012-08-26convert std::sync types to camelcaseBen Blum-0/+1
2012-08-16Fix compile errors in tutorial tests.Eric Holk-1/+1
2012-08-16Add std::comm with DuplexStreamEric Holk-0/+1
2012-08-12std: Add cell to the std crate and make it buildBrian Anderson-0/+2
2012-08-10Implement mutex_arc and rw_arc; add some testsBen Blum-0/+1
2012-08-10Split libcore/arc.rs: arc -> std::arc; exclusive -> unsafe::exclusiveBen Blum-0/+4
2012-08-02Remove std::utilBen Blum-2/+1
2012-08-01Clean out transitional lint.Graydon Hoare-5/+0
2012-07-30Move send_map to libcoreBen Blum-2/+1
2012-07-27export send_map and use fewer impl namesNiko Matsakis-1/+2
2012-07-27wip: add a sendable hashmap to stdlibNiko Matsakis-0/+1
2012-07-26Nomenclature fixes in the lint checker. Fewer double-negatives.Graydon Hoare-0/+5
2012-07-23Adding simple net::url module to parse and format urls.Daniel Patterson-1/+2
2012-07-11Fix some version numbers.Graydon Hoare-2/+2
2012-07-05std: Actually buildbase64Brian Anderson-0/+1
2012-07-05std: Export base64Brian Anderson-0/+1
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-1/+1
2012-06-29std: kludge export of net_ip in std.rc until submodule export is sortedJeff Olson-1/+1
2012-06-19Moved arc to libcore and added an arc that allows shared mutable state throug...Eric Holk-2/+1
2012-06-16Revert "Moved arc to libstd and added an arc that allows shared mutable state...Tim Chevalier-1/+2
2012-06-15Moved arc to libstd and added an arc that allows shared mutable state through...Eric Holk-2/+1
2012-06-07std: Implement a fuzzy-equal interfacePatrick Walton-0/+2
2012-06-04Make vecs implicitly copyable for all of our projects.Michael Sullivan-0/+2
2012-05-30Move par into libstd. Closes #2441.Eric Holk-1/+2
2012-05-25std: Rename uv::hl to uv::iotask. Additional cleanupBrian Anderson-2/+2
2012-05-23A shareable atomically reference counted pointer wrapper.Eric Holk-1/+2
2012-05-22std: reworking how some net and libuv modules are exported in the rcJeff Olson-1/+2
2012-05-22std: pushing existing code in net.rs -> net_ip.rs and re-import/exportingJeff Olson-0/+1
2012-05-22initial stab at API for std::net::tcpJeff Olson-0/+1
2012-05-22Removing par.rs, since it's not usable now anyway.Eric Holk-2/+0
2012-05-22Adding a module with parallel vector operations.Eric Holk-0/+2
2012-05-18purge ufindNiko Matsakis-3/+1
2012-04-20std: add std::timer and timer::delayed_send and timer::sleepJeff Olson-1/+2
2012-04-20uv::hl::get_global_loop() -> uv::global_loop::get()Jeff Olson-0/+1
2012-04-18Remove tri.rs and four.rsMarijn Haverbeke-3/+1
2012-04-06adding uv_hl module and some doc workJeff Olson-0/+1
2012-04-06rename uv::direct:: to uv::ll:: and put into its own crateJeff Olson-0/+3
2012-04-05Explicitly use version 0.2 of cratesBrian Anderson-1/+5
2012-03-28Update crate URLs to point to interesting things.Graydon Hoare-1/+1
2012-03-22Bump version numbers to 0.2Brian Anderson-1/+1
2012-03-20stdlib: Implement arenasPatrick Walton-1/+2
2012-03-13first (functional) version of the auto_serialize syntax extNiko Matsakis-1/+2
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-42/+1
2012-03-09std: Convert to rustdocBrian Anderson-0/+2
2012-02-28moving new uv stuff into uv.rs and rust_uv.cppJeff Olson-2/+1
2012-02-24Encode/decode AST into metadata, re-instantiate inlined itemsNiko Matsakis-2/+1
2012-02-13add serialization library; convert ebml lib to use u64 internallyNiko Matsakis-1/+1
2012-01-22std: Add some hacks to use libuvBrian Anderson-1/+2