about summary refs log tree commit diff
path: root/compiler/rustc_macros/src/symbols.rs
AgeCommit message (Expand)AuthorLines
2025-06-28Use tidy to sort `sym::*` itemsYotam Ofek-12/+0
2025-05-12Fix typosomahs-1/+1
2025-04-10Allow drivers to supply a list of extra symbols to internAlex Macleod-9/+16
2025-01-07Avoid naming variables `str`Josh Triplett-8/+8
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-08-29Add `warn(unreachable_pub)` to `rustc_macros`.Nicholas Nethercote-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+4
2023-11-15Re-format code with new rustfmtMark Rousskov-1/+3
2023-11-10Update instructions in a comment.Nicholas Nethercote-10/+3
2023-10-26Fix symbols::tests::test_symbolsDavid Tolnay-0/+8
2023-10-26Improve span of env-related errorsDavid Tolnay-7/+7
2023-10-26Continue generating other symbols if an expr is not supportedDavid Tolnay-9/+14
2023-10-26Support environment variable for interned Symbol valueDavid Tolnay-4/+57
2023-10-26Move symbols macro map into a structDavid Tolnay-20/+32
2023-10-26Delete counter from symbols proc macro in favor of hashmap as source of truthDavid Tolnay-18/+24
2023-10-26Add a Parse impl for symbol ValueDavid Tolnay-2/+8
2023-10-26Represent symbol value as enum to prepare for supporting env varsDavid Tolnay-4/+10
2023-10-26Touch up syn parsing in symbols macroDavid Tolnay-4/+2
2023-01-05Fix `uninlined_format_args` for some compiler cratesnils-3/+3
2022-08-20symbols: add `is_preinterned` fn to check if symbol was preinterned in compilerklensy-1/+1
2021-09-13Use a separate interner type for UniqueTypeIdbjorn3-1/+1
2021-08-01bump bootstrap compiler to 1.55Pietro Albini-1/+0
2021-07-25clippy::useless_formatMatthias Krüger-1/+1
2021-07-09Fix default_hash_types to use resolved pathCameron Steffen-1/+1
2020-12-17Stop using intermediate macros in definition of symbolsArlie Davis-21/+16
2020-12-12Improve error handling in `symbols` proc-macroArlie Davis-53/+101
2020-09-26Remove unused #[allow(...)] statements from compiler/est31-1/+0
2020-08-30mv compiler to compiler/mark-0/+195