about summary refs log tree commit diff
path: root/src/librustc_save_analysis/dump_visitor.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-1517/+0
2020-08-29Move retokenize hack to save_analysisAleksey Kladov-4/+2
2020-08-17Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obkbors-1/+1
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-1/+1
2020-08-16save_analysis: support `QPath::LangItem`David Wood-18/+12
2020-08-16hir: introduce `QPath::LangItem`David Wood-0/+4
2020-08-15replaced log with tracingGurpreet Singh-1/+1
2020-07-17Rename TypeckTables to TypeckResults.Valentin Lazureanu-20/+22
2020-07-03Use 'tcx for references to AccessLevels wherever possible.Eduard-Mihai Burtescu-6/+6
2020-07-02rustc_save_analysis: avoid using TypeckTables::empty for SaveContext.Eduard-Mihai Burtescu-9/+9
2020-06-15Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakisbors-2/+1
2020-06-11Rollup merge of #73182 - Aaron1011:feature/call-fn-span, r=matthewjasperDylan DPC-1/+3
2020-06-11Rename `TyKind::Def` to `OpaqueDef`Matthew Jasper-1/+1
2020-06-11Remove associated opaque typesMatthew Jasper-1/+0
2020-06-10Track span of function in method calls, and use this in #[track_caller]Aaron Hill-1/+3
2020-06-09save_analysis: better handle functions signaturemarmeladema-2/+3
2020-06-09save_analysis: better handle pathsmarmeladema-23/+51
2020-06-06save_analysis: fix panic in `write_sub_paths_truncated`marmeladema-3/+5
2020-06-04save_analysis: work on HIR tree instead of ASTmarmeladema-505/+411
2020-05-15Rollup merge of #71809 - marmeladema:fix-issue-71104, r=eddybDylan DPC-29/+41
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-2/+3
2020-05-03Use `LocalDefId` in `DumpVisitor::nest_tables`marmeladema-29/+41
2020-04-27Accept `LocalDefId` as keyt for `names_imported_by_glob_use`marmeladema-1/+1
2020-04-27Use `LocalDefId` in `typeck_tables_of` and `used_trait_imports` queriesmarmeladema-1/+1
2020-04-19Dogfood more or_patterns in the compilerJosh Stone-7/+10
2020-04-14Do not use `DUMMY_HIR_ID` as placeholder value in node_id_to_hir_id tablemarmeladema-5/+8
2020-04-10librustc_middle: return LocalDefId instead of DefId in local_def_id_from_node_idmarmeladema-12/+20
2020-04-10librustc_middle: return LocalDefId instead of DefId in opt_local_def_id_from_...marmeladema-2/+2
2020-03-30Use if let instead of match when only matching a single variant (clippy::sing...Matthias Krüger-4/+3
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-2/+2
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-2/+2
2020-03-28Auto merge of #70261 - Centril:angle-args-partition, r=varkorbors-2/+2
2020-03-27clarify hir_id <-> node_id method namesBastian Kauschke-17/+17
2020-03-27parse: move constraint/arg restriction to ast_validation.Mazdak Farrokhzad-2/+2
2020-03-22remove redundant closures (clippy::redundant_closure)Matthias Krüger-1/+1
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-1/+1
2020-03-12ast: `Mac`/`Macro` -> `MacCall`Vadim Petrochenkov-4/+4
2020-03-01ast: Unmerge structures for associated items and foreign itemsVadim Petrochenkov-6/+3
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-6/+6
2020-02-24parse/ast: move `Defaultness` into variants.Mazdak Farrokhzad-12/+13
2020-02-23Rollup merge of #69375 - Menschenkindlein:master, r=Dylan-DPCDylan DPC-2/+2
2020-02-22Rename CodeMap to SourceMap follow upMaxim Zholobak-2/+2
2020-02-22parse: allow `type Foo: Ord` syntactically.Mazdak Farrokhzad-3/+6
2020-02-18Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkovMazdak Farrokhzad-15/+17
2020-02-17Rename `FunctionRetTy` to `FnRetTy`Yuki Okushi-5/+5
2020-02-15parse extern constsMazdak Farrokhzad-1/+1
2020-02-15parse associated statics.Mazdak Farrokhzad-2/+4
2020-02-15ast/parser: fuse `static` & `const` grammars in all contexts.Mazdak Farrokhzad-1/+1
2020-02-15ast: make `= <expr>;` optional in free statics/consts.Mazdak Farrokhzad-4/+4
2020-02-15ast: normalize `ForeignItemKind::Ty` & `AssocItemKind::TyAlias`.Mazdak Farrokhzad-1/+1