Anton-4
ea846b5842
Merge branch 'trunk' of ssh://github.com/rtfeldman/roc into repl_history
2020-11-27 11:45:20 +01:00
Anton-4
e3f64bdb61
repl keep command history
2020-11-27 11:45:11 +01:00
Brendan Hansknecht
902bbef60a
Add storing variables in the stack
2020-11-22 12:48:09 -08:00
Brendan Hansknecht
c9ea15b0a5
Merge branch 'trunk' into dev-backend
2020-11-21 17:18:26 -08:00
Richard Feldman
0ef6a2676d
Merge pull request #716 from rtfeldman/repl_arrows
...
Using arrows in REPL moves cursor
2020-11-21 14:59:46 -05:00
Richard Feldman
3803d70496
Merge branch 'trunk' into render-big-rectangle
2020-11-21 12:48:02 -05:00
Anton-4
da8deaa2f3
Using arrows in REPL moves cursor
2020-11-21 17:50:38 +01:00
Brendan Hansknecht
0cee2cd96f
Merge remote-tracking branch 'origin' into dev-backend
2020-11-18 23:54:31 -08:00
Anton-4
149bf60c81
Minor refactoring for readability
2020-11-18 19:26:59 +01:00
Folkert
8528e5affb
upgrade inkwell
2020-11-17 01:58:30 +01:00
Brendan Hansknecht
86c3c0a409
Add base structure for dev compiler backend
...
Currently we only generate a single static function, but it is probably
loaded and run with jit. This is the base to start generating proper
code.
2020-11-14 18:43:02 -08:00
Folkert
cf80e2852f
add test for transitive alias import
2020-11-11 01:20:30 +01:00
Richard Feldman
27d17f6e2e
Merge branch 'trunk' into fix/docs-tests
2020-11-05 23:35:41 -05:00
Bob Shelline
dda634cf0a
Use buffers for vertex data
2020-11-04 19:47:41 -07:00
Folkert
c3090cf9d7
attempt to wrap closure call result in RocCallResult
2020-11-05 00:23:53 +01:00
Pablo Hirafuji
f441e1dbd1
Merge branch 'trunk' into fix/docs-tests
2020-11-03 10:59:05 -03:00
Bob Shelline
4972e03405
Render a triangle underneath the text
2020-10-30 18:48:10 -06:00
Bob Shelline
eed7406a41
Update wgpu_glyph to 0.10
2020-10-30 17:54:56 -06:00
Pablo Hirafuji
29f9364696
Merge branch 'trunk' into fix/docs-tests
2020-10-30 06:54:19 -03:00
Brendan Hansknecht
78b13ae59d
Specifically ignore some Valgrind test
2020-10-26 17:32:44 -07:00
Pablo Hirafuji
6c70f3d50f
Merge branch 'trunk' into fix/docs-tests
2020-10-25 20:22:47 -03:00
Pablo Hirafuji
43f390d80c
Add some tests for documentation gen
2020-10-25 20:08:43 -03:00
Richard Feldman
21d4f8026e
Merge branch 'trunk' into convert-bitcode-gen-to-c
2020-10-25 14:17:17 -04:00
Richard Feldman
3d7a265c5f
Load a dynamic library in the repl
2020-10-25 01:42:10 -04:00
Richard Feldman
b4377d4d67
Get a basic dylib linking started
2020-10-25 01:41:55 -04:00
Jared Ramirez
d82d6b6fe9
Convert builtins to C
2020-10-24 12:22:51 -07:00
Richard Feldman
e8f1201937
Use libloading to load dylibs
2020-10-24 12:01:34 -04:00
Folkert
432dbee422
switch docs to use the standard file load mechanism
2020-10-21 15:43:56 +02:00
Richard Feldman
5c6ef2d01b
Merge branch 'trunk' into sized-functions-inference
2020-10-18 11:20:57 -04:00
Richard Feldman
65336919fc
Have valgrind output XML to a tempfile
2020-10-18 08:46:50 -04:00
Folkert
cbe78593c2
add extra pass that further trims down the captured symbols
2020-10-17 00:17:55 +02:00
Folkert
d931c8994a
fix most type inference issues
2020-10-16 20:50:42 +02:00
Folkert
40ffca2b7b
IT WORKS
2020-10-16 00:18:40 +02:00
Folkert de Vries
78ba4afad4
Merge branch 'trunk' into layout-cache
2020-10-14 11:38:01 +02:00
Folkert
89a1146c19
run gen tests as modules
2020-10-13 21:45:41 +02:00
Folkert
2bceaf0503
implement LayoutCache on top of ena
2020-10-13 16:10:38 +02:00
Brendan Hansknecht
1f131970bc
Merge branch 'trunk' into valgrind
2020-10-11 18:13:35 -07:00
Richard Feldman
b8eff12767
Use parking_lot::Mutex
2020-10-10 20:30:33 -04:00
Folkert
c7b251d6b4
Merge remote-tracking branch 'origin/trunk' into gen-modules
2020-10-08 01:29:32 +02:00
Brendan Hansknecht
23c2b39653
Merge branch 'trunk' into valgrind
2020-09-30 18:40:26 -07:00
Brendan Hansknecht
46a03e7cd5
Fail tests on any valgrind memory errors
...
I currently don't like how the xml is parsed. It is definitely
functional, but it is very strange. Serde is not made to deal with a
list of fields with the same name that aren't next to eachother in the
xml.
2020-09-30 09:43:52 -07:00
Folkert
95dffad073
WIP
2020-09-30 15:01:24 +02:00
Pablo Hirafuji
d68d8b4347
Merge branch 'trunk' into feature/docs-read-parse-file
2020-09-27 19:41:47 -03:00
Pablo Hirafuji
aed612a75c
Load docs from files
2020-09-27 19:40:54 -03:00
Richard Feldman
b50483eedf
Use rtfeldman/inkwell release2 tag
2020-09-19 22:48:29 -04:00
Folkert
be6752542b
update to run on our fork of inkwell again
2020-09-19 21:50:33 +02:00
Folkert
14da3906da
wip
2020-09-18 01:07:53 +02:00
Jared Ramirez
a0402bca4d
Add Num.ceiling
2020-09-15 18:37:45 -07:00
Folkert de Vries
009eb1293a
Merge branch 'trunk' into feature/docs
2020-09-14 22:20:06 +02:00
Pablo Hirafuji
590a27aeab
Generate docs from hardcoded structure
2020-09-13 23:35:28 -03:00