index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_builtin_macros
/
src
/
env.rs
Age
Commit message (
Expand
)
Author
Lines
2025-05-10
Remove `AstDeref`.
Nicholas Nethercote
-3
/
+3
2025-02-08
Rustfmt
bjorn3
-5
/
+5
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-10-13
Fix bug where `option_env!` would return `None` when env var is present but n...
beetrees
-7
/
+27
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-6
/
+6
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+6
2024-04-26
Adjust some `pub`s.
Nicholas Nethercote
-2
/
+2
2024-04-26
Move some functions from `rustc_expand` to `rustc_builtin_macros`.
Nicholas Nethercote
-3
/
+2
2024-04-01
Fix error message for `env!` when env var is not valid Unicode
beetrees
-21
/
+30
2024-03-13
delay expand macro bang when there has indeterminate path
bohan
-20
/
+34
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-2
/
+2
2024-02-25
Remove `ast::` & `base::` prefixes from some builtin macros
Lieselotte
-9
/
+11
2024-02-25
Add `ErrorGuaranteed` to `ast::ExprKind::Err`
Lieselotte
-17
/
+19
2024-01-12
Rename `--env` option flag to `--env-set`
Guillaume Gomez
-1
/
+1
2023-12-24
Remove `ExtCtxt` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-4
/
+4
2023-12-10
Implement `--env` compiler flag
Guillaume Gomez
-2
/
+12
2023-11-04
Use the correct span when emitting the `env!` result
Thom Chiovoloni
-1
/
+1
2023-07-25
builtin_macros: raw str in diagnostic output
David Wood
-18
/
+23
2023-07-24
builtin_macros: expect raw strings too
David Wood
-1
/
+1
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-1
/
+6
2023-05-11
Better diagnostics for `env!` where variable contains escape
clubby789
-3
/
+9
2023-04-10
Migrate most of `rustc_builtin_macros` to diagnostic impls
clubby789
-18
/
+12
2023-02-28
Explain compile-time vs run-time difference in env!() error message
Kornel
-10
/
+30
2023-02-21
Use `ThinVec` in various AST types.
Nicholas Nethercote
-2
/
+2
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2022-12-28
Rename `Rptr` to `Ref` in AST and HIR
Nilstrieb
-1
/
+1
2022-12-10
Migrate parts of `rustc_expand` to session diagnostics
nils
-1
/
+1
2022-12-06
`rustc_builtin_macros`: remove `ref` patterns
Maybe Waffle
-1
/
+1
2022-04-08
check_doc_keyword: don't alloc string for emptiness check
klensy
-2
/
+2
2022-02-19
Adopt let else in more places
est31
-6
/
+4
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-2
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+93