Commit Graph

3120 Commits

Author SHA1 Message Date
Richard Feldman
b75f061f4f Fix exhaustiveness errors 2020-06-19 13:30:14 -04:00
Richard Feldman
11920e781e Remove gen_module test 2020-06-19 11:10:22 -04:00
Richard Feldman
e014e5c95c Update gen_module test 2020-06-19 11:10:14 -04:00
Richard Feldman
0b64c3a1ad wip 2020-06-19 11:02:13 -04:00
Richard Feldman
e49b43d376 Extract constrain_imports & pre_constrain_imports 2020-06-19 11:02:10 -04:00
Richard Feldman
9d31c667fa Merge remote-tracking branch 'origin/trunk' into specialize-separately 2020-06-18 21:02:50 -04:00
Richard Feldman
90c281fdd7
Merge pull request #384 from rtfeldman/windows-repl
Make repl Windows-friendly
2020-06-18 00:56:39 -04:00
Richard Feldman
bb1f7882b7
Merge branch 'trunk' into windows-repl 2020-06-18 00:26:06 -04:00
Richard Feldman
47de727af3
Merge pull request #383 from rtfeldman/windows-code-gen
Add a target triple for Windows
2020-06-18 00:25:31 -04:00
Richard Feldman
b638970c84 Make repl Windows-friendly 2020-06-18 00:24:27 -04:00
Richard Feldman
68f64835f0 Add target triple for Windows 2020-06-16 23:04:00 -04:00
Richard Feldman
d5116d01b4 Ignore carriage returns 2020-06-16 23:04:00 -04:00
Richard Feldman
3fc500cf1c
Merge pull request #382 from rtfeldman/llvm-windows-instructions
Add troubleshooting instructions for LLVM on Windows
2020-06-16 20:25:54 -04:00
Richard Feldman
5fc9c360d8 Add troubleshooting instructions for LLVM on Windows 2020-06-16 00:36:47 -04:00
Richard Feldman
1b3b9ee1c4 Merge remote-tracking branch 'origin/trunk' into specialize-separately 2020-06-13 23:54:30 -04:00
Richard Feldman
2dc5922dca
Merge pull request #381 from rtfeldman/mut-var-store
Non-atomic VarStore
2020-06-13 23:52:07 -04:00
Richard Feldman
269da82840 Make VarStore no longer use atomics 2020-06-13 21:59:01 -04:00
Richard Feldman
245a9fc951 Merge remote-tracking branch 'origin/trunk' into specialize-separately 2020-06-13 21:03:38 -04:00
Chadtech
6d6ccab513
Merge pull request #374 from rtfeldman/list-single
List.single implementation
2020-06-08 21:55:54 -04:00
Chadtech
52c4b80f7b
Merge branch 'trunk' into list-single 2020-06-08 08:45:00 -04:00
Chadtech
8e2f021770
Merge pull request #362 from rtfeldman/is-positive-is-negative
Is positive is negative
2020-06-08 08:27:51 -04:00
Chadtech
3e4adf2cdd
Merge pull request #366 from rtfeldman/trigonometric-functions
Trigonometric functions
2020-06-08 01:00:03 -04:00
Chad Stearns
5ad05efa39 Merging in remote 2020-06-07 23:50:20 -04:00
Chadtech
d9f56cd40c
Merge pull request #379 from rtfeldman/fix-stack-overflow
Fix stack overflow
2020-06-07 23:42:04 -04:00
Richard Feldman
a4338f0406 Remove lots of unnecessary clones (thanks clippy!) 2020-06-07 15:43:07 -04:00
Richard Feldman
72706a0ac0 clippy 2020-06-07 15:37:12 -04:00
Richard Feldman
e726d838ea Don't have builtins return Defs 2020-06-06 23:55:05 -04:00
Richard Feldman
093579780f Fix stack overflow 2020-06-06 23:47:00 -04:00
Richard Feldman
1ef85fa061 Store builtins as a Map 2020-06-06 23:47:00 -04:00
Richard Feldman
0a9989e75f wip 2020-06-06 23:41:12 -04:00
Richard Feldman
9e02537ebb Store builtins as a Map 2020-06-06 23:41:09 -04:00
Chad Stearns
97cb4a737e List.single implementation 2020-06-03 18:56:23 -04:00
Chad Stearns
d79f1af126 Merge branch 'trigonometric-functions' of github.com:rtfeldman/roc into trigonometric-functions 2020-06-03 04:29:38 -04:00
Chad Stearns
3ffd31d5f3 Merge branch 'is-positive-is-negative' of github.com:rtfeldman/roc into trigonometric-functions 2020-06-03 04:28:52 -04:00
Chadtech
af42e13c77
Merge branch 'trunk' into is-positive-is-negative 2020-06-03 01:39:00 -04:00
Richard Feldman
1d31f388f9
Merge pull request #373 from rtfeldman/undo
Basic undo/redo
2020-06-01 19:09:46 -04:00
Richard Feldman
0b64134547 Get basic undo/redo working 2020-05-31 22:59:44 -04:00
Richard Feldman
0861a51240 Update clippy settings for editor 2020-05-31 22:59:44 -04:00
Richard Feldman
6dbc467e34
Merge pull request #372 from rtfeldman/inlinable-string
use inlinable string 0.1
2020-05-31 20:39:11 -04:00
Richard Feldman
a1d15f42bb Provide a LayoutCache 2020-05-31 20:24:30 -04:00
Richard Feldman
efb23dff44 Drop unused imports 2020-05-31 20:16:04 -04:00
Richard Feldman
3465f0a8be Use inlinable_string in editor AST 2020-05-31 20:14:19 -04:00
Richard Feldman
99dcda8603 Use inlinable_string 0.1 2020-05-31 20:14:19 -04:00
Richard Feldman
d1593d8c6c
Merge pull request #371 from rtfeldman/cargo-update
cargo update
2020-05-31 18:44:22 -04:00
Richard Feldman
d9451a4b98 cargo update 2020-05-31 18:14:34 -04:00
Richard Feldman
da21c4df86
Merge pull request #370 from rtfeldman/backspace
Add backspace to editor AST
2020-05-31 17:51:54 -04:00
Richard Feldman
020e2d70fd Add PartialLookup (commented out for now) 2020-05-31 17:28:23 -04:00
Richard Feldman
673fc3bcc3 Add custom formatting for NodeId 2020-05-31 17:28:12 -04:00
Richard Feldman
68a3550e7e Add beginnings of editor/ast 2020-05-31 17:28:00 -04:00
Richard Feldman
c6db3b16df
Merge pull request #369 from rtfeldman/wgpu
Use wgpu for rendering
2020-05-31 17:27:31 -04:00