about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-12-02Auto merge of #104963 - petrochenkov:noaddids2, r=cjgillotbors-184/+69
2022-12-01Auto merge of #105125 - matthiaskrgr:rollup-fr0snmj, r=matthiaskrgrbors-99/+107
2022-12-01rustc_ast_lowering: Stop lowering imports into multiple itemsVadim Petrochenkov-139/+27
2022-12-01rustc_hir: Change representation of import paths to support multiple resolutionsVadim Petrochenkov-39/+36
2022-12-01rustc_hir: Relax lifetime requirements on `Visitor::visit_path`Vadim Petrochenkov-11/+11
2022-12-01Rollup merge of #105106 - jhpratt:issue-105101, r=TaKO8KiMatthias Krüger-1/+1
2022-12-01Rollup merge of #105087 - HKalbasi:master, r=eddybMatthias Krüger-90/+98
2022-12-01Rollup merge of #105078 - TaKO8Ki:fix-105011, r=nnethercoteMatthias Krüger-8/+8
2022-12-01Auto merge of #104975 - JakobDegen:custom_mir_let, r=oli-obkbors-83/+132
2022-12-01Auto merge of #104861 - nnethercote:attr-cleanups, r=petrochenkovbors-305/+221
2022-12-01Auto merge of #105095 - matthiaskrgr:rollup-9pu7vrx, r=matthiaskrgrbors-0/+6
2022-11-30Fix ICE from #105101Jacob Pratt-1/+1
2022-11-30Rollup merge of #104895 - chenyukang:yukang/fix-104884-serde, r=TaKO8KiMatthias Krüger-0/+6
2022-11-30Extract llvm datalayout parsing out of spec modulehkalbasi-90/+98
2022-11-30Auto merge of #104940 - cjgillot:query-feed-simple, r=oli-obkbors-53/+298
2022-11-30Auto merge of #99814 - aliemjay:patch-2, r=jackh726bors-3/+6
2022-11-30Auto merge of #104905 - compiler-errors:normalization-changes, r=spastorinobors-281/+155
2022-11-30Auto merge of #105080 - matthiaskrgr:rollup-7ffj4oe, r=matthiaskrgrbors-8/+17
2022-11-30Rollup merge of #105039 - nnethercote:fix-104769, r=petrochenkovMatthias Krüger-1/+5
2022-11-30Rollup merge of #104697 - dingxiangfei2009:fix-euv-control-flow, r=oli-obkMatthias Krüger-7/+12
2022-11-30avoid an unnecessary `&str` to `String` conversionTakayuki Maeda-7/+3
2022-11-30report literal errors when `token_lit` has errorsTakayuki Maeda-1/+5
2022-11-30Auto merge of #104679 - dvdhrm:rw/dso, r=petrochenkovbors-6/+10
2022-11-29Improve spans in custom mirJakob Degen-5/+13
2022-11-29Support statics in custom mirJakob Degen-0/+23
2022-11-29Support most constant kinds in custom mirJakob Degen-78/+96
2022-11-30Fix an ICE parsing a malformed literal in `concat_bytes!`.Nicholas Nethercote-1/+5
2022-11-30Auto merge of #105070 - matthiaskrgr:rollup-9b25khj, r=matthiaskrgrbors-566/+584
2022-11-29Rollup merge of #105066 - lcnr:mv-candidate_from_obligation, r=compiler-errorsMatthias Krüger-210/+207
2022-11-29Rollup merge of #105051 - WaffleLapkin:unmacro, r=oli-obkMatthias Krüger-17/+14
2022-11-29Rollup merge of #105045 - WaffleLapkin:deref-ahhhh~, r=compiler-errorsMatthias Krüger-276/+269
2022-11-29Rollup merge of #105023 - tmiasko:asm-sym-static-reachable, r=wesleywiserMatthias Krüger-0/+11
2022-11-29Rollup merge of #104911 - spastorino:inferred_outlives_crate-return-clause, r...Matthias Krüger-39/+49
2022-11-29Rollup merge of #104627 - calebzulawski:print-target-features, r=compiler-errorsMatthias Krüger-16/+19
2022-11-29Rollup merge of #104523 - flba-eb:fix_nto_target_name, r=wesleywiserMatthias Krüger-2/+2
2022-11-29Rollup merge of #104427 - compiler-errors:rematch-impl-may-fail-actually, r=lcnrMatthias Krüger-0/+7
2022-11-29Rollup merge of #103876 - oli-obk:tait_implications, r=lcnrMatthias Krüger-6/+6
2022-11-29Auto merge of #94487 - oli-obk:stable_hash_ty, r=fee1-deadbors-28/+59
2022-11-29move `candidate_from_obligation` out of assemblylcnr-210/+207
2022-11-29Explain why rematch_impl fails to be infallibleMichael Goulet-0/+7
2022-11-29Make TyCtxtFeed::def_id private.Camille GILLOT-6/+13
2022-11-29Feedable queries must allow hashing.Camille GILLOT-13/+1
2022-11-29Only allow feeding a value to newly created definitions.Camille GILLOT-33/+47
2022-11-29Sanity check computed value for feeable queries.Camille GILLOT-3/+42
2022-11-29Expand hash check.Camille GILLOT-21/+28
2022-11-29Allow to set a query's result as a side effect.Camille GILLOT-1/+171
2022-11-29Sanity check fingerprints in the dep-graph.Camille GILLOT-19/+39
2022-11-29Make verbose query description more useful.Camille GILLOT-1/+1
2022-11-29add `FIXME:` where it belongs Waffle Maybe-1/+1
2022-11-29rename `{max=>largest}_max_leb128_len`Maybe Waffle-6/+6