]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-07-27 borsauto merge of #16006 : TeXitoi/rust/relicense-shootout...
2014-07-26 borsauto merge of #15941 : treeman/rust/doc-lru, r=alexcrichton
2014-07-26 borsauto merge of #15936 : alexcrichton/rust/stability...
2014-07-26 Alex Crichtonstd: Stabilize unit, bool, ty, tuple, arc, any
2014-07-26 borsauto merge of #15762 : nham/rust/ringbuf_docs, r=alexcr...
2014-07-26 nhamAdd examples for RingBuf methods get, get_mut, iter...
2014-07-26 borsauto merge of #16000 : emkay/rust/lifetimes-guide-typo...
2014-07-26 borsauto merge of #15998 : luqmana/rust/nmnnbd, r=thestinger
2014-07-26 borsauto merge of #15996 : nham/rust/smallintmap_not_hashma...
2014-07-26 Guillaume PinotRelicense shootout-k-nucleotide.rs
2014-07-26 borsauto merge of #15991 : pcwalton/rust/resolve-regions...
2014-07-26 borsauto merge of #15988 : brson/rust/antlrprep, r=cmr
2014-07-26 borsauto merge of #15987 : brson/rust/hidestdrt, r=alexcrichton
2014-07-26 borsauto merge of #15982 : alexcrichton/rust/rustdoc-fixes...
2014-07-26 Michael Matuzakfix small typo in guide-lifetimes
2014-07-26 borsauto merge of #15975 : dotdash/rust/unwind_lifetimes...
2014-07-26 Luqman Adenrustllvm: Stub out some functions for llvm < 3.5
2014-07-26 nhamFix a typo in SmallIntMap documentation
2014-07-26 Luqman Adenlibrustc: Use dereferenceable attribute instead of...
2014-07-26 borsauto merge of #15789 : steveklabnik/rust/guide_pointers...
2014-07-25 Brian AndersonAdd tests that the injected runtime is inaccessible
2014-07-25 Luqman Adenlibrustc: Use builder for llvm attributes.
2014-07-25 borsauto merge of #15787 : treeman/rust/hashmap-doc, r...
2014-07-25 Patrick Waltonlibrustc: Resolve regions and report errors in trait...
2014-07-25 Brian Andersonmk: Print grammar info message like others
2014-07-25 Brian Andersonmk: Remove check-syntax target
2014-07-25 Brian Andersonrustc: Future proof runtime injection
2014-07-25 borsauto merge of #15979 : Randati/rust/patch-2, r=kballard
2014-07-25 borsauto merge of #15968 : nham/rust/keys_values_other_maps...
2014-07-25 Alex Crichtonrustdoc: Inline items from foreign mods
2014-07-25 Alex Crichtonrustdoc: Correctly handle local renamings
2014-07-25 Alex Crichtonrustdoc: Fix links to Box/Gc
2014-07-25 Alex Crichtonrustdoc: Fix inlining type parameters
2014-07-25 Alex Crichtonrustdoc: Bind keydown instead of keypress for nav
2014-07-25 borsauto merge of #15958 : hirschenberger/rust/borrock...
2014-07-25 Alex Crichtonrustdoc: Hide impls for #[doc(hidden)] traits
2014-07-25 RandatiFix assert message
2014-07-25 Alex Crichtonrustdoc: Add a --target flag
2014-07-25 borsauto merge of #15971 : alexcrichton/rust/hurray-for...
2014-07-25 Björn SteinbrinkEmit lifetime end markers in unwinding codepaths
2014-07-25 borsauto merge of #15970 : Zoxc/rust/noalias-ref, r=cmr
2014-07-25 borsauto merge of #15957 : pcwalton/rust/builtin-bound...
2014-07-25 Patrick Waltonlibrustc: Check built-in trait bounds on implementation...
2014-07-25 borsauto merge of #15961 : pcwalton/rust/fn-pointer-in...
2014-07-25 borsauto merge of #15959 : omasanori/rust/cleanup-ja, r...
2014-07-25 Alex Crichtonrustc: Compare paths with --extern, not bytes
2014-07-25 John Kåre AlsakerAdd noalias to safe shared reference parameters
2014-07-25 nhamAdd methods for obtaining iterators over the keys and...
2014-07-25 nhamAdd methods for obtaining iterators over the keys and...
2014-07-25 Brian Andersonmk: Some fixes to grammar.mk
2014-07-25 Brian Andersonmk: Add comments to primary check targets
2014-07-25 Brian Andersonmk: Add check-secondary target for tests with no x...
2014-07-25 nhamAdd methods for obtaining iterators over the keys and...
2014-07-25 borsauto merge of #15809 : pcwalton/rust/dedesugar-for...
2014-07-25 Patrick Waltonlibrustc: Stop desugaring `for` expressions and transla...
2014-07-25 borsauto merge of #15951 : edwardw/rust/issue-15896, r...
2014-07-24 borsauto merge of #15945 : treeman/rust/doc-smallint-update...
2014-07-24 Patrick Waltonlibrustc: Make references to functions not have static...
2014-07-24 OGINO MasanoriRemove obsolete Japanese translation for a while.
2014-07-24 Falco HirschenbergerFix display of `-NaN%` in borrock stats caused by div...
2014-07-24 borsauto merge of #15779 : alexcrichton/rust/no-nul-termina...
2014-07-24 Alex Crichtonrustllvm: Don't require null terminators in files
2014-07-24 borsauto merge of #15424 : TeXitoi/rust/relicense-shootout...
2014-07-24 Edward WangFix #15896
2014-07-24 borsauto merge of #15949 : alexcrichton/rust/rollup, r...
2014-07-24 Alex CrichtonTest fixes from the rollup
2014-07-24 Jonas HietalaDocument update and update_with_key in SmallIntMap.
2014-07-24 Jonas HietalaDocument SmallIntMap with examples.
2014-07-24 Jonas HietalaFormat documentation for SmallIntMap.
2014-07-24 Jonas HietalaMain examples for TrieSet and TrieMap.
2014-07-24 Jonas HietalaDocument TrieSet and TrieMap methods.
2014-07-24 Alex Crichtonrustdoc: Add a --crate-name option
2014-07-24 Patrick Waltonlibrustc: Check structure constructors against their...
2014-07-24 Patrick Waltonlibrustc: Make bare functions implement the `FnMut...
2014-07-24 Aaron Turonrustdoc: make table of contents optional
2014-07-24 nhamAdd examples for Checked[Add|Sub|Mul|Div]
2014-07-24 Patrick Waltonlibsyntax: Remove `~self` and `mut ~self` from the...
2014-07-24 Valerii HioraUpdated LLVM for iOS
2014-07-24 Adolfo OchagavíaAdd a null pointer check to CString::new
2014-07-24 Adolfo OchagavíaImplement Show for CString
2014-07-24 Adolfo OchagavíaFix deprecation warning in deque.rs
2014-07-24 Adolfo OchagavíaAdd `string::raw::from_buf`
2014-07-24 Adolfo OchagavíaFix travis errors
2014-07-24 Adolfo OchagavíaDeprecated `String::from_raw_parts`
2014-07-24 Adolfo OchagavíaDeprecated `str::raw::from_buf_len`
2014-07-24 Adolfo OchagavíaDeprecated `str::raw::from_byte`
2014-07-24 Adolfo OchagavíaDeprecated `str::raw::from_utf8_owned`
2014-07-24 Adolfo OchagavíaDeprecated `str::raw::from_c_str`
2014-07-24 Adolfo OchagavíaRemove OwnedStr trait
2014-07-24 Jonas HietalaCleanup HashMap documentation.
2014-07-24 borsauto merge of #15922 : poiru/rust/remove-whitespace...
2014-07-24 Jonas HietalaCleanup LruCache doc.
2014-07-24 borsauto merge of #15856 : treeman/rust/doc-priorityqueue...
2014-07-24 Jonas HietalaDocumentation examples for LruCache.
2014-07-24 borsauto merge of #15921 : dotdash/rust/match_lifetimes...
2014-07-24 Jonas HietalaDocument PriorityQueue.
2014-07-24 Jonas HietalaMove contructors to the top of PriorityQueue.
2014-07-24 Jonas HietalaRemove explicit rust code specifier. Unhide use HashMap.
2014-07-24 Jonas HietalaFill in example code for HashMap.
2014-07-24 borsauto merge of #15909 : colemickens/rust/patch-3, r...
next