Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rollup of 3 pull requests #110401

Merged
merged 7 commits into from
Apr 16, 2023
Merged

Commits on Apr 8, 2023

  1. Configuration menu
    Copy the full SHA
    954d9a8 View commit details
    Browse the repository at this point in the history
  2. fix ICE

    fee1-dead committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    886c0e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. Remove TypeSuper{Foldable,Visitable} impls for Region.

    These traits exist so that folders/visitors can recurse into types of
    interest: binders, types, regions, predicates, and consts. But `Region`
    is non-recursive and cannot contain other types of interest, so its
    methods in these traits are trivial.
    
    This commit inlines and removes those trivial methods.
    nnethercote committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    4460a1d View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. Use lints via lint_defs instead of lints

    This gets rid of a blocking dependency edge from
    `rustc_lint->rustc_analysis->rustc_hir_typeck->rustc_interface`
    Noratrieb committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    ee8f92b View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#109665 - fee1-dead-contrib:rm-remap-queries…

    …, r=oli-obk
    
    Remove `remap_env_constness` in queries
    
    This removes some of the complexities with const traits. rust-lang#88119 used to be caused by this but was fixed by `param_env = param_env.without_const()`.
    fee1-dead authored Apr 16, 2023
    Configuration menu
    Copy the full SHA
    a5136f1 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#110345 - nnethercote:rm-Super-impls-for-Reg…

    …ion, r=compiler-errors
    
    Remove `TypeSuper{Foldable,Visitable}` impls for `Region`.
    
    These traits exist so that folders/visitors can recurse into types of interest: binders, types, regions, predicates, and consts. But `Region` is non-recursive and cannot contain other types of interest, so its methods in these traits are trivial.
    
    This commit inlines and removes those trivial methods.
    
    r? `@compiler-errors`
    fee1-dead authored Apr 16, 2023
    Configuration menu
    Copy the full SHA
    eba4191 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#110396 - Nilstrieb:speedy-bootstrap, r=jyn514

    Use lint via `lint_defs` instead of `lints`
    
    This gets rid of a blocking dependency edge from `rustc_lint->rustc_analysis->rustc_hir_typeck->rustc_interface`
    
    ![image](https://user-images.githubusercontent.com/48135649/232291152-fc61e6c5-9b1e-4db1-8101-dfaa3b7d30c6.png)
    fee1-dead authored Apr 16, 2023
    Configuration menu
    Copy the full SHA
    7fb14ae View commit details
    Browse the repository at this point in the history