rust/compiler/rustc_builtin_macros/src
bors 1dd4db5062 Auto merge of #118655 - compiler-errors:rollup-vrngyzn, r=compiler-errors
Rollup of 9 pull requests

Successful merges:

 - #117793 (Update variable name to fix `unused_variables` warning)
 - #118123 (Add support for making lib features internal)
 - #118268 (Pretty print `Fn<(..., ...)>` trait refs with parentheses (almost) always)
 - #118346 (Add `deeply_normalize_for_diagnostics`, use it in coherence)
 - #118350 (Simplify Default for tuples)
 - #118450 (Use OnceCell in cell module documentation)
 - #118585 (Fix parser ICE when recovering `dyn`/`impl` after `for<...>`)
 - #118587 (Cleanup error handlers some more)
 - #118642 (bootstrap(builder.rs): Don't explicitly warn against `semicolon_in_expressions_from_macros`)

r? `@ghost`
`@rustbot` modify labels: rollup
2023-12-06 04:20:51 +00:00
..
assert Add gen blocks to ast and do some broken ast lowering 2023-10-27 13:05:48 +00:00
deriving Rollup merge of #118131 - lukas-code:multi-default, r=wesleywiser 2023-11-23 07:06:30 +01:00
format_foreign Use as_deref in compiler (but only where it makes sense) 2022-11-16 21:58:58 +00:00
alloc_error_handler.rs Use Session::diagnostic in more places. 2023-12-02 09:01:35 +11:00
asm.rs inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00
assert.rs Don't escape_debug the condition of assert!. 2023-10-10 09:08:11 +11:00
cfg_accessible.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
cfg_eval.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
cfg.rs rustc: Move features from Session to GlobalCtxt 2023-08-11 16:51:50 +08:00
cmdline_attrs.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
compile_error.rs Use Cow in {D,Subd}iagnosticMessage. 2023-05-29 09:23:43 +10:00
concat_bytes.rs Auto merge of #117472 - jmillikin:stable-c-str-literals, r=Nilstrieb 2023-12-01 13:33:55 +00:00
concat_idents.rs refactor: use by-ref TokenTree iterator to avoid a few clones 2023-05-11 21:59:38 -05:00
concat.rs Format all the let chains in compiler 2023-10-13 08:59:36 +00:00
derive.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
edition_panic.rs Remove MacDelimiter. 2023-08-03 09:03:30 +10:00
env.rs Use the correct span when emitting the env! result 2023-11-04 14:04:01 -07:00
errors.rs De-genericize some IntoDiagnostic impls. 2023-12-04 18:57:42 +11:00
format_foreign.rs unwrap return Option value, as it always returns Some for some fns 2023-11-28 14:52:21 +03:00
format.rs unwrap return Option value, as it always returns Some for some fns 2023-11-28 14:52:21 +03:00
global_allocator.rs Use Session::diagnostic in more places. 2023-12-02 09:01:35 +11:00
lib.rs Use rustc_fluent_macro::fluent_messages! directly. 2023-11-26 08:38:40 +11:00
log_syntax.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
proc_macro_harness.rs rustc: Move features from Session to GlobalCtxt 2023-08-11 16:51:50 +08:00
source_util.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
standard_library_imports.rs rustc: Move features from Session to GlobalCtxt 2023-08-11 16:51:50 +08:00
test_harness.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
test.rs Address code review feedback 2023-12-04 14:33:46 -08:00
trace_macros.rs Migrate some rustc_builtin_macros to SessionDiagnostic 2023-06-25 01:32:30 +08:00
type_ascribe.rs Add unstable type_ascribe macro 2022-11-19 22:16:42 +01:00
util.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00