| Age | Commit message (Expand) | Author | Lines |
| 2018-11-06 | Auto merge of #54199 - nikomatsakis:predicate_may_hold-failure, r=eddyb | bors | -5/+14 |
| 2018-09-13 | introduce SelfCtor | F001 | -1/+2 |
| 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 | -2/+2 |
| 2018-08-22 | Rename Def::{Param, Foreign} to Def::{TyParam, TyForeign} | varkor | -6/+6 |
| 2018-08-22 | Remove unnecessary TyKind::s | varkor | -1/+1 |
| 2018-08-22 | Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str} | varkor | -24/+24 |
| 2018-08-22 | Remove Ty prefix from Ty{Foreign|Param} | varkor | -8/+8 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -25/+25 |
| 2018-08-22 | Rename ty::TyVariants to ty::TyKind | varkor | -1/+1 |
| 2018-08-21 | Auto merge of #53439 - GuillaumeGomez:generate-blanket-impls-for-reexported-i... | bors | -90/+88 |
| 2018-08-21 | Fix missing impl trait display as ret type | Guillaume Gomez | -0/+9 |
| 2018-08-21 | Auto merge of #53530 - kennytm:rollup, r=kennytm | bors | -3/+3 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -3/+3 |
| 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 | -2/+2 |
| 2018-08-19 | mv FileMap SourceFile | Donato Sciarra | -1/+1 |
| 2018-08-19 | Add Default for GenericParamCount | varkor | -4/+1 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -3/+3 |
| 2018-08-18 | Use the new Entry::or_default method where possible. | Eduard-Mihai Burtescu | -16/+16 |
| 2018-08-16 | Generate blanket implementations for reexported items as well | Guillaume Gomez | -90/+88 |
| 2018-08-07 | Add HirId to VisibilityKind::Restricted | Mark Rousskov | -0/+2 |
| 2018-08-06 | Auto merge of #52990 - Aaron1011:fix/rustdoc-auto-trait-static, r=eddyb | bors | -2/+2 |
| 2018-08-04 | turn intra-doc-link collection into an early pass | QuietMisdreavus | -551/+13 |
| 2018-08-04 | Update to master | Guillaume Gomez | -9/+6 |
| 2018-08-04 | Remove FinderTrait and move its functions into DocContext | Guillaume Gomez | -177/+8 |
| 2018-08-04 | Improve functions naming | Guillaume Gomez | -13/+13 |
| 2018-08-04 | Fix dyn objects | Guillaume Gomez | -2/+2 |
| 2018-08-04 | Fix primitive blanket impls not showing up | Guillaume Gomez | -5/+4 |
| 2018-08-04 | Clean generic impls code | Guillaume Gomez | -313/+467 |
| 2018-08-03 | Move unused trait functions to inherent functions | Mark Rousskov | -1/+1 |
| 2018-08-03 | Store concrete crate stores where possible | Mark Rousskov | -6/+7 |
| 2018-08-02 | Fix rustdoc crash when 'static bound appears in struct declaration | Aaron Hill | -2/+2 |
| 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 | -28/+148 |
| 2018-07-28 | Move blanket implementations generation into its own function | Guillaume Gomez | -19/+29 |
| 2018-07-28 | Remove core exclusion condition | Guillaume Gomez | -13/+13 |
| 2018-07-28 | Don't display full blanket implementation and put it into its own section | Guillaume Gomez | -2/+8 |
| 2018-07-25 | Add missing dyn | Tatsuyuki Ishi | -1/+1 |
| 2018-07-24 | Remove generic-impl rendering filter | Guillaume Gomez | -85/+83 |