summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-07-17auto merge of #7844 : huonw/rust/no-implicit-prelude, r=alexcrichtonbors-0/+97
2013-07-17rm unused visit_str method from TyVisitorDaniel Micay-9/+0
2013-07-17Issue #7444 - Update neg test and pos test for move by captureNiko Matsakis-1/+8
2013-07-17Issue #7444 - Borrowck permits moved values to be capturedNiko Matsakis-0/+10
2013-07-17auto merge of #7839 : graydon/rust/new-codegen-tests, r=pcwaltonbors-0/+65
2013-07-16auto merge of #7828 : alexcrichton/rust/lang-opt, r=graydonbors-0/+41
2013-07-17rustc: implement a `#[no_implicit_prelude]` attribute.Huon Wilson-0/+97
2013-07-16Make all lang_items optionalAlex Crichton-0/+41
2013-07-16auto merge of #7831 : ozten/rust/issues-7764-swap_unwarp-take-unwrap, r=pcwaltonbors-4/+4
2013-07-16test: new codegen tests, rename hello.Graydon Hoare-0/+65
2013-07-16auto merge of #7827 : jdm/rust/enumlength, r=graydonbors-0/+24
2013-07-16auto merge of #7684 : pnkfelix/rust/fsk-invert-range-rev-halfclosedness-issue...bors-0/+233
2013-07-16Rename Option swap_unwrap to take_unwrap. Fixes Issue#7764Austin King-4/+4
2013-07-16auto merge of #7822 : huonw/rust/cond-debug, r=graydonbors-581/+647
2013-07-17rustc: handle allocas and LoadRangeAsserts in unreachable blocks correctly.Huon Wilson-0/+28
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-581/+581
2013-07-16Permit C-style enums in vector repeat length expressions (N.B. values only, n...Josh Matthews-0/+24
2013-07-16syntax: make a macros-injection pass; conditionally define debug! to a noop b...Huon Wilson-0/+38
2013-07-15remove headers from unique vectorsDaniel Micay-0/+16
2013-07-15auto merge of #7802 : catamorphism/rust/issue-6128, r=catamorphismbors-0/+29
2013-07-15testsuite: Add xfailed test case for #6128Tim Chevalier-0/+29
2013-07-15cmp: Use default methods in trait Eq, require only Eq::eqblake2-ppc-1/+14
2013-07-14Make TLS keys actually take up spaceAlex Crichton-1/+2
2013-07-14Purge the last remnants of the old TLS apiAlex Crichton-6/+2
2013-07-13Un-broke benchmarksSteven Fackler-5/+5
2013-07-13Split mutable methods out of Set and MapSteven Fackler-6/+7
2013-07-13auto merge of #7765 : blake2-ppc/rust/ord-default-methods, r=huonwbors-2/+44
2013-07-12auto merge of #7734 : alexcrichton/rust/issue-3395, r=sanxiynbors-27/+11
2013-07-13cmp: Use default methods in trait Ord, only require Ord::ltblake2-ppc-2/+44
2013-07-12auto merge of #7725 : msullivan/rust/default-methods, r=pcwaltonbors-28/+43
2013-07-12auto merge of #7736 : thestinger/rust/doc, r=thestingerbors-8/+6
2013-07-12auto merge of #7706 : sanxiyn/rust/qualification-lint, r=pcwaltonbors-0/+20
2013-07-12auto merge of #7696 : glinscott/rust/utf8_perf, r=cmrbors-0/+35
2013-07-12auto merge of #7705 : sanxiyn/rust/simd-op, r=cmrbors-0/+28
2013-07-11auto merge of #7695 : cmr/rust/assert_eq_msg, r=pnkfelixbors-1/+1
2013-07-12extend the iterator tutorialDaniel Micay-8/+6
2013-07-11auto merge of #7677 : alexcrichton/rust/tls-gc, r=pcwaltonbors-2/+2
2013-07-11Expand ctypes warnings to warn about *int/*uintAlex Crichton-27/+11
2013-07-11Fix testsAlex Crichton-2/+2
2013-07-11auto merge of #7623 : graydon/rust/codegen-compiletests, r=pcwaltonbors-0/+16
2013-07-11Take default methods out from behind the flag.Michael Sullivan-21/+0
2013-07-11Get cross crate static default methods working. Closes #7569.Michael Sullivan-7/+16
2013-07-11Fix the handling of type params on generic static methods. Closes #7571.Michael Sullivan-0/+27
2013-07-11wire up makefile to run codegen tests and add one to startGraydon Hoare-0/+16
2013-07-11Add is_utf8 bench testsGary Linscott-0/+24
2013-07-11auto merge of #7652 : blake2-ppc/rust/dlist, r=huonwbors-8/+10
2013-07-11Optimize is_utf8Gary Linscott-0/+11
2013-07-11auto merge of #7455 : nikomatsakis/rust/issue-7336-constrain-closure-lifetime...bors-23/+76
2013-07-11extra: Rename deque::Deque to ringbuf::RingBuf and impl trait Dequeblake2-ppc-8/+10
2013-07-11Add a compile-fail test for qualification lintSeo Sanghyeon-0/+20