| Age | Commit message (Expand) | Author | Lines |
| 2014-07-25 | auto merge of #15979 : Randati/rust/patch-2, r=kballard | bors | -1/+1 |
| 2014-07-25 | Sort trait bounds. | Jason Fager | -3/+2 |
| 2014-07-25 | auto merge of #15968 : nham/rust/keys_values_other_maps, r=alexcrichton | bors | -0/+131 |
| 2014-07-25 | rustdoc: Inline items from foreign mods | Alex Crichton | -16/+22 |
| 2014-07-25 | rustdoc: Correctly handle local renamings | Alex Crichton | -11/+36 |
| 2014-07-25 | rustdoc: Fix links to Box/Gc | Alex Crichton | -14/+48 |
| 2014-07-25 | rustdoc: Fix inlining type parameters | Alex Crichton | -34/+12 |
| 2014-07-25 | rustdoc: Bind keydown instead of keypress for nav | Alex Crichton | -2/+2 |
| 2014-07-25 | auto merge of #15958 : hirschenberger/rust/borrock-stats-div-by-zero, r=alexc... | bors | -2/+2 |
| 2014-07-25 | rustdoc: Hide impls for #[doc(hidden)] traits | Alex Crichton | -2/+28 |
| 2014-07-25 | Fix assert message | Randati | -1/+1 |
| 2014-07-25 | rustdoc: Add a --target flag | Alex Crichton | -4/+10 |
| 2014-07-25 | auto merge of #15971 : alexcrichton/rust/hurray-for-windows, r=pcwalton | bors | -3/+6 |
| 2014-07-25 | Emit lifetime end markers in unwinding codepaths | Björn Steinbrink | -8/+21 |
| 2014-07-25 | auto merge of #15970 : Zoxc/rust/noalias-ref, r=cmr | bors | -1/+4 |
| 2014-07-25 | auto merge of #15957 : pcwalton/rust/builtin-bound-impl-checking, r=huonw,pnk... | bors | -2/+34 |
| 2014-07-25 | librustc: Check built-in trait bounds on implementations when direct | Patrick Walton | -2/+34 |
| 2014-07-25 | auto merge of #15961 : pcwalton/rust/fn-pointer-in-iterator, r=huonw | bors | -3/+95 |
| 2014-07-25 | Put the struct passed to unwinding functions into a static | Brian Anderson | -8/+14 |
| 2014-07-25 | Make most of the failure functions take &(&'static str, uint) | Brian Anderson | -16/+54 |
| 2014-07-25 | auto merge of #15959 : omasanori/rust/cleanup-ja, r=alexcrichton | bors | -9407/+5 |
| 2014-07-24 | rustc: Compare paths with --extern, not bytes | Alex Crichton | -3/+6 |
| 2014-07-25 | Add noalias to safe shared reference parameters | John Kåre Alsaker | -1/+4 |
| 2014-07-25 | Add methods for obtaining iterators over the keys and values of a TrieMap | nham | -0/+43 |
| 2014-07-25 | Add methods for obtaining iterators over the keys and values of a SmallIntMap | nham | -0/+47 |
| 2014-07-25 | Add methods for obtaining iterators over the keys and values of a TreeMap | nham | -0/+41 |
| 2014-07-25 | auto merge of #15809 : pcwalton/rust/dedesugar-for, r=pnkfelix | bors | -163/+614 |
| 2014-07-24 | librustc: Stop desugaring `for` expressions and translate them directly. | Patrick Walton | -163/+614 |
| 2014-07-25 | auto merge of #15951 : edwardw/rust/issue-15896, r=alexcrichton | bors | -1/+27 |
| 2014-07-24 | auto merge of #15945 : treeman/rust/doc-smallint-update, r=alexcrichton | bors | -4/+44 |
| 2014-07-24 | librustc: Make references to functions not have static lifetime. | Patrick Walton | -3/+95 |
| 2014-07-25 | Remove obsolete Japanese translation for a while. | OGINO Masanori | -9407/+5 |
| 2014-07-24 | Fix display of `-NaN%` in borrock stats caused by div by zero | Falco Hirschenberger | -2/+2 |
| 2014-07-24 | auto merge of #15779 : alexcrichton/rust/no-nul-terminator, r=pcwalton | bors | -9/+25 |
| 2014-07-24 | rustllvm: Don't require null terminators in files | Alex Crichton | -9/+25 |
| 2014-07-24 | auto merge of #15424 : TeXitoi/rust/relicense-shootout-threadring, r=brson | bors | -8/+39 |
| 2014-07-25 | Fix #15896 | Edward Wang | -1/+27 |
| 2014-07-24 | Test fixes from the rollup | Alex Crichton | -3/+3 |
| 2014-07-24 | Document update and update_with_key in SmallIntMap. | Jonas Hietala | -4/+44 |
| 2014-07-24 | Document SmallIntMap with examples. | Jonas Hietala | -2/+119 |
| 2014-07-24 | Format documentation for SmallIntMap. | Jonas Hietala | -17/+15 |
| 2014-07-24 | Main examples for TrieSet and TrieMap. | Jonas Hietala | -2/+67 |
| 2014-07-24 | Document TrieSet and TrieMap methods. | Jonas Hietala | -16/+191 |
| 2014-07-24 | rustdoc: Add a --crate-name option | Alex Crichton | -1/+7 |
| 2014-07-24 | librustc: Check structure constructors against their types. | Patrick Walton | -1/+136 |
| 2014-07-24 | librustc: Make bare functions implement the `FnMut` trait. | Patrick Walton | -1/+85 |
| 2014-07-24 | rustdoc: make table of contents optional | Aaron Turon | -5/+13 |
| 2014-07-24 | Add examples for Checked[Add|Sub|Mul|Div] | nham | -0/+32 |
| 2014-07-24 | libsyntax: Remove `~self` and `mut ~self` from the language. | Patrick Walton | -83/+104 |
| 2014-07-24 | Updated LLVM for iOS | Valerii Hiora | -6/+7 |