Nick Liu
|
f9b50d20b2
|
format code
|
2022-12-29 22:49:26 +08:00 |
|
Nick Liu
|
5b40f2297c
|
add arg_name in duplicate argument error msg
|
2022-12-29 22:49:26 +08:00 |
|
Nick Liu
|
8eeca31fe6
|
added lex error: DuplicateArguments
|
2022-12-29 22:49:26 +08:00 |
|
Anders Kaseorg
|
3e3c1417bc
|
Prohibit starred arguments after double-starred arguments
CPython prohibits ‘f(**kwargs, *args)’; we should too.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
|
2022-12-27 12:49:50 -08:00 |
|
Anders Kaseorg
|
408d15f608
|
Remove unnecessary boxing of ASDL product children
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
|
2022-12-14 02:30:02 -08:00 |
|
Charlie Marsh
|
d9b7daa844
|
Use rustc-hash
|
2022-11-20 15:30:19 -05:00 |
|
Charlie Marsh
|
7f44441183
|
Implement some minor performance optimizations
|
2022-11-20 13:33:20 -05:00 |
|
Charlie Marsh
|
8a32bab00a
|
Add end locations to all nodes (#4192)
|
2022-10-17 13:18:30 +09:00 |
|
Jeong YunWon
|
9d6ab72d79
|
integrate ast::Location into compilre-core::Location
|
2022-08-22 08:42:20 +09:00 |
|
Jeong YunWon
|
060d153bb3
|
reorganize compiler crates
|
2022-08-22 04:42:42 +09:00 |
|