about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-09-15fix 101793, fix the wording of help msg for bitwise notyukang-1/+1
2022-09-15Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obkbors-469/+596
2022-09-14Auto merge of #101313 - SparrowLii:mk_attr_id, r=cjgillotbors-27/+111
2022-09-14Auto merge of #101212 - eholk:dyn-star, r=compiler-errorsbors-94/+473
2022-09-14Correct Key impl for HirId.Camille GILLOT-2/+2
2022-09-14Add FIXME.Camille GILLOT-0/+2
2022-09-14Comment LintLevelSets.Camille GILLOT-1/+12
2022-09-14Remove unused tool_name.Camille GILLOT-6/+0
2022-09-14Move some code and add comments.Camille GILLOT-252/+192
2022-09-14Allow query system to recover a HirId.Camille GILLOT-7/+37
2022-09-14Compute `lint_levels` by definitionDeadbeef-324/+474
2022-09-14Rollup merge of #101772 - est31:replace_placeholder_diagnostics, r=jackh726Dylan DPC-9/+20
2022-09-14Rollup merge of #101433 - jackh726:better-static-placeholder-error, r=compile...Dylan DPC-173/+343
2022-09-14Auto merge of #99443 - jam1garner:mips-virt-feature, r=nagisabors-2/+9
2022-09-14Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillotbors-145/+104
2022-09-14Auto merge of #101307 - jyn514:simplify-storage, r=cjgillotbors-153/+107
2022-09-14Also replace the placeholder for the stable_features lintest31-9/+20
2022-09-14add debug assertion for max `attr_id`SparrowLii-1/+24
2022-09-14make `mk_attr_id` part of `ParseSess`SparrowLii-27/+88
2022-09-13Use Predicate ConstraintCategory when normalizingJack Huey-15/+39
2022-09-13Better errors for implied static boundJack Huey-99/+278
2022-09-13Cleanup retrieve_closure_constraint_infoJack Huey-42/+30
2022-09-13Remove unused body argsJack Huey-31/+10
2022-09-13Address code review commentsEric Holk-62/+65
2022-09-13Auto merge of #101777 - matthiaskrgr:rollup-x2dyaa2, r=matthiaskrgrbors-27/+139
2022-09-13Rollup merge of #101765 - GuillaumeGomez:tyctxt-visibility-doc, r=jyn514Matthias Krüger-0/+10
2022-09-13Rollup merge of #101752 - GuillaumeGomez:improve-attr-docs, r=lqdMatthias Krüger-1/+11
2022-09-13Rollup merge of #101266 - LuisCardosoOliveira:translation-rustcsession-pt3, r...Matthias Krüger-26/+118
2022-09-13Auto merge of #101086 - cjgillot:thir-param, r=oli-obkbors-427/+390
2022-09-13Use def_span for external requirements.Camille GILLOT-2/+3
2022-09-13Shrink some visibilities.Camille GILLOT-17/+17
2022-09-13Also compute implicit params in THIR.Camille GILLOT-84/+98
2022-09-13Compute explicit MIR params on THIR.Camille GILLOT-55/+85
2022-09-13Simplify MIR building entry.Camille GILLOT-281/+250
2022-09-13Use tcx.hir() utils for spans in MIR building.Camille GILLOT-46/+20
2022-09-13Only keep one version of ImplicitSelfKind.Camille GILLOT-38/+13
2022-09-13Auto merge of #101615 - compiler-errors:rpitit-perf, r=oli-obkbors-23/+132
2022-09-13Add documentation for TyCtxt::visibilityGuillaume Gomez-0/+10
2022-09-13Auto merge of #101757 - Dylan-DPC:rollup-wkt6oe9, r=Dylan-DPCbors-231/+214
2022-09-13Rollup merge of #101700 - compiler-errors:deletion-span, r=davidtwcoDylan DPC-19/+25
2022-09-13Rollup merge of #101690 - kadiwa4:avoid_iterator_last, r=oli-obkDylan DPC-12/+8
2022-09-13Rollup merge of #101602 - nnethercote:AttrTokenStream, r=petrochenkovDylan DPC-200/+181
2022-09-13Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errorsbors-29/+5
2022-09-13Auto merge of #100640 - reitermarkus:socket-display-buffer, r=thomccbors-0/+1
2022-09-13Auto merge of #100101 - BelovDV:issue-99429, r=petrochenkovbors-54/+218
2022-09-13Don't render inline suggestions of only spacesMichael Goulet-4/+1
2022-09-13Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiserbors-36/+106
2022-09-12Make x.py check workEric Holk-3/+7
2022-09-12Make dyn-trait-method workMichael Goulet-4/+40
2022-09-12Rename some variantsMichael Goulet-56/+38