rust/compiler/rustc_middle/src
bors 276b75a843 Auto merge of #108732 - Dylan-DPC:rollup-dy1l8sx, r=Dylan-DPC
Rollup of 6 pull requests

Successful merges:

 - #108298 (Fix ICE: check if snippet is `)`)
 - #108405 (Lazily compute crate name for consider_optimizing)
 - #108656 (Rustdoc search: Emit an error for unclosed generic)
 - #108660 (Remove ne implementations from strings)
 - #108669 (Allow checking whether a type allows being uninitialized)
 - #108727 (rustc_expand: make proc-macro derive error translatable)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2023-03-04 11:44:02 +00:00
..
dep_graph Pass DepContext and QueryContext by value when practical 2023-02-14 17:21:18 +01:00
hir Add opt_rpitit_info query 2023-03-01 12:56:38 -03:00
infer canonicalization 2023-03-03 12:45:03 +01:00
middle diagnostics: if AssocFn has self argument, describe as method 2023-02-22 08:40:33 -07:00
mir Rollup merge of #108694 - est31:backticks_matchmaking_comments, r=Nilstrieb 2023-03-03 20:06:30 +01:00
query Match unmatched backticks in compiler/ that are part of rustdoc 2023-03-03 08:39:00 +01:00
thir Move THIR printing to rustc_mir_build. 2023-02-26 14:31:15 +00:00
traits canonicalization 2023-03-03 12:45:03 +01:00
ty Auto merge of #108732 - Dylan-DPC:rollup-dy1l8sx, r=Dylan-DPC 2023-03-04 11:44:02 +00:00
util Add some docs to bug, span_bug and delay_span_bug 2022-12-30 16:47:56 +01:00
arena.rs Wrap more into into closure_typeinfo query. 2023-02-26 10:30:27 +00:00
error.rs Match crate and slug names 2022-11-21 15:24:50 +01:00
lib.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
lint.rs create helper function for rustc_lint_defs::Level and remove it's duplicated code r=ozkanonur 2023-01-10 10:56:17 +03:00
macros.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
metadata.rs rustc: Parameterize ty::Visibility over used ID 2022-09-07 13:35:41 +04:00
tests.rs
thir.rs Make ExprKind the first field in thir::Expr 2023-03-02 18:21:44 +00:00
values.rs Rename ty_error_with_guaranteed to ty_error, ty_error to ty_error_misc 2023-02-22 22:23:45 +00:00