Commit graph

8189 commits

Author SHA1 Message Date
Anton-4
121c585681
Merge pull request #6567 from jschear/js/expects_per_module
Run expects separately per module, report test results per module behind `--verbose` flag
2024-03-15 19:15:00 +01:00
Anton-4
4b6910c033
fmt 2024-03-15 17:36:03 +01:00
Anton-4
e97cb06e2f
adjusted spacing 2024-03-15 17:24:36 +01:00
Luke Boswell
f48ac46ba1
remove formatted snapshot as there should be no change 2024-03-15 14:40:41 +11:00
Luke Boswell
e2557067c8
add nested snapshot for suffixed expr 2024-03-15 14:40:09 +11:00
Luke Boswell
8bbbd768ec
add snapshot test for suffixed expr 2024-03-15 14:39:21 +11:00
Richard Feldman
9bc0ab79af
Parse Expr::Suffixed 2024-03-15 14:39:14 +11:00
Richard Feldman
88042c2578
Rename has variable to implements 2024-03-15 14:39:04 +11:00
faldor20
2565580db5
working initial implementation 2024-03-15 13:31:11 +10:00
Trevor Settles
fd8c13010a
added links in docs 2024-03-14 15:32:04 -06:00
Trevor Settles
6a9982a0a7
Merge branch 'main' into parser-docs 2024-03-14 11:37:13 -06:00
Trevor Settles
c4172be7ce
fixed type parser -> parsers 2024-03-14 11:35:59 -06:00
Trevor Settles
bf96a59bbc
example and docs for backtrackable 2024-03-14 11:26:23 -06:00
Trevor Settles
3ebaa592f6
function versions for loc and map_with_arena macros 2024-03-14 11:19:18 -06:00
Trevor Settles
8ae0d99707
example for between 2024-03-14 11:10:28 -06:00
faldor20
00280f72a8
update name of doc func 2024-03-14 23:33:51 +10:00
faldor20
c4c372de39
Merge branch 'main' into docs 2024-03-14 23:29:35 +10:00
Trevor Settles
805ca70f75
example and docs for either 2024-03-13 22:10:35 -06:00
Trevor Settles
5714db6528
example and docs for debug 2024-03-13 21:58:45 -06:00
Trevor Settles
956bfdfde0
aero_or_more and one_or_more 2024-03-13 21:21:51 -06:00
Jonathan Schear
72916dfdf8
Add --verbose flag, move per-module test results behind it 2024-03-13 16:59:06 -04:00
Trevor Settles
2fc7b939da
example and docs for map 2024-03-13 14:04:20 -06:00
Anton-4
1efd7615f0
stylistic improvements 2024-03-13 20:27:23 +01:00
Folkert
51a4192659
infer for a proc whether it is OK to pass an argument as borrowed
this only looks at calls to lowlevels right now, not calls to other functions
2024-03-13 20:12:51 +01:00
Folkert
ae88295365
make the lowlevel borrow signature have a static lifetime
no more allocations, yay!
2024-03-13 19:25:05 +01:00
Trevor Settles
6db6629417
examples and docs for word2 and word3 2024-03-12 21:18:30 -06:00
Trevor Settles
b6d5425f6e
examples and docs for word1_indent 2024-03-12 20:42:35 -06:00
Trevor Settles
7884d92e29
example and docs for word1 2024-03-12 20:11:17 -06:00
Trevor Settles
47b537c278
added example for one_of_with_error 2024-03-12 15:43:08 -06:00
Trevor Settles
b146030fff
docs and examples for one_of 2024-03-12 15:03:14 -06:00
Luke Boswell
2c5b085ed5
Merge branch 'main' into extra-completion-data 2024-03-12 09:02:44 +11:00
Eli Dowling
5167d658a7
clippy and formatting 2024-03-12 06:42:40 +10:00
Eli Dowling
bc879c9869
split imports 2024-03-12 06:42:40 +10:00
Eli Dowling
4174bf38d6
cleanup nitpicks and reorganising 2024-03-12 06:42:39 +10:00
Eli Dowling
a7259a2a52
typo 2024-03-12 06:42:38 +10:00
Eli Dowling
cc4453b301
remove alias 2024-03-12 06:42:37 +10:00
Eli Dowling
7a09a31a6a
clippy 2024-03-12 06:42:37 +10:00
Eli Dowling
234d1d7e03
fix the tests that cargo clippy and fmt somehow broke 2024-03-12 06:42:36 +10:00
Eli Dowling
584a21ea7c
typos 2024-03-12 06:42:35 +10:00
Eli Dowling
6c36d5f510
comment cleanup 2024-03-12 06:42:34 +10:00
Eli Dowling
15faf59c6b
removed unneeded imported modules info 2024-03-12 06:42:34 +10:00
Eli Dowling
ed3649fe1f
cleanup refactor and clippy 2024-03-12 06:42:33 +10:00
Eli Dowling
02f0aca18c
remove un-used? 2024-03-12 06:42:32 +10:00
Eli Dowling
c7e60e69a0
Nice formatting 2024-03-12 06:42:31 +10:00
Eli Dowling
ebd9eda7aa
Added formatting for module completion 2024-03-12 06:42:31 +10:00
Eli Dowling
edb076e5df
completionitems have correct type 2024-03-12 06:42:30 +10:00
Eli Dowling
4a872a3ccf
cleanup and comment for clarity 2024-03-12 06:42:29 +10:00
Eli Dowling
b98633f1ba
fixed unwinding of async 2024-03-12 06:42:29 +10:00
Eli Dowling
84f4a5692d
removed aliases completion for now 2024-03-12 06:42:28 +10:00
Eli Dowling
c89c8c3e95
fix formatter crash 2024-03-12 06:42:27 +10:00