Commit Graph

20393 Commits

Author SHA1 Message Date
Luke Boswell
14b3fbce7a
added Comments section for tutorial.md 2022-10-18 20:21:15 +11:00
Jan Van Bruggen
4bf7a17dd0
Merge pull request #4331 from roc-lang/commit-signing-link
added link to story commit signing
2022-10-18 01:01:07 -06:00
Ayaz
9d9053c2d1
Merge pull request #4346 from snprajwal/list-walkfrom
builtin(list): add List.walkFrom, List.walkFromUntil
2022-10-17 15:20:55 -05:00
Anton-4
da8fed1e15
Merge pull request #4343 from roc-lang/move-platform-switching
moved platform-switching folder
2022-10-17 22:20:34 +02:00
Ayaz
5dcaa6cfc2
Merge pull request #4341 from roc-lang/cron-link-check
cron link check
2022-10-17 10:37:13 -05:00
Prajwal S N
07224e9086
builtin(list): add List.walkFrom, List.walkFromUntil
Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com>
2022-10-17 20:51:03 +05:30
Anton-4
1b78f56d23
Merge branch 'main' of github.com:roc-lang/roc into move-platform-switching 2022-10-17 17:09:38 +02:00
Anton-4
99ad019d75
Merge pull request #4342 from roc-lang/link-check-exception
add web.eecs.umich.edu link check exception
2022-10-17 16:44:56 +02:00
Anton-4
3dad6aba7c
moved platform-switching 2022-10-17 15:22:20 +02:00
Anton-4
1c3a098898
generalize microsoft research exception
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-10-17 15:17:41 +02:00
Anton-4
3492561bf8
add web.eecs.umich.edu link check exception
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-10-17 15:03:41 +02:00
Anton-4
fbe9db19b1
Merge pull request #4046 from kubukoz/flake-output-package
Add default build to flake outputs
2022-10-17 13:57:19 +02:00
Anton-4
599fe513c0
cron link check
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-10-17 13:48:15 +02:00
Richard Feldman
dc205eab66
Merge pull request #4332 from roc-lang/windows-program-loading-scratchpad
Windows program loading
2022-10-16 15:30:19 -07:00
Richard Feldman
8ce0e3c47c
Merge pull request #4325 from roc-lang/macos-version-apple-silicon
add os version macos nightly
2022-10-16 14:25:46 -07:00
Richard Feldman
bf6dfa5c3f
Merge pull request #4333 from cjduncana/add-page-title
Dynamically generate the documentation title
2022-10-16 10:59:21 -07:00
Christopher Duncan
7131432e7c
Dynamically generate the documentation title 2022-10-16 09:04:53 -04:00
Folkert
a063bfcd30
changes after review 2022-10-16 13:26:48 +02:00
Folkert
73e48c9b7c
add better comments 2022-10-16 01:03:03 +02:00
Folkert
b822c1c617
basics test now works! 2022-10-15 20:45:20 +02:00
Folkert
c15ab0461a
Merge remote-tracking branch 'origin/main' into windows-program-loading-scratchpad 2022-10-15 20:39:53 +02:00
Folkert
0e08ccdc0c
enable test that works 2022-10-15 20:34:24 +02:00
Folkert
ebc3e770de
more cleanup 2022-10-15 20:33:01 +02:00
Folkert
a5935b262b
cleanup 2022-10-15 20:31:36 +02:00
Folkert
e8dc02d578
remove unused import on windows 2022-10-15 20:30:59 +02:00
Folkert
b5fb200a91
ensure sections never have 0 virtual size 2022-10-15 20:29:50 +02:00
Folkert
b3cf1c6812
extract .dll relocation logic into function 2022-10-15 20:24:14 +02:00
Folkert
4c51893632
get rid of constants 2022-10-15 20:16:31 +02:00
Folkert
7ab46a144b
cleanup 2022-10-15 20:12:06 +02:00
Folkert
fdd921aeeb
add extra fields to metadata 2022-10-15 20:09:56 +02:00
Anton-4
7ec9510546
Merge branch 'main' of github.com:roc-lang/roc into commit-signing-link 2022-10-15 19:35:00 +02:00
Anton-4
d6885bde23
Merge pull request #4299 from cjduncana/ci-markdown-links
Repair broken links in Markdown
2022-10-15 19:32:25 +02:00
Anton-4
dbaa63e210
minor correction
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-10-15 19:26:51 +02:00
Folkert
7529e10580
wip 2022-10-15 19:15:56 +02:00
Jakub Kozłowski
31eb187960
Adjust to suggestions from comments 2022-10-15 18:49:46 +02:00
Jakub Kozłowski
85d774d3e9
Add default build to flake outputs 2022-10-15 18:49:25 +02:00
Anton-4
d511d09c9d
added link to story commit signing
Setting this up can be a bit of a chore so it's nice to provide some motivation :)

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-10-15 18:48:29 +02:00
Anton-4
d242895ff9
Merge pull request #4254 from roc-lang/wasm32_cli_run
wasm 32 cli run fixes, added to ci tests
2022-10-15 18:41:52 +02:00
Anton-4
935b881205
Merge pull request #4330 from roc-lang/macos-11-12-nightly-testing
account for new macos 11/12 split for testing nightlies
2022-10-15 17:47:39 +02:00
Anton-4
2f8dcb7e12
Merge pull request #4298 from lucacervello/replace-panic!-with-internal-error!-in-compiler-crates
Replace panic! with internal_error! in `compiler/build`, `compiler/alias_analysis` and `compiler/arena_pool`
2022-10-15 17:05:25 +02:00
Anton-4
b2ad1fd537
account for new macos 11/12 split
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-10-15 16:22:24 +02:00
Anton-4
709faee85b
add microsoft research exception
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-10-15 15:25:21 +02:00
Anton-4
0d58a7cf8a
example.org is better 2022-10-15 14:28:56 +02:00
Anton-4
eb727bd8b0
fixed links, minimal exceptions
Replaced lorem ipsum links with links to roc-lang. All exceptions added are due to problems with those sites and their interaction with programs like curl
2022-10-15 14:25:03 +02:00
Folkert
041d367e53
Cargo.lock updates ?! 2022-10-15 14:05:33 +02:00
Folkert
5aebf645bf
run .wasm files in cli tests 2022-10-15 14:05:19 +02:00
Anton-4
52bc03e93b
remove lorem ipsum patterns
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-10-15 12:23:43 +02:00
Anton-4
f7dd5ca708
replace random links with roc-lang.org
random links are generated by the lorem ipsum generator, we don't want to allow a bunch of random links in the repo for security purposes.

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-10-15 12:21:59 +02:00
Anton-4
d77d8f251d
Merge pull request #4322 from lukewilliamboswell/updating-docs
adding expect and documentation for Str builtin
2022-10-15 12:14:27 +02:00
Anton-4
78e66c6c26
format Str.roc 2022-10-15 11:19:54 +02:00