summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2013-02-16deque: avoid Copy in the get functionDaniel Micay-7/+7
2013-02-16deque: separate the methods that need CopyDaniel Micay-1/+3
2013-02-16deque: rm old return statementsDaniel Micay-5/+5
2013-02-16add a Mutable implementation (clear) to std::dequeDaniel Micay-0/+9
2013-02-16modernize std::dequeDaniel Micay-132/+109
2013-02-15rustpkg: Massage for landing.Graydon Hoare-126/+238
2013-02-15Move semver to std and finish rustpkgZack Corr-1/+2
2013-02-15Correct Zack Corr's email in AUTHORS.txtZack Corr-0/+283
2013-02-15librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...Patrick Walton-93/+83
2013-02-15auto merge of #4969 : nickdesaulniers/rust/issue3869, r=brsonbors-25/+31
2013-02-15libstd: Fix broken test.Luqman Aden-1/+1
2013-02-15libstd: Get rid of `move`.Luqman Aden-363/+357
2013-02-14auto merge of #4938 : thestinger/rust/no_zero, r=brsonbors-3/+3
2013-02-14auto merge of #4927 : sanxiyn/rust/remove-dvec, r=catamorphismbors-8/+6
2013-02-14Convert all uses of vec::slice to vec::view Issue #3869Nick Desaulniers-25/+31
2013-02-14auto merge of #4934 : nickdesaulniers/rust/issue4524cleanup, r=brsonbors-3/+3
2013-02-14fix bug in uv_ll tests uncovered by not zeroingDaniel Micay-3/+3
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-154/+154
2013-02-14Remove all final references to die!Nick Desaulniers-3/+3
2013-02-14Remove DVec from workcacheSeo Sanghyeon-5/+3
2013-02-14Remove DVec from jsonSeo Sanghyeon-3/+3
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-176/+176
2013-02-13auto merge of #4908 : bstrie/rust/rimov3, r=pcwaltonbors-44/+44
2013-02-13auto merge of #4840 : jbclements/rust/add-json-enum-encoding, r=catamorphismbors-8/+107
2013-02-13rustc and std: teach about #[bench], modernize to use quote_expr! some.Graydon Hoare-79/+437
2013-02-13std: add stats.Graydon Hoare-0/+97
2013-02-13RIMOV core::vecBen Striegel-44/+44
2013-02-12Adjust borrow checker algorithm to address #4856 unsoundness,Niko Matsakis-69/+87
2013-02-12auto merge of #4874 : thestinger/rust/option, r=catamorphismbors-4/+4
2013-02-11std: Fix uv_tcp_t size on i686-apple-darwinBrian Anderson-19/+66
2013-02-11Merge remote-tracking branch 'thestinger/treemap'Brian Anderson-39/+53
2013-02-10treemap: cut down on swap_unwrap in removeDaniel Micay-15/+21
2013-02-10avoid explicit reborrow in heir_swapDaniel Micay-1/+1
2013-02-10treemap: avoid swap_unwrap in insertDaniel Micay-12/+11
2013-02-10treemap: use an &mut parameter for skew and splitDaniel Micay-19/+28
2013-02-10std: fix libuv structs on macosJeff Olson-2/+35
2013-02-10make Option's iter method use a lifetimeDaniel Micay-4/+4
2013-02-10std: strip sillyness from debug comment in iotask teardownJeff Olson-1/+1
2013-02-10rt/std: update of libuv API glue for libuv submodule updateJeff Olson-125/+104
2013-02-10added issue for reference in FIXMEJohn Clements-1/+1
2013-02-09auto merge of #4827 : mcpherrinm/rust/master, r=catamorphismbors-37/+39
2013-02-09auto merge of #4854 : thestinger/rust/oldmap, r=catamorphismbors-64/+58
2013-02-09json tidyJohn Clements-4/+6
2013-02-09re-special-case Option in JSON encodingJohn Clements-9/+64
2013-02-09json add enum encoder test caseJohn Clements-1/+41
2013-02-09json bugfixJohn Clements-2/+1
2013-02-09tidyJohn Clements-6/+6
2013-02-09json bugfixesJohn Clements-10/+7
2013-02-09fix typos in sample code, add enum to json encoder, add test caseJohn Clements-2/+8
2013-02-09auto merge of #4848 : nikomatsakis/rust/issue-4821-bad-kind-computation, r=ca...bors-1/+1