Nick Liu
|
200390c1ab
|
format code
|
2022-12-29 22:49:26 +08:00 |
|
Nick Liu
|
41f21a7b5d
|
add arg_name in duplicate argument error msg
|
2022-12-29 22:49:26 +08:00 |
|
Nick Liu
|
15ab44384c
|
added lex error: DuplicateArguments
|
2022-12-29 22:49:26 +08:00 |
|
Anders Kaseorg
|
661b210391
|
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
|
f4672e4256
|
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
|
51b7dbb89c
|
Use rustc-hash
|
2022-11-20 15:30:19 -05:00 |
|
Charlie Marsh
|
28a8c3a062
|
Implement some minor performance optimizations
|
2022-11-20 13:33:20 -05:00 |
|
Charlie Marsh
|
1cc342e4ed
|
Add end locations to all nodes (#4192)
|
2022-10-17 13:18:30 +09:00 |
|
Jeong YunWon
|
904fc477f1
|
integrate ast::Location into compilre-core::Location
|
2022-08-22 08:42:20 +09:00 |
|
Jeong YunWon
|
53c48bf6b9
|
reorganize compiler crates
|
2022-08-22 04:42:42 +09:00 |
|