Commit graph

14 commits

Author SHA1 Message Date
Dimitris Fasarakis Hilliard
7714c5f517 Add tests, some comments, to function.rs. 2023-02-11 23:07:57 +02:00
Jeong YunWon
2f33de77c4 first cspell dict 2023-01-09 19:57:23 +09:00
Anil Tuncel
dc84197a23 format using cargo fmt 2022-12-29 22:15:44 +01:00
Anil Tuncel
aa75f82e2d arg name to be written upon duplicate kwargs error #4381 2022-12-29 22:06:41 +01:00
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