Commit Graph

5330 Commits

Author SHA1 Message Date
Folkert
ac77177932 fix stack overflow in llvm code gen 2020-12-06 02:29:41 +01:00
Richard Feldman
05a05fed42
Merge pull request #774 from rtfeldman/adjust-examples
Adjust examples to current platform interface
2020-12-05 11:54:28 -05:00
Anton-4
80cf1bde54
Merge pull request #773 from rtfeldman/editor_multiple_rects
editor: Drawing multiple rectangles
2020-12-05 11:55:31 +01:00
Anton-4
553baea320 Merge branch 'trunk' into editor_multiple_rects 2020-12-05 10:34:16 +01:00
Pit Capitain
ba11f9b7b9 Adjust examples to current platform interface 2020-12-05 09:17:03 +01:00
Richard Feldman
54ba54680d
Merge pull request #771 from rtfeldman/editor_refactor
Editor refactor
2020-12-04 21:56:22 -05:00
Richard Feldman
01a46aa454
Merge pull request #754 from rtfeldman/no-implicit-zig-allocator
Don't use the implicit libc allocator in RocStr
2020-12-04 21:47:48 -05:00
Jared Ramirez
c39ac471ea Zig format 2020-12-04 14:25:29 -07:00
Jared Ramirez
d41ea3f2d7 Fix clippy 2020-12-04 14:21:18 -07:00
Jared Ramirez
8fd2816e6a
Merge branch 'trunk' into no-implicit-zig-allocator 2020-12-04 15:16:45 -06:00
Jared Ramirez
5697ec209b Fix call to str split; Move some comments around 2020-12-04 14:16:07 -07:00
Jared Ramirez
7e9cf27d94 [WIP] Use zig build system in build script; Nearly fix str tests 2020-12-04 14:07:47 -07:00
Anton-4
e867dc72dc
Merge branch 'trunk' into editor_multiple_rects 2020-12-04 20:13:49 +01:00
Anton-4
6af26c9f75 editor: draw multiple rectangles 2020-12-04 20:05:29 +01:00
Richard Feldman
10c17c5999
Merge branch 'trunk' into editor_refactor 2020-12-04 07:50:06 -05:00
Richard Feldman
dc136eb782
Merge pull request #772 from rtfeldman/fix-test_mono
Fix test_mono tests
2020-12-04 07:49:28 -05:00
Richard Feldman
2485774184 Fix test_mono tests 2020-12-04 07:47:01 -05:00
Anton-4
c0fdc09ec7 Merge branch 'trunk' of rtfeldman/roc into editor_refactor 2020-12-04 11:28:30 +01:00
Anton-4
6dc2471c5b rustfmt 2020-12-04 11:28:20 +01:00
Richard Feldman
fc2a37b22b Use alloc over dupe 2020-12-04 01:35:20 -05:00
Richard Feldman
c5172436c6 Merge remote-tracking branch 'origin/trunk' into no-implicit-zig-allocator 2020-12-04 01:26:23 -05:00
Richard Feldman
3634761e07
Merge pull request #769 from rtfeldman/snake_case-vars
snake_case zig vars
2020-12-04 01:26:15 -05:00
Richard Feldman
7cf58678f3
Merge pull request #770 from rtfeldman/editor-file-access
Editor file access
2020-12-04 01:22:55 -05:00
Richard Feldman
c83e3ce27f Merge branch 'trunk' into no-implicit-zig-allocator 2020-12-04 00:59:23 -05:00
Richard Feldman
7b5eb08617 Re-snake_case main.zig args 2020-12-04 00:38:33 -05:00
Richard Feldman
ee9f426ed8 Re-camelCase function names 2020-12-04 00:38:33 -05:00
Richard Feldman
0b16f5c1ea Revert "Use camelCase in str.zig"
This reverts commit 0583cc1a27.
2020-12-04 00:38:33 -05:00
Richard Feldman
3ee990b0a0 Explicitly link libc in build.zig 2020-12-04 00:34:31 -05:00
Chadtech
cadb58f418 Improve test name in test_file 2020-12-04 00:29:53 -05:00
Richard Feldman
497e1538b0 fix some memory leaks in tests 2020-12-04 00:29:47 -05:00
Chadtech
85e96a36d7
Merge branch 'trunk' into editor-file-access 2020-12-04 00:26:12 -05:00
Chadtech
17f796a824 prefix DoesntHaveRocExtension error 2020-12-04 00:25:00 -05:00
Chadtech
2a02b2d917 Make simple module a bit less simple, delete SimpleFmt module since it isnt used in testing 2020-12-04 00:20:36 -05:00
Richard Feldman
505ade3282 Don't try to free empty strings 2020-12-04 00:17:46 -05:00
Chadtech
17ccec6aa5 'correct' formatting for SimpleFmt.roc 2020-12-04 00:16:04 -05:00
Chadtech
1326219415 File module with read, fmt, and write functionality for the editor 2020-12-04 00:14:32 -05:00
Richard Feldman
ef258fe675 deinit more in tests 2020-12-04 00:05:07 -05:00
Richard Feldman
e0f88a5de2 Merge remote-tracking branch 'origin/trunk' into no-implicit-zig-allocator 2020-12-03 23:53:50 -05:00
Richard Feldman
f55af7282c Merge branch 'trunk' into no-implicit-zig-allocator 2020-12-03 23:53:46 -05:00
Richard Feldman
9167e03705
Merge pull request #768 from rtfeldman/zig-str
camelCase str.zig
2020-12-03 23:53:37 -05:00
Richard Feldman
5a111cb263 Rename drop to deinit, per Zig convention 2020-12-03 23:08:30 -05:00
Richard Feldman
83529079cf allocateStr uses @sizeOf(usize) instead of 8 2020-12-03 23:01:46 -05:00
Richard Feldman
8a4e131abd Fix typo 2020-12-03 22:59:46 -05:00
Richard Feldman
aeacbed870 Use camelCase in main.zig 2020-12-03 22:59:05 -05:00
Richard Feldman
0583cc1a27 Use camelCase in str.zig 2020-12-03 22:58:19 -05:00
Richard Feldman
5aca31777a
Merge pull request #767 from rtfeldman/str-from-int
Str.fromInt
2020-12-03 22:38:18 -05:00
Richard Feldman
544e1f294a
Fix doc comment 2020-12-03 22:30:24 -05:00
Richard Feldman
31fd70d0b1
Merge branch 'trunk' into str-from-int 2020-12-03 22:26:23 -05:00
Richard Feldman
cb488f5f4c
Fix comment 2020-12-03 22:26:09 -05:00
Richard Feldman
567e0e6a8f
Merge pull request #765 from rtfeldman/list-refcount-issues
Fix some list refcount issues
2020-12-03 22:23:21 -05:00