about summary refs log tree commit diff
path: root/compiler/rustc_hir
AgeCommit message (Expand)AuthorLines
2021-12-17Auto merge of #89841 - cormacrelf:let-else-typed, r=nagisabors-6/+29
2021-12-15Rollup merge of #91888 - BoxyUwU:generic_arg_infer_aaaa, r=lcnrMatthias Krüger-14/+0
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-2/+2
2021-12-15Rollup merge of #90939 - estebank:wg-af-polish, r=tmandryMatthias Krüger-7/+7
2021-12-14Auto merge of #91728 - Amanieu:stable_asm, r=joshtriplettbors-1/+1
2021-12-13Remove `in_band_lifetimes` from `rustc_hir`Peter Jaszkowiak-10/+9
2021-12-14awdawdawdEllen-14/+0
2021-12-13Remove invalid doc links.Amanieu d'Antras-1/+1
2021-12-13Keep info on pre-desugaring expression for better "incorrect `.await`" sugges...Esteban Kuber-7/+7
2021-12-13let-else: add hir::Let and type check it like a hir::LocalCormac Relf-6/+29
2021-12-12Auto merge of #91549 - fee1-dead:const_env, r=spastorinobors-25/+0
2021-12-12Auto merge of #90207 - BoxyUwU:stabilise_cg_defaults, r=lcnrbors-4/+2
2021-12-12Remove function from rebaseDeadbeef-28/+0
2021-12-12Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk"Deadbeef-21/+24
2021-12-11Rollup merge of #91780 - cjgillot:localize, r=Mark-SimulacrumMatthias Krüger-28/+0
2021-12-10remove feature gate and cleanup codeEllen-4/+2
2021-12-10Remove hir::Node::hir_id.Camille GILLOT-28/+0
2021-12-07Store impl_trait_fn inside OpaqueTyOrigin.Camille GILLOT-4/+5
2021-12-04Use IntoIterator for array impl everywhere.Mara Bos-3/+3
2021-12-04Rollup merge of #90519 - estebank:issue-84003, r=petrochenkovMatthias Krüger-8/+15
2021-12-03Auto merge of #90737 - eholk:intofuture, r=tmandrybors-0/+1
2021-12-03review commentEsteban Kuber-1/+0
2021-12-03Annotate `derive`d spans and move span suggestion codeEsteban Kuber-15/+16
2021-12-03Modify `bounds_span` to ignore bounds coming from a `derive` macroEsteban Kuber-3/+12
2021-12-03Keep spans for generics in `#[derive(_)]` desugaringEsteban Kuber-3/+1
2021-12-03Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino"Santiago Pastorino-0/+25
2021-12-02Auto merge of #91354 - fee1-dead:const_env, r=spastorinobors-25/+0
2021-11-30Merge Implicit and ImplicitMissing.Camille GILLOT-11/+7
2021-11-30Lint elided lifetimes in path during lifetime resolution.Camille GILLOT-0/+6
2021-11-29`ParamEnv` should be const when `ImplItem` is within a const impl.Deadbeef-27/+0
2021-11-29Always use const param envs for const eval.Oli Scherer-0/+1
2021-11-29Static items are also constOli Scherer-0/+1
2021-11-23Add generator lang-itemMichael Goulet-0/+1
2021-11-22Reintroduce `into_future` in `.await` desugaringEric Holk-0/+1
2021-11-21Simplify for loop desugarCameron Steffen-2/+11
2021-11-19Rollup merge of #90990 - nnethercote:arenas-cleanup, r=oli-obkYuki Okushi-38/+38
2021-11-19Add some comments.Nicholas Nethercote-1/+1
2021-11-18rustc: Remove `#[rustc_synthetic]`Vadim Petrochenkov-11/+1
2021-11-17Remove unnecessary lifetime argument from arena macros.Nicholas Nethercote-37/+37
2021-11-16Auto merge of #90919 - nnethercote:rm-DropArena, r=Mark-Simulacrumbors-10/+5
2021-11-15refactor is_param_boundTaylor Yu-0/+16
2021-11-15Remove `DropArena`.Nicholas Nethercote-10/+5
2021-11-07Give inline const separate DefKindGary Guo-1/+6
2021-11-01Auto merge of #90406 - nbdd0121:panic, r=cjgillotbors-2/+2
2021-10-31Remove `rustc_hir::hir_id::HirIdVec`pierwill-68/+0
2021-10-31Require `panic` and `panic_bounds_check` to be non-genericGary Guo-2/+2
2021-10-29Update odht crate to 0.3.1 (big-endian bugfix)Michael Woerister-1/+1
2021-10-21Use SortedMap in HIR.Camille GILLOT-4/+4
2021-10-21Rollup merge of #90071 - cjgillot:no-blocks, r=oli-obkYuki Okushi-0/+35
2021-10-19Replace FnLikeNode by FnKind.Camille GILLOT-0/+35