| Age | Commit message (Expand) | Author | Lines |
| 2016-10-19 | Stabilise `?` | Nick Cameron | -1/+1 |
| 2016-09-26 | Auto merge of #36764 - jonathandturner:rollup, r=jonathandturner | bors | -454/+564 |
| 2016-09-26 | Rollup merge of #36729 - frewsxcv:rustdoc, r=alexcrichton | Jonathan Turner | -451/+552 |
| 2016-09-26 | Rollup merge of #36676 - bluss:rustdoc-where-css, r=steveklabnik | Jonathan Turner | -0/+5 |
| 2016-09-26 | Rollup merge of #36586 - japaric:rustdoc-sysroot, r=alexcrichton | Jonathan Turner | -3/+7 |
| 2016-09-26 | deduplicate inline is_nightly_build implementations | Tim Neumann | -7/+4 |
| 2016-09-26 | refactor away get_unstable_features_setting | Tim Neumann | -9/+7 |
| 2016-09-25 | Move in-pass-function structs and impls outside functions. | Corey Farwell | -68/+74 |
| 2016-09-25 | Move pass contants/types into the new `pass` module. | Corey Farwell | -33/+35 |
| 2016-09-25 | Separate rustdoc passes into separate modules. | Corey Farwell | -416/+508 |
| 2016-09-25 | Privatize `unindent` function. | Corey Farwell | -1/+1 |
| 2016-09-25 | Fix incorrect alignment for `if` statement. | Corey Farwell | -1/+2 |
| 2016-09-25 | Use underscores to breakup long number. | Corey Farwell | -1/+1 |
| 2016-09-24 | Rollup merge of #36559 - grimreaper:eax/fix/r1, r=nikomatsakis | Guillaume Gomez | -6/+7 |
| 2016-09-23 | rustdoc css: Put `where` in trait listings on a new line | Ulrik Sverdrup | -0/+5 |
| 2016-09-20 | rustc_metadata: replace RBML with a simple and type-safe scheme. | Eduard Burtescu | -1/+1 |
| 2016-09-20 | rustc_metadata: split the Def description of a DefId from item_children. | Eduard Burtescu | -30/+17 |
| 2016-09-20 | rustc_metadata: move all encoding/decoding helpers to methods. | Eduard Burtescu | -2/+2 |
| 2016-09-20 | rustc_metadata: group information into less tags. | Eduard Burtescu | -22/+14 |
| 2016-09-20 | rustc: remove ImplOrTraitItemId and TraitDef's associated_type_names. | Eduard Burtescu | -4/+2 |
| 2016-09-20 | rustc_metadata: move more RBML tags to auto-serialization. | Eduard Burtescu | -82/+89 |
| 2016-09-20 | rustc: remove hir::fold. | Eduard Burtescu | -78/+87 |
| 2016-09-20 | rustc: replace uses of NodeId in Def, other than closures and labels. | Eduard Burtescu | -5/+2 |
| 2016-09-20 | rustc_metadata: go only through rustc_serialize in astencode. | Eduard Burtescu | -22/+21 |
| 2016-09-19 | rustdoc: implement --sysroot | Jorge Aparicio | -3/+7 |
| 2016-09-17 | invisible isn't a tag | Eitan Adler | -1/+1 |
| 2016-09-17 | border-color > border | Eitan Adler | -1/+1 |
| 2016-09-17 | add missing semi-colon | Eitan Adler | -1/+2 |
| 2016-09-17 | duplicate the | Eitan Adler | -1/+1 |
| 2016-09-17 | Fix order of @import | Eitan Adler | -2/+2 |
| 2016-09-15 | Auto merge of #36393 - petrochenkov:ancient, r=eddyb | bors | -21/+13 |
| 2016-09-14 | Auto merge of #36293 - liigo:docblock-short, r=steveklabnik | bors | -10/+10 |
| 2016-09-14 | Auto merge of #36472 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -20/+17 |
| 2016-09-14 | Rollup merge of #36334 - GuillaumeGomez:run_but, r=steveklabnik | Guillaume Gomez | -20/+17 |
| 2016-09-14 | Auto merge of #35667 - ollie27:rustdoc_opaque_structs, r=steveklabnik | bors | -6/+15 |
| 2016-09-13 | Remove some ancient code providing special support for newtypes | Vadim Petrochenkov | -21/+13 |
| 2016-09-10 | Rollup merge of #36045 - ollie27:rustdoc_titles3, r=steveklabnik | Guillaume Gomez | -3/+15 |
| 2016-09-09 | rustdoc: more docblock-short styles | Liigo | -5/+5 |
| 2016-09-09 | rustdoc: don't collapse `docblock-short` | Liigo | -5/+5 |
| 2016-09-09 | rustdoc: Don't add extra newlines for fully opaque structs | Oliver Middleton | -6/+15 |
| 2016-09-08 | Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt` | Vadim Petrochenkov | -9/+7 |
| 2016-09-08 | Set run button transparent instead of invisible | Guillaume Gomez | -20/+17 |
| 2016-09-07 | Auto merge of #36266 - Sawyer47:issue-35169, r=alexcrichton | bors | -27/+69 |
| 2016-09-05 | Auto merge of #36078 - ollie27:rustdoc_search_assocconst, r=alexcrichton | bors | -11/+10 |
| 2016-09-05 | rustdoc: Filter more incorrect methods inherited through Deref | Piotr Jawniak | -27/+69 |
| 2016-09-04 | Auto merge of #36240 - leeopop:master, r=jseyfried | bors | -2/+2 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -7/+8 |
| 2016-09-04 | Allow CompilerControllers to access rustc_plugin::registry::Registry structure. | Keunhong Lee | -2/+2 |
| 2016-09-03 | Fix rebase + address comments | Vadim Petrochenkov | -5/+4 |
| 2016-09-03 | Support unions in rustdoc | Vadim Petrochenkov | -8/+184 |