bors
10a76d6347
Auto merge of #139083 - petrochenkov:ctxtdecod3, r=nnethercote
...
hygiene: Rewrite `apply_mark_internal` to be more understandable
The previous implementation allocated new `SyntaxContext`s in the inverted order, and it was generally very hard to understand why its result matches what the `opaque` and `opaque_and_semitransparent` field docs promise.
```rust
/// This context, but with all transparent and semi-transparent expansions filtered away.
opaque: SyntaxContext,
/// This context, but with all transparent expansions filtered away.
opaque_and_semitransparent: SyntaxContext,
```
It also couldn't be easily reused for the case where the context id is pre-reserved like in #129827 .
The new implementation tries to follow the docs in a more straightforward way.
I did the transformation in small steps, so it indeed matches the old implementation, not just the docs.
So I suggest reading only the new version.
2025-03-31 08:44:14 +00:00
..
2025-02-22 13:30:41 +08:00
2024-11-27 07:18:25 -08:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2025-03-14 19:50:03 +00:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-01-22 20:14:59 +11:00
2024-03-25 15:02:55 +00:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-10-28 14:12:45 +11:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-01-13 12:46:58 -05:00
2024-01-22 20:14:59 +11:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-01-22 20:14:59 +11:00
2024-11-27 07:18:25 -08:00
2024-02-16 20:02:50 +00:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-01-13 12:46:58 -05:00
2024-11-27 07:18:25 -08:00
2024-04-04 02:14:57 +01:00
2025-01-06 17:58:30 +00:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-06-05 13:07:32 +10:00
2024-11-27 07:18:25 -08:00
2025-03-26 15:30:12 +03:00
2025-03-26 15:30:12 +03:00
2024-11-27 07:18:25 -08:00
2024-07-24 21:03:52 +10:00
2024-11-27 07:18:25 -08:00
2024-07-24 21:03:52 +10:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-03-25 15:02:55 +00:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-02-18 22:51:19 +02:00
2024-02-16 20:02:50 +00:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2025-02-24 17:49:20 +03:00
2025-02-24 17:49:20 +03:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-01-29 17:43:07 +08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-02-16 20:02:50 +00:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-02-16 20:02:50 +00:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2025-02-10 20:21:39 +00:00
2024-11-27 07:18:25 -08:00
2024-01-22 20:14:59 +11:00
2024-11-27 07:18:25 -08:00
2024-01-22 20:14:59 +11:00
2024-11-27 07:18:25 -08:00
2024-01-22 20:14:59 +11:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-01-22 20:14:59 +11:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-10-28 14:12:45 +11:00
2024-11-27 07:18:25 -08:00
2025-03-07 14:51:07 +11:00
2024-11-27 07:18:25 -08:00
2024-11-03 13:55:52 -08:00
2024-11-27 07:18:25 -08:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-02-16 20:02:50 +00:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-02-13 20:27:43 +00:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-01-22 20:14:59 +11:00
2025-03-25 17:33:09 +03:00
2025-03-25 17:33:09 +03:00
2025-03-25 17:33:09 +03:00
2024-11-27 07:18:25 -08:00
2025-02-11 19:42:47 -08:00
2024-07-24 21:03:52 +10:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-02-16 20:02:50 +00:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2025-02-21 17:37:03 +00:00
2025-02-21 17:37:03 +00:00
2025-01-07 16:04:14 +01:00
2025-02-10 20:21:39 +00:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-01-22 20:14:59 +11:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2023-12-21 16:45:29 +05:30
2024-07-24 21:03:52 +10:00
2024-11-27 07:18:25 -08:00
2024-01-22 20:19:17 +11:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-06-05 13:07:32 +10:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-01-13 12:46:58 -05:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2025-02-10 20:21:39 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-07 10:42:01 +08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2025-03-14 19:50:03 +00:00
2024-11-27 07:18:25 -08:00
2024-01-29 17:43:07 +08:00
2024-01-29 17:43:07 +08:00
2024-11-27 07:18:25 -08:00
2024-02-11 02:43:44 +09:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-01-22 20:14:59 +11:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-12-27 19:58:16 +11:00
2025-01-01 15:58:29 +01:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-28 14:32:45 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-08-24 06:57:47 +10:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-02-16 20:02:50 +00:00
2024-12-27 19:58:16 +11:00
2025-02-21 17:37:03 +00:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-01-22 20:14:59 +11:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-10-11 21:21:32 +02:00
2024-03-06 22:24:25 +01:00
2024-11-27 07:18:25 -08:00
2025-03-30 01:32:21 +03:00
2025-03-30 01:32:21 +03:00
2024-03-25 15:02:55 +00:00
2024-03-25 15:02:55 +00:00
2025-03-07 14:51:08 +11:00
2025-03-07 14:51:08 +11:00
2024-02-16 20:02:50 +00:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-12-27 19:58:16 +11:00
2025-03-30 11:14:33 +02:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-02-16 20:02:50 +00:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-05-28 08:15:15 +10:00
2024-05-28 08:15:15 +10:00
2025-03-25 17:33:09 +03:00
2024-11-27 07:18:25 -08:00
2024-01-22 20:14:59 +11:00
2024-02-16 20:02:50 +00:00
2024-11-27 07:18:25 -08:00
2024-03-25 15:02:55 +00:00
2024-11-27 07:18:25 -08:00
2025-01-19 08:53:02 -07:00
2025-01-19 08:53:02 -07:00
2024-02-16 20:02:50 +00:00
2024-11-27 07:18:25 -08:00
2024-02-16 20:02:50 +00:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-05-17 18:33:37 -03:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-02-16 20:02:50 +00:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00
2025-02-22 13:30:41 +08:00
2025-02-22 13:30:41 +08:00
2024-02-16 20:02:50 +00:00
2024-11-27 07:18:25 -08:00
2024-11-27 07:18:25 -08:00