| Age | Commit message (Expand) | Author | Lines |
| 2018-05-15 | Use Kind instead of UnpackedKind in Substs methods | varkor | -94/+75 |
| 2018-05-15 | Clean up shared subst code | varkor | -144/+101 |
| 2018-05-15 | Refactor Substs methods on generic parameters | varkor | -306/+393 |
| 2018-05-15 | Clean up generic param handling | varkor | -22/+35 |
| 2018-05-15 | Update bad-annotation error message | varkor | -2/+2 |
| 2018-05-15 | Refactoring generic counting loops | varkor | -67/+71 |
| 2018-05-15 | Review refactoring | varkor | -52/+48 |
| 2018-05-15 | Rename param_counts to own_counts | varkor | -35/+35 |
| 2018-05-15 | Remove GenericParamDef::to_type | varkor | -23/+34 |
| 2018-05-15 | Lift pure_wrt_drop to GenericParamDef | varkor | -60/+40 |
| 2018-05-15 | Refactor generic params loops | varkor | -165/+95 |
| 2018-05-15 | Fix rebase fallout | varkor | -4/+10 |
| 2018-05-15 | Rename RegionParamDef to LifetimeParamDef | varkor | -5/+5 |
| 2018-05-15 | Pull common parameters into GenericParamDef | varkor | -266/+263 |
| 2018-05-15 | Inline get_type | varkor | -40/+63 |
| 2018-05-15 | Fix typo in late-bound region testing message | varkor | -1/+1 |
| 2018-05-15 | Refactor to address comments | varkor | -75/+60 |
| 2018-05-15 | Replace type_param_to_index with param_def_id_to_index | varkor | -14/+19 |
| 2018-05-15 | Use GenericParamCount instead of FxHashMap | varkor | -89/+81 |
| 2018-05-15 | Place Self at the start of ty::Generics' param lists | varkor | -17/+16 |
| 2018-05-15 | Correct variable renaming fallout | varkor | -6/+6 |
| 2018-05-15 | Eliminate ty::Generics::types() | varkor | -36/+52 |
| 2018-05-15 | Eliminate ty::Generics::lifetimes() | varkor | -30/+37 |
| 2018-05-15 | Generalise more cases of explicit iteration of specific kinds | varkor | -71/+110 |
| 2018-05-15 | Generalise cases of explicit iteration of specific kinds | varkor | -119/+210 |
| 2018-05-15 | Fix tidy errors caused by renaming | varkor | -10/+26 |
| 2018-05-15 | Rename TypeParameterDef -> TypeParamDef and RegionParameterDef -> RegionParamDef | varkor | -49/+49 |
| 2018-05-15 | Rename GenericParam to GenericParamDef | varkor | -38/+38 |
| 2018-05-15 | Rename `has_type_parameters` to `requires_monomorphization` | varkor | -9/+11 |
| 2018-05-15 | Fix generics type parameter handling in miri | varkor | -15/+12 |
| 2018-05-15 | Inline Generics::own_count | varkor | -16/+12 |
| 2018-05-15 | Prefer iterator to vec | varkor | -64/+55 |
| 2018-05-15 | Rename ty::GenericParameterDef to GenericParam | varkor | -17/+17 |
| 2018-05-15 | Rename ty::Generics::parameters to params | varkor | -15/+15 |
| 2018-05-15 | Reduce parent_params to parent_count | varkor | -33/+29 |
| 2018-05-15 | Consolidate ty::Generics | varkor | -126/+186 |
| 2018-05-15 | Auto merge of #50769 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -282/+978 |
| 2018-05-15 | Add missing error codes in libsyntax-ext asm | Guillaume Gomez | -3/+146 |
| 2018-05-15 | Rollup merge of #50745 - kraai:patch-1, r=kennytm | Guillaume Gomez | -1/+1 |
| 2018-05-15 | Rollup merge of #50733 - katrinleinweber:patch-secure-DOI, r=kennytm | Guillaume Gomez | -1/+1 |
| 2018-05-15 | Rollup merge of #50720 - frewsxcv:frewsxcv-examples, r=QuietMisdreavus | Guillaume Gomez | -0/+152 |
| 2018-05-15 | Rollup merge of #50712 - leodasvacas:improve-eager-resolution-error-message, ... | Guillaume Gomez | -11/+70 |
| 2018-05-15 | Rollup merge of #50691 - ollie27:rustdoc_pub_restricted, r=QuietMisdreavus | Guillaume Gomez | -5/+71 |
| 2018-05-15 | Rollup merge of #50685 - glaubitz:sparc64-linux, r=alexcrichton | Guillaume Gomez | -0/+26 |
| 2018-05-15 | Rollup merge of #50632 - GuillaumeGomez:minification, r=ollie27 | Guillaume Gomez | -60/+170 |
| 2018-05-15 | Rollup merge of #50613 - kennytm:update-toolstate-with-highfive, r=alexcrichton | Guillaume Gomez | -1/+1 |
| 2018-05-15 | Rollup merge of #50594 - sanxiyn:man-print, r=steveklabnik | Guillaume Gomez | -1/+1 |
| 2018-05-15 | Rollup merge of #50399 - nrc:alias, r=eddyb | Guillaume Gomez | -101/+55 |
| 2018-05-15 | Rollup merge of #49767 - ecstatic-morse:ptr-docs, r=steveklabnik | Guillaume Gomez | -101/+430 |
| 2018-05-15 | Update existing tests for trivial bounds changes | Matthew Jasper | -5/+6 |