summary refs log tree commit diff
path: root/src/librustc/ty/context.rs
AgeCommit message (Expand)AuthorLines
2020-03-06Don't redundantly repeat field names (clippy::redundant_field_names)Matthias Krüger-5/+5
2020-03-01Auto merge of #69592 - petrochenkov:nosyntax, r=Centrilbors-4/+4
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-3/+3
2020-02-29Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=CentrilDylan DPC-2/+2
2020-02-29Make it build againVadim Petrochenkov-1/+1
2020-02-29use .iter() instead of .into_iter() on references.Matthias Krüger-2/+2
2020-02-28use is_empty() instead of len() == x to determine if structs are empty.Matthias Krüger-8/+8
2020-02-26Auto merge of #67742 - mark-i-m:describe-it, r=matthewjasperbors-2/+20
2020-02-24librustc{, codegen_ssa,infer,mir_build}: don't clone types that are copyMatthias Krüger-1/+1
2020-02-22address some review comments/bugsmark-0/+2
2020-02-22article and descr for closuresMark Mansi-4/+5
2020-02-22add generator_kind queryMark Mansi-9/+13
2020-02-22some fixesMark Mansi-7/+4
2020-02-22Generalized article_and_descriptionMark Mansi-1/+15
2020-02-19Use a constructor function per dep node instead of an enum and a single functionJohn Kåre Alsaker-2/+2
2020-02-19Split query execution into hot and cold pathsJohn Kåre Alsaker-0/+1
2020-02-14Auto merge of #68693 - Zoxc:query-no-arc, r=michaelwoeristerbors-2/+2
2020-02-13Make TraitCandidate generic.Camille GILLOT-1/+4
2020-02-13Use HirId in TraitCandidate.Camille GILLOT-0/+1
2020-02-12Use a counter instead of pointers to the stackJohn Kåre Alsaker-1/+1
2020-02-12Construct query job latches on-demandJohn Kåre Alsaker-2/+2
2020-02-11Move get_lang_items query in librustc_passes.Camille GILLOT-4/+0
2020-02-11Run RustFmtjumbatm-2/+2
2020-02-11Invert control in struct_lint_level.jumbatm-17/+7
2020-02-07Auto merge of #65232 - nikomatsakis:lazy-norm-anon-const-push-2, r=matthewjasperbors-2/+7
2020-02-06apply various formatting nitsNiko Matsakis-2/+2
2020-02-06index ReEmpty by universeNiko Matsakis-2/+7
2020-02-06Comment tweaksJohn Kåre Alsaker-0/+1
2020-02-06Remove the `Forest` typeJohn Kåre Alsaker-1/+1
2020-02-06Add a Hir wrapper typeJohn Kåre Alsaker-6/+1
2020-02-011. move node_id to syntaxMazdak Farrokhzad-14/+13
2020-02-01Move builtin attribute logic to new rustc_attr crate.Mazdak Farrokhzad-1/+1
2020-01-27don't clone types that are copy, round two.Matthias Krüger-1/+1
2020-01-17Rollup merge of #67791 - Zoxc:lift-interning, r=eddybDylan DPC-33/+26
2020-01-15wrap expr id into GeneratorInteriorTypeCausecsmoe-3/+4
2020-01-15update async-await send/sync testcsmoe-7/+2
2020-01-14record generoator interior exprs in typecktablecsmoe-0/+5
2020-01-12Rollup merge of #68045 - Centril:liberate-lints, r=Mark-SimulacrumMazdak Farrokhzad-46/+24
2020-01-11Auto merge of #67000 - spastorino:remove-promoted-from-place, r=oli-obkbors-1/+1
2020-01-11Use Arena for interningJohn Kåre Alsaker-16/+4
2020-01-11Lift using interners instead of in_arenaJohn Kåre Alsaker-17/+22
2020-01-11pacify the parallel compilerMazdak Farrokhzad-2/+3
2020-01-11inline maybe_lint_level_rootMazdak Farrokhzad-8/+6
2020-01-11move LintSource to levelsMazdak Farrokhzad-3/+3
2020-01-11GlobalCtxt: Erase `LintStore` type.Mazdak Farrokhzad-3/+7
2020-01-11reduce diversity in linting methodsMazdak Farrokhzad-26/+0
2020-01-11canonicalize some lint importsMazdak Farrokhzad-15/+16
2020-01-10Remove PlaceBase enum and make Place base field be local: LocalSantiago Pastorino-1/+1
2020-01-10nix syntax::errors & prefer rustc_errors over errorsMazdak Farrokhzad-2/+2
2020-01-07Move free_region_map to rustc::ty.Camille GILLOT-1/+1