| Age | Commit message (Expand) | Author | Lines |
| 2014-08-01 | Add a split_at method to slice::ImmutableVector | nham | -4/+17 |
| 2014-08-02 | auto merge of #16119 : steveklabnik/rust/guide_pointers, r=brson | bors | -7/+255 |
| 2014-08-01 | auto merge of #15995 : Ryman/rust/sync_spsc_peek, r=alexcrichton | bors | -36/+143 |
| 2014-08-01 | auto merge of #15992 : steveklabnik/rust/guide_testing, r=brson | bors | -1/+574 |
| 2014-08-01 | libsync: Add safer abstraction for SPSC queue. | Kevin Butler | -36/+143 |
| 2014-08-01 | auto merge of #16102 : zwarich/rust/borrowck-unboxed, r=pcwalton | bors | -17/+231 |
| 2014-08-01 | auto merge of #16053 : pcwalton/rust/at-pattern-bindings, r=pnkfelix | bors | -129/+103 |
| 2014-08-01 | librustc: Forbid pattern bindings after `@`s, for memory safety. | Patrick Walton | -129/+103 |
| 2014-08-01 | auto merge of #16157 : alexcrichton/rust/rustdoc-tests, r=huonw | bors | -3/+9 |
| 2014-08-01 | auto merge of #16153 : kballard/rust/fix_gensym_symbols, r=luqmana | bors | -1/+1 |
| 2014-08-01 | auto merge of #16101 : kballard/rust/rc_unique_ownership, r=aturon | bors | -9/+116 |
| 2014-08-01 | Add is_unique(), try_unwrap(), get_mut() to alloc::rc | Kevin Ballard | -9/+116 |
| 2014-08-01 | auto merge of #16152 : tshepang/rust/patch-1, r=alexcrichton | bors | -2/+2 |
| 2014-07-31 | rustdoc: Use --crate-name with --test | Alex Crichton | -3/+9 |
| 2014-08-01 | auto merge of #16130 : apoelstra/rust/decode-error, r=alexcrichton | bors | -7/+40 |
| 2014-07-31 | libuuid: use `Decoder::error()` rather than failing on bad decode | Andrew Poelstra | -1/+21 |
| 2014-07-31 | libserialize: add `error()` to `Decoder` | Andrew Poelstra | -6/+19 |
| 2014-07-31 | Stop using the Show impl for ast::Name in our symbols | Kevin Ballard | -1/+1 |
| 2014-08-01 | auto merge of #16141 : alexcrichton/rust/rollup, r=alexcrichton | bors | -1240/+1580 |
| 2014-08-01 | doc: fix typos in std::num::Int | Tshepang Lekhonkhobe | -2/+2 |
| 2014-07-31 | auto merge of #15399 : kballard/rust/rewrite_local_data, r=alexcrichton | bors | -125/+386 |
| 2014-07-31 | Add some benchmarks for TLD | Kevin Ballard | -1/+145 |
| 2014-07-31 | Tweak error reporting in io::net::tcp tests | Kevin Ballard | -4/+4 |
| 2014-07-31 | Rewrite the local_data implementation | Kevin Ballard | -112/+229 |
| 2014-07-31 | Test fixes from the rollup | Alex Crichton | -7/+15 |
| 2014-07-31 | auto merge of #16041 : treeman/rust/doc-rand, r=brson | bors | -64/+163 |
| 2014-07-31 | alloc, arena, test, url, uuid: Elide lifetimes. | OGINO Masanori | -19/+18 |
| 2014-07-31 | Implement slice::Vector for Option<T> and CVec<T> | Derek Harland | -16/+22 |
| 2014-07-31 | librustc: Don't ICE with struct exprs where the name is not a valid struct. | Luqman Aden | -0/+37 |
| 2014-07-31 | librustc: Don't ICE when trying to subst regions in destructor call. | Luqman Aden | -2/+52 |
| 2014-07-31 | Add note about production deployments. | Steve Klabnik | -1/+12 |
| 2014-07-31 | Remove incorrect example | Steve Klabnik | -30/+0 |
| 2014-07-31 | Deprecate fourcc. | Ilya Dmitrichenko | -1/+2 |
| 2014-07-31 | Deprecate uuid. | Ilya Dmitrichenko | -1/+2 |
| 2014-07-31 | Deprecate semver. | Ilya Dmitrichenko | -1/+2 |
| 2014-07-31 | Add a non-regression test for issue #8372 | Simon Sapin | -0/+30 |
| 2014-07-31 | Byte literals! | Simon Sapin | -6/+1 |
| 2014-07-31 | Add logic to skip the doc tests on windows since these examples are unix-spec... | nham | -0/+124 |
| 2014-07-31 | Use byte strings throughout examples. Add an example that was missed in the l... | nham | -7/+14 |
| 2014-07-31 | Add examples for GenericPath methods. | nham | -0/+233 |
| 2014-07-31 | hexfloat: Deprecate to move out of the repo | Alex Crichton | -1/+2 |
| 2014-07-31 | Guide: pointers | Steve Klabnik | -7/+255 |
| 2014-07-31 | auto merge of #15999 : Kimundi/rust/fix_folder, r=nikomatsakis | bors | -305/+430 |
| 2014-07-31 | auto merge of #16073 : mneumann/rust/dragonfly2, r=alexcrichton | bors | -36/+470 |
| 2014-07-31 | rustrt: Don't conditionally init the at_exit QUEUE | Alex Crichton | -1/+1 |
| 2014-07-31 | Fix heading levels in pointer guide | Steve Klabnik | -3/+3 |
| 2014-07-31 | Move SeekableMemWriter into librbml | Erick Tryzelaar | -235/+11 |
| 2014-07-31 | remove serialize::ebml, add librbml | Erick Tryzelaar | -879/+897 |
| 2014-07-31 | fix formatting in pointer guide table | Steve Klabnik | -12/+9 |
| 2014-07-31 | Fix deprecation commment on `core::cmp::lexical_ordering` | Tobias Bucher | -1/+1 |