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