summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-06-29core: adding str::as_slice .. most likely brokenJeff Olson-0/+11
2012-06-29std: renaming impl for tcp_socket and reshuffle/cleanup for tcp_socket_bufJeff Olson-5/+3
2012-06-29std: finish impl of io::writer for tcp_socket_bufJeff Olson-4/+7
2012-06-29std: rework signature of tcp::write common impl to make io::writer possibleJeff Olson-1/+1
2012-06-29std: add buffered wrapper to tcp_socket + io::reader impl. no tests, yet.Jeff Olson-0/+106
2012-06-29core: export vec::unshiftJeff Olson-0/+1
2012-06-29std: doc and misc cleanup in net::tcpJeff Olson-21/+35
2012-06-29std: EADDRINUSE and EACCES err tests for tcp server + more cleanupJeff Olson-322/+278
2012-06-29std: factor main body of tcp::listen into reusable listen_commonJeff Olson-5/+19
2012-06-29std: some cleanup in net::tcp rename listen_to_conn->listenJeff Olson-29/+30
2012-06-29std: dump the tcp::new_listener server APIJeff Olson-202/+7
2012-06-29std: mod cleanup, impl/test for conn. refused err + mem leak fixJeff Olson-35/+100
2012-06-29std: import/export cleanup in net_tcpJeff Olson-41/+45
2012-06-29std: kludge export of net_ip in std.rc until submodule export is sortedJeff Olson-1/+1
2012-06-29Register snapshots.Michael Sullivan-0/+7
2012-06-29Get rid of basically all of the remaining old style vecs in tests.Michael Sullivan-6/+12
2012-06-29Refactor syntax exts some. Don't ever emit bare vectors.Michael Sullivan-38/+30
2012-06-28Make fmt use a bitmask instead of a vector of flags. Closes #1993.Michael Sullivan-25/+21
2012-06-28Register snapshots.Michael Sullivan-0/+7
2012-06-28update rust.vim to hilight foo::bar and moreBen Blum-4/+19
2012-06-28Make a bunch of tests stop using the deprecated vector syntax.Michael Sullivan-63/+63
2012-06-28Merge branch 'master' of github.com:mozilla/rust into incomingEric Holk-147/+182
2012-06-28Parse ~[...] as [...]/~. Same for @ and &. Closes #2747.Michael Sullivan-9/+40
2012-06-28Fix rt-sched-1.rs (broke in 6fc730b)Ben Blum-2/+4
2012-06-28Have #fmt use str::concat to build up the string instead of using binary +. C...Michael Sullivan-6/+12
2012-06-28Add test case for issue #2734 (xfailed)Ben Blum-0/+15
2012-06-28Cleanup failure handling around rust_new_task_in_sched - closes #2668Ben Blum-3/+9
2012-06-28Don't use literal info from the original source when pretty printing expanded...Michael Sullivan-21/+27
2012-06-28Update vim mode for asserts and #[attributes]Ben Blum-1/+7
2012-06-28Replaced almost all vector+ in rustc (#2719)Eric Holk-147/+182
2012-06-28add TLS failure test case in task.rsBen Blum-0/+20
2012-06-28replace more vector + (issue #2719)Eric Holk-66/+106
2012-06-28Fix alt-pattern-drop's breakage from af2d01eBen Blum-1/+3
2012-06-28move reset_stack_limit off C stack (closes #2679)Ben Blum-15/+5
2012-06-28Fix sys::refcount and remove dbg::refcountBen Blum-31/+12
2012-06-28Remove FIXME questionTim Chevalier-2/+0
2012-06-28Remove obsolete FIXMETim Chevalier-2/+0
2012-06-28Get rid of some spurious /~s in rustdoc. Oops.Michael Sullivan-5/+5
2012-06-27Replace more vector + (issue #2719)Eric Holk-65/+82
2012-06-27Replace more vector additions (issue #2719)Eric Holk-12/+14
2012-06-27make core-std respect RUST_BENCHEric Holk-4/+11
2012-06-27Tidy fixesBrian Anderson-3/+3
2012-06-28Add task-local storage in libcore.Ben Blum-1/+308
2012-06-28rt: Add task_local_data and related builtin calls (Closes #2680)Ben Blum-16/+45
2012-06-28Add position() to iter/iter-traitBen Blum-0/+17
2012-06-27rustc: Fix a missing application of the operator in fold_tyBrian Anderson-1/+23
2012-06-27Oops. Actually fix that problem.Michael Sullivan-1/+1
2012-06-27Add in missing [] methods to some tests.Michael Sullivan-0/+2
2012-06-27Add an overloaded [] function to the map interface. Closes #2730.Michael Sullivan-0/+8
2012-06-27vec::append reuses its left hand side when possible. (issue #2719)Eric Holk-6/+25