about summary refs log tree commit diff
path: root/compiler/rustc_hir
AgeCommit message (Expand)AuthorLines
2022-03-01compiler: fix some typoscuishuang-1/+1
2022-02-24Remove in-band lifetimesMichael Goulet-5/+0
2022-02-24resolve: Fix incorrect results of `opt_def_kind` query for some built-in macrosVadim Petrochenkov-2/+3
2022-02-24Auto merge of #93438 - spastorino:node_id_to_hir_id_refactor, r=oli-obkbors-0/+13
2022-02-23Rollup merge of #94137 - aDotInTheVoid:abi-enum, r=CraftSpiderMatthias Krüger-0/+4
2022-02-20Make node_id_to_hir_id owner-local.Camille GILLOT-0/+13
2022-02-19Adopt let else in more placesest31-3/+3
2022-02-18rustdoc-json: Better Header TypeNixon Enraght-Moony-0/+4
2022-02-14Auto merge of #93938 - BoxyUwU:fix_res_self_ty, r=lcnrbors-36/+43
2022-02-12trailing whitespaceEllen-6/+6
2022-02-12change docs on `Res::SelfTy`Ellen-27/+35
2022-02-12change to a struct variantEllen-12/+11
2022-02-12Rebased and improved errorsDeadbeef-2/+3
2022-02-12Improve error messages even moreDeadbeef-5/+6
2022-02-11Rollup merge of #93910 - rosehuds:master, r=cjgillotMatthias Krüger-4/+4
2022-02-11fix mention of moved function in `rustc_hir` docsRose Hudson-4/+4
2022-02-11Rollup merge of #93853 - steffahn:map_by_value, r=wesleywiserMatthias Krüger-6/+6
2022-02-11Rollup merge of #93443 - spastorino:add-stable-hash-impl-doc, r=cjgillotMatthias Krüger-0/+3
2022-02-10Make all hir::Map methods consistently by-valueFrank Steffahn-6/+6
2022-02-09Rollup merge of #93746 - cjgillot:nodefii, r=nikomatsakisYuki Okushi-8/+3
2022-02-07Auto merge of #93179 - Urgau:unreachable-2021, r=m-ou-se,oli-obkbors-1/+0
2022-02-03Remove defaultness from ImplItem.Camille GILLOT-8/+3
2022-02-01Auto merge of #93285 - JulianKnodt:const_eq_2, r=oli-obkbors-0/+6
2022-02-01Fix w/ commentskadmin-0/+6
2022-01-31Take in account the unreachable! macro in the non_fmt_panic lintLoïc BRANSTETT-1/+0
2022-01-28Add comment on stable_hash_impl for OwnerNodesSantiago Pastorino-0/+3
2022-01-27Store def_id_to_hir_id as variant in hir_owner.Camille GILLOT-35/+49
2022-01-25Store hir_id_to_def_id in OwnerInfo.Camille GILLOT-16/+9
2022-01-22Rollup merge of #92828 - Amanieu:unwind-abort, r=dtolnayMatthias Krüger-0/+1
2022-01-21Remove a span from hir::ExprKind::MethodCallCameron Steffen-6/+6
2022-01-21Auto merge of #93138 - matthiaskrgr:rollup-m8akifd, r=matthiaskrgrbors-2/+6
2022-01-19Show a more informative panic message when `DefPathHash` does not existAaron Hill-2/+6
2022-01-19NiceRegionError: Use written return type for async fnTyler Mandry-1/+14
2022-01-18Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obkbors-10/+27
2022-01-17Use Term in ProjectionPredicatekadmin-11/+27
2022-01-17add eq constraints on associated constantskadmin-3/+4
2022-01-17Auto merge of #90986 - camsteffen:nested-filter, r=cjgillotbors-80/+55
2022-01-17Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieubors-42/+2
2022-01-17Change TerminatorKind::Abort to call the panic handler instead ofAmanieu d'Antras-0/+1
2022-01-16Replace NestedVisitorMap with NestedFilterCameron Steffen-80/+55
2022-01-15Add inline.Camille GILLOT-0/+2
2022-01-15Auto merge of #92441 - cjgillot:resolve-trait-impl-item, r=matthewjasperbors-1/+4
2022-01-14reviews ishEllen-0/+7
2022-01-14fix bugEllen-4/+0
2022-01-12Remove deprecated LLVM-style inline assemblyTomasz Miąsko-42/+2
2022-01-10Rollup merge of #92702 - ehuss:clean-lang_items-extract, r=petrochenkovMatthias Krüger-18/+6
2022-01-09Clean up lang_items::extractEric Huss-18/+6
2022-01-09Auto merge of #92534 - Aaron1011:hash-hir, r=petrochenkovbors-8/+0
2022-01-08Link impl items to corresponding trait items in late resolver.Camille GILLOT-1/+4
2022-01-04Rollup merge of #91907 - lcnr:const-arg-infer, r=BoxyUwUMatthias Krüger-4/+28