about summary refs log tree commit diff
path: root/src/librustc_save_analysis
AgeCommit message (Expand)AuthorLines
2019-09-26Rename `Pat.node` to `Pat.kind`varkor-6/+6
2019-09-26Rename `Expr.node` to `Expr.kind`varkor-6/+6
2019-09-25Rename `sty` to `kind`varkor-3/+3
2019-09-23Stabilize Option::deref and Option::deref_mutSimon Sapin-1/+0
2019-09-23Remove unused dependenciesShotaro Yamada-1/+0
2019-09-15save-analysis: Process bounds in impl trait only in argument positionIgor Matuszewski-1/+18
2019-09-15save-analysis: Deduplicate lookup_{d,r}ef_id functionsIgor Matuszewski-11/+8
2019-09-13save-analysis: Visit bounds in opaque typesIgor Matuszewski-2/+3
2019-09-13save-analysis: Use process_bounds when processing opaque impl item typeIgor Matuszewski-5/+1
2019-09-13save-analysis: Nest typeck tables when processing functions/methodsIgor Matuszewski-42/+38
2019-09-05or-patterns: adjust save_analysis wrt. `process_var_decl{_multi}`.Mazdak Farrokhzad-83/+15
2019-08-27Cleanup: Consistently use `Param` instead of `Arg` #62426Kevin Per-3/+3
2019-08-15syntax_pos: Introduce a helper for checking whether a span comes from expansionVadim Petrochenkov-1/+1
2019-08-15Remove `Spanned` from `{ast,hir}::FieldPat`Vadim Petrochenkov-2/+2
2019-08-14Merge Variant and Variant_Caio-15/+15
2019-08-04Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias`varkor-1/+1
2019-08-04Rename `ItemKind::Ty` to `ItemKind::TyAlias`varkor-2/+2
2019-08-02Address review commentsvarkor-11/+9
2019-08-02Replace "existential" by "opaque"varkor-7/+7
2019-07-30Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obkbors-1/+1
2019-07-29Rollup merge of #63055 - Mark-Simulacrum:save-analysis-clean-2, r=XanewokMazdak Farrokhzad-72/+41
2019-07-28Deny `unused_lifetimes` through rustbuildVadim Petrochenkov-2/+0
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-2/+0
2019-07-27Simplify SaveHandler traitMark Rousskov-38/+26
2019-07-27Store dumper directly in VisitorMark Rousskov-25/+19
2019-07-27Remove unused scope trackingMark Rousskov-19/+6
2019-07-26rustc: Stabilize options for pipelined compilationAlex Crichton-1/+1
2019-07-25Rename JsonDumper to DumperMark Rousskov-15/+15
2019-07-25Simplify save-analysis JSON dumper interfaceMark Rousskov-72/+29
2019-07-23normalize use of backticks for compiler messages in remaining modulesSamy Kacimi-4/+4
2019-07-11hygiene: Reuse `MacroKind` in `ExpnKind`Vadim Petrochenkov-1/+2
2019-07-11syntax: Make def-site span mandatory in ExpnInfo/MacroBacktrace/DiagnosticSpa...Vadim Petrochenkov-3/+2
2019-07-11Rename some things in `syntax_pos/hygiene`Vadim Petrochenkov-3/+2
2019-07-07rustc: Remove `dylib` crate type from most rustc cratesAlex Crichton-1/+0
2019-07-06Rollup merge of #62329 - matklad:no-peeking, r=petrochenkovMazdak Farrokhzad-1/+1
2019-07-05Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=ZoxcMazdak Farrokhzad-24/+24
2019-07-05Rollup merge of #61545 - flip1995:internal_lints, r=oli-obkMazdak Farrokhzad-1/+0
2019-07-04rename hir::map::opt_local_def_id*ljedrz-3/+3
2019-07-04rename hir::map::local_def_id to local_def_id_from_node_idljedrz-21/+21
2019-07-04remove peek_span_src_raw from StringReaderAleksey Kladov-1/+1
2019-06-26save-analysis: use buffered writesJeremy Fitzhardinge-3/+4
2019-06-25Rollup merge of #62091 - ljedrz:hiridification_almost_there, r=ZoxcMazdak Farrokhzad-4/+12
2019-06-25Rollup merge of #62055 - matthewjasper:fix-error-counting, r=pnkfelixMazdak Farrokhzad-6/+0
2019-06-24Enable internal lints in bootstrapflip1995-1/+0
2019-06-24HIR: rename find_by_hir_id to findljedrz-3/+3
2019-06-24HIR: remove the NodeId findljedrz-3/+8
2019-06-24HIR: rename get_parent_node_by_hir_id to get_parent_nodeljedrz-1/+1
2019-06-24HIR: remove the NodeId get_parent_node, HirIdify is_argumentljedrz-1/+4
2019-06-24Auto merge of #62075 - Centril:guardless-match-arms, r=petrochenkovbors-3/+2
2019-06-23Remove redundant syntax::ast::Guard.Mazdak Farrokhzad-3/+2