about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2019-10-27rustc, rustc_passes: don't depend on syntax_expand.Mazdak Farrokhzad-3/+3
2019-10-26Auto merge of #65167 - hermitcore:rusty-hermit, r=alexcrichtonbors-0/+1
2019-10-25Rollup merge of #65789 - Centril:with-desugared-doc, r=davidtwcoMazdak Farrokhzad-2/+26
2019-10-25with_desugared_doc: correctly refer to `attr` instead of `self`Mazdak Farrokhzad-2/+2
2019-10-25Merge branch 'master' into rusty-hermit, resolve conflictsStefan Lankes-11/+3
2019-10-25move Attribute::with_desugared_doc to librustdocMazdak Farrokhzad-2/+26
2019-10-24Turn crate store into a resolver outputVadim Petrochenkov-2/+2
2019-10-23Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddybMazdak Farrokhzad-9/+1
2019-10-22Merge branch 'master' into rusty-hermitStefan Lankes-4/+3
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-20Merge branch 'master' into rusty-hermitStefan Lankes-24/+23
2019-10-18Rollup merge of #65535 - eddyb:sliced-predicates, r=nikomatsakisTyler Mandry-14/+13
2019-10-18rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str...Eduard-Mihai Burtescu-14/+13
2019-10-17Rollup merge of #65465 - Centril:split-syntax-1, r=petrochenkovMazdak Farrokhzad-2/+2
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-1/+1
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-2/+2
2019-10-15syntax::parse::sess -> syntax::sessMazdak Farrokhzad-1/+1
2019-10-06Rollup merge of #65155 - Avi-D-coder:fix-lints, r=Mark-SimulacrumTyler Mandry-7/+7
2019-10-06redesign of the interface to the unikernel HermitCoreStefan Lankes-0/+1
2019-10-06Use shorthand initialization in rustdocAvi Dessauer-7/+7
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-1/+1
2019-10-04Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-1/+1
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-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 `Item.node` to `Item.kind`varkor-7/+7
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-25Rename `sty` to `kind`varkor-11/+11
2019-09-25Rollup merge of #64599 - csmoe:doc_async_reexport, r=nikomatsakisMazdak Farrokhzad-3/+4
2019-09-24resolve the rustc_reservation_impl attribute in 1 placeAriel Ben-Yehuda-5/+8
2019-09-21rename is_async_fn to asyncnesscsmoe-10/+2
2019-09-19append asyncness info to functionscsmoe-3/+12
2019-09-13Unwrap Visibility fieldsMark Rousskov-20/+20
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-09Use `sym::{all,any,main,not}` more.Nicholas Nethercote-4/+4
2019-09-07Add "bool" lang itemvarkor-1/+1