Files
rust/compiler
Nicholas Nethercote 1edf201937 Avoid some unnecessary symbol interning.
- `Ident::from_str_and_span` -> `Ident::new` when the string is
  pre-interned.
- `Ident::from_str` -> `Ident::with_dummy_span` when the string is
  pre-interned.
- `_d` and `_e` are unused.
2025-06-20 13:18:41 +10:00
..
2025-06-12 20:27:10 +02:00
2025-06-17 23:22:51 +02:00
2025-06-06 14:20:48 +00:00
2025-06-12 09:56:47 +02:00
2025-05-12 15:33:37 +02:00
2025-06-16 10:33:00 +10:00
2025-06-03 14:23:56 +02:00