summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-09-04std: Convert test to camel caseBrian Anderson-71/+70
2012-09-04WhitespaceBrian Anderson-1/+0
2012-09-04std: Remove struct ctorsBrian Anderson-10/+64
2012-09-04xfail-fast anon-extern-mod-cross-crate-2Tim Chevalier-0/+1
2012-09-04Allow anonymous extern modsTim Chevalier-20/+53
2012-09-04std: Camel case smallintmapBrian Anderson-18/+18
2012-09-04Remove 'with'Brian Anderson-416/+401
2012-09-04core: Remove struct ctorsBrian Anderson-67/+174
2012-09-04syntax: Remove 'of' and 'check' from keyword tableBrian Anderson-2/+1
2012-09-04libcore: Make as_bytes_slice() not include the null bytePatrick Walton-1/+10
2012-09-04rustc: Implement private fields for max/min classesPatrick Walton-38/+98
2012-09-04std: Camel case sortBrian Anderson-9/+8
2012-09-04Fix broken test caseBrian Anderson-1/+1
2012-09-04std: Camel case treemapBrian Anderson-20/+19
2012-09-04std: Camel case listBrian Anderson-89/+88
2012-09-04Parse 'loop' and 'again' the sameBrian Anderson-22/+41
2012-09-04Use struct+impl syntax instead of the (deprecated) struct with embedded metho...Gareth Daniel Smith-151/+185
2012-09-04fix two issues with the exports: Gareth Daniel Smith-22/+1
2012-09-04add additional Bitv constructors (as proposed in issue #2964)Gareth Daniel Smith-0/+99
2012-09-04Merge pull request #3383 from crabtw/fbsdBrian Anderson-46/+0
2012-09-04rustc: "import" -> "use"Patrick Walton-901/+901
2012-09-04libsyntax: "import" -> "use"Patrick Walton-208/+203
2012-09-04Demode libstd/net_ip.rsKevin Cantu-16/+18
2012-09-04Demode libstd/net_url.rsKevin Cantu-17/+20
2012-09-04Demode treemap.rsKevin Cantu-3/+5
2012-09-04Confirm demoding of smallintmap.rsKevin Cantu-1/+4
2012-09-04Confirm demoding of term.rsKevin Cantu-0/+2
2012-09-04std: Fix net::url constructor namesBrian Anderson-5/+5
2012-09-04add test for eq_slice fixAndrew Paseltiner-0/+7
2012-09-04fix str::eq_slice off-by-one errorAndrew Paseltiner-1/+1
2012-09-04libstd: "import" -> "use"Patrick Walton-135/+126
2012-09-04libcore: "import" -> "use"Patrick Walton-160/+160
2012-09-05use native log2 function and enable freebsd tests in uv_llJyun-Yan You-46/+0
2012-09-03libstd: Make ToBase64 take slicesPatrick Walton-2/+2
2012-09-03libstd: Make URL parsing not require unique strings, and have URLs implement ...Patrick Walton-7/+19
2012-09-03rustc: Run all intrinsics through the monomorphiserBrian Anderson-39/+22
2012-09-03libstd: Export query_to_str from net::urlPatrick Walton-0/+1
2012-09-03Fix cross-crate inlining of intrinsicsBrian Anderson-3/+29
2012-09-03libcore: Add missing from_str.rsPatrick Walton-0/+3
2012-09-03libstd: Implement a Sort trait.Patrick Walton-0/+9
2012-09-03rustc: Fix an LLVM assertion that tripped when borrowing a by-val method rece...Patrick Walton-7/+20
2012-09-03core: Add missing from_str.rsBrian Anderson-0/+3
2012-09-03libstd: Export the url() constructor from net_urlPatrick Walton-1/+1
2012-09-03libcore: Add a from_str traitPatrick Walton-0/+12
2012-09-03libstd: Make net_url::encode no longer require a unique stringPatrick Walton-27/+27
2012-09-03libcore: Remove as_bytes_slicePatrick Walton-0/+5
2012-09-02libstd: Make URLs structsPatrick Walton-3/+3
2012-09-02Camel case core::opsBrian Anderson-46/+44
2012-09-02std: Camel case the rope moduleBrian Anderson-143/+142
2012-09-02rustc: Don't translate the expression twice when adapting a borrowed method r...Patrick Walton-1/+20