summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-07-28Add support for `..base` on static struct initializers.Kevin Mehall-0/+25
2013-07-28auto merge of #8069 : erickt/rust/maikklein, r=ericktbors-10/+9
2013-07-27core: correct the casing of result::{Ok,Err} in the docsErick Tryzelaar-1/+1
2013-07-27to_either + fixesErick Tryzelaar-9/+8
2013-07-27Change concurrency primitives to standard naming conventionsSteven Stewart-Gallus-39/+39
2013-07-27auto merge of #7864 : brson/rust/start-on-main-thread, r=brsonbors-0/+21
2013-07-27std::rt: Add start_on_main_thread functionBrian Anderson-0/+21
2013-07-27auto merge of #8078 : luqmana/rust/gst, r=Aatchbors-0/+21
2013-07-27auto merge of #8060 : Blei/rust/fix-obsolete-extern-visibility-span, r=pcwaltonbors-0/+10
2013-07-27auto merge of #8045 : michaelwoerister/rust/destructuring, r=jdmbors-6/+611
2013-07-27Add test for #5917.Luqman Aden-0/+21
2013-07-26auto merge of #8001 : crnobog/rust/xfail-win32-7999, r=cmrbors-0/+4
2013-07-26auto merge of #8050 : msullivan/rust/cleanup, r=graydonbors-6/+6
2013-07-26auto merge of #7986 : alexcrichton/rust/raw-repr, r=brsonbors-2/+2
2013-07-26Improve the camel case warning a bit.Michael Sullivan-6/+6
2013-07-26Consolidate raw representations of rust valuesAlex Crichton-2/+2
2013-07-26syntax: fix span for obsolete extern visibility errorPhilipp Brüschweiler-0/+10
2013-07-25Allow linking against crates with #[no_std]Alex Crichton-0/+59
2013-07-25debuginfo: Fixed a few things for PR.Michael Woerister-13/+19
2013-07-25auto merge of #8030 : thestinger/rust/iterator, r=huonwbors-10/+1
2013-07-25auto merge of #8029 : emillon/rust/issue-6804, r=cmrbors-0/+21
2013-07-25debuginfo: Support for destructured function arguments.Michael Woerister-0/+424
2013-07-25debuginfo: Support for function arguments. (WIP)Michael Woerister-3/+1
2013-07-25debuginfo: Implemented support for destructured locals.Michael Woerister-5/+182
2013-07-25NaN patterns: indicate that is_NaN is a methodEtienne Millon-2/+2
2013-07-25auto merge of #8026 : poiru/rust/issue-8024, r=alexcrichtonbors-0/+1
2013-07-25auto merge of #8015 : msullivan/rust/default-methods, r=nikomatsakisbors-14/+89
2013-07-25Move/delete old tests that change behaviorKevin Murphy-18/+0
2013-07-24Add test for uint and negative literals as discriminantsKevin Murphy-0/+20
2013-07-24Fix vtable resolution for self to search supertraits. Closes #7661.Michael Sullivan-0/+36
2013-07-24rm default method lintDaniel Micay-10/+1
2013-07-24Generalize NaN pattern detection using walk_patEtienne Millon-0/+5
2013-07-24Check for comparisons to NaN in patternsEtienne Millon-0/+16
2013-07-24auto merge of #7996 : erickt/rust/cleanup-strs, r=ericktbors-12/+10
2013-07-24Implement std::num::Zero for boolBirunthan Mohanathas-0/+1
2013-07-24rc: Use ~T for allocationblake2-ppc-1/+1
2013-07-24fix compilation on macos/windowsDaniel Micay-1/+1
2013-07-24Fix a crash when transmuting non-immediate to immediate typesBjörn Steinbrink-0/+18
2013-07-24fix fmt! usageDaniel Micay-1/+1
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/test/Birunthan Mohanathas-103/+99
2013-07-24auto merge of #7992 : huonw/rust/un-xfail, r=z0w0bors-9/+10
2013-07-24xfail tests that are currently failing on windows, reported in #7999crnobog-0/+4
2013-07-24auto merge of #7987 : alexcrichton/rust/tests-for-closed-issues, r=huonwbors-0/+34
2013-07-23auto merge of #7958 : kemurphy/rust/link-section, r=alexcrichtonbors-0/+34
2013-07-23Fix the issue-3979 tests and add a new test.Michael Sullivan-14/+53
2013-07-23clean up warningsErick Tryzelaar-7/+5
2013-07-23std: remove str::to_owned and str::raw::slice_bytes_ownedErick Tryzelaar-2/+2
2013-07-23std: rename str.as_buf to as_imm_buf, add str.as_mut_bufErick Tryzelaar-2/+2
2013-07-23std: move str::as_buf into StrSliceErick Tryzelaar-2/+2
2013-07-23std: rename str.as_bytes_with_null_consume to str.to_bytes_with_nullErick Tryzelaar-1/+1