Commit graph

7719 commits

Author SHA1 Message Date
Richard Feldman
72d5cc6351 Add warning on Bytes.inStr 2021-04-26 01:05:42 -04:00
Richard Feldman
f56636ac7e Revert "Try out NBO and RBO terminology"
This reverts commit 4c51ed2dd3.
2021-04-26 01:02:46 -04:00
Richard Feldman
4c51ed2dd3 Try out NBO and RBO terminology 2021-04-26 00:43:58 -04:00
Richard Feldman
41ba015dcd Drop host endianness helpers 2021-04-26 00:35:24 -04:00
Richard Feldman
59b4d65880 s/native/host endianness
The term "host" seems to be more commonly used.
2021-04-26 00:29:40 -04:00
Richard Feldman
2ef6594710 Remove Parser builtin module 2021-04-26 00:21:03 -04:00
Richard Feldman
3b1c9da544 Add Bytes builtin 2021-04-26 00:21:03 -04:00
Richard Feldman
bd1f0a39b6 Bool parser doesn't make sense 2021-04-26 00:21:03 -04:00
Richard Feldman
1780e2bf19 Try giving Str a type parameter 2021-04-26 00:21:03 -04:00
Richard Feldman
421a625515 Add List.startsWith and endsWith 2021-04-26 00:21:03 -04:00
Richard Feldman
0f2eb12aa8 Add Parser builtin docs 2021-04-26 00:21:03 -04:00
Richard Feldman
218dff19cc Add Str.lines 2021-04-26 00:21:03 -04:00
Richard Feldman
76e3314412
Merge pull request #1238 from rtfeldman/issue-1237
Use spaces and new lines instead of non-breaking spaces and <brs>
2021-04-25 19:45:44 -04:00
Chadtech
debbe6eedd Replace <br>s with new lines 2021-04-25 19:20:54 -04:00
Chadtech
5a90a6ac4f Use white-space: pre-wrap instead of non-breaking spaces 2021-04-25 19:15:14 -04:00
Richard Feldman
7c50f3d5c4
Merge pull request #1236 from rtfeldman/list-join-zig
move List.join to zig
2021-04-25 17:52:22 -04:00
Richard Feldman
5e7f434f15
Merge pull request #1231 from rtfeldman/editor_input_tip
Improved editor README, added getting started tip inside editor.
2021-04-25 17:51:39 -04:00
Richard Feldman
6fcd482111
Merge pull request #1234 from rtfeldman/docs-records
Docs records
2021-04-25 17:50:23 -04:00
Richard Feldman
e2a7a4a228
Update Zulip invite link
Fixes https://github.com/rtfeldman/roc/issues/1225
2021-04-25 17:42:07 -04:00
Chadtech
7922b9bb7b
Merge branch 'trunk' into docs-records 2021-04-25 16:12:00 -04:00
Richard Feldman
3a2a78764e
Merge pull request #1232 from bcardiff/nix-dev-env
Bump rustc in shell.nix
2021-04-25 16:07:56 -04:00
Folkert de Vries
313cb487f2
Merge branch 'trunk' into list-join-zig 2021-04-25 21:43:53 +02:00
Folkert
42d065af45 move List.join to zig 2021-04-25 21:43:15 +02:00
Chadtech
be557d6147 Render label only record fields as they appear in the code 2021-04-25 14:12:47 -04:00
Richard Feldman
8f0dfa8091
Merge branch 'trunk' into docs-records 2021-04-25 13:46:49 -04:00
Richard Feldman
4f22839e44
Merge pull request #1235 from rtfeldman/can-import-aliases
we can import aliases
2021-04-25 13:44:32 -04:00
Folkert
7b3fa2b57b we can import aliases now! 2021-04-25 17:44:09 +02:00
Chadtech
f7491cd9e9 Comply with clippy 2021-04-24 18:40:06 -04:00
Chadtech
09aad833d5 Do not show record type signature if it contains at least one private tag 2021-04-24 18:14:43 -04:00
Chadtech
6050776ff8 More while statements refactored to for loops 2021-04-24 18:14:31 -04:00
Chadtech
0a42a04765 Records in docs rendering 2021-04-24 18:06:41 -04:00
Chadtech
d5c729b817 For loop in tags rendering 2021-04-24 18:06:32 -04:00
Anton-4
276f8e2f34 partial SmallInt support 2021-04-24 20:11:54 +02:00
Brian J. Cardiff
2407ba0b07 Bump nixpkgs-unstable & adds libiconv 2021-04-24 13:30:50 -03:00
Anton-4
f245655f42 improved editor README 2021-04-24 11:58:37 +02:00
Anton-4
e91e21e4c7 added invalid input chars tip to editor 2021-04-24 11:03:45 +02:00
rvcas
0bd24ba4fd feat(editor/solve): enable Alias and TagUnion in type_to_variable 2021-04-23 23:17:18 -04:00
Lucas
540e57160a
Merge branch 'trunk' into constrain_expr2_small_int 2021-04-23 22:03:18 -04:00
rvcas
a562a772d1 feat(editor/solve): enable Let and And constraints 2021-04-23 22:02:33 -04:00
Richard Feldman
1691b96197
Merge pull request #1229 from rtfeldman/selection_end_backspace_tests
tests for caret move and backspace after ctrl+shift+up
2021-04-23 21:11:27 -04:00
Richard Feldman
c77127e6fb
Merge pull request #1227 from rtfeldman/use-zig-types
Use zig types in LLVM codegen
2021-04-23 21:03:38 -04:00
Richard Feldman
b517528a09
Merge pull request #1226 from rtfeldman/expr-expect
Expr expect
2021-04-23 20:57:02 -04:00
Richard Feldman
a169d28545
Merge pull request #1221 from rtfeldman/validate-platform-signature
Attempt to fix race condition
2021-04-23 20:53:51 -04:00
Anton-4
e609bc4875 tests for caret move and backspace after ctrl+shift+up 2021-04-23 19:36:42 +02:00
rvcas
f6fddfe260 feat: add a test case and implement shallow clone for Type2 2021-04-23 12:29:20 -04:00
Folkert
2319b33794 use zig list/str type 2021-04-23 16:24:36 +02:00
rvcas
ab92789984 fix: clean redundant num_type using shallow_clone 2021-04-23 09:55:51 -04:00
rvcas
ff6c1b9c43 fix: use ShallowClone from pool 2021-04-23 09:47:42 -04:00
Folkert
41c1878d8d use zig dict type 2021-04-23 15:19:15 +02:00
Folkert
b01377f868 save the stack 2021-04-23 11:49:32 +02:00