about summary refs log tree commit diff
path: root/src/librustc_resolve/lib.rs
AgeCommit message (Expand)AuthorLines
2020-02-04Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbinibors-1/+0
2020-02-01syntax::print -> new crate rustc_ast_prettyMazdak Farrokhzad-1/+1
2020-02-011. move node_id to syntaxMazdak Farrokhzad-1/+1
2020-01-31Drop cfg(bootstrap) codeMark Rousskov-1/+0
2020-01-26Suggest defining type parameter when appropriateEsteban Küber-1/+8
2020-01-21Auto merge of #68267 - estebank:lt-sugg, r=petrochenkovbors-0/+1
2020-01-19Deal with stabilization of `feature(slice_patterns)`Esteban Küber-1/+1
2020-01-19When encountering an undefined named lifetime, point to where it can beEsteban Küber-0/+1
2020-01-18remove rustc_error_codes deps except in rustc_driverMazdak Farrokhzad-2/+0
2020-01-16resolve: Move privacy error reporting into a separate methodVadim Petrochenkov-152/+10
2020-01-12Diagnostics should not end with a full stopvarkor-1/+1
2020-01-11buffered lint infra -> rustc_sessionMazdak Farrokhzad-12/+14
2020-01-10nix syntax::errors & prefer rustc_errors over errorsMazdak Farrokhzad-1/+1
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-08- remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}Mazdak Farrokhzad-2/+2
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-6/+6
2020-01-05simplify reexports in rustc::hirMazdak Farrokhzad-1/+1
2020-01-04extract Export, ExportMap from hir::defMazdak Farrokhzad-1/+2
2020-01-04DefId{Map,Set} -> rustc::hir::def_idMazdak Farrokhzad-2/+1
2020-01-04move Node{Map,Set} -> rustc_session::node_idMazdak Farrokhzad-1/+2
2020-01-04canonicalize FxHash{Map,Set} importsMazdak Farrokhzad-9/+6
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-2/+2
2019-12-31Auto merge of #67764 - Centril:rollup-ycbq3os, r=Centrilbors-2/+2
2019-12-31librustc_ast_lowering: fix misc fallout.Mazdak Farrokhzad-2/+2
2019-12-31Review comments.Camille GILLOT-7/+0
2019-12-31Move resolve_lifetimes query in librustc_resolve.Camille GILLOT-0/+13
2019-12-30Rename `rustc_resolve/resolve_imports.rs` -> `rustc_resolve/imports.rs`Vadim Petrochenkov-2/+2
2019-12-30Rename `libsyntax_ext` and `libsyntax_expand` in codeVadim Petrochenkov-1/+1
2019-12-24x.py fmt after previous deignoreMark Rousskov-384/+501
2019-12-11Rollup merge of #67074 - ehuss:extern-options, r=petrochenkovMazdak Farrokhzad-2/+4
2019-12-09resolve: Make visibility resolution more speculativeVadim Petrochenkov-0/+9
2019-12-09Add options to --extern flag.Eric Huss-2/+4
2019-12-06Use `to_option` in various placesvarkor-0/+1
2019-11-28rustc_metadata: Merge `cstore.rs` into `creader.rs`Vadim Petrochenkov-2/+1
2019-11-24Auto merge of #66592 - estebank:raw-raw-ah-ah-ah, r=cramertjbors-3/+4
2019-11-23review commentsEsteban Küber-1/+1
2019-11-23Rework raw ident suggestionsEsteban Küber-3/+4
2019-11-23Move def collector from `rustc` to `rustc_resolve`Vadim Petrochenkov-0/+1
2019-11-18resolve: Allow idents to resolve to primitives in the type namespaceGabriel Smith-0/+8
2019-11-17Rollup merge of #66344 - petrochenkov:noregattr, r=matthewjasperYuki Okushi-7/+1
2019-11-16rustc_plugin: Remove `Registry::register_attribute`Vadim Petrochenkov-7/+1
2019-11-16resolve: Introduce a new scope for derive helpersVadim Petrochenkov-6/+24
2019-11-16resolve: `Scope::DeriveHelpers` -> `Scope::DeriveHelpersCompat`Vadim Petrochenkov-4/+4
2019-11-14Update to use new librustc_error_codes libraryGuillaume Gomez-1/+2
2019-11-10Auto merge of #66070 - petrochenkov:regattr, r=matthewjasperbors-11/+16
2019-11-09Inline reserve_node_idsMark Rousskov-13/+5