| Age | Commit message (Expand) | Author | Lines |
| 2019-09-30 | Auto merge of #64778 - csmoe:index, r=eddyb | bors | -1/+2 |
| 2019-09-29 | rustdoc: Fix default logo filename | Oliver Middleton | -1/+1 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -1/+2 |
| 2019-09-28 | rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures. | Eduard-Mihai Burtescu | -9/+14 |
| 2019-09-28 | rustc: don't store a lifetime in hir::TyKind::CVarArgs. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-09-27 | Auto merge of #63937 - Nashenas88:rustdoc_57180, r=GuillaumeGomez | bors | -17/+8 |
| 2019-09-27 | Fix librustcdoc test | varkor | -1/+1 |
| 2019-09-26 | Rename `MetaItem.node` to `MetaItem.kind` | varkor | -5/+5 |
| 2019-09-26 | Rename `ForeignItem.node` to `ForeignItem.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `Item.node` to `Item.kind` | varkor | -13/+13 |
| 2019-09-26 | Rename `Ty.node` to `Ty.kind` | varkor | -2/+2 |
| 2019-09-26 | Rename `TraitItem.node` to `TraitItem.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `Lit.node` to `Lit.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `ImplItem.node` to `ImplItem.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `Pat.node` to `Pat.kind` | varkor | -1/+1 |
| 2019-09-26 | Auto merge of #64515 - varkor:kindedterm, r=oli-obk | bors | -9/+9 |
| 2019-09-26 | Rename some `_sty` variables to `_kind` | varkor | -4/+4 |
| 2019-09-26 | Rename `subst::Kind` to `subst::GenericArg` | varkor | -5/+5 |
| 2019-09-26 | Auto merge of #62661 - arielb1:never-reserve, r=nikomatsakis | bors | -5/+8 |
| 2019-09-26 | Auto merge of #64513 - varkor:sty-begone, r=eddyb | bors | -12/+12 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -12/+12 |
| 2019-09-25 | Snap cfgs to new beta | Mark Rousskov | -1/+0 |
| 2019-09-25 | Rollup merge of #64599 - csmoe:doc_async_reexport, r=nikomatsakis | Mazdak Farrokhzad | -3/+4 |
| 2019-09-24 | Rollup merge of #64443 - Mark-Simulacrum:rustdoc-clean-1, r=GuillaumeGomez | Mazdak Farrokhzad | -1450/+1480 |
| 2019-09-24 | resolve the rustc_reservation_impl attribute in 1 place | Ariel Ben-Yehuda | -5/+8 |
| 2019-09-23 | Remove needless `mut` in paths | Mark Rousskov | -1/+1 |
| 2019-09-23 | Remove unused arguments | Mark Rousskov | -14/+10 |
| 2019-09-23 | Utilize shared error codes rather than re-querying env | Mark Rousskov | -1/+1 |
| 2019-09-23 | Remove pointless or | Mark Rousskov | -2/+2 |
| 2019-09-23 | Remove needless Rc<RefCell<...>> | Mark Rousskov | -2/+2 |
| 2019-09-23 | Provide helper for synthesizing paths with resource suffix | Mark Rousskov | -29/+40 |
| 2019-09-21 | rename is_async_fn to asyncness | csmoe | -10/+2 |
| 2019-09-19 | append asyncness info to functions | csmoe | -3/+12 |
| 2019-09-17 | Replace DiagnosticBuilder with Diagnostic when emitting error | Mark Rousskov | -1/+3 |
| 2019-09-15 | Auto merge of #60584 - jonas-schievink:ice-panic-hook, r=oli-obk | bors | -1/+1 |
| 2019-09-13 | Stylistic fix -- remove double impl | Mark Rousskov | -2/+0 |
| 2019-09-13 | Move cache into Context, avoid TLS | Mark Rousskov | -29/+26 |
| 2019-09-13 | Move `Cache` generation to separate module | Mark Rousskov | -654/+689 |
| 2019-09-13 | Move playground to shared context | Mark Rousskov | -35/+38 |
| 2019-09-13 | Move error codes to shared context | Mark Rousskov | -4/+4 |
| 2019-09-13 | Move edition field out of Context | Mark Rousskov | -8/+9 |
| 2019-09-13 | Replace SlashChecker with ensure_trailing_slash | Mark Rousskov | -14/+12 |
| 2019-09-13 | Simplify render_spotlight_traits | Mark Rousskov | -6/+2 |
| 2019-09-13 | Move Toc printing from fmt::Display | Mark Rousskov | -22/+17 |
| 2019-09-13 | Remove *Space wrappers in favor of direct impls or functions | Mark Rousskov | -109/+84 |
| 2019-09-13 | Unwrap Visibility fields | Mark Rousskov | -32/+27 |
| 2019-09-13 | Move to print functions on types instead of impl fmt::Display | Mark Rousskov | -523/+553 |
| 2019-09-12 | Auto merge of #64328 - Mark-Simulacrum:rustdoc-find-rustc, r=GuillaumeGomez | bors | -1/+15 |
| 2019-09-12 | Auto merge of #64303 - nnethercote:avoid-more-Symbol-to-string-operations, r=... | bors | -14/+13 |
| 2019-09-11 | Use `Symbol` in `external_path()`. | Nicholas Nethercote | -9/+8 |