]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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-30 Simon SapinDeprecate the url crate.
2014-07-30 borsauto merge of #16059 : epdtry/rust/mono-item-dedup...
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 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 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 } { _ => { } }`
2014-07-29 Erick Tryzelaarsyntax: promote a comment on PatEnum into a docstring
2014-07-29 Erick Tryzelaarsyntax: allow quasiquoter to inline `Vec<Stmt>`s
2014-07-29 Erick Tryzelaarsyntax: add some more extension helper methods
2014-07-29 Erick Tryzelaarserialize: fix a warning
2014-07-29 Erick TryzelaarFix a whitespace typo
2014-07-29 nhamImplement Hash for DList
2014-07-29 Simon SapinGedit/gtksourceview language spec: add raw strings
2014-07-29 OGINO MasanoriElide lifetimes around Arc<T>.
2014-07-29 Björn SteinbrinkUpdate LLVM to fix miscompilations due to wrongfully...
2014-07-29 Tshepang Lekhonkhobedoc: add missing word
2014-07-29 Alexis Beingessnermaking raw source display better
2014-07-29 Alex Crichtonrustc: Switch dsymutil status => output
2014-07-29 Alexis Beingessneradding discuss.rust-lang to community
2014-07-29 donkopotamusFix documentation error in MutableVectorAllocating...
2014-07-29 nhamRemove references to non-existant functions in the...
2014-07-29 Piotr JawniakImprove documentation of rounding functions
2014-07-29 Corey Richardsonmanual: update list of feature gates, add phase attribute
2014-07-29 Jonas HietalaRename Integer trait `divides` to `is_multiple_of`.
2014-07-29 Anton Lofgrenlint: Improve ffi-unsafe enum lint warning
2014-07-29 Luqman AdenAdd pretty=typed test support to compiletest and add...
2014-07-29 Luqman Adenlibsyntax: Don't ICE on macro invocation in count expr...
2014-07-29 Luqman Adenlibrustc: Typeck & record the count expr in TyFixedLeng...
2014-07-29 Hugo JoblingUpdate disclaimer to improve clarity and intent
2014-07-29 borsauto merge of #15956 : steveklabnik/rust/guide_crates...
2014-07-29 Stuart Pernsteinerspeed up static linking by combining `ar` invocations
2014-07-29 borsauto merge of #16046 : dotdash/rust/call_ignore_alloca...
2014-07-29 borsauto merge of #15989 : pcwalton/rust/borrowck-pattern...
2014-07-29 Steve KlabnikNew Guide: crates and modules
2014-07-29 borsauto merge of #16054 : tshepang/rust/patch-1, r=brson
2014-07-29 borsauto merge of #16052 : nham/rust/fs_docs, r=brson
2014-07-29 borsauto merge of #16050 : jxs/rust/master, r=alexcrichton
2014-07-29 borsauto merge of #16049 : aturon/rust/stability-dashboard...
2014-07-29 borsauto merge of #16038 : nham/rust/collections_partialord...
2014-07-29 borsauto merge of #16034 : sfackler/rust/test-reexport...
2014-07-29 borsauto merge of #16033 : nham/rust/hash_tuple_impl, r...
2014-07-29 borsauto merge of #16032 : treeman/rust/doc-treecollection...
2014-07-28 borsauto merge of #16027 : treeman/rust/doc-string, r=alexc...
2014-07-28 Stuart Pernsteinerremove unused field CrateContext::uses_gc
2014-07-28 Tshepang Lekhonkhobedoc: reduce overlong sentence
2014-07-28 borsauto merge of #15983 : brson/rust/fail, r=alexcrichton
2014-07-28 Brian AndersonUse correct conventions for static
2014-07-28 borsauto merge of #16025 : cmr/rust/plugin-fields, r=alexcr...
2014-07-28 nhamFix some of the documentation std::io::fs.
2014-07-28 joaoxsoulsFix typo in getopts::getopts documentation, return...
2014-07-28 Aaron Turonrustdoc: improvements to stability dashboard
2014-07-28 Jonas Hietaladoc: Method examples for String
2014-07-28 Björn SteinbrinkEmit lifetime end markers for allocas for ignored retur...
2014-07-28 Björn SteinbrinkOmit unnecessary stack slots for ignored return values
2014-07-28 Corey Richardsonrustc: encode is_sugared_doc on ast::Attribute
2014-07-28 Corey Richardsonrustdoc: remove extraneous .move_iter().collect()s
2014-07-28 Corey Richardsonrustdoc: show struct field docs when inlined
2014-07-28 nhamImplement Ord for TrieMap/TrieSet/SmallIntMap/Bitv...
2014-07-28 nhamImplement PartialOrd for Bitv and BitvSet
2014-07-28 nhamImplement PartialOrd for SmallIntMap
2014-07-28 nhamImplement PartialOrd for TrieMap and TrieSet
2014-07-27 borsauto merge of #16031 : arielb1/rust/remove_unneeded_fix...
2014-07-27 borsauto merge of #16026 : ruud-v-a/rust/patch-1, r=stevekl...
2014-07-27 borsauto merge of #16020 : nham/rust/ringbuf_hash_ord,...
2014-07-27 Steven FacklerMake test expansion induce less reachability
2014-07-27 nhamImplement Hash for tuples of up to arity 12. Also chang...
2014-07-27 Jonas Hietaladoc: Small rewording.
2014-07-27 borsauto merge of #16030 : treeman/rust/doc-hashset-fix...
2014-07-27 nhamHash the length of the RingBuf before hashing elements
2014-07-27 Jonas Hietaladoc: Main example for TreeMap.
2014-07-27 Jonas Hietaladoc: TreeMap methods with examples.
2014-07-27 Jonas Hietaladoc: TreeSet methods and main example.
2014-07-27 Ariel Ben-YehudaRemove an unneeded FIXME in coherence.rs
2014-07-27 Jonas Hietaladoc: Correctly onclose code blocks in HashSet
2014-07-27 borsauto merge of #16016 : tomjakubowski/rust/rustdoc-fix...
2014-07-27 Ruud van Asseldonkdocs: Fix typo in container guide.
2014-07-27 borsauto merge of #16001 : Gankro/rust/rawstrings-proof...
2014-07-27 borsauto merge of #15963 : nham/rust/moar_15294, r=alexcrichton
2014-07-27 Alexis Beingessneradding proof of context-sensitivy of raw string literals
next