Commit Graph

9398 Commits

Author SHA1 Message Date
Richard Feldman
de5328e286 Fix the Num docs a bunch 2021-08-08 15:56:55 -04:00
Richard Feldman
f62d25e42c Fix a bunch of List docs 2021-08-08 15:49:36 -04:00
Richard Feldman
c1e65ce340 Update a comment 2021-08-08 15:48:58 -04:00
Richard Feldman
277f42cef8 Fix a stray header 2021-08-08 15:29:06 -04:00
Richard Feldman
6082c1f856
Merge pull request #1550 from rtfeldman/run_deprecation_msg
improved  `run run`deprecation message
2021-08-08 14:07:57 -04:00
Lucas
dd0557f11f
Merge pull request #1536 from rtfeldman/constrain_closure 2021-08-08 13:16:37 -04:00
Joshua Hoeflich
17ec118f52 Work in progress: Bounds Checking 2021-08-08 12:02:20 -05:00
Lucas
fc7ac8dc10
Merge branch 'trunk' into constrain_closure 2021-08-08 12:44:37 -04:00
Joshua Hoeflich
b8b20a376a Passing without bounds checks 2021-08-08 11:26:49 -05:00
Joshua Hoeflich
4231b340ee Glue code working 2021-08-08 11:06:10 -05:00
Anton-4
c898b6fae8 improved deprecation message 2021-08-08 18:02:32 +02:00
Richard Feldman
4bfa82b679 Fix asset links for docs 2021-08-08 00:44:26 -04:00
Richard Feldman
1018cdce37 Load search.js from the correct dir 2021-08-08 00:30:46 -04:00
Richard Feldman
c77670d25f Drop obsolete search.js 2021-08-08 00:30:35 -04:00
Richard Feldman
201959dc46
Merge pull request #1547 from rtfeldman/fix-links
Fix docs links on roc-lang.org
2021-08-08 00:07:44 -04:00
Richard Feldman
5382f5495a Build both Str.roc and Bool.roc in one command 2021-08-07 23:54:06 -04:00
Richard Feldman
d37e30560b Add a base href root to docs links 2021-08-07 23:40:49 -04:00
Richard Feldman
98682d44ac Fix some currently-broken links 2021-08-07 23:20:34 -04:00
Richard Feldman
e20137eb6e
Merge pull request #1546 from rtfeldman/1447-node-id-rename
Replace uses of ExprId's definition with the alias
2021-08-07 23:15:23 -04:00
Richard Feldman
4565018b56
Merge pull request #1545 from rtfeldman/str_to_utf8
Rename Str.toBytes to Str.toUtf8
2021-08-07 23:01:58 -04:00
Richard Feldman
0904e866ae
Merge pull request #1538 from rtfeldman/remove-vec
Eliminate a Vec in record solving
2021-08-07 23:01:49 -04:00
Dan Knutson
96667922ac Replace uses of ExprId's definition with the alias 2021-08-07 19:52:23 -07:00
Richard Feldman
2a616103c6 Rename Str.toBytes to Str.toUtf8 2021-08-07 22:46:24 -04:00
Richard Feldman
23e11ca946
Merge pull request #1544 from rtfeldman/improve-docs
Improve Str docs
2021-08-07 22:11:19 -04:00
Richard Feldman
f077f948b6 cargo fmt 2021-08-07 21:52:27 -04:00
Richard Feldman
1653b5af9b Generate docs for Str in www builds. 2021-08-07 21:46:20 -04:00
Richard Feldman
77b7913e87 Fix some currently-dead links 2021-08-07 21:46:20 -04:00
Richard Feldman
9b8c34ce95 Only expose Str functions that are actually implemented 2021-08-07 21:46:20 -04:00
Richard Feldman
267836226c s/CodePoint/CodePt/g 2021-08-07 21:46:20 -04:00
Richard Feldman
69b1497907 Improve Str docs 2021-08-07 21:46:20 -04:00
Richard Feldman
4c0c09374d Improve error message for a docs problem 2021-08-07 21:46:20 -04:00
Richard Feldman
0ca85a54fe
Merge pull request #1543 from rtfeldman/nixos-patches
Allows `ld` to find `glibc` in the Nix store in a nix-shell
2021-08-07 20:34:02 -04:00
joshuaharry
941ad3a0a1
Merge branch 'trunk' into nixos-patches 2021-08-07 18:52:40 -05:00
Joshua Hoeflich
bb5d2a3322 Cargo fmt 2021-08-07 17:57:50 -05:00
Joshua Hoeflich
77add49ed3 All tests pass on Nix OS 2021-08-07 17:31:31 -05:00
Richard Feldman
ed4307d440
Merge pull request #1540 from rtfeldman/editor-inspiration
Added kakoune to editor inspiration
2021-08-07 14:39:51 -04:00
Richard Feldman
3105d9c931
Merge pull request #1541 from rtfeldman/zulip-link
Change Zulip link
2021-08-07 14:39:29 -04:00
Richard Feldman
5cca367116
Change Zulip link
I set Zulip to no longer require invitations to join, so hopefully now a normal link to it should work!
2021-08-07 14:39:06 -04:00
Joshua Hoeflich
e844a6db39 Merge branch 'trunk' of github.com:rtfeldman/roc into nixos-patches 2021-08-07 11:00:41 -05:00
Joshua Hoeflich
f08f8d3882 Workaround missing glibc in nix-shell 2021-08-07 10:26:30 -05:00
Anton-4
9243539c6c
Added kakoune to editor inspiration 2021-08-07 17:09:19 +02:00
Folkert
83ad331bb1 remove chase_record_ext_var 2021-08-07 15:35:57 +02:00
Lucas
f9d1010bfd
Merge branch 'trunk' into constrain_closure 2021-08-07 09:30:54 -04:00
Richard Feldman
49aa0b8ffd Eliminate a Vec in record solving 2021-08-07 08:35:43 -04:00
Richard Feldman
5e42a7b8b1
Merge pull request #1537 from rtfeldman/records-soa-again
Records soa, again
2021-08-07 08:35:15 -04:00
Folkert
7a44572ebc make occurs return Result to use the ? operator 2021-08-07 13:56:16 +02:00
Folkert
ad3d006a11 use a SubsIndex instead of Box 2021-08-07 13:50:53 +02:00
Folkert
dd73428dc1 UnionTags 2021-08-07 13:26:52 +02:00
Folkert
fe773995c8 make VariableSubsSlice 2021-08-07 13:12:39 +02:00
Folkert
c09acb255c also sort by stack size 2021-08-07 13:08:55 +02:00