]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-08-01 Brian Andersonmk: Add missing colon
2014-08-01 Joseph CrailFix misspelled comments.
2014-08-01 borsauto merge of #15995 : Ryman/rust/sync_spsc_peek, r...
2014-08-01 nhamcollections: Implement FromIterator/Extendable for...
2014-08-01 nhamcollections: Implement Ord for DList, RingBuf, TreeMap...
2014-08-01 borsauto merge of #15992 : steveklabnik/rust/guide_testing...
2014-08-01 nhamcollections: Implement Eq for DList, RingBuf, TreeMap...
2014-08-01 Eduardo BautistaMove caret under the 'x' variabe
2014-08-01 Eduardo BautistaUse hello_world instead of the guessing_game
2014-08-01 Kevin Butlerlibsync: Add safer abstraction for SPSC queue.
2014-08-01 borsauto merge of #16102 : zwarich/rust/borrowck-unboxed...
2014-08-01 borsauto merge of #16053 : pcwalton/rust/at-pattern-binding...
2014-08-01 Patrick Waltonlibrustc: Forbid pattern bindings after `@`s, for memor...
2014-08-01 borsauto merge of #16157 : alexcrichton/rust/rustdoc-tests...
2014-08-01 borsauto merge of #16153 : kballard/rust/fix_gensym_symbols...
2014-08-01 borsauto merge of #16101 : kballard/rust/rc_unique_ownershi...
2014-08-01 Kevin BallardAdd is_unique(), try_unwrap(), get_mut() to alloc::rc
2014-08-01 tinaunFix API docs css reversing elements that it shouldn't
2014-08-01 borsauto merge of #16152 : tshepang/rust/patch-1, r=alexcri...
2014-08-01 Alex Crichtonrustdoc: Use --crate-name with --test
2014-08-01 borsauto merge of #16130 : apoelstra/rust/decode-error...
2014-08-01 Angus LeesChange strptime::match_strs to use borrowed rather...
2014-08-01 Andrew Poelstralibuuid: use `Decoder::error()` rather than failing...
2014-08-01 Andrew Poelstralibserialize: add `error()` to `Decoder`
2014-08-01 Angus LeesCorrect RFC reference in time::Tm::rfc3339 docs
2014-08-01 Eduardo BautistaBe more consistent with "Hello, world!"
2014-08-01 Kevin BallardStop using the Show impl for ast::Name in our symbols
2014-08-01 borsauto merge of #16141 : alexcrichton/rust/rollup, r...
2014-08-01 Tshepang Lekhonkhobedoc: fix typos in std::num::Int
2014-07-31 borsauto merge of #15399 : kballard/rust/rewrite_local_data...
2014-07-31 Kevin BallardAdd some benchmarks for TLD
2014-07-31 Kevin BallardTweak error reporting in io::net::tcp tests
2014-07-31 Kevin BallardRewrite the local_data implementation
2014-07-31 Alex CrichtonTest fixes from the rollup
2014-07-31 borsauto merge of #16041 : treeman/rust/doc-rand, r=brson
2014-07-31 OGINO Masanorialloc, arena, test, url, uuid: Elide lifetimes.
2014-07-31 Derek HarlandImplement slice::Vector for Option<T> and CVec<T>
2014-07-31 Luqman Adenlibrustc: Don't ICE with struct exprs where the name...
2014-07-31 Luqman Adenlibrustc: Don't ICE when trying to subst regions in...
2014-07-31 Steve KlabnikAdd note about production deployments.
2014-07-31 Steve KlabnikRemove incorrect example
2014-07-31 Ilya DmitrichenkoDeprecate fourcc.
2014-07-31 Ilya DmitrichenkoDeprecate uuid.
2014-07-31 Ilya DmitrichenkoDeprecate semver.
2014-07-31 Simon SapinAdd a non-regression test for issue #8372
2014-07-31 Simon SapinByte literals!
2014-07-31 nhamAdd logic to skip the doc tests on windows since these...
2014-07-31 nhamUse byte strings throughout examples. Add an example...
2014-07-31 nhamAdd examples for GenericPath methods.
2014-07-31 Alex Crichtonhexfloat: Deprecate to move out of the repo
2014-07-31 Steve KlabnikGuide: pointers
2014-07-31 borsauto merge of #15999 : Kimundi/rust/fix_folder, r=nikom...
2014-07-31 borsauto merge of #16073 : mneumann/rust/dragonfly2, r...
2014-07-31 Alex Crichtonrustrt: Don't conditionally init the at_exit QUEUE
2014-07-31 Steve KlabnikFix heading levels in pointer guide
2014-07-31 Erick TryzelaarMove SeekableMemWriter into librbml
2014-07-31 Erick Tryzelaarremove serialize::ebml, add librbml
2014-07-31 Steve Klabnikfix formatting in pointer guide table
2014-07-31 Tobias BucherFix deprecation commment on `core::cmp::lexical_ordering`
2014-07-31 Brian Andersoncore: Fix failure doc comment
2014-07-31 Brian Andersoncore: Add #[inline(never)] to failure functions
2014-07-31 Brian AndersonModify failure lang items to take less pointers.
2014-07-31 Brian Andersonrustrt: Make begin_unwind take a single file/line pointer
2014-07-31 DJUrsusfix variable name in tutorial
2014-07-31 borsauto merge of #16090 : epdtry/rust/doesnt-use-gc, r...
2014-07-31 borsauto merge of #16076 : SimonSapin/rust/deprecate-url...
2014-07-31 borsauto merge of #16074 : nham/rust/bitflags_traits, r...
2014-07-31 borsauto merge of #15385 : jroweboy/rust/master, r=brson
2014-07-31 Michael NeumannFix test suite for DragonFly
2014-07-31 Michael NeumannFix trailing whitespace
2014-07-30 Simon SapinDeprecate the url crate.
2014-07-30 Steve KlabnikAdd comment about speed in FAQ.
2014-07-30 borsauto merge of #16059 : epdtry/rust/mono-item-dedup...
2014-07-30 Cameron ZwarichAdd a new test for borrow checker Box<T> behavior
2014-07-30 Cameron ZwarichImplement RFC #43
2014-07-30 Cameron ZwarichAdd two helper functions for dealing with OwnedPtr...
2014-07-30 Cameron ZwarichLibrary changes for RFC #43
2014-07-30 nhamImplement Default for std::io::FilePermission
2014-07-30 nhamDerive PartialOrd, Ord and Hash for bitflags types.
2014-07-30 Stuart Pernsteineravoid redundant translation of items during monomorphiz...
2014-07-30 Kevin BallardUpdate docs for TLS -> TLD
2014-07-30 borsauto merge of #15944 : alexcrichton/rust/task-dont...
2014-07-30 Alex Crichtongreen: Prevent runtime corruption on spawn failure
2014-07-30 borsauto merge of #15915 : erickt/rust/master, r=alexcrichton
2014-07-30 Alex Crichtonnative: Don't deadlock the runtime on spawn failure
2014-07-30 Alex Crichtonrustrt: Allow dropping a brand-new Task
2014-07-30 Steve KlabnikGuide: testing
2014-07-30 borsauto merge of #16037 : erickt/rust/quote_arm, r=acrichto
2014-07-30 borsauto merge of #15777 : SimonSapin/rust/pub-ascii-maps...
2014-07-30 borsauto merge of #15670 : epdtry/rust/fast-archive-builder...
2014-07-30 borsauto merge of #16092 : alexcrichton/rust/rollup, r...
2014-07-29 Erick Tryzelaarstd: Make MemWriter clonable
2014-07-29 Erick Tryzelaarremove seek from std::io::MemWriter, add SeekableMemWri...
2014-07-29 Alex CrichtonTest fixes from the rollup
2014-07-29 Erick Tryzelaarsyntax: add support for quoting arms
2014-07-29 Simon SapinAdd deprecated aliases for the old {Owned,}StrAsciiExt...
2014-07-29 Simon SapinRename the std::ascii::{Owned,}StrAsciiExt traits to...
2014-07-29 Simon SapinMake std::ascii::ASCII_{UPPER,LOWER}_MAP public.
2014-07-29 Simon SapinUse byte literals in std::ascii::ASCII_{UPPER,LOWER...
2014-07-29 Erick TryzelaarFix a bug pretty printing `match { 5i } { _ => { } }`
next