about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-06-25xfail test hitting a codegen bug (issue #7385)Daniel Micay-1/+2
2013-06-25remove `each` from vec, HashMap and HashSetDaniel Micay-210/+95
2013-06-25container: remove internal iterators from MapDaniel Micay-137/+104
2013-06-25remove the redundant `each` method from OptVecDaniel Micay-26/+19
2013-06-25auto merge of #7371 : alexcrichton/rust/trying, r=cmrbors-2/+42
2013-06-25Add the `warnings` lint attributeAlex Crichton-2/+42
2013-06-25Rename all files with the 'rc' extensionAlex Crichton-0/+0
2013-06-25auto merge of #7317 : Aatch/rust/no-drop-flag, r=thestingerbors-19/+112
2013-06-25auto merge of #7254 : Blei/rust/intrinsic-overhaul, r=cmrbors-654/+565
2013-06-25auto merge of #7291 : alexcrichton/rust/static-mut, r=huonwbors-109/+358
2013-06-24auto merge of #7370 : Aatch/rust/snapshot, r=huonwbors-68/+13
2013-06-25Add missing import to testsJames Miller-1/+1
2013-06-25Warning policeJames Miller-10/+4
2013-06-25Remove stage0 cfgsJames Miller-57/+0
2013-06-25Update snapshots fileJames Miller-0/+8
2013-06-25Zero the struct in the take glue, not the drop glueJames Miller-6/+17
2013-06-25Set #[no_drop_flag] on Rc<T> and AtomicOption. Add TestJames Miller-9/+39
2013-06-25Add support for #[no_drop_flag] attributeJames Miller-11/+63
2013-06-24libc: (u)int => c_(u)int for constsFedor Indutny-750/+785
2013-06-24Fix test failure on windowsPhilipp Brueschweiler-3/+1
2013-06-24libc: add POSIX-compatible sysconf constsFedor Indutny-0/+254
2013-06-24libc: support functions from sys/mman.hFedor Indutny-2/+269
2013-06-24Fix 'static mut' testsAlex Crichton-2/+2
2013-06-24auto merge of #7193 : Thiez/rust/fixbench, r=cmrbors-56/+62
2013-06-24auto merge of #7334 : thestinger/rust/old_iter, r=Aatchbors-799/+257
2013-06-24work around ICE from default methodDaniel Micay-2/+2
2013-06-24xfail-pretty on un-xfailed testDaniel Micay-0/+1
2013-06-24iterator: implement `collect` with FromIteratorDaniel Micay-5/+16
2013-06-24implement Clone for slicesDaniel Micay-0/+12
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-549/+120
2013-06-24Implement the fixed output size versions of the SHA-2 digest functions.Palmer Cox-0/+1127
2013-06-24Create a Digest trait for common methods on digests and convert the SHA-1 imp...Palmer Cox-37/+119
2013-06-24Improve the SHA-1 implementationPalmer Cox-237/+206
2013-06-23Create a crypto submodule and move the SHA-1 implementation into it.Palmer Cox-1/+4
2013-06-23Support foreign 'static mut' variables as wellAlex Crichton-40/+129
2013-06-23Add 'static mut' items to the languageAlex Crichton-70/+230
2013-06-23auto merge of #7279 : hanny24/rust/master, r=msullivanbors-0/+17
2013-06-24Changed Arena API to make it usable once more.Matthijs Hofstra-11/+11
2013-06-23auto merge of #7314 : bblum/rust/trait-bounds2, r=nikomatsakisbors-180/+583
2013-06-23Fix pretty-printing builtin bounds on closures and traitsBen Blum-2/+6
2013-06-23Check existential type contents against destination trait bounds.Ben Blum-25/+31
2013-06-23Allow ~fn:Copy() to be copied.Ben Blum-7/+73
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
2013-06-23Changed shootout-chameneos-redux output to conform to the 'official' output f...Matthijs Hofstra-1/+1
2013-06-23Updated copyright year on shootout-binarytrees.rsMatthijs Hofstra-21/+17