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