faldor20
|
56481dc724
|
clippy and comments
comments and clippy
|
2024-03-17 20:33:30 +10:00 |
|
faldor20
|
089c499fc6
|
fixed types so tests are happy
|
2024-03-17 20:33:30 +10:00 |
|
faldor20
|
46122262ff
|
splitup record decoder
|
2024-03-17 20:33:30 +10:00 |
|
faldor20
|
17599ec911
|
cleanup
fix error
cleanup
|
2024-03-17 20:33:30 +10:00 |
|
Luke Boswell
|
3b2e9e36b8
|
rename operator.rs to desugar.rs
|
2024-03-17 15:57:27 +11:00 |
|
Trevor Settles
|
949b3f83bd
|
Merge branch 'main' of https://github.com/rtfeldman/roc into parser-docs
|
2024-03-16 15:02:49 -06:00 |
|
Trevor Settles
|
5660de93e0
|
removed one_of_with_error
|
2024-03-16 15:02:09 -06:00 |
|
Richard Feldman
|
14ba398b5d
|
Merge pull request #6569 from faldor20/docs
Add docs to completions and hover
|
2024-03-16 11:22:58 -04:00 |
|
Anton-4
|
ad4fa6a4d7
|
fix spelling
|
2024-03-16 14:44:36 +01:00 |
|
Anton-4
|
3fadcf7bcb
|
style changes
|
2024-03-16 14:41:08 +01:00 |
|
Trevor Settles
|
6d64bbb65a
|
Merge branch 'main' into parser-docs
|
2024-03-15 18:14:56 -06:00 |
|
dependabot[bot]
|
ec916a8f45
|
Bump follow-redirects in /crates/compiler/checkmate/www
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.6)
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-15 18:15:36 +00:00 |
|
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 |
|
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
|
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 |
|
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
|
cc4453b301
|
remove alias
|
2024-03-12 06:42:37 +10:00 |
|
Eli Dowling
|
15faf59c6b
|
removed unneeded imported modules info
|
2024-03-12 06:42:34 +10:00 |
|
Eli Dowling
|
c89c8c3e95
|
fix formatter crash
|
2024-03-12 06:42:27 +10:00 |
|
Eli Dowling
|
3027fc2284
|
working completions
|
2024-03-12 06:42:22 +10:00 |
|
David Dunn
|
a8839108f8
|
Update mono test files
|
2024-03-11 18:59:33 +02:00 |
|
faldor20
|
23dd23c337
|
update builtin comments
|
2024-03-12 00:39:49 +10:00 |
|
faldor20
|
be71514435
|
spelling
|
2024-03-12 00:26:29 +10:00 |
|
faldor20
|
45d994d7d7
|
clippy
|
2024-03-12 00:18:01 +10:00 |
|
faldor20
|
ee264981b6
|
cleanup getting docs for symbol
|
2024-03-12 00:13:57 +10:00 |
|
faldor20
|
321baf86d1
|
moved exposed module filtering into docs
|
2024-03-12 00:02:19 +10:00 |
|
Richard Feldman
|
e06b134228
|
Fix the TagOrClosure case
|
2024-03-11 10:58:38 +02:00 |
|