| Age | Commit message (Expand) | Author | Lines |
| 2018-06-04 | Auto merge of #51334 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -1/+2 |
| 2018-06-03 | Remove is_import field | Mark Simulacrum | -1/+2 |
| 2018-06-03 | Show which line the link is coming from. | kennytm | -10/+61 |
| 2018-06-03 | Point to the rustdoc attribute where intralink resolution failed. | kennytm | -8/+17 |
| 2018-06-03 | Auto merge of #51319 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -3/+6 |
| 2018-06-02 | Rollup merge of #51297 - GuillaumeGomez:fix-run-but-style, r=QuietMisdreavus | Mark Simulacrum | -3/+6 |
| 2018-06-02 | Add attributes for trait and methods as well | Guillaume Gomez | -13/+21 |
| 2018-06-02 | Fix run button style | Guillaume Gomez | -3/+6 |
| 2018-06-01 | merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATES | Niko Matsakis | -1/+1 |
| 2018-05-30 | Fixes some style issues in rustdoc "implementations on Foreign types" | Guillaume Gomez | -8/+33 |
| 2018-05-26 | Add `Ident::as_str` helper | Vadim Petrochenkov | -1/+1 |
| 2018-05-26 | Use `Ident`s for fields in HIR | Vadim Petrochenkov | -8/+8 |
| 2018-05-24 | Rollup merge of #51011 - QuietMisdreavus:duplicitous-macros, r=ollie27 | kennytm | -0/+7 |
| 2018-05-23 | rustdoc: hide macro export statements from docs | QuietMisdreavus | -0/+7 |
| 2018-05-23 | Rollup merge of #50947 - QuietMisdreavus:nice-tabs, r=GuillaumeGomez | kennytm | -0/+2 |
| 2018-05-23 | Rollup merge of #50875 - QuietMisdreavus:short-features, r=GuillaumeGomez | kennytm | -22/+30 |
| 2018-05-22 | Auto merge of #50486 - Manishearth:approx-stab, r=nrc | bors | -1/+0 |
| 2018-05-21 | rustdoc: set tab width in rust source blocks | QuietMisdreavus | -0/+2 |
| 2018-05-21 | Stabilize suggestion applicability field in json output | Manish Goregaokar | -1/+0 |
| 2018-05-21 | rustc: move TypeParamDef's fields into GenericParamDefKind::Type. | Eduard-Mihai Burtescu | -3/+3 |
| 2018-05-21 | Auto merge of #50924 - petrochenkov:spanover, r=alexcrichton | bors | -2/+2 |
| 2018-05-20 | lexer: Fix span override for the first token in a string | Vadim Petrochenkov | -2/+2 |
| 2018-05-19 | rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons... | Eduard-Mihai Burtescu | -5/+5 |
| 2018-05-18 | propagate "short form" into all Html prints | QuietMisdreavus | -22/+30 |
| 2018-05-18 | Auto merge of #50533 - GuillaumeGomez:rustdoc-prim-auto, r=QuietMisdreavus | bors | -16/+46 |
| 2018-05-17 | Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichton | bors | -2/+0 |
| 2018-05-17 | Switch to 1.26 bootstrap compiler | Mark Simulacrum | -2/+0 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -14/+14 |
| 2018-05-17 | Rollup merge of #50728 - sinkuu:fix_50702, r=GuillaumeGomez | kennytm | -6/+29 |
| 2018-05-16 | Rollup merge of #50669 - QuietMisdreavus:deprecated-attrs, r=GuillaumeGomez | kennytm | -2/+32 |
| 2018-05-16 | Auto merge of #50473 - petrochenkov:pmapi, r=alexcrichton | bors | -1/+1 |
| 2018-05-16 | Fix rustdoc panic with `impl Trait` in type parameters | Shotaro Yamada | -6/+29 |
| 2018-05-16 | Auto merge of #50541 - QuietMisdreavus:rustdoc-errors, r=GuillaumeGomez | bors | -122/+144 |
| 2018-05-15 | Auto merge of #48523 - varkor:generics-ty-generalisations, r=nikomatsakis | bors | -83/+108 |
| 2018-05-15 | Represent lifetimes as two joint tokens in proc macros | Vadim Petrochenkov | -1/+1 |
| 2018-05-15 | add auto-impl for primitive type | Guillaume Gomez | -16/+46 |
| 2018-05-15 | Refactoring generic counting loops | varkor | -1/+5 |
| 2018-05-15 | Lift pure_wrt_drop to GenericParamDef | varkor | -2/+2 |
| 2018-05-15 | Refactor generic params loops | varkor | -1/+1 |
| 2018-05-15 | Pull common parameters into GenericParamDef | varkor | -18/+18 |
| 2018-05-15 | Inline get_type | varkor | -7/+9 |
| 2018-05-15 | Use GenericParamCount instead of FxHashMap | varkor | -16/+19 |
| 2018-05-15 | Correct variable renaming fallout | varkor | -2/+2 |
| 2018-05-15 | Eliminate ty::Generics::types() | varkor | -5/+9 |
| 2018-05-15 | Eliminate ty::Generics::lifetimes() | varkor | -4/+9 |
| 2018-05-15 | Generalise more cases of explicit iteration of specific kinds | varkor | -2/+2 |
| 2018-05-15 | Generalise cases of explicit iteration of specific kinds | varkor | -39/+50 |
| 2018-05-15 | Rename TypeParameterDef -> TypeParamDef and RegionParameterDef -> RegionParamDef | varkor | -3/+3 |
| 2018-05-15 | Rename GenericParam to GenericParamDef | varkor | -22/+22 |
| 2018-05-15 | Prefer iterator to vec | varkor | -2/+1 |