xizheyin
2832517ba1
Clean code for rustc_parse/src/lexer
1. Rename `make_unclosed_delims_error` and return `Vec<Diag>`
2. change magic number `unclosed_delimiter_show_limit` to const
3. move `eof_err` below parsing logic
4. Add `calculate_spacing` for `bump` and `bump_minimal`
Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>
2025-07-22 18:38:33 +08:00
..
2025-07-17 15:54:33 +00:00
2025-07-18 12:13:19 +02:00
2025-07-18 03:13:21 +02:00
2025-07-17 18:06:26 +08:00
2025-07-19 05:02:40 +00:00
2025-07-18 16:27:59 +00:00
2025-07-18 14:49:19 +02:00
2025-07-16 23:24:32 +02:00
2025-07-18 22:35:58 +02:00
2025-07-20 08:56:08 +02:00
2025-07-20 15:34:07 +02:00
2025-07-19 10:29:13 +02:00
2025-07-18 04:27:51 +02:00
2025-07-18 12:24:56 +02:00
2025-07-19 01:49:19 +08:00
2025-07-18 14:49:19 +02:00
2025-07-17 18:06:26 +08:00
2025-07-17 22:28:49 +00:00
2025-07-20 08:56:09 +02:00
2025-07-17 18:06:26 +08:00
2025-07-19 01:49:19 +08:00
2025-07-17 23:19:12 +00:00
2025-07-20 08:56:05 +02:00
2025-07-20 08:56:08 +02:00
2025-07-18 19:14:46 +02:00
2025-07-20 08:56:10 +02:00
2025-07-19 14:14:12 -07:00
2025-07-18 09:36:38 +02:00
2025-07-22 18:38:33 +08:00
2025-07-18 16:27:59 +00:00
2025-07-17 23:59:41 +00:00
2025-07-18 14:49:20 +02:00
2025-07-19 18:20:39 +00:00
2025-07-18 05:43:22 +00:00
2025-07-18 14:49:19 +02:00
2025-07-16 23:24:32 +02:00
2025-07-18 09:35:11 +02:00
2025-07-20 17:45:01 +00:00
2025-07-20 17:45:01 +00:00
2025-07-17 10:41:45 +02:00
2025-07-18 02:23:50 +00:00