about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-01-11Auto merge of #92533 - Aaron1011:variant-symbol, r=petrochenkovbors-97/+110
2022-01-11Auto merge of #90948 - oli-obk:🧹, r=nikomatsakisbors-20/+24
2022-01-11Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`Aaron Hill-97/+110
2022-01-11Auto merge of #92070 - rukai:replace_vec_into_iter_with_array_into_iter, r=Ma...bors-39/+34
2022-01-11Auto merge of #92012 - llogiq:repr-c-def-id, r=michaelwoeristerbors-1/+8
2022-01-10Auto merge of #92719 - matthiaskrgr:rollup-tc7oqys, r=matthiaskrgrbors-48/+54
2022-01-10Rollup merge of #92702 - ehuss:clean-lang_items-extract, r=petrochenkovMatthias Krüger-27/+9
2022-01-10Rollup merge of #92636 - compiler-errors:normalize-generator-const-expr, r=ol...Matthias Krüger-4/+6
2022-01-10Rollup merge of #92357 - GuillaumeGomez:fix-doc-comment-backline-removal, r=c...Matthias Krüger-7/+0
2022-01-10Rollup merge of #92248 - compiler-errors:normalize-type-for-pointee, r=jackh726Matthias Krüger-10/+39
2022-01-10Auto merge of #87487 - lambinoo:I-64762_unreachable_pub_lint, r=petrochenkovbors-190/+300
2022-01-10Auto merge of #92278 - Aaron1011:fix-fingerprint-caching, r=michaelwoeristerbors-46/+118
2022-01-09Clean up lang_items::extractEric Huss-27/+9
2022-01-09Compute most of Public/Exported access level in rustc_resolveLamb-190/+300
2022-01-09Auto merge of #92534 - Aaron1011:hash-hir, r=petrochenkovbors-8/+0
2022-01-09Auto merge of #92690 - matthiaskrgr:rollup-rw0oz05, r=matthiaskrgrbors-552/+783
2022-01-09Rollup merge of #92608 - petrochenkov:doctrscope3, r=CraftSpiderMatthias Krüger-9/+12
2022-01-09Rollup merge of #92573 - petrochenkov:ltrattr3, r=Aaron1011Matthias Krüger-540/+761
2022-01-09Rollup merge of #92510 - inquisitivecrystal:foreign-block, r=cjgillotMatthias Krüger-3/+10
2022-01-09Auto merge of #92086 - petrochenkov:modchild, r=jackh726bors-96/+108
2022-01-09eplace usages of vec![].into_iter with [].into_iterLucas Kent-39/+34
2022-01-09Auto merge of #92497 - bjorn3:remove_lazy_meta_min_size, r=eddybbors-32/+13
2022-01-09rustc_middle: Rename `Export` to `ModChild` and add some commentsVadim Petrochenkov-63/+65
2022-01-09rustc_metadata: Rename `item_children(_untracked)` to `module_children(_untra...Vadim Petrochenkov-12/+17
2022-01-09rustc_metadata: Optimize and document module children decodingVadim Petrochenkov-26/+31
2022-01-08Auto merge of #91919 - Aaron1011:query-recursive-read, r=michaelwoeristerbors-2/+76
2022-01-08Auto merge of #90639 - matthewjasper:leaf-def-cache, r=cjgillotbors-416/+449
2022-01-08Remove LazyMeta::min_sizebjorn3-32/+13
2022-01-07Rollup merge of #92650 - pierwill:patch-2, r=michaelwoeristerEric Huss-2/+2
2022-01-07Rollup merge of #92375 - wesleywiser:consolidate_debuginfo_msvc_check, r=mich...Eric Huss-64/+65
2022-01-07Rollup merge of #92336 - dtolnay:printstateself, r=michaelwoeristerEric Huss-24/+24
2022-01-07Fix accidental undo of 5e1972eba7e95e68f6fc05b07dec15fb1e553e1bNoah Lev-5/+6
2022-01-07Add query to avoid name comparison in `leaf_def`Matthew Jasper-89/+114
2022-01-07Move associated_item* providers to their own moduleMatthew Jasper-225/+234
2022-01-07Add `trait_item_def_id` to `AssocItem`Matthew Jasper-204/+197
2022-01-07Deserialization less in associated_item_def_idsMatthew Jasper-6/+11
2022-01-07Consolidate checking for msvc when generating debuginfoWesley Wiser-64/+65
2022-01-07Fix typo in `StableCrateId` docspierwill-2/+2
2022-01-07rustdoc: Introduce a resolver cache for sharing data between early doc link r...Vadim Petrochenkov-9/+12
2022-01-07expand: Import more AST enumsVadim Petrochenkov-35/+35
2022-01-07expand: Refactor `InvocationCollector` visitor for better code reuseVadim Petrochenkov-500/+724
2022-01-07expand: Remove some unnecessary `self` mutabilityVadim Petrochenkov-13/+10
2022-01-07expand: Rename some `AstFragment`s to match AST structuresVadim Petrochenkov-21/+21
2022-01-06Normalize generator-local types with unevaluated constantsMichael Goulet-4/+6
2022-01-06Rollup merge of #92607 - petrochenkov:doctrscope2, r=cjgillotMatthias Krüger-99/+97
2022-01-06Rollup merge of #92559 - durin42:llvm-14-attributemask, r=nikicMatthias Krüger-5/+3
2022-01-06Rollup merge of #92504 - dtolnay:wall, r=jackh726Matthias Krüger-1/+1
2022-01-06Rollup merge of #92417 - dtolnay:printimpl, r=jackh726Matthias Krüger-3/+6
2022-01-06Rollup merge of #92207 - tmiasko:delay-drop-elaboration-bug, r=jackh726Matthias Krüger-8/+7
2022-01-06Rollup merge of #91055 - lcnr:type_of-closures, r=nikomatsakisMatthias Krüger-13/+9