summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-09-10fix a implicitly copyable warningNiko Matsakis-1/+1
2012-09-10Make all remaining moves explicit in libcoreTim Chevalier-54/+54
2012-09-10Convert class methods to impl methods. Stop parsing class methodsBrian Anderson-195/+398
2012-09-10rustc: Trim down and rename trans_compare. Now only eq shape glue remains.Patrick Walton-26/+9
2012-09-10Fix broken testsBrian Anderson-3/+5
2012-09-10rustc: Make range literals use compare_scalar_types instead of trans_comparePatrick Walton-32/+6
2012-09-10Capitalize Copy trait in testTim Chevalier-1/+1
2012-09-10Make moves explicit in pipes and pipe compilerTim Chevalier-62/+62
2012-09-10rustc: Long linesPatrick Walton-3/+7
2012-09-10rustc: Move trans_compare into alt.rsPatrick Walton-0/+29
2012-09-10Provide naive implementations of cmp::Eq and to_bytes::IterBytes for net::url...Brian J. Burg-0/+23
2012-09-10Make moves explicit in task; also make option::unwrap take its argument by moveTim Chevalier-55/+58
2012-09-10Combine the vtable_origins from impl + method.Niko Matsakis-84/+298
2012-09-10rustc: Make shape-based compare glue never called for comparison operators.Patrick Walton-82/+322
2012-09-10Uppercase Send bound and make test for #2834 workTim Chevalier-1/+1
2012-09-10Make more moves explicit in libcoreTim Chevalier-77/+77
2012-09-10Promote most restricted keywords to strict keywordsBrian Anderson-24/+31
2012-09-10Un-xfail test for #2834Tim Chevalier-2/+1
2012-09-10Make moves explicit in vecTim Chevalier-52/+52
2012-09-10Add vec::dedup for in-place consecutive duplicate element removal.Jed Davis-0/+81
2012-09-09libstd: Fix botched exports for net_tcpPatrick Walton-1/+1
2012-09-09Reformat commentsBrian Anderson-5/+5
2012-09-09Introduce 'strict' keywords, that may not be used as idents anywhereBrian Anderson-4/+42
2012-09-09Long linesBrian Anderson-1/+2
2012-09-09Turn most contextual keywords into restricted keywordsBrian Anderson-7/+3
2012-09-09Rename variables that clash with keywordsBrian Anderson-43/+43
2012-09-09std: warn(non_camel_case_types) -> denyBrian Anderson-2/+1
2012-09-09core: warn(non_camel_case_types) -> denyBrian Anderson-2/+1
2012-09-08Fix some old syntaxBrian Anderson-2/+2
2012-09-08libsyntax: Parse and report errors for a few obsolete syntaxesBrian Anderson-14/+253
2012-09-08core: fix separator for Future<A> propertyJeff Olson-1/+1
2012-09-08test: bunch of test cleanup from sendable_futures changeJeff Olson-12/+19
2012-09-08core: missed rebase cruft cleanupJeff Olson-4/+0
2012-09-08core: most rebase cruft cleanupJeff Olson-2/+3
2012-09-08core: change FutureState Forced(A) to Forced(~A)Jeff Olson-4/+4
2012-09-08core: change notify_chan eq checks to is_none(), insteadJeff Olson-9/+8
2012-09-08core: patch from nmatsakis to make futures non-copyableJeff Olson-4/+8
2012-09-08core/std: finish making futures sendable + test.. still issuesJeff Olson-8/+17
2012-09-08core/std: an unending parade of minor tweaks due to renaming Option et alJeff Olson-3/+3
2012-09-08std: cleanup in sync.rs for things missed in last rebaseJeff Olson-9/+9
2012-09-08core: cleanup in task.rs for things missed in last rebaseJeff Olson-7/+7
2012-09-08core: fix breakage in TaskBuilder.future_resultJeff Olson-7/+15
2012-09-08core: changing pipes::port/chan_one to Port/ChanOne in unsafe.rsJeff Olson-1/+1
2012-09-08core: Fix stage0 build errorsBrian Anderson-19/+48
2012-09-08core: port task.rs to comm::Chan/Port to pipes::Chan/PortJeff Olson-38/+135
2012-09-07(fix incoming) Add the necessary traits to some generic functionsKevin Cantu-3/+6
2012-09-07(partially fix incoming) More hash function simplificationKevin Cantu-15/+7
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-612/+603
2012-09-07Remove import and export from intrinsic.rsBrian Anderson-4/+3
2012-09-07Fix obsolete struct syntax in testBrian Anderson-1/+1