rust/compiler/rustc_expand/src
bors 5e7025419d Auto merge of #118830 - GuillaumeGomez:env-tracked_env, r=Nilstrieb
Add support for `--env` on `tracked_env::var`

Follow-up of https://github.com/rust-lang/rust/pull/118368.
Part of Part of https://github.com/rust-lang/rust/issues/80792.

It adds support of the `--env` option for proc-macros through `tracked_env::var`.

r? `@Nilstrieb`
2023-12-17 04:23:08 +00:00
..
mbe Auto merge of #117050 - c410-f3r:here-we-go-again, r=petrochenkov 2023-12-13 06:37:08 +00:00
mut_visit rustc_ast: Turn MutVisitor::token_visiting_enabled into a constant 2021-10-18 00:23:24 +03:00
parse Add spacing information to delimiters. 2023-12-11 09:36:40 +11:00
tokenstream Remove TokenStreamBuilder. 2022-10-05 12:42:54 +11:00
base.rs Change msg: impl Into<String> for bug diagnostics. 2023-12-15 09:42:14 +11:00
build.rs Auto merge of #118420 - compiler-errors:async-gen, r=eholk 2023-12-08 19:13:57 +00:00
config.rs Rollup merge of #118802 - ehuss:remove-edition-preview, r=TaKO8Ki 2023-12-11 11:40:36 +01:00
errors.rs Remove edition umbrella features. 2023-12-10 13:03:28 -08:00
expand.rs Auto merge of #117050 - c410-f3r:here-we-go-again, r=petrochenkov 2023-12-13 06:37:08 +00:00
lib.rs Use rustc_fluent_macro::fluent_messages! directly. 2023-11-26 08:38:40 +11:00
mbe.rs Add spacing information to delimiters. 2023-12-11 09:36:40 +11:00
module.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
placeholders.rs Parse a pattern with no arm 2023-12-03 12:25:46 +01:00
proc_macro_server.rs Auto merge of #118830 - GuillaumeGomez:env-tracked_env, r=Nilstrieb 2023-12-17 04:23:08 +00:00
proc_macro.rs Use Session::diagnostic in more places. 2023-12-02 09:01:35 +11:00
tests.rs Replace option.map(cond) == Some(true) with option.is_some_and(cond) 2023-11-24 09:14:09 -08:00