| Age | Commit message (Expand) | Author | Lines |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -1/+1 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -10/+10 |
| 2016-10-30 | Auto merge of #37431 - jseyfried:refactor_crate_config, r=eddyb | bors | -25/+19 |
| 2016-10-29 | Move `CrateConfig` from `Crate` to `ParseSess`. | Jeffrey Seyfried | -25/+19 |
| 2016-10-28 | rustc: move the MIR map into TyCtxt. | Eduard Burtescu | -1/+1 |
| 2016-10-25 | Utilize AccumulateVec to avoid heap allocations in mk_{substs, type_list, tup... | Mark-Simulacrum | -1/+1 |
| 2016-10-19 | Improve `$crate`. | Jeffrey Seyfried | -3/+2 |
| 2016-10-15 | rustdoc: Improve playground run buttons | Oliver Middleton | -104/+42 |
| 2016-10-14 | Rollup merge of #37102 - est31:rustdoc_question_mark, r=GuillaumeGomez | Jonathan Turner | -2/+10 |
| 2016-10-12 | Rollup merge of #37050 - frewsxcv:librustdoc, r=alexcrichton | Alex Crichton | -38/+61 |
| 2016-10-12 | Rollup merge of #36995 - nrc:stable, r=@nikomatsakis | Alex Crichton | -1/+1 |
| 2016-10-12 | Change color and make ? bold | est31 | -1/+2 |
| 2016-10-12 | rustdoc: color the question mark operator | est31 | -2/+9 |
| 2016-10-12 | Stabilise `?` | Nick Cameron | -1/+1 |
| 2016-10-11 | Rollup merge of #36679 - QuietMisdreavus:rustdoc-line-breaks, r=steveklabnik | Guillaume Gomez | -102/+335 |
| 2016-10-09 | Remove unnecessary `pub` function classifier. | Corey Farwell | -1/+1 |
| 2016-10-09 | Make `ExternalHtml::load` short-circuited. | Corey Farwell | -10/+16 |
| 2016-10-09 | Refactor away `load_or_return` macro. | Corey Farwell | -26/+37 |
| 2016-10-08 | Add doc comments describing fields on `externalfiles::ExternalHtml`. | Corey Farwell | -0/+6 |
| 2016-10-08 | Auto merge of #36637 - GuillaumeGomez:fix_run_button, r=bluss | bors | -2/+32 |
| 2016-10-08 | Don't construct `PathBuf` ownership if we don't need it. | Corey Farwell | -3/+3 |
| 2016-10-07 | Auto merge of #36981 - alexcrichton:catch-unwind-for-tests, r=sfackler | bors | -1/+1 |
| 2016-10-07 | Rollup merge of #37003 - GuillaumeGomez:underline-removal, r=steveklabnik | Guillaume Gomez | -0/+1 |
| 2016-10-06 | Remove underline when run button hovered | Guillaume Gomez | -0/+1 |
| 2016-10-06 | std: Minor cleanup to libtest | Alex Crichton | -1/+1 |
| 2016-10-06 | Rollup merge of #36966 - ollie27:rustdoc_mut_ptr_impl, r=alexcrichton | Jonathan Turner | -2/+2 |
| 2016-10-05 | Fixes run button appearing when it shouldn't | Guillaume Gomez | -2/+32 |
| 2016-10-04 | Remove some unused methods from metadata | Vadim Petrochenkov | -3/+4 |
| 2016-10-04 | Turn some impossible definitions into ICEs | Vadim Petrochenkov | -10/+8 |
| 2016-10-04 | Eliminate ty::VariantKind in favor of def::CtorKind | Vadim Petrochenkov | -11/+11 |
| 2016-10-04 | Fix cross-crate resolution of half-items created by export shadowing | Vadim Petrochenkov | -5/+6 |
| 2016-10-04 | rustdoc: Fix missing *mut T impl | Oliver Middleton | -2/+2 |
| 2016-10-04 | Rollup merge of #36903 - frewsxcv:typekind, r=jseyfried | Manish Goregaokar | -108/+107 |
| 2016-10-03 | Auto merge of #36847 - alexcrichton:rustc-macro-doc, r=nrc | bors | -0/+1 |
| 2016-10-02 | Remove redundant 'Variant' in variant names, stop reexporting. | Corey Farwell | -22/+22 |
| 2016-10-02 | Migrate `VariantKind` constructor to `Clean` impl. | Corey Farwell | -7/+7 |
| 2016-10-02 | Simplify equality checks. | Corey Farwell | -3/+3 |
| 2016-10-02 | Remove redundant 'Import' in variant names, stop reexporting. | Corey Farwell | -12/+11 |
| 2016-10-02 | Cleanup `return` statements. | Corey Farwell | -17/+16 |
| 2016-10-02 | Migrate `VariantKind` construction function to associated function. | Corey Farwell | -8/+10 |
| 2016-10-02 | Rename method 'to_string' to match conventions. | Corey Farwell | -3/+3 |
| 2016-10-02 | Remove redundant 'Type' in variant names, stop reexporting. | Corey Farwell | -48/+47 |
| 2016-10-01 | Auto merge of #36885 - Manishearth:rollup, r=Manishearth | bors | -49/+47 |
| 2016-10-01 | Rollup merge of #36599 - jonas-schievink:whats-a-pirates-favorite-data-struct... | Manish Goregaokar | -3/+3 |
| 2016-10-01 | Rollup merge of #36872 - frewsxcv:rustdoc, r=GuillaumeGomez | Manish Goregaokar | -49/+47 |
| 2016-09-30 | Change the sigs of set_print/set_panic to allow restoring the default objects | Brian Anderson | -1/+1 |
| 2016-09-30 | Simplify logic around Context's root_path. | Corey Farwell | -14/+12 |
| 2016-09-30 | Migrate Item ➡ ItemType function to method. | Corey Farwell | -35/+35 |
| 2016-09-30 | rustdoc: Fix documenting rustc-macro crates | Alex Crichton | -0/+1 |
| 2016-09-28 | Call arrays "arrays" instead of "vecs" internally | Jonas Schievink | -3/+3 |