about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2019-09-30Auto merge of #64778 - csmoe:index, r=eddybbors-1/+2
2019-09-29rustdoc: Fix default logo filenameOliver Middleton-1/+1
2019-09-29remove indexed_vec re-export from rustc_data_structurescsmoe-1/+2
2019-09-28rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures.Eduard-Mihai Burtescu-9/+14
2019-09-28rustc: don't store a lifetime in hir::TyKind::CVarArgs.Eduard-Mihai Burtescu-1/+1
2019-09-27Auto merge of #63937 - Nashenas88:rustdoc_57180, r=GuillaumeGomezbors-17/+8
2019-09-27Fix librustcdoc testvarkor-1/+1
2019-09-26Rename `MetaItem.node` to `MetaItem.kind`varkor-5/+5
2019-09-26Rename `ForeignItem.node` to `ForeignItem.kind`varkor-1/+1
2019-09-26Rename `Item.node` to `Item.kind`varkor-13/+13
2019-09-26Rename `Ty.node` to `Ty.kind`varkor-2/+2
2019-09-26Rename `TraitItem.node` to `TraitItem.kind`varkor-1/+1
2019-09-26Rename `Lit.node` to `Lit.kind`varkor-1/+1
2019-09-26Rename `ImplItem.node` to `ImplItem.kind`varkor-1/+1
2019-09-26Rename `Pat.node` to `Pat.kind`varkor-1/+1
2019-09-26Auto merge of #64515 - varkor:kindedterm, r=oli-obkbors-9/+9
2019-09-26Rename some `_sty` variables to `_kind`varkor-4/+4
2019-09-26Rename `subst::Kind` to `subst::GenericArg`varkor-5/+5
2019-09-26Auto merge of #62661 - arielb1:never-reserve, r=nikomatsakisbors-5/+8
2019-09-26Auto merge of #64513 - varkor:sty-begone, r=eddybbors-12/+12
2019-09-25Rename `sty` to `kind`varkor-12/+12
2019-09-25Snap cfgs to new betaMark Rousskov-1/+0
2019-09-25Rollup merge of #64599 - csmoe:doc_async_reexport, r=nikomatsakisMazdak Farrokhzad-3/+4
2019-09-24Rollup merge of #64443 - Mark-Simulacrum:rustdoc-clean-1, r=GuillaumeGomezMazdak Farrokhzad-1450/+1480
2019-09-24resolve the rustc_reservation_impl attribute in 1 placeAriel Ben-Yehuda-5/+8
2019-09-23Remove needless `mut` in pathsMark Rousskov-1/+1
2019-09-23Remove unused argumentsMark Rousskov-14/+10
2019-09-23Utilize shared error codes rather than re-querying envMark Rousskov-1/+1
2019-09-23Remove pointless orMark Rousskov-2/+2
2019-09-23Remove needless Rc<RefCell<...>>Mark Rousskov-2/+2
2019-09-23Provide helper for synthesizing paths with resource suffixMark Rousskov-29/+40
2019-09-21rename is_async_fn to asyncnesscsmoe-10/+2
2019-09-19append asyncness info to functionscsmoe-3/+12
2019-09-17Replace DiagnosticBuilder with Diagnostic when emitting errorMark Rousskov-1/+3
2019-09-15Auto merge of #60584 - jonas-schievink:ice-panic-hook, r=oli-obkbors-1/+1
2019-09-13Stylistic fix -- remove double implMark Rousskov-2/+0
2019-09-13Move cache into Context, avoid TLSMark Rousskov-29/+26
2019-09-13Move `Cache` generation to separate moduleMark Rousskov-654/+689
2019-09-13Move playground to shared contextMark Rousskov-35/+38
2019-09-13Move error codes to shared contextMark Rousskov-4/+4
2019-09-13Move edition field out of ContextMark Rousskov-8/+9
2019-09-13Replace SlashChecker with ensure_trailing_slashMark Rousskov-14/+12
2019-09-13Simplify render_spotlight_traitsMark Rousskov-6/+2
2019-09-13Move Toc printing from fmt::DisplayMark Rousskov-22/+17
2019-09-13Remove *Space wrappers in favor of direct impls or functionsMark Rousskov-109/+84
2019-09-13Unwrap Visibility fieldsMark Rousskov-32/+27
2019-09-13Move to print functions on types instead of impl fmt::DisplayMark Rousskov-523/+553
2019-09-12Auto merge of #64328 - Mark-Simulacrum:rustdoc-find-rustc, r=GuillaumeGomezbors-1/+15
2019-09-12Auto merge of #64303 - nnethercote:avoid-more-Symbol-to-string-operations, r=...bors-14/+13
2019-09-11Use `Symbol` in `external_path()`.Nicholas Nethercote-9/+8