about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-08-17auto merge of #8554 : michaelwoerister/rust/generics, r=brsonbors-100/+2226
2013-08-17auto merge of #8433 : brson/rust/rm-more-oldrt-crud, r=brsonbors-714/+115
2013-08-17auto merge of #8441 : erickt/rust/deny-warnings, r=ericktbors-585/+704
2013-08-17Fix warnings it testsErick Tryzelaar-581/+701
2013-08-17Fix warnings in librustc and libsyntaxErick Tryzelaar-3/+2
2013-08-17Fix warnings in testsErick Tryzelaar-1/+1
2013-08-17auto merge of #8272 : DaGenix/rust/digest-md5-impl-not-unrolled, r=cmrbors-42/+471
2013-08-17auto merge of #8053 : gavinb/rust/uuid_std, r=alexcrichtonbors-0/+795
2013-08-17auto merge of #8531 : brson/rust/test-waitpid-workaround, r=graydonbors-2/+16
2013-08-17Crypto: Add tests for add_bytes_to_bits functions.Palmer Cox-0/+47
2013-08-17Crypto: update checked addition functions to use CheckedAdd intrinsic.Palmer Cox-42/+65
2013-08-17MD5: Create an implementation of MD5.Palmer Cox-0/+331
2013-08-17Crypto: Add little-endian versions of existing functions: read_u32v_le and wr...Palmer Cox-0/+28
2013-08-16A round of code cleaning for the primary scheduler code. Comments have been u...toddaaro-275/+201
2013-08-16Moved the logic for a pausible idle callback into a new type - PausibleIdleCa...toddaaro-96/+103
2013-08-16std::rt: Fix a race in UvRemoteCallback's dtor that misses callbacksBrian Anderson-7/+74
2013-08-16std::rt: Touch up idle logicBrian Anderson-16/+36
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