about summary refs log tree commit diff
path: root/src/librustdoc/clean/mod.rs
AgeCommit message (Expand)AuthorLines
2019-10-27rustc, rustc_passes: don't depend on syntax_expand.Mazdak Farrokhzad-2/+2
2019-10-25with_desugared_doc: correctly refer to `attr` instead of `self`Mazdak Farrokhzad-2/+2
2019-10-25move Attribute::with_desugared_doc to librustdocMazdak Farrokhzad-2/+26
2019-10-23Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddybMazdak Farrokhzad-9/+1
2019-10-21Remove many unnecessary trait derivations.Nicholas Nethercote-4/+3
2019-10-21Remove unnecessary `impl Clean<String> for InternedString`.Nicholas Nethercote-8/+0
2019-10-21Convert some `InternedString`s to `Symbols`.Nicholas Nethercote-1/+1
2019-10-18Rollup merge of #65535 - eddyb:sliced-predicates, r=nikomatsakisTyler Mandry-4/+3
2019-10-18rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str...Eduard-Mihai Burtescu-4/+3
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-1/+1
2019-10-06Use shorthand initialization in rustdocAvi Dessauer-7/+7
2019-09-29remove indexed_vec re-export from rustc_data_structurescsmoe-1/+1
2019-09-28rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures.Eduard-Mihai Burtescu-5/+3
2019-09-28rustc: don't store a lifetime in hir::TyKind::CVarArgs.Eduard-Mihai Burtescu-1/+1
2019-09-26Rename `MetaItem.node` to `MetaItem.kind`varkor-2/+2
2019-09-26Rename `Item.node` to `Item.kind`varkor-4/+4
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 `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-25Rename `sty` to `kind`varkor-10/+10
2019-09-25Rollup merge of #64599 - csmoe:doc_async_reexport, r=nikomatsakisMazdak Farrokhzad-1/+2
2019-09-24resolve the rustc_reservation_impl attribute in 1 placeAriel Ben-Yehuda-5/+8
2019-09-21rename is_async_fn to asyncnesscsmoe-5/+1
2019-09-19append asyncness info to functionscsmoe-1/+6
2019-09-13Unwrap Visibility fieldsMark Rousskov-16/+16
2019-09-13Move to print functions on types instead of impl fmt::DisplayMark Rousskov-12/+2
2019-09-11Use `Symbol` in `external_path()`.Nicholas Nethercote-9/+8
2019-09-07Add "bool" lang itemvarkor-1/+1
2019-08-29Rollup merge of #63961 - JohnTitor:improve-require-lang-item, r=estebankMazdak Farrokhzad-1/+1
2019-08-28Auto merge of #63127 - kper:pr, r=nikomatsakisbors-2/+2
2019-08-28Add Option<Span> to `require_lang_item`Yuki Okushi-1/+1
2019-08-27Cleanup: Consistently use `Param` instead of `Arg` #62426Kevin Per-2/+2
2019-08-26Remove dead tracking of external param namesMark Rousskov-19/+0
2019-08-26Mutate DocContext from LibEmbargoVisitor and RustdocVisitorMark Rousskov-10/+8
2019-08-26Move top-level Clean impl to functionMark Rousskov-84/+80
2019-08-19Fix ICE with `impl Trait` in type boundsShotaro Yamada-3/+10
2019-08-19Use BTreeMap for deterministic iter orderShotaro Yamada-5/+4
2019-08-19Support nested `impl Trait`Shotaro Yamada-25/+33
2019-08-19Associated type bound for inlined impl Trait docShotaro Yamada-23/+70
2019-08-19Support `impl Trait` in inlined documentationShotaro Yamada-17/+74
2019-08-19Auto merge of #63463 - matthewjasper:ty_param_cleanup, r=petrochenkovbors-1/+1
2019-08-18Pre intern the `Self` parameter typeMatthew Jasper-1/+1
2019-08-17Initial implementation of or patternsvarkor-0/+3
2019-08-15`Ident::with_empty_ctxt` -> `Ident::with_dummy_span`Vadim Petrochenkov-1/+1
2019-08-15Remove `Spanned` from `{ast,hir}::FieldPat`Vadim Petrochenkov-3/+2