about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-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
2013-06-27debuginfo: Added test cases for tuples.Michael Woerister-26/+101
2013-06-27Extended test cases for struct debug information.Michael Woerister-35/+237
2013-06-28Convert vec::{reserve, reserve_at_least, capacity} to methods.Huon Wilson-4/+3
2013-06-27Convert vec::[mut_]slice to methods, remove vec::const_slice.Huon Wilson-21/+12
2013-06-27auto merge of #7361 : brson/rust/incoming, r=brsonbors-1/+0
2013-06-26auto merge of #7420 : mozilla/rust/rollup, r=thestingerbors-41/+41
2013-06-26auto merge of #7111 : brson/rust/stack, r=brsonbors-9/+9
2013-06-26auto merge of #7354 : bblum/rust/trait-bounds, r=pcwaltonbors-22/+163
2013-06-26last bit of whitespaceCorey Richardson-1/+0
2013-06-26Fix run-pass/match-borrowed_str.rs Fixes #7306Nick Desaulniers-36/+42
2013-06-26Add a run-pass test for existential traits in ARCs.Ben Blum-0/+103
2013-06-26rt: Release big stacks immediately after use to avoid holding on to them thro...Brian Anderson-9/+9
2013-06-26Fix pretty-printing for bounded closures. Close #7333.Ben Blum-4/+0
2013-06-26Change expected error message in kindchk compile-fail tests.Ben Blum-7/+8
2013-06-26Infer default static/Owned bounds for unbounded heap fns/traits (#7264)Ben Blum-11/+52
2013-06-26Remove the last traces of shapesPhilipp Brüschweiler-5/+0
2013-06-26auto merge of #7356 : msullivan/rust/default-methods, r=bblumbors-0/+22
2013-06-26driver: perform stripping before and after macro expansion.Huon Wilson-0/+70
2013-06-25auto merge of #7269 : luqmana/rust/drop, r=thestingerbors-89/+89
2013-06-25Merge remote-tracking branch 'mozilla/master' into incomingBrian Anderson-161/+384
2013-06-25Change finalize -> drop.Luqman Aden-89/+89
2013-06-25auto merge of #7373 : thestinger/rust/iterator, r=huonwbors-58/+34
2013-06-25xfail test hitting a codegen bug (issue #7385)Daniel Micay-1/+2
2013-06-25remove `each` from vec, HashMap and HashSetDaniel Micay-36/+32
2013-06-25container: remove internal iterators from MapDaniel Micay-21/+0
2013-06-25auto merge of #7325 : artagnon/rust/resolve-module, r=cmrbors-1/+1
2013-06-25resolve: report duplicate module definitionsRamkumar Ramachandra-1/+1
2013-06-25Fix another generics bug with default methods. Closes #7295.Michael Sullivan-0/+22
2013-06-25auto merge of #7371 : alexcrichton/rust/trying, r=cmrbors-0/+30
2013-06-25Add the `warnings` lint attributeAlex Crichton-0/+30
2013-06-25auto merge of #7317 : Aatch/rust/no-drop-flag, r=thestingerbors-0/+25
2013-06-25auto merge of #7254 : Blei/rust/intrinsic-overhaul, r=cmrbors-102/+107