summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-08-16an attempt at a singleton pausible idle callback for each scheduler. suffers ...toddaaro-19/+83
2013-08-16Delegate `{}` to Default instead of PolyAlex Crichton-29/+100
2013-08-16Implement `{:s}` for ~str and @str as wellAlex Crichton-3/+5
2013-08-16Remove obsolete error message regarding do-blocks with internal itersKevin Ballard-50/+1
2013-08-16debuginfo: Added test cases for static struct and enum methods.Michael Woerister-0/+134
2013-08-16debuginfo: Test cases for [generic][default][static] methods and functions:Michael Woerister-3/+635
2013-08-16debuginfo: Support for combinations of Self type and type parameters.Michael Woerister-133/+81
2013-08-16debuginfo: Add test case for issue #8513.Michael Woerister-0/+20
2013-08-16debuginfo: Implemented support for Self type parameter in trait methods with ...Michael Woerister-45/+266
2013-08-16debuginfo: Added test cases for methods on structs, enums, traits, and tuple-...Michael Woerister-0/+663
2013-08-16debuginfo: Added support for self parameter in methods.Michael Woerister-12/+70
2013-08-16debuginfo: Fixed crash occuring for parameterless closures.Michael Woerister-6/+5
2013-08-16debuginfo: Added test cases for generic structs and enums.Michael Woerister-6/+213
2013-08-16debuginfo: Properly handle monomorphization of generic functions.Michael Woerister-87/+158
2013-08-16debuginfo: Generate template type parameters for generic functions.Michael Woerister-9/+165
2013-08-16debuginfo: Fixed option-like-enum test case so it does not rely on undefined ...Michael Woerister-11/+28
2013-08-16Reserve 'yield' keywordKevin Ballard-72/+75
2013-08-16rt: Remove unused uv helpersBrian Anderson-108/+0
2013-08-16rt: Remove empty rust_upcall.hBrian Anderson-15/+0
2013-08-16rt: Remove unused rust_clone_type_desc declarationBrian Anderson-2/+0
2013-08-16rt: Remove rust_stackBrian Anderson-159/+10
2013-08-16rt: Remove rust_refcount.hBrian Anderson-32/+2
2013-08-16rt: Remove unused parts of rust_logBrian Anderson-80/+6
2013-08-16rt: Remove unused parts of rust_globals.hBrian Anderson-21/+0
2013-08-16rt: Remove rust_signal.hBrian Anderson-27/+0
2013-08-16Remove the annihilate lang itemBrian Anderson-67/+44
2013-08-16rt: Remove rust_envBrian Anderson-203/+53
2013-08-16Give XorShiftRng::new() a random seedKevin Ballard-6/+15
2013-08-16auto merge of #8534 : huonw/rust/tls-key-macro, r=alexcrichtonbors-3/+64
2013-08-16auto merge of #8532 : kballard/rust/cstr-cleanup, r=ericktbors-152/+271
2013-08-16Add UUID support to libextraGavin Baker-0/+795
2013-08-16auto merge of #8530 : brson/rust/rt-backtrace, r=alexcrichtonbors-1/+1
2013-08-16Implement Clone and DeepClone for time types.Chris Morgan-2/+2
2013-08-16Implement DeepClone for str types.Chris Morgan-1/+15
2013-08-16auto merge of #8526 : blake2-ppc/rust/either-result, r=catamorphismbors-103/+130
2013-08-15auto merge of #8518 : catamorphism/rust/issue-8498-workaround, r=brsonbors-15/+61
2013-08-16doc: convert remaining uses of core:: to std::.Huon Wilson-30/+30
2013-08-16doc: correct spelling in documentation.Huon Wilson-33/+32
2013-08-16syntax: add a local_data_key macro that creates a key for access to the TLS.Huon Wilson-3/+64
2013-08-15Better error message for unknown start of tokenKevin Ballard-1/+3
2013-08-15auto merge of #7917 : catamorphism/rust/resolve-and-testcases, r=catamorphismbors-0/+44
2013-08-15testsuite: xfailed test casesTim Chevalier-0/+44
2013-08-15rm obsolete testDaniel Micay-44/+0
2013-08-15vec: rm redundant is_empty implementationsDaniel Micay-12/+0
2013-08-15iterator: cleanupDaniel Micay-4/+3
2013-08-15vec: rm obsolete zip and zip_sliceDaniel Micay-100/+4
2013-08-15tuple: remove obsolete ExtendedTupleOpsDaniel Micay-53/+1
2013-08-15kinds: update documentationDaniel Micay-9/+3
2013-08-15ptr: inline the Clone implementationDaniel Micay-0/+1
2013-08-15Fix error message when trait method ends with wrong tokenKevin Ballard-1/+14