summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-09-05Fix tutorial testsBrian Anderson-2/+2
2012-09-05Add str::trim{_,_left_,_right_}chars.Graydon Hoare-0/+79
2012-09-05Remove 'use' line that's confusing pp-exact during use/import transition.Graydon Hoare-3/+1
2012-09-05Mark crate metadata with a version tag. Close #3390.Graydon Hoare-6/+50
2012-09-05rustc: Fix double-reporting of private item errors. Un-XFAIL private-item-sim...Patrick Walton-15/+0
2012-09-05Accept Copy, Send, Const, Owned, as kind boundsBrian Anderson-0/+24
2012-09-05libsyntax: Make "pub use" mean the same thing as the former "import" in all c...Patrick Walton-5/+5
2012-09-05test: "import" -> "use"Patrick Walton-562/+409
2012-09-05rustc: "import" -> "use" in .rc filesPatrick Walton-10/+10
2012-09-05cargo: "import" -> "use"Patrick Walton-12/+12
2012-09-05fuzzer: "import" -> "use"Patrick Walton-16/+13
2012-09-05test: Fix smallintmap testPatrick Walton-3/+3
2012-09-05Merge pull request #3316 from Vincent-Belliard/issue_3222Tim Chevalier-4/+55
2012-09-05rustdoc: "import" -> "use"Patrick Walton-62/+62
2012-09-05fix issue #3222Vincent Belliard-4/+55
2012-09-04rustc: Don't allow private fields to be named in constructors or destructuredPatrick Walton-3/+79
2012-09-04rustc: Implement private methods.Patrick Walton-32/+157
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