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
|
178bc469e6
|
Put back a bunch of the push_new etc. calls
|
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 |
|
Anton-4
|
0e28199b49
|
fixed valgrind crate
|
2024-10-21 17:43:22 +02:00 |
|
Sam Mohr
|
7518a2c5ab
|
Address PR comments, add syntax tests
|
2024-10-21 03:06:43 -07:00 |
|
Richard Feldman
|
67bca80921
|
Add test_compile crate
|
2024-10-20 18:52:22 -04:00 |
|
Sam Mohr
|
b3e60f9d3a
|
Implement return keyword
|
2024-10-20 08:58:59 -07:00 |
|
Richard Feldman
|
98535bfbce
|
wip
|
2024-10-20 11:00:58 -04:00 |
|
Anton-4
|
b346adfab8
|
fixes and refactoring progress
|
2024-10-16 16:39:16 +02:00 |
|
Stuart Hinson
|
3739023f2a
|
fix typo in Dict.update docs
`Err` branch fix
Signed-off-by: Stuart Hinson <stuart.hinson@gmail.com>
|
2024-10-15 13:19:36 -04:00 |
|
Anton-4
|
a12d281707
|
fix 'Only 64bit little endian...' with prebuilt platform
|
2024-10-15 16:15:41 +02:00 |
|
Richard Feldman
|
e947cd78b9
|
Use LowerTupleIterator approach
|
2024-10-15 09:25:52 -04:00 |
|
Richard Feldman
|
3520145378
|
Make specialize_types lower to a new representation
|
2024-10-14 22:13:50 -04:00 |
|
dependabot[bot]
|
d034633b9f
|
Bump cookie and express in /crates/compiler/checkmate/www
Bumps [cookie](https://github.com/jshttp/cookie) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.
Updates `cookie` from 0.6.0 to 0.7.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.1)
Updates `express` from 4.21.0 to 4.21.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.21.0...4.21.1)
---
updated-dependencies:
- dependency-name: cookie
dependency-type: indirect
- dependency-name: express
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-10-12 22:04:06 +00:00 |
|
Richard Feldman
|
beda934868
|
Merge pull request #7156 from roc-lang/soa
Make Subs use a more generic `soa` implementation
|
2024-10-12 18:03:00 -04:00 |
|
Anton-4
|
7dfa469ea8
|
stuck on Only 64bit little endian elf currently...
|
2024-10-12 19:47:16 +02:00 |
|
Anton-4
|
0659abdc40
|
cli tests refactoring progress
|
2024-10-11 20:54:31 +02:00 |
|
Brendan Hansknecht
|
5646f829dc
|
Merge pull request #7146 from HajagosNorbert/hajagosnorbert/neg_int
gen_dev-x86_64 extend Num.neg to all Signed and Unsigned int sizes
|
2024-10-11 08:57:46 -07:00 |
|
Richard Feldman
|
526b6d85fb
|
Deprecate collections/soa
|
2024-10-10 00:30:37 -04: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 |
|
Richard Feldman
|
ece46a28d0
|
Add soa crate
|
2024-10-09 23:58:42 -04:00 |
|
Richard Feldman
|
0d459cc84b
|
wip
|
2024-10-09 22:54:29 -04:00 |
|
Richard Feldman
|
58aaf32475
|
Unwrap type aliases more
|
2024-10-09 20:27:43 -04:00 |
|
Anton-4
|
3bad18dc92
|
refactoring progress, use valgrind on exe
|
2024-10-09 20:04:36 +02:00 |
|
Luke Boswell
|
0271f2eeb2
|
Merge pull request #7151 from hrishisd/deprecate-old-str-interpolation
Remove deprecated string interpolation syntax #7148
|
2024-10-09 11:21:18 +11:00 |
|
Luke Boswell
|
de9491eb7f
|
Merge remote-tracking branch 'remote/main' into rebuild-platform
|
2024-10-09 09:57:27 +11:00 |
|
Luke Boswell
|
e3afeaa7ff
|
WIP Merge remote-tracking branch 'remote/main' into rebuild-platform
|
2024-10-09 09:21:46 +11:00 |
|
hrishisd
|
cb98c45e88
|
Remove deprecated string interpolation syntax
|
2024-10-08 16:31:22 -04:00 |
|
Richard Feldman
|
79744808e6
|
clippy
|
2024-10-08 13:24:00 -04:00 |
|
Richard Feldman
|
5dda595277
|
Remove extra sepcialize tests
|
2024-10-08 07:54:53 -04:00 |
|
Anton-4
|
03a2d364a6
|
fix surgical linking
|
2024-10-08 11:45:46 +02:00 |
|
Luke Boswell
|
915097d792
|
Merge remote-tracking branch 'remote/main' into upgrade-llvm-zig
|
2024-10-08 18:21:24 +11:00 |
|
Brendan Hansknecht
|
7ae5242c1b
|
fix syntax snapshot tests
|
2024-10-07 21:16:30 -07:00 |
|
Brendan Hansknecht
|
21e370f41f
|
minor formatting fixes
|
2024-10-07 21:16:30 -07:00 |
|
Brendan Hansknecht
|
e6a149642d
|
minor fix
|
2024-10-07 21:16:30 -07:00 |
|
Brendan Hansknecht
|
5b8b781bad
|
remove single entrypoint
|
2024-10-07 21:16:30 -07:00 |
|
Brendan Hansknecht
|
3c232446d9
|
add a test for multiple expose and fix naming
|
2024-10-07 21:16:30 -07:00 |
|
Brendan Hansknecht
|
a9d1327dd1
|
Enable multiple functions exposed to the host
|
2024-10-07 21:16:30 -07:00 |
|
Brendan Hansknecht
|
c61b7bf2a6
|
Remove requires type from the provides field
|
2024-10-07 21:16:30 -07:00 |
|
Brendan Hansknecht
|
bdb6651c13
|
Enable parsing multiple signitures for requires header
|
2024-10-07 21:16:30 -07:00 |
|
Richard Feldman
|
a787f220c8
|
Get specialize_types tests passing
|
2024-10-07 19:55:14 -04:00 |
|
Norbert Hajagos
|
72863daa7e
|
gen_dev-x86_64 extend Num.neg to all Signed and Unsigned int sizes
|
2024-10-07 23:43:58 +02:00 |
|