roc/crates/compiler/parse/src
Luke Boswell f7dbf850b9
Merge pull request #7409 from joshuawarner32/fuzzing-bugs-5
Fix another batch of parsing/formatting bugs found in fuzzing
2024-12-28 17:36:03 +11:00
..
ast.rs Fix crash with doubly-nested parens in patterns 2024-12-24 14:08:52 -05:00
blankspace.rs Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
expr.rs Issue 7089: ?? operator 2024-12-26 10:53:47 -06:00
header.rs Switch fx mode based on platform main too 2024-11-07 18:54:16 -03:00
highlight.rs Merge branch 'main' into builtin-task 2024-08-12 23:12:38 -07:00
ident.rs minor improvements 2024-12-04 14:32:38 +01:00
keyword.rs Disallow expect! as an identifier 2024-12-21 20:14:18 -05:00
lib.rs Implement return keyword 2024-10-20 08:58:59 -07:00
normalize.rs Fix normalization of strings with overflowing unicode 2024-12-15 18:33:56 -08:00
number_literal.rs
parser.rs Graccefully handle overflowing unicode literals 2024-12-15 18:33:54 -08:00
pattern.rs Fix crash with doubly-nested parens in patterns 2024-12-24 14:08:52 -05:00
src64.rs fix wasm repl warnings 2024-07-13 18:45:01 +02:00
state.rs Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
string_literal.rs Fix comments in str interpolations 2024-12-16 18:23:37 -08:00
test_helpers.rs Move Full from fmt to parse and reorganize confusingly-named Module ast type 2024-08-07 23:01:49 -07:00
type_annotation.rs Switch to something that won't trigger the panic detector 2024-12-25 09:33:19 -05:00