summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-07-01auto merge of #7443 : yjh0502/rust/fix_field_dup, r=huonwbors-0/+17
2013-06-30auto merge of #7487 : huonw/rust/vec-kill, r=cmrbors-70/+30
2013-06-30Bump version from 0.7-pre to 0.7Brian Anderson-1/+1
2013-06-30Remove vec::{map, mapi, zip_map} and the methods, except for .map, since thisHuon Wilson-42/+21
2013-06-30Convert vec::{grow, grow_fn, grow_set} to methods.Huon Wilson-3/+1
2013-06-30Convert vec::{reverse, swap} to methods.Huon Wilson-24/+7
2013-06-30Convert vec::{rposition, rposition_elem, position_elem, contains} to methods.Huon Wilson-1/+1
2013-06-30Fixes #7377jihyun-0/+17
2013-06-29auto merge of #7441 : catamorphism/rust/testcases_2013-06-27, r=catamorphismbors-0/+149
2013-06-29auto merge of #7363 : bblum/rust/soundness, r=nikomatsakisbors-3/+91
2013-06-29auto merge of #7244 : bblum/rust/once, r=nikomatsakisbors-0/+196
2013-06-29Add two tests for the case of the recurring closure.Ben Blum-0/+88
2013-06-29Trade stack closure copyability for type soundness.Ben Blum-1/+1
2013-06-29'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f...Ben Blum-2/+2
2013-06-29xfail-fast once fn run-pass testsBen Blum-0/+4
2013-06-28auto merge of #7479 : mozilla/rust/rollup, r=thestingerbors-5/+5
2013-06-29iterator: UnfoldrIterator::new should have function argument lastblake2-ppc-1/+1
2013-06-29Rename #[mutable] to #[no_freeze]Brian Anderson-2/+2
2013-06-29Rename #[non_sendable] to #[no_send]Brian Anderson-2/+2
2013-06-28auto merge of #7471 : msullivan/rust/default-methods, r=graydonbors-0/+110
2013-06-28Add tests for some default method things.Michael Sullivan-0/+110
2013-06-28auto merge of #7466 : thestinger/rust/passes, r=cmrbors-4/+4
2013-06-28copy the optimization passes from clangDaniel Micay-4/+4
2013-06-28Fix threadringCorey Richardson-1/+3
2013-06-28Rename Const/Owned in more placesJames Miller-13/+13
2013-06-28librustc: Fix merge fallout and test cases.Patrick Walton-19/+19
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-32/+39
2013-06-28libsyntax: Remove "copy" pattern bindings from the languagePatrick Walton-4/+4
2013-06-28librustc: Disallow "mut" from distributing over bindings.Patrick Walton-10/+17
2013-06-28librustc: Change "Owned" to "Send" everywherePatrick Walton-54/+54
2013-06-28librustc: Rename Const to FreezePatrick Walton-11/+11
2013-06-28auto merge of #7426 : thestinger/rust/zero-size-noncopyable, r=catamorphismbors-1/+1
2013-06-27Rename #[no_drop_flag] to #[unsafe_no_drop_flag]Birunthan Mohanathas-1/+1
2013-06-27auto merge of #7410 : luqmana/rust/bare-self, r=catamorphismbors-0/+25
2013-06-27Add test for #5321.Luqman Aden-0/+25
2013-06-27auto merge of #7432 : michaelwoerister/rust/WP3, r=jdmbors-29/+1140
2013-06-27testsuite: Add test cases, some xfailedTim Chevalier-0/+149
2013-06-27auto merge of #7430 : huonw/rust/vec-kill, r=thestingerbors-25/+15
2013-06-27debuginfo: Some corrections after review.Michael Woerister-4/+16
2013-06-27debuginfo: Formatting cleanup.Michael Woerister-22/+12
2013-06-27debuginfo: Added test case for function arguments.Michael Woerister-0/+51
2013-06-27debuginfo: Added test case for local variables declared with destructuring.Michael Woerister-0/+33
2013-06-27debuginfo: Added more tests for region pointers (tuples, structs).Michael Woerister-0/+125
2013-06-27debuginfo: Fixed some instances of gdb wrongly printing u8/i8 values as chars.Michael Woerister-6/+6
2013-06-27debuginfo: Added test cases for region pointers into heap boxes for basic types.Michael Woerister-0/+230
2013-06-27debuginfo: Added test case for region pointers pointing to stack values with ...Michael Woerister-0/+116
2013-06-27debuginfo: Added test case for structs with destructor.Michael Woerister-0/+77
2013-06-27debuginfo: Added test case for local variable scopes.Michael Woerister-0/+49
2013-06-27debuginfo: Made test cases use correct naming convention for variables.Michael Woerister-64/+64
2013-06-27debuginfo: Added test cases for tuples contained in structs.Michael Woerister-0/+151