about summary refs log tree commit diff
path: root/src/librustc_resolve
AgeCommit message (Expand)AuthorLines
2020-01-16Rollup merge of #68096 - varkor:diagnostic-cleanup, r=CentrilDylan DPC-5/+5
2020-01-15remove redundant clones, found by clippyMatthias Krüger-1/+1
2020-01-12Fix formatting ellipses at the end of some diagnosticsvarkor-1/+1
2020-01-12Add backticks in appropriate placesvarkor-3/+3
2020-01-12Diagnostics should not end with a full stopvarkor-1/+1
2020-01-11Auto merge of #65912 - estebank:variants-orig, r=petrochenkovbors-3/+9
2020-01-11appease rustfmtMazdak Farrokhzad-2/+2
2020-01-11buffered lint infra -> rustc_sessionMazdak Farrokhzad-15/+18
2020-01-11simplify feature_err importsMazdak Farrokhzad-1/+1
2020-01-10./x.py fmtEsteban Küber-4/+5
2020-01-10Use `def_span` to minimize definition span to first line when possibleEsteban Küber-1/+4
2020-01-10Point at the span for the definition of crate foreign ADTsEsteban Küber-3/+5
2020-01-10nix syntax::errors & prefer rustc_errors over errorsMazdak Farrokhzad-27/+23
2020-01-09add CStore::item_generics_num_lifetimesMazdak Farrokhzad-2/+2
2020-01-09rename a method in Resolver traitMazdak Farrokhzad-1/+1
2020-01-09lowering: remove dep on CrateStoreMazdak Farrokhzad-3/+7
2020-01-08normalize rustc::hir::intravisit importsMazdak Farrokhzad-1/+1
2020-01-08intravisit: abstract over HIR MapMazdak Farrokhzad-6/+18
2020-01-08- remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}Mazdak Farrokhzad-72/+60
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-28/+30
2020-01-05simplify reexports in rustc::hirMazdak Farrokhzad-3/+3
2020-01-04Auto merge of #67803 - Centril:librustc_hir, r=Zoxcbors-31/+28
2020-01-04Rollup merge of #67775 - mental32:master, r=Dylan-DPCDylan DPC-5/+1
2020-01-04extract Export, ExportMap from hir::defMazdak Farrokhzad-2/+5
2020-01-04{HirId,ItemLocal}{Map,Set} -> rustc::hir & nix rustc::nodemapMazdak Farrokhzad-2/+1
2020-01-04DefId{Map,Set} -> rustc::hir::def_idMazdak Farrokhzad-4/+3
2020-01-04move Node{Map,Set} -> rustc_session::node_idMazdak Farrokhzad-3/+4
2020-01-04canonicalize FxHash{Map,Set} importsMazdak Farrokhzad-25/+20
2020-01-04Rollup merge of #67786 - Centril:canon-span, r=petrochenkovMazdak Farrokhzad-12/+12
2020-01-04Rollup merge of #66913 - VirrageS:help-self, r=varkor,CentrilMazdak Farrokhzad-1/+56
2020-01-02Normalize `syntax::edition` imports.Mazdak Farrokhzad-1/+1
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-8/+8
2020-01-02Normalize `syntax::source_map` imports.Mazdak Farrokhzad-3/+3
2020-01-01Forgot an .emit()mental-1/+2
2020-01-01Make use $crate a hard errormental-6/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-20/+20
2019-12-31Auto merge of #67764 - Centril:rollup-ycbq3os, r=Centrilbors-3/+4
2019-12-31librustc_ast_lowering: fix misc fallout.Mazdak Farrokhzad-2/+2
2019-12-31librustc_ast_lowering: cargo changes.Mazdak Farrokhzad-1/+2
2019-12-31Simplify ResolveLiftimes creation.Camille GILLOT-8/+18
2019-12-31Review comments.Camille GILLOT-7/+4
2019-12-31Inert doc comments.Camille GILLOT-0/+2
2019-12-31Move resolve_lifetimes query in librustc_resolve.Camille GILLOT-100/+54
2019-12-31Move resolve_lifetime.rs to librustc_resolve.Camille GILLOT-0/+2931
2019-12-30Rename `rustc_resolve/resolve_imports.rs` -> `rustc_resolve/imports.rs`Vadim Petrochenkov-8/+8
2019-12-30Rename `libsyntax_ext` and `libsyntax_expand` in codeVadim Petrochenkov-9/+9
2019-12-30Make things build againVadim Petrochenkov-2/+2
2019-12-28resolve: Minor cleanup of duplicate macro reexportsVadim Petrochenkov-25/+1
2019-12-24x.py fmt after previous deignoreMark Rousskov-798/+998
2019-12-23Simplify match exprJanusz Marcinkiewicz-2/+2