Agus Zubiaga
|
6533e9084d
|
Add fx to ErrorType
|
2024-11-07 18:54:19 -03:00 |
|
Agus Zubiaga
|
9a5a5c3462
|
Remove irrelevant todos
|
2024-11-07 18:54:18 -03:00 |
|
Agus Zubiaga
|
6adc6d9168
|
Report ignored statement results
|
2024-11-07 18:54:18 -03:00 |
|
Agus Zubiaga
|
b01771c5ae
|
Show effectful function name in mismatches
|
2024-11-07 18:54:18 -03:00 |
|
Agus Zubiaga
|
f666dba67d
|
Report effectful top-level exprs
|
2024-11-07 18:54:17 -03:00 |
|
Agus Zubiaga
|
6e6382ab23
|
Canonicalize and constrain statement expr in purity inference mode
|
2024-11-07 18:54:15 -03:00 |
|
Agus Zubiaga
|
7af05cc6c9
|
Constrain function annotation fx to body
|
2024-11-07 18:54:13 -03:00 |
|
Agus Zubiaga
|
b9b85a222f
|
Do not use const fx vars when canonicalizing annotations
|
2024-11-07 18:54:13 -03:00 |
|
Agus Zubiaga
|
7776883262
|
Unify functions fx vars
|
2024-11-07 18:54:13 -03:00 |
|
Agus Zubiaga
|
5a5abe3bc5
|
Unify call's fx var with that of the enclosing function
|
2024-11-07 18:54:12 -03:00 |
|
Agus Zubiaga
|
3cef756559
|
Add fx var to Type::Function et al
|
2024-11-07 18:54:12 -03:00 |
|
Agus Zubiaga
|
386a5055ee
|
Add effect_type to can ClosureData
|
2024-11-07 18:54:11 -03:00 |
|
Sam Mohr
|
39687fdb97
|
Merge branch 'main' into return-keyword
|
2024-10-26 06:50:16 -07:00 |
|
Ayaz
|
e1183e58e5
|
Merge pull request #7179 from JRI98/unused_emptytuple
Remove unused EmptyTuple variant from FlatType enum
|
2024-10-25 09:19:57 -04:00 |
|
Sam Mohr
|
294f0c0d1f
|
Merge branch 'main' into return-keyword
|
2024-10-24 23:01:10 -07:00 |
|
JRI98
|
edd0bb553d
|
Remove unused EmptyTuple variant from FlatType enum
|
2024-10-22 16:29:53 +01:00 |
|
Richard Feldman
|
8997c80573
|
Remove deprecated roc_collections::soa things
|
2024-10-21 23:17:20 -04:00 |
|
Richard Feldman
|
08b32927f1
|
Implement @smores56's feedback from #7156
|
2024-10-21 22:10:44 -04:00 |
|
Richard Feldman
|
62b4fe6943
|
clippy
|
2024-10-21 22:10:43 -04:00 |
|
Richard Feldman
|
e589923ae8
|
Make collections::soa use the soa crate
|
2024-10-21 22:10:43 -04:00 |
|
Richard Feldman
|
44d00e1f13
|
Updates for making soa no_std
|
2024-10-21 22:10:43 -04:00 |
|
Richard Feldman
|
49d1786f6c
|
Remove more push_new and extend_new usages
|
2024-10-21 22:10:43 -04:00 |
|
Richard Feldman
|
b2ea0b842c
|
Revert "Do some checked SoA stuff"
This reverts commit c79d7745f6eb345fd50a7cb4a2a7dd6fb6f8f1fc.
|
2024-10-21 22:10:43 -04:00 |
|
Richard Feldman
|
a8d3280b02
|
Do some checked SoA stuff
|
2024-10-21 22:10:42 -04:00 |
|
Sam Mohr
|
7518a2c5ab
|
Address PR comments, add syntax tests
|
2024-10-21 03:06:43 -07:00 |
|
Sam Mohr
|
b3e60f9d3a
|
Implement return keyword
|
2024-10-20 08:58:59 -07:00 |
|
Richard Feldman
|
2567c8b545
|
Convert over Subs to use the new soa crate
|
2024-10-10 00:30:35 -04:00 |
|
Richard Feldman
|
586959780b
|
Revert "Try out converting subs to use soa stuff directly"
This reverts commit 4a7d7e42d6 .
|
2024-10-10 00:06:25 -04:00 |
|
Richard Feldman
|
4a7d7e42d6
|
Try out converting subs to use soa stuff directly
|
2024-10-10 00:06:22 -04:00 |
|
Richard Feldman
|
be0f1223eb
|
Update soa
|
2024-10-10 00:05:55 -04:00 |
|
Agus Zubiaga
|
762799052e
|
Merge branch 'main' into typecheck-module-params
|
2024-08-07 18:55:33 -03:00 |
|
Agus Zubiaga
|
d23a8dc618
|
Fix importing of module params vars
|
2024-07-02 22:48:47 -03:00 |
|
Agus Zubiaga
|
5ec4b042bb
|
Constrain and solve import params
No reporting yet
|
2024-07-02 04:10:46 -03:00 |
|
Anton-4
|
05a61e2210
|
clippy + fmt
|
2024-06-19 12:34:10 +02:00 |
|
Anton-4
|
5c45cc9c3e
|
fmt
|
2024-04-15 19:38:04 +02:00 |
|
Anton-4
|
dc96e194bd
|
clippy
|
2024-04-15 19:36:52 +02:00 |
|
Richard Feldman
|
204cee7d60
|
Clean up more unused Nat stuff
|
2024-01-26 16:23:21 -05:00 |
|
Richard Feldman
|
c4497f2c1c
|
Remove Nat from Num
|
2024-01-26 16:19:51 -05:00 |
|
Ayaz
|
aaba3f4d82
|
Merge branch 'main' into clippy-1.74
|
2023-12-02 20:09:06 -06:00 |
|
Brendan Hansknecht
|
c49046291a
|
misc cleanup suggestions
|
2023-11-28 16:40:43 -08:00 |
|
Brendan Hansknecht
|
82cda1965c
|
use INSPECT_INSPECT_ABILITY instead of INSPECT_INSPECT
|
2023-11-28 16:40:41 -08:00 |
|
Richard Feldman
|
443f6593c5
|
Add Inspect.Inspect to subs and auto-derive
|
2023-11-28 16:40:40 -08:00 |
|
Folkert
|
cf951ece59
|
use deref for clone
|
2023-11-18 22:48:11 +01:00 |
|
Folkert
|
49c2b1dbb7
|
redundant closure call
|
2023-11-18 22:46:40 +01:00 |
|
jecaro
|
c858031f74
|
Show the right fct name in type error messages
|
2023-11-16 16:44:55 +01:00 |
|
Folkert
|
94ca207772
|
formatting
|
2023-10-07 19:11:37 +02:00 |
|
Folkert
|
6ab54c02e2
|
drop into_iter in some places
|
2023-10-07 19:11:36 +02:00 |
|
Folkert
|
e6a154765c
|
silence some redundant closure call warnings caused by macros
|
2023-10-07 19:11:36 +02:00 |
|
Richard Feldman
|
dc7e8b43bd
|
Rename Float to Frac in more places
|
2023-09-11 08:50:13 -04:00 |
|
Richard Feldman
|
2da41be29f
|
Merge remote-tracking branch 'origin/main' into abilities-syntax
|
2023-08-10 20:36:01 -04:00 |
|