Folkert
|
047779d981
|
WIP infer join points too
|
2024-07-06 16:14:29 +02:00 |
|
Brendan Hansknecht
|
6dc5bfb1b7
|
Use roc_target over target_lexicon
Tailors a target class for our needs.
Replaces tons of uses across the entire compiler.
This is a base for later adding new targets like thumb.
|
2024-03-31 10:50:26 -07:00 |
|
Anton-4
|
3c7a834da1
|
update to new interpolation syntax
|
2024-02-02 13:39:10 +01:00 |
|
Richard Feldman
|
b48fa0698a
|
Remove scalars and graphemes from Str
|
2024-01-17 21:30:34 -05:00 |
|
Brendan Hansknecht
|
ce6e0bec9f
|
add memory leak valgrind test for freeing boxes
|
2024-01-06 08:17:45 -08:00 |
|
Anton-4
|
1126f85b5a
|
fix clippy unnecessary hashes
|
2024-01-01 16:38:36 +01:00 |
|
Folkert
|
8e9cf121ad
|
rust 1.71 clippy fixes
|
2023-07-25 10:46:46 +02:00 |
|
Folkert
|
ef39bad7c6
|
auto clippy fixes
|
2023-07-10 18:27:08 +02:00 |
|
Hannes
|
97fa6758d0
|
Rename trimLeft to trimStart and trimRight to trimEnd
|
2023-06-19 13:17:59 +08:00 |
|
Folkert
|
2ef0c33177
|
add extra valgrind tests
|
2023-04-11 22:27:19 +02:00 |
|
Anton-4
|
640582364b
|
fmt
|
2023-04-04 13:33:23 +02:00 |
|
Anton-4
|
a59e9169fe
|
valgrind crate avx512 fix
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
|
2023-04-04 13:16:14 +02:00 |
|
Folkert
|
e308078af5
|
fix compile error in tests
|
2023-03-05 18:11:30 +01:00 |
|
Folkert
|
d224992bc1
|
Merge remote-tracking branch 'origin/main' into glue-getters-rtfeldman
|
2023-03-05 17:24:05 +01:00 |
|
Brendan Hansknecht
|
9894f52afd
|
update missed uses of roc_cli::build
|
2023-03-04 10:19:26 -08:00 |
|
Brendan Hansknecht
|
7a944113a0
|
move build_file and related functions to roc_build
This is needed of glue to be able to call build_file.
Also does some other changes to avoid circular dependencies.
|
2023-03-04 10:00:43 -08:00 |
|
Folkert
|
454f3c603e
|
give the new exposed symbols to the surgical linker
|
2023-02-25 19:35:46 +01:00 |
|
Folkert
|
0af11c210e
|
fix memory leak in List.concat
|
2023-01-26 20:31:33 +01:00 |
|
Folkert
|
4e5b106f98
|
use capacity instead of length in list deinit
|
2023-01-20 21:44:41 +01:00 |
|
Folkert
|
165d4b3450
|
fix memory leak in string trimming
|
2023-01-19 14:35:38 +01:00 |
|
Folkert
|
437498b7ac
|
list decrement must use capacity, not length
|
2023-01-14 13:14:37 +01:00 |
|
Folkert
|
546a3dd0c4
|
fix unused import
|
2023-01-10 18:54:38 +01:00 |
|
Anton-4
|
867067dfaf
|
fix unused warning on macos
|
2023-01-10 17:21:34 +01:00 |
|
Anton-4
|
6406834c4e
|
moved building to lib with Once
|
2023-01-10 16:48:22 +01:00 |
|
Folkert
|
c8467c1a52
|
remove cfg(test) in build script
|
2023-01-09 23:32:26 +01:00 |
|
Folkert
|
7b8b2a40f6
|
add test for str concat on non-unique first argument
|
2023-01-09 12:18:12 +01:00 |
|
Folkert
|
cb53e46cdd
|
clippy
|
2023-01-08 17:46:13 +01:00 |
|
Folkert
|
f54b1f577c
|
split out valgrind reporting code
|
2022-12-30 14:54:24 +01:00 |
|
Folkert
|
9198f2fd1b
|
move imports
|
2022-12-30 14:30:10 +01:00 |
|
Folkert
|
407fef0602
|
fix compilation on non-linux systems
|
2022-12-30 14:30:10 +01:00 |
|
Folkert
|
9500b0b97b
|
stop writing to files
|
2022-12-30 14:30:10 +01:00 |
|
Folkert
|
06e5aea454
|
add test source
|
2022-12-30 14:30:09 +01:00 |
|
Folkert
|
b81aed852a
|
properly display valgrind problems
|
2022-12-30 14:30:09 +01:00 |
|
Folkert
|
c97dbcfde1
|
valgrind test crate
|
2022-12-30 14:30:08 +01:00 |
|