| Age | Commit message (Expand) | Author | Lines |
| 2016-04-04 | Change build_helper to modify suffix of cc | pierzchalski | -3/+9 |
| 2016-04-04 | Handle operand temps for function calls | James Miller | -45/+191 |
| 2016-04-04 | rustdoc: factor out function for getting inner html of highlighted source | Nick Cameron | -26/+49 |
| 2016-04-04 | Give better spans for SpanEnd errors | Nick Cameron | -15/+60 |
| 2016-04-03 | Add compile-fail test | Amanieu d'Antras | -0/+117 |
| 2016-04-03 | Auto merge of #32676 - durka:patch-18, r=alexcrichton | bors | -2/+2 |
| 2016-04-03 | Autoderef when suggesting to call `(self.field)` | Jonas Schievink | -18/+61 |
| 2016-04-03 | Fix "consider removing this semicolon" help | Jonas Schievink | -2/+19 |
| 2016-04-03 | Auto merge of #32672 - ollie27:patch-5, r=alexcrichton | bors | -2/+2 |
| 2016-04-03 | Auto merge of #32210 - Aatch:mir-traversal, r=nikomatsakis | bors | -49/+539 |
| 2016-04-03 | check constants even if they are unused in the current crate | Oliver Schneider | -18/+60 |
| 2016-04-02 | Auto merge of #32579 - michaelwoerister:stable-symbol-name-fix, r=eddyb | bors | -1/+61 |
| 2016-04-02 | Drop the default buffer size to 8K | Steven Fackler | -1/+1 |
| 2016-04-03 | Add run-make test for stable symbol-name generation. | Michael Woerister | -0/+60 |
| 2016-04-02 | Inline Duration constructors and accessors | Steven Fackler | -0/+5 |
| 2016-04-03 | Use a BitVector instead of Vec<bool> for recording cleanup blocks | James Miller | -2/+34 |
| 2016-04-02 | Auto merge of #32633 - frewsxcv:map-values-mut, r=alexcrichton | bors | -0/+138 |
| 2016-04-02 | Indicate `None` is code-like in doc comment. | Corey Farwell | -1/+1 |
| 2016-04-02 | Auto merge of #32667 - dotdash:def_dec, r=nagisa | bors | -8/+5 |
| 2016-04-02 | Add `Crate` and `Restricted` variants to `ast::Visibility` | Jeffrey Seyfried | -8/+40 |
| 2016-04-02 | Make `ast::Visibility` non-copyable | Jeffrey Seyfried | -53/+53 |
| 2016-04-02 | Remove `ast::Visibility::inherit_from` (it is unused and has obsolete semantics) | Jeffrey Seyfried | -9/+0 |
| 2016-04-02 | Auto merge of #32598 - alexcrichton:rustbuild-osx, r=aturon | bors | -12/+24 |
| 2016-04-02 | Prefix jemalloc on DragonFly to prevent segfaults. | Michael Neumann | -7/+14 |
| 2016-04-02 | adding freebsd i686 snapshot 4d3eebf | Dave Huseby | -0/+1 |
| 2016-04-02 | Remove error description of `move` | Tang Chenglong | -3/+1 |
| 2016-04-02 | Auto merge of #32562 - ben0x539:bug-macro, r=nikomatsakis | bors | -1451/+1326 |
| 2016-04-02 | Slim down `rustdoc::html::render::Context` | mitaa | -40/+47 |
| 2016-04-02 | Refactor `HiddenStructField` into `StrippedItem` | mitaa | -56/+76 |
| 2016-04-02 | Make the rendering process less pass-aware | mitaa | -146/+244 |
| 2016-04-02 | Auto merge of #32549 - respeccing:rust_backtrace_disabled, r=alexcrichton | bors | -14/+55 |
| 2016-04-02 | add missing spaces in #16758 warning | Alex Burka | -2/+2 |
| 2016-04-01 | Auto merge of #32334 - tbu-:pr_ipv6_octets, r=aturon | bors | -21/+43 |
| 2016-04-01 | Auto merge of #32666 - Manishearth:rollup, r=Manishearth | bors | -12/+80 |
| 2016-04-01 | Fix a couple of dead links on core::num::ParseFloatError docs | Oliver Middleton | -2/+2 |
| 2016-04-01 | Implement `values_mut` on `BTreeMap`. | Corey Farwell | -0/+76 |
| 2016-04-01 | Implement `values_mut` on `HashMap`. | Corey Farwell | -0/+62 |
| 2016-04-02 | Rollup merge of #32656 - tbu-:pr_ty_outdated_comment, r=alexcrichton | Manish Goregaokar | -1/+0 |
| 2016-04-02 | Rollup merge of #32654 - tbu-:pr_doc_joinhandleext, r=sfackler | Manish Goregaokar | -1/+1 |
| 2016-04-02 | Rollup merge of #32652 - VFLashM:refcell_ref_coercion, r=alexcrichton | Manish Goregaokar | -2/+28 |
| 2016-04-01 | Auto merge of #32544 - alexcrichton:rustbuild-dist-libtest, r=brson | bors | -42/+169 |
| 2016-04-01 | Fix typo in TxCtxt::crate_disambiguator(). | Michael Woerister | -1/+1 |
| 2016-04-01 | rustbuild: Fix dist for non-host targets | Alex Crichton | -42/+169 |
| 2016-04-01 | Address FIXMEs related to short lifetimes in `HashMap`. | Corey Farwell | -8/+4 |
| 2016-04-01 | Stop accepting declarations when looking for definitions | Björn Steinbrink | -8/+5 |
| 2016-04-01 | Rollup merge of #32645 - asomers:master, r=alexcrichton | Manish Goregaokar | -0/+1 |
| 2016-04-01 | Rollup merge of #32642 - Amanieu:doc_fixes, r=apasel422 | Manish Goregaokar | -1/+1 |
| 2016-04-01 | Rollup merge of #32641 - tbu-:pr_e0277, r=pnkfelix | Manish Goregaokar | -0/+41 |
| 2016-04-01 | Rollup merge of #32640 - jseyfried:remove_println, r=Manishearth | Manish Goregaokar | -1/+0 |
| 2016-04-01 | Rollup merge of #32629 - mbrubeck:nomicon-version, r=steveklabnik | Manish Goregaokar | -1/+1 |