about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis
AgeCommit message (Expand)AuthorLines
2022-11-02Rollup merge of #103875 - oli-obk:ast_conv_simplification, r=spastorinoMatthias Krüger-13/+7
2022-11-02Rollup merge of #103870 - TaKO8Ki:fix-103790, r=fee1-deadMatthias Krüger-0/+3
2022-11-02Rollup merge of #99801 - Neo-Zhixing:fix/generic_const_exprs_parent_opaque_pr...Matthias Krüger-2/+29
2022-11-02Simplify astconv item def id handlingOli Scherer-13/+7
2022-11-02return const_error when ty has errorsTakayuki Maeda-0/+3
2022-11-01Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwcoManish Goregaokar-2/+6
2022-11-01fix(generic_const_exprs): Fix predicate inheritance for children of opaque typesZhixing Zhang-2/+29
2022-11-01Auto merge of #103217 - mejrs:track, r=eholkbors-0/+1
2022-11-01Auto merge of #103590 - compiler-errors:ocx-more, r=lcnrbors-18/+6
2022-11-01Rollup merge of #103759 - cjgillot:adt-collect, r=davidtwcoDylan DPC-161/+110
2022-10-31Add more track_callermejrs-0/+1
2022-10-31Use AdtDef to check enum.Camille GILLOT-59/+62
2022-10-31Use adt_def for ADT collection.Camille GILLOT-23/+20
2022-10-31Use AdtDef in wfcheck.Camille GILLOT-79/+28
2022-10-31Rollup merge of #103603 - camsteffen:refactor-lang, r=oli-obkDylan DPC-10/+12
2022-10-30Rollup merge of #97971 - Soveu:varargs, r=jackh726Michael Howell-13/+33
2022-10-29Use LanguageItems::require lessCameron Steffen-4/+3
2022-10-29Cleanup weak lang itemsCameron Steffen-6/+9
2022-10-29Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errorsGuillaume Gomez-3/+3
2022-10-29Rollup merge of #103618 - nnethercote:rename-OwnerId-fields, r=compiler-errorsGuillaume Gomez-115/+116
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-115/+116
2022-10-29Auto merge of #103714 - matthiaskrgr:rollup-kajt3i8, r=matthiaskrgrbors-0/+7
2022-10-29Rollup merge of #103383 - compiler-errors:tait-scope, r=oli-obkMatthias Krüger-0/+7
2022-10-29Auto merge of #102698 - michaelwoerister:unord-collections, r=lncrbors-3/+4
2022-10-28Auto merge of #103671 - matthiaskrgr:rollup-iuugpep, r=matthiaskrgrbors-0/+30
2022-10-28Rollup merge of #103609 - BoxyUwU:fix_impl_self_cycle, r=compiler-errorsMatthias Krüger-2/+19
2022-10-28Rollup merge of #103608 - compiler-errors:rpitit-early-lt, r=cjgillotMatthias Krüger-1/+1
2022-10-28Rollup merge of #103283 - nbarrios1337:unsafe-impl-suggestions, r=cjgillotMatthias Krüger-0/+30
2022-10-27tidy + move logic to fnBoxy-29/+4
2022-10-27use proper spansBoxy-7/+12
2022-10-27DoItBoxy-1/+38
2022-10-27remove _types from ocx method namesMichael Goulet-9/+6
2022-10-27Address some more nitsMichael Goulet-12/+3
2022-10-27Introduce UnordMap, UnordSet, and UnordBag (see MCP 533)Michael Woerister-3/+4
2022-10-27Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functionsMaybe Waffle-3/+3
2022-10-27Rollup merge of #103586 - compiler-errors:issue-103573, r=jackh726Matthias Krüger-0/+4
2022-10-27Rollup merge of #103525 - oli-obk:const_impl_on_non_const_trait, r=lcnrMatthias Krüger-21/+105
2022-10-27Rollup merge of #103475 - oli-obk:generic_param_indices, r=lcnrMatthias Krüger-13/+14
2022-10-27Remap early bound lifetimes tooMichael Goulet-1/+1
2022-10-26Process registered region obligation in resolve_regions_with_wf_tysMichael Goulet-0/+4
2022-10-26Convert all #[suggestion_*] attributes to #[suggestion(style = "...")]Xiretza-2/+6
2022-10-26Rollup merge of #95710 - fee1-dead-contrib:stabilize_arbitrary_enum_discrimin...Dylan DPC-1/+1
2022-10-25Split diagnostic details out into a separate function and fluent filesOli Scherer-26/+48
2022-10-25Move a wf-check into the site where the value is instantiatedOli Scherer-21/+83
2022-10-24Delay span bug when we can't map lifetimes back in collect_trait_impl_trait_tysMichael Goulet-2/+10
2022-10-24Make param index generation a bit more robustOli Scherer-13/+14
2022-10-23Cleanup message and bless testsJack Huey-1/+1
2022-10-23Apply suggestions from code review Jack Huey-3/+3
2022-10-23Enable varargs support for calling conventions other than C or cdeclSoveu-13/+33
2022-10-23Auto merge of #103345 - Nilstrieb:diag-flat, r=compiler-errorsbors-29/+29