| Age | Commit message (Expand) | Author | Lines |
| 2016-02-27 | Correct plain-summary-line | mitaa | -2/+2 |
| 2016-02-27 | Clearly separate code blocks from other blocks | mitaa | -1/+3 |
| 2016-02-26 | Don't inline impls from `doc(hidden)` modules | mitaa | -11/+16 |
| 2016-02-25 | Rollup merge of #31837 - mitaa:rdoc-inherent-assoc, r=alexcrichton | Manish Goregaokar | -4/+11 |
| 2016-02-25 | Rollup merge of #31835 - mitaa:rdoc-global-src, r=alexcrichton | Manish Goregaokar | -9/+19 |
| 2016-02-25 | Rollup merge of #31842 - dileepbapat:master, r=alexcrichton | Manish Goregaokar | -3/+2 |
| 2016-02-24 | Fix source-links for files with absolute-paths | mitaa | -8/+16 |
| 2016-02-24 | Allow creation of src-links for device files | mitaa | -1/+3 |
| 2016-02-23 | Show associated types in inherent impls | mitaa | -6/+3 |
| 2016-02-23 | Don't show associated consts from trait impls | mitaa | -0/+10 |
| 2016-02-23 | #31820 - Utilize `if..let` instead of single `match` branch | dileepb | -3/+2 |
| 2016-02-23 | Don't record self parameter for static methods | mitaa | -6/+7 |
| 2016-02-22 | Auto merge of #31715 - mitaa:rdoc-index-crate, r=alexcrichton | bors | -111/+112 |
| 2016-02-22 | Simplify search-index serialization | mitaa | -112/+94 |
| 2016-02-17 | Auto merge of #31685 - petrochenkov:patrefact2, r=eddyb | bors | -12/+12 |
| 2016-02-16 | Add crates to search-index | mitaa | -9/+28 |
| 2016-02-16 | doc pages: add the ability to search unknown types | Brandon W Maister | -4/+4 |
| 2016-02-16 | Split PatKind::Enum into PatKind::TupleStruct and PatKind::Path | Vadim Petrochenkov | -1/+1 |
| 2016-02-14 | Rename hir::Pat_ and its variants | Vadim Petrochenkov | -12/+12 |
| 2016-02-14 | Auto merge of #31626 - mitaa:rdoc-srch-escape, r=alexcrichton | bors | -2/+2 |
| 2016-02-14 | Auto merge of #31614 - mitaa:rdoc_locitem_extmac, r=alexcrichton | bors | -5/+11 |
| 2016-02-13 | Auto merge of #31602 - mitaa:rdoc_doc_shorter, r=alexcrichton | bors | -3/+4 |
| 2016-02-13 | Auto merge of #31596 - mitaa:rdoc_assoc_item, r=alexcrichton | bors | -8/+6 |
| 2016-02-13 | Escape search-index item descriptions | mitaa | -2/+2 |
| 2016-02-12 | Omit src-links for items from extern macros | mitaa | -5/+11 |
| 2016-02-12 | Auto merge of #30726 - GuillaumeGomez:compile-fail, r=brson | bors | -26/+67 |
| 2016-02-12 | Shorten docstrings after Markdown rendering | mitaa | -3/+4 |
| 2016-02-12 | Fix associated item identifiers | mitaa | -4/+4 |
| 2016-02-12 | Fix inherent-associated-const search result links | mitaa | -4/+2 |
| 2016-02-11 | bootstrap: Add directives to not double-link libs | Alex Crichton | -0/+4 |
| 2016-02-11 | bootstrap: Add build scripts for crates | Alex Crichton | -0/+26 |
| 2016-02-11 | bootstrap: Add a bunch of Cargo.toml files | Alex Crichton | -0/+30 |
| 2016-02-11 | [breaking-change] don't glob export ast::MetaItem_ | Oliver 'ker' Schneider | -3/+3 |
| 2016-02-11 | [breaking-change] don't pub export ast::Lit_ variants | Oliver Schneider | -8/+8 |
| 2016-02-11 | [breaking-change] don't glob export ast::{UintTy, IntTy} variants | Oliver Schneider | -20/+20 |
| 2016-02-11 | [breaking-change] don't glob export ast::FloatTy variants | Oliver Schneider | -4/+4 |
| 2016-02-11 | [breaking-change] don't glob import/export syntax::abi enum variants | Oliver Schneider | -5/+5 |
| 2016-02-11 | Auto merge of #31507 - dirk:dirk/fix-rustdoc-undeclared-type-ice, r=nrc | bors | -4/+15 |
| 2016-02-09 | Rustdoc - display `since` version for stable items | Wesley Wiser | -27/+94 |
| 2016-02-09 | Fix librustdoc test | Guillaume Gomez | -27/+13 |
| 2016-02-09 | Check if we're not in stable to allow compile_fail option in rustdoc --test | Guillaume Gomez | -3/+24 |
| 2016-02-08 | Make rustdoc report driver phase-3 errors instead of continuing | Dirk Gadsden | -4/+15 |
| 2016-02-09 | Update Makefile | Guillaume Gomez | -1/+1 |
| 2016-02-07 | Add compile-fail test in rustdoc | Guillaume Gomez | -26/+60 |
| 2016-02-05 | Instrument the AST map so that it registers reads when data is | Niko Matsakis | -2/+6 |
| 2016-02-03 | Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichton | bors | -0/+19 |
| 2016-02-03 | Rollup merge of #31329 - quodlibetor:no-const-doc-in-stable, r=alexcrichton | Manish Goregaokar | -2/+12 |
| 2016-02-02 | Reviewer requested changes and test fixes | Nick Cameron | -1/+1 |
| 2016-02-01 | Decide to hide constness only in fn/method renders | Brandon W Maister | -5/+12 |
| 2016-01-31 | Don't show `const` in docs when it's not available | Brandon W Maister | -0/+3 |