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_macros
/
src
/
symbols.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-28
Use tidy to sort `sym::*` items
Yotam Ofek
-12
/
+0
2025-05-12
Fix typos
omahs
-1
/
+1
2025-04-10
Allow drivers to supply a list of extra symbols to intern
Alex Macleod
-9
/
+16
2025-01-07
Avoid naming variables `str`
Josh Triplett
-8
/
+8
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-08-29
Add `warn(unreachable_pub)` to `rustc_macros`.
Nicholas Nethercote
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+4
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-1
/
+3
2023-11-10
Update instructions in a comment.
Nicholas Nethercote
-10
/
+3
2023-10-26
Fix symbols::tests::test_symbols
David Tolnay
-0
/
+8
2023-10-26
Improve span of env-related errors
David Tolnay
-7
/
+7
2023-10-26
Continue generating other symbols if an expr is not supported
David Tolnay
-9
/
+14
2023-10-26
Support environment variable for interned Symbol value
David Tolnay
-4
/
+57
2023-10-26
Move symbols macro map into a struct
David Tolnay
-20
/
+32
2023-10-26
Delete counter from symbols proc macro in favor of hashmap as source of truth
David Tolnay
-18
/
+24
2023-10-26
Add a Parse impl for symbol Value
David Tolnay
-2
/
+8
2023-10-26
Represent symbol value as enum to prepare for supporting env vars
David Tolnay
-4
/
+10
2023-10-26
Touch up syn parsing in symbols macro
David Tolnay
-4
/
+2
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-3
/
+3
2022-08-20
symbols: add `is_preinterned` fn to check if symbol was preinterned in compiler
klensy
-1
/
+1
2021-09-13
Use a separate interner type for UniqueTypeId
bjorn3
-1
/
+1
2021-08-01
bump bootstrap compiler to 1.55
Pietro Albini
-1
/
+0
2021-07-25
clippy::useless_format
Matthias Krüger
-1
/
+1
2021-07-09
Fix default_hash_types to use resolved path
Cameron Steffen
-1
/
+1
2020-12-17
Stop using intermediate macros in definition of symbols
Arlie Davis
-21
/
+16
2020-12-12
Improve error handling in `symbols` proc-macro
Arlie Davis
-53
/
+101
2020-09-26
Remove unused #[allow(...)] statements from compiler/
est31
-1
/
+0
2020-08-30
mv compiler to compiler/
mark
-0
/
+195