Luke Boswell
|
c7f8ba6ded
|
fix subfolder generation
|
2023-03-17 12:58:40 +11:00 |
|
Luke Boswell
|
03443ec328
|
remove file accidentally added
|
2023-03-17 12:33:03 +11:00 |
|
Luke Boswell
|
bdca47cc54
|
check code before opening file
|
2023-03-17 12:31:31 +11:00 |
|
Luke Boswell
|
239f79d26f
|
roc format
|
2023-03-15 21:17:54 +11:00 |
|
Luke Boswell
|
bea3a4f2f7
|
add static code file import for site gen
|
2023-03-15 20:59:58 +11:00 |
|
Brendan Hansknecht
|
ae42144c72
|
Merge pull request #5135 from roc-lang/no-editor-by-default
don't build editor for CLI by default
|
2023-03-15 05:16:51 +00:00 |
|
Anton-4
|
1f92508c55
|
clippy
|
2023-03-14 19:17:36 +01:00 |
|
Anton-4
|
0605639fa8
|
fix editor test
|
2023-03-14 18:24:30 +01:00 |
|
Anton-4
|
16f32c9409
|
don't build editor for CLI by default
|
2023-03-14 16:36:03 +01:00 |
|
Anton-4
|
44778c72fe
|
Merge pull request #5117 from human154/patch-3
Tutorial: add spaces before colons
|
2023-03-14 11:58:38 +01:00 |
|
Folkert de Vries
|
fb5e7376eb
|
Merge pull request #5133 from roc-lang/release-excess-capacity
add List.releaseExcessCapacity builtin
|
2023-03-14 09:27:47 +01:00 |
|
Brendan Hansknecht
|
9e2a36f1d4
|
update mono
|
2023-03-13 18:03:05 -07:00 |
|
Brendan Hansknecht
|
1319ba4844
|
add List.releaseExcessCapacity builtin
|
2023-03-13 17:43:21 -07:00 |
|
Richard Feldman
|
40b50b0091
|
Merge pull request #5122 from roc-lang/seamless-slices
Seamless slices for Lists
|
2023-03-13 19:45:37 -04:00 |
|
Brendan Hansknecht
|
dc1a7dcd12
|
try using roc_alloc and roc_dealloc (aka malloc and free) for buffers in false
|
2023-03-13 14:53:20 -07:00 |
|
Brendan Hansknecht
|
d88894c365
|
avoid zero sized allocation in false
|
2023-03-13 14:08:24 -07:00 |
|
Brendan Hansknecht
|
b94a046b0d
|
make sure to check raw capacity when decrementing refcounts
|
2023-03-13 14:08:24 -07:00 |
|
Brendan Hansknecht
|
5d87ba3441
|
remove outdated performance comments
|
2023-03-13 14:08:24 -07:00 |
|
Brendan Hansknecht
|
dfb748fb03
|
misc cleanup + change refcount pointer to avoid branching
|
2023-03-13 14:08:24 -07:00 |
|
Brendan Hansknecht
|
216fd3f9f6
|
Update typo in comment
Co-authored-by: Richard Feldman <oss@rtfeldman.com>
Signed-off-by: Brendan Hansknecht <Brendan.Hansknecht@gmail.com>
|
2023-03-13 14:08:24 -07:00 |
|
Brendan Hansknecht
|
5f6910f747
|
add todo about upgrading to bit manipulation
|
2023-03-13 14:08:24 -07:00 |
|
Brendan Hansknecht
|
26f5d558d8
|
update wasm to load capacity correctly
|
2023-03-13 14:08:24 -07:00 |
|
Brendan Hansknecht
|
f96a63c1d4
|
correct case for zig naming
|
2023-03-13 14:08:23 -07:00 |
|
Brendan Hansknecht
|
401f525846
|
update roc_std for seamless slices
|
2023-03-13 14:08:23 -07:00 |
|
Brendan Hansknecht
|
f9274e575b
|
update list decref to know about seamless slices
|
2023-03-13 14:08:23 -07:00 |
|
Brendan Hansknecht
|
146dff5446
|
add llvm refcounting and fix memory leak
|
2023-03-13 14:08:23 -07:00 |
|
Brendan Hansknecht
|
7a927b6192
|
Port fromUtf8 to fromUtf8Range
All roc file calls already use fromUtf8Range.
Removed the duplicate function for simplicity.
Inlining should lead to generating the same code.
|
2023-03-13 14:08:23 -07:00 |
|
Brendan Hansknecht
|
cda37a5d1b
|
use seamless slices for List.dropAt when possible
|
2023-03-13 14:08:23 -07:00 |
|
Brendan Hansknecht
|
4ced1bcfdd
|
add baseline of seamless slices
|
2023-03-13 14:08:23 -07:00 |
|
Brendan Hansknecht
|
e32c5f6514
|
standardize on decref instead of deinit for name
|
2023-03-13 14:08:23 -07:00 |
|
Brendan Hansknecht
|
440c0518f1
|
Change list.deinit to take alignment directly
In doing so remove the many class directly to utils.decref
|
2023-03-13 14:08:22 -07:00 |
|
Folkert de Vries
|
0a3b2e25a1
|
Merge pull request #5109 from thehabbos007/dev-x86-dbg
Add debug section to the `gen_dev` crate readme
|
2023-03-13 21:27:51 +01:00 |
|
Richard Feldman
|
cf67591d10
|
Merge pull request #5121 from itmuckel/tutorial-fix-unused-function
Fix unused function in tutorial
|
2023-03-13 06:42:48 -04:00 |
|
Anton-4
|
5acc2ea3a2
|
Merge pull request #5127 from roc-lang/editor-launch-fix
fix `Arg::allow_invalid_utf8` clap error
|
2023-03-13 11:42:34 +01:00 |
|
Anton-4
|
7c43f64166
|
Merge pull request #5128 from lukewilliamboswell/site-files
Add support for recursive folders in `examples/static-site-gen` platform
|
2023-03-13 11:37:29 +01:00 |
|
Ahmad Sattar
|
cda3073efe
|
Add debug section to the gen_dev crate readme
|
2023-03-13 11:00:58 +01:00 |
|
Luke Boswell
|
3ce20f74d9
|
support recursive folders
|
2023-03-13 19:18:39 +11:00 |
|
Luke Boswell
|
0b054e8b47
|
Merge pull request #5126 from roc-lang/docs-spacing
Increase spacing between docs entries
|
2023-03-13 16:21:01 +11:00 |
|
Brendan Hansknecht
|
60c3deb0f2
|
Merge pull request #5124 from roc-lang/bit-builtins
Bit builtins
|
2023-03-12 17:36:22 +00:00 |
|
Brendan Hansknecht
|
1c0b001897
|
run roc format
|
2023-03-12 08:53:11 -07:00 |
|
Brendan Hansknecht
|
85306953e9
|
update mono
|
2023-03-12 08:42:37 -07:00 |
|
Brendan Hansknecht
|
e6964536b2
|
add more Num.bytesTo* functions
|
2023-03-12 08:41:05 -07:00 |
|
Brendan Hansknecht
|
785da377c8
|
add Num.count*Bits functions
|
2023-03-12 08:41:04 -07:00 |
|
Anton-4
|
9164f7e3d2
|
fmt
|
2023-03-12 15:59:31 +01:00 |
|
Anton-4
|
4737a5c01e
|
fix clap error
339884894
|
2023-03-12 15:50:59 +01:00 |
|
Anton-4
|
fbaa257cef
|
Merge pull request #5118 from roc-lang/mess-with-build
Make building and CI faster
|
2023-03-12 14:35:34 +01:00 |
|
Richard Feldman
|
24110c824b
|
Merge pull request #5125 from roc-lang/tutorial-name-tweak
Tweak tutorial intro wording
|
2023-03-12 09:09:36 -04:00 |
|
Richard Feldman
|
cc88437182
|
Increase spacing between docs entries
Signed-off-by: Richard Feldman <oss@rtfeldman.com>
|
2023-03-12 09:07:42 -04:00 |
|
Richard Feldman
|
e28b88119f
|
Tweak tutorial intro wording
|
2023-03-12 08:59:18 -04:00 |
|
Richard Feldman
|
dad7464ca7
|
Merge pull request #5123 from lukewilliamboswell/docs
Docs updates and visual improvements
|
2023-03-12 06:37:33 -04:00 |
|