summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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
2013-06-25auto merge of #7291 : alexcrichton/rust/static-mut, r=huonwbors-0/+187
2013-06-25Set #[no_drop_flag] on Rc<T> and AtomicOption. Add TestJames Miller-0/+25
2013-06-24Merge remote-tracking branch 'cmr/issue/2773' into HEADBrian Anderson-1/+0
2013-06-24Fix test failure on windowsPhilipp Brueschweiler-3/+1
2013-06-24Fix 'static mut' testsAlex Crichton-2/+2
2013-06-24Un-xfail working testCorey Richardson-1/+0
2013-06-24auto merge of #7193 : Thiez/rust/fixbench, r=cmrbors-45/+51
2013-06-24xfail-pretty on un-xfailed testDaniel Micay-0/+1
2013-06-24deal with windowsDaniel Micay-1/+5
2013-06-24xfail tests again for now (issues #7336, #7340)Daniel Micay-0/+7
2013-06-24Fix/annotate a variety of xfailsCorey Richardson-246/+98
2013-06-24remove old_iterDaniel Micay-37/+0
2013-06-23Support foreign 'static mut' variables as wellAlex Crichton-0/+67
2013-06-23Add 'static mut' items to the languageAlex Crichton-0/+120
2013-06-23Allow ~fn:Copy() to be copied.Ben Blum-0/+53
2013-06-23Updated shootout-fasta.rs copyright years, removed stuff that caused lint to ...Matthijs Hofstra-18/+12
2013-06-23Fixed shootout-fasta.rs outputMatthijs Hofstra-10/+14
2013-06-23Added missing copyright notice to shootout-spectralnorm.Matthijs Hofstra-0/+10