| Age | Commit message (Expand) | Author | Lines |
| 2018-09-08 | Auto merge of #53705 - ms2300:tmp, r=oli-obk | bors | -2/+2 |
| 2018-09-05 | Changing TyAnon -> TyOpaque and relevant functions | ms2300 | -2/+2 |
| 2018-08-31 | rustc_typeck: turn `where Type:,` into a WF(Type) predicate, instead of ignor... | Eduard-Mihai Burtescu | -1/+7 |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ... | Matthias Krüger | -10/+10 |
| 2018-08-22 | Auto merge of #53607 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -0/+9 |
| 2018-08-22 | Rollup merge of #53541 - GuillaumeGomez:fix-impl-trait-ret-type, r=oli-obk | Guillaume Gomez | -0/+9 |
| 2018-08-22 | Replace TyForeign with ForeignTy | varkor | -1/+1 |
| 2018-08-22 | Rename Def::{Param, Foreign} to Def::{TyParam, TyForeign} | varkor | -5/+5 |
| 2018-08-22 | Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str} | varkor | -12/+12 |
| 2018-08-22 | Remove Ty prefix from Ty{Foreign|Param} | varkor | -7/+7 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -24/+24 |
| 2018-08-21 | Fix missing impl trait display as ret type | Guillaume Gomez | -0/+9 |
| 2018-08-20 | Auto merge of #51880 - varkor:generics-hir-generalisation-followup, r=eddyb | bors | -4/+1 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -4/+4 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -1/+1 |
| 2018-08-19 | mv FileMap SourceFile | Donato Sciarra | -1/+1 |
| 2018-08-19 | Add Default for GenericParamCount | varkor | -4/+1 |
| 2018-08-04 | turn intra-doc-link collection into an early pass | QuietMisdreavus | -551/+13 |
| 2018-08-04 | Remove FinderTrait and move its functions into DocContext | Guillaume Gomez | -5/+4 |
| 2018-08-04 | Clean generic impls code | Guillaume Gomez | -15/+34 |
| 2018-08-03 | Store concrete crate stores where possible | Mark Rousskov | -1/+1 |
| 2018-08-01 | Rollup merge of #52835 - GuillaumeGomez:ice-rustdoc-links, r=eddyb | Pietro Albini | -21/+25 |
| 2018-07-31 | Put back original field discovery | Guillaume Gomez | -2/+8 |
| 2018-07-30 | Delete unused code in rustdoc | Mark Rousskov | -22/+0 |
| 2018-07-30 | Fix Alias intra doc ICE | Guillaume Gomez | -21/+19 |
| 2018-07-29 | Remove unused `mut`s | Matthew Jasper | -1/+1 |
| 2018-07-28 | Auto merge of #52585 - GuillaumeGomez:generic-impls, r=QuietMisdreavus | bors | -1/+2 |
| 2018-07-28 | Don't display full blanket implementation and put it into its own section | Guillaume Gomez | -0/+2 |
| 2018-07-25 | Add missing dyn | Tatsuyuki Ishi | -1/+1 |
| 2018-07-23 | Auto merge of #52211 - bjorn3:misc_rustdoc_changes, r=QuietMisdreavus | bors | -8/+0 |
| 2018-07-22 | First step to generic trait impls | Guillaume Gomez | -1/+0 |
| 2018-07-23 | Rollup merge of #52581 - petrochenkov:bmacrodoc, r=alexcrichton | kennytm | -7/+5 |
| 2018-07-22 | Auto merge of #52368 - GuillaumeGomez:intra_doc_link_resolution_failure-docum... | bors | -2/+59 |
| 2018-07-22 | Add "self" intra-link support | Guillaume Gomez | -2/+59 |
| 2018-07-21 | Avoid using `#[macro_export]` for documenting builtin macros | Vadim Petrochenkov | -7/+5 |
| 2018-07-19 | Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis | bors | -0/+32 |
| 2018-07-19 | Auto merge of #51854 - davidtwco:rfc-2008-rustdoc, r=QuietMisdreavus | bors | -0/+5 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -0/+32 |
| 2018-07-16 | ItemKind | csmoe | -19/+19 |
| 2018-07-16 | ForeignItemKind | csmoe | -3/+3 |
| 2018-07-16 | TyKind | csmoe | -1/+1 |
| 2018-07-14 | Address comments | Vadim Petrochenkov | -3/+1 |
| 2018-07-14 | Remove most of `Hash` impls from AST and HIR structures | Vadim Petrochenkov | -2/+15 |
| 2018-07-14 | Remove most of `PartialEq` impls from AST and HIR structures | Vadim Petrochenkov | -2/+16 |
| 2018-07-13 | Misc rustdoc changes | bjorn3 | -8/+0 |
| 2018-07-13 | Switch to any from count when checking for non_exhaustive attribute. | David Wood | -2/+1 |
| 2018-07-05 | Simplified checking for non_exhaustive attribute. | David Wood | -25/+6 |
| 2018-07-02 | Update rustdoc | Oliver Schneider | -8/+0 |
| 2018-07-01 | call it `hir::VisibilityKind` instead of `hir::Visibility_:*` | Zack M. Davis | -4/+4 |
| 2018-06-30 | in which hir::Visibility recalls whence it came (i.e., becomes Spanned) | Zack M. Davis | -8/+8 |