about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-02-10Document for-loop in tutorial section on loopsEduard Bopp-0/+12
2014-02-10auto merge of #12132 : brunoabinader/rust/list-matches-predicate, r=alexcrichtonbors-0/+29
2014-02-10auto merge of #12150 : jakerr/rust/patch-1, r=pnkfelixbors-2/+2
2014-02-10auto merge of #12149 : thomaslee/rust/ipaddr_deriving_iter_bytes, r=cmrbors-2/+13
2014-02-10Implement List's any() functionBruno de Oliveira Abinader-0/+29
2014-02-10Update comment in contravariant testJake Kerr-2/+2
2014-02-10IterBytes for IpAddr and SocketAddrTom Lee-2/+13
2014-02-10auto merge of #12084 : alexcrichton/rust/codegen-opts, r=cmrbors-276/+313
2014-02-10Consolidate codegen-related compiler flagsAlex Crichton-276/+313
2014-02-09auto merge of #12143 : brson/rust/swap, r=alexcrichtonbors-28/+24
2014-02-09auto merge of #12136 : alexcrichton/rust/issue-12123, r=brsonbors-9/+11
2014-02-09auto merge of #12134 : FlaPer87/rust/temporary-conditions, r=nikomatsakisbors-3/+58
2014-02-09auto merge of #12131 : brunoabinader/rust/list-find-doc-typo, r=alexcrichtonbors-1/+1
2014-02-09Rearranged enum section of tutorial for clarity.chromatic-43/+40
2014-02-09std: Clean up the swap function a littleBrian Anderson-8/+5
2014-02-09std: Stop parameterizing some memcpy functions over RawPtrBrian Anderson-23/+22
2014-02-09auto merge of #12124 : brson/rust/intrinsics, r=thestingerbors-103/+131
2014-02-09auto merge of #12120 : gifnksm/rust/buffered-chars, r=alexcrichtonbors-0/+45
2014-02-09Fix the signature of CreateSymbolicLinkWAlex Crichton-9/+11
2014-02-09Make `if` and `while` conditions temporaryFlavio Percoco-3/+58
2014-02-09Fixed a typo in list's find() documentation.Bruno de Oliveira Abinader-1/+1
2014-02-09auto merge of #12119 : huonw/rust/guide-testing, r=brsonbors-56/+130
2014-02-09auto merge of #12117 : nikomatsakis/rust/issue-11913-borrow-in-aliasable-loc,...bors-264/+317
2014-02-09std: Make mem's doc slightly more accurateBrian Anderson-1/+4
2014-02-09std: Move byteswap functions to memBrian Anderson-41/+43
2014-02-09std: Add move_val_init to mem. Replace direct intrinsic usageBrian Anderson-18/+24
2014-02-09std: Add init and uninit to mem. Replace direct intrinsic usageBrian Anderson-43/+60
2014-02-08auto merge of #12034 : dguenther/rust/fourcc, r=alexcrichtonbors-2/+321
2014-02-09std::io: Add `Chars` iterator for Buffer.gifnksm-0/+45
2014-02-08Allow codepoints 128-255 in fourc!!Yuri Kunde Schlesner-14/+17
2014-02-08Default fourcc! to big-endian.Yuri Kunde Schlesner-8/+12
2014-02-08Converted fourcc! to loadable syntax extensionDerek Guenther-117/+223
2014-02-08Add new syntax extension fourcc!()Kevin Ballard-0/+206
2014-02-08auto merge of #12106 : qpliu/rust/memreader-fill-eof, r=sfacklerbors-2/+18
2014-02-09Expand the testing guide to cover optimizations, benchmarks and how toHuon Wilson-56/+130
2014-02-08auto merge of #12114 : brson/rust/faqs, r=cmrbors-182/+25
2014-02-08auto merge of #12105 : huonw/rust/bench-black-box, r=alexcrichtonbors-12/+24
2014-02-08Fix infinite loop in BufReader::read_until.Q.P.Liu-1/+9
2014-02-08Fix infinite loop in MemReader::read_until.Q.P.Liu-1/+9
2014-02-09arena: use the generic `bh.iter` to stop the benchmarks being DCE'd.Huon Wilson-9/+9
2014-02-09extra::test: add an opaque function to assist with accurateHuon Wilson-3/+15
2014-02-08Update deriving to pass around the `cx` linearlyNiko Matsakis-132/+157
2014-02-08Make &mut borrows restrict aliasingNiko Matsakis-121/+159
2014-02-08Remove unused ConstMutabilityNiko Matsakis-11/+1
2014-02-08auto merge of #12065 : mrshu/rust/error-formating-fix, r=alexcrichtonbors-167/+167
2014-02-08Fixed error starting with uppercasemr.Shu-167/+167
2014-02-08auto merge of #12090 : bjz/rust/unimplemented, r=cmrbors-58/+105
2014-02-08auto merge of #12109 : omasanori/rust/small-fixes, r=sfacklerbors-22/+5
2014-02-09rustpkg has gone.OGINO Masanori-1/+0
2014-02-08auto merge of #12098 : kballard/rust/from_utf8_lossy_tweak, r=huonwbors-421/+398