about summary refs log tree commit diff
path: root/src/librustdoc/visit_ast.rs
AgeCommit message (Expand)AuthorLines
2020-04-24Replace filter_map().next() calls with find_map()Josh Stone-17/+12
2020-04-23Modify `as_local_hir_id` to return a bare `HirId`marmeladema-1/+1
2020-04-23Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`marmeladema-2/+2
2020-04-23librustc_middle: return LocalDefId instead of DefId in local_def_idmarmeladema-2/+2
2020-04-16Dogfood or_patterns in rustdocJosh Stone-8/+9
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-2/+2
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-2/+2
2020-03-22Tweak output for invalid negative impl errorsEsteban Küber-0/+1
2020-03-15Auto merge of #68944 - Zoxc:hir-map, r=eddybbors-3/+3
2020-03-14Update `krate_attrs` and `get_module`John Kåre Alsaker-3/+3
2020-03-14rustc_metadata: Remove `rmeta::MacroDef`Vadim Petrochenkov-3/+3
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-1/+1
2020-01-19Add `constness` field to `hir::ItemKind::Impl`Dylan MacKenzie-0/+2
2020-01-17Use named fields for `hir::ItemKind::Impl`Dylan MacKenzie-9/+9
2020-01-07Rollup merge of #67877 - dtolnay:const-_, r=nagisaYuki Okushi-11/+15
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-3/+4
2020-01-04Omit underscore constants from rustdocDavid Tolnay-11/+15
2020-01-04canonicalize FxHash{Map,Set} importsMazdak Farrokhzad-1/+1
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-1/+1
2020-01-02Normalize `syntax::source_map` imports.Mazdak Farrokhzad-1/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-3/+3
2019-12-22Format the worldMark Rousskov-157/+196
2019-12-21Use Arena inside hir::Mod.Camille GILLOT-3/+3
2019-12-21Use Arena inside hir::ForeignItem.Camille GILLOT-1/+1
2019-12-21Use Arena inside hir::Item.Camille GILLOT-4/+4
2019-12-21Use Arena inside hir::Crate.Camille GILLOT-2/+2
2019-11-08hir::ItemKind::Fn: use hir::MethodSigMazdak Farrokhzad-2/+2
2019-10-27rustc, rustc_passes: don't depend on syntax_expand.Mazdak Farrokhzad-1/+1
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-1/+1
2019-09-26Rename `ForeignItem.node` to `ForeignItem.kind`varkor-1/+1
2019-09-26Rename `Item.node` to `Item.kind`varkor-2/+2
2019-08-26Mutate DocContext from LibEmbargoVisitor and RustdocVisitorMark Rousskov-4/+4
2019-08-14Merge Variant and Variant_Caio-4/+4
2019-08-11Use entry API in store_pathMark Rousskov-6/+2
2019-08-11Remove crate_name from DocContextMark Rousskov-5/+6
2019-08-11Move def_id_to_path to use site in visit_astMark Rousskov-1/+18
2019-08-10Remove NodeId from doctree::ModuleMark Rousskov-2/+1
2019-08-10Gather deprecation information during cleaningMark Rousskov-22/+0
2019-08-10Gather stability information during cleaningMark Rousskov-22/+2
2019-08-10Make exact_paths a non-optional field on RustdocVisitorMark Rousskov-12/+11
2019-08-10Represent ownership transfer in RustdocVisitor::visitMark Rousskov-1/+1
2019-08-10Make fields of RustdocVisitor privateMark Rousskov-10/+4
2019-08-04Rename `ItemKind::Ty` to `ItemKind::TyAlias`varkor-1/+1
2019-08-02Replace `exist_ty` and `ExistTy` with `opaque_ty` and `OpaqueTy`varkor-2/+2
2019-08-02Replace "existential" by "opaque"varkor-3/+3
2019-07-23Normalize use of backticks in compiler messages for docSamy Kacimi-5/+5
2019-07-11Remove `MacroKind::ProcMacroStub`Vadim Petrochenkov-5/+2
2019-07-04rename hir::map::opt_local_def_id*ljedrz-2/+2
2019-07-04rename hir::map::local_def_id_from_hir_id to local_def_idljedrz-3/+3
2019-06-20rename hir::map::get_by_hir_id to getljedrz-1/+1