Richard Feldman
|
718b999751
|
Merge pull request #2857 from rtfeldman/abilities-mono
Codegen for abilities
|
2022-04-16 22:59:16 -04:00 |
|
Richard Feldman
|
97193c12a1
|
Merge pull request #2874 from rtfeldman/precompiled-flag
Don't specify a default value for --precompiled-host
|
2022-04-15 17:44:12 -04:00 |
|
Richard Feldman
|
9a89287365
|
Don't specify a default value for --precompiled-host
If we do, it's treated as always present even if it's
not passed in, which overrides the default of
"infer based on target."
|
2022-04-15 16:23:27 -04:00 |
|
Richard Feldman
|
5fb4160f86
|
Merge pull request #2859 from rtfeldman/auto-surgical-link
Use surgical linker by default when supported
|
2022-04-15 12:59:25 -04:00 |
|
Richard Feldman
|
be4fee6b5c
|
Add Sean Hagstrom to AUTHORS
|
2022-04-15 12:23:03 -04:00 |
|
Richard Feldman
|
445278efa4
|
Merge pull request #2867 from rtfeldman/float-repl-fixes
Change REPL output from `F64` to `Float *`
|
2022-04-15 12:22:28 -04:00 |
|
Richard Feldman
|
d5c843a771
|
Don't use deprecated --roc-linker flag in tests
|
2022-04-15 12:13:05 -04:00 |
|
Richard Feldman
|
b60235f3af
|
Change TEST_SURGICAL_LINKER to TEST_LEGACY_LINKER
|
2022-04-15 12:12:50 -04:00 |
|
Sean Hagstrom
|
37d3e355ca
|
refactor the logic for pretty printing float types into one function
|
2022-04-15 16:37:39 +01:00 |
|
Sean Hagstrom
|
c67a1bb8d4
|
fix(repl) and fix(pretty_print): update pretty_print output for Num FloatingPoint * to be Float * instead of F64
|
2022-04-15 16:37:39 +01:00 |
|
Richard Feldman
|
34813eeae1
|
Update AUTHORS
|
2022-04-15 10:54:54 -04:00 |
|
Ayaz Hafiz
|
e6b0d9a820
|
Fix typo
|
2022-04-15 10:54:35 -04:00 |
|
Richard Feldman
|
ae59eab55b
|
Merge pull request #2850 from rtfeldman/issue-2646/Num-toStr
Issue 2646 - Num.toStr crash
|
2022-04-15 10:54:20 -04:00 |
|
Richard Feldman
|
bf744cdd6e
|
Merge pull request #2870 from rtfeldman/i/2863
Don't try to send type problems over module boundaries
|
2022-04-15 10:51:28 -04:00 |
|
Ayaz Hafiz
|
95783e03a1
|
Handle aliasing of ability members
|
2022-04-15 10:21:35 -04:00 |
|
Richard Feldman
|
f56972742f
|
Default to not precompiled
|
2022-04-15 10:21:17 -04:00 |
|
Ayaz Hafiz
|
491ec0034a
|
Don't try to send type problems over module boundaries
Closes #2863
Closes #2858
|
2022-04-15 10:01:26 -04:00 |
|
Ayaz Hafiz
|
00e5205d4c
|
More debugging for unified types
|
2022-04-15 09:53:23 -04:00 |
|
Richard Feldman
|
0b979ebe1e
|
Revert "Try fixing the Killed: 9 problem on M1 Mac"
(this didn't fix it)
This reverts commit 089a3de22f .
|
2022-04-15 09:42:44 -04:00 |
|
Richard Feldman
|
089a3de22f
|
Try fixing the Killed: 9 problem on M1 Mac
|
2022-04-15 09:42:31 -04:00 |
|
Ayaz Hafiz
|
7d4a006377
|
Bugfix sorting must implement constraints
Also makes things go faster
|
2022-04-15 09:29:12 -04:00 |
|
Richard Feldman
|
56f97a2edc
|
Fix some cli_run warnings
|
2022-04-15 09:24:57 -04:00 |
|
Ayaz Hafiz
|
fbe7ccf4c8
|
Use error macro
|
2022-04-15 08:51:29 -04:00 |
|
Richard Feldman
|
4065645d3c
|
Fix references to obsolete CLI flags
|
2022-04-15 08:46:12 -04:00 |
|
Richard Feldman
|
03c189c049
|
c-c-c-c-clippy! (turn and face the strange)
|
2022-04-14 21:52:00 -04:00 |
|
Richard Feldman
|
4f10ccc5d1
|
Rename Target::Host to Target::System
|
2022-04-14 20:44:23 -04:00 |
|
Richard Feldman
|
1f93973dbf
|
Allow --precompiled-host=false
|
2022-04-14 20:43:30 -04:00 |
|
Richard Feldman
|
6b213be997
|
Minor formatting
|
2022-04-14 20:35:42 -04:00 |
|
Richard Feldman
|
3daba1f6c0
|
Introduce --linker flag
|
2022-04-14 20:32:19 -04:00 |
|
Richard Feldman
|
2be9825b7b
|
Add --force-roc-linker and --legacy-linker
|
2022-04-14 20:19:27 -04:00 |
|
Ayaz Hafiz
|
8f335c3278
|
Add solve test for aliasing ability
|
2022-04-14 17:25:44 -04:00 |
|
Ayaz Hafiz
|
8694ea9d33
|
Add first ability gen tests
|
2022-04-14 17:06:19 -04:00 |
|
Ayaz Hafiz
|
b79b351136
|
The first ability... compiles
|
2022-04-14 16:50:41 -04:00 |
|
Ayaz Hafiz
|
6b4294307f
|
Start saving ability signature on designated variable again
|
2022-04-14 16:22:54 -04:00 |
|
Ayaz Hafiz
|
eb81c68bcb
|
Pass abilities store to mono
|
2022-04-14 16:20:55 -04:00 |
|
Richard Feldman
|
d23d5f249f
|
Merge pull request #2851 from rtfeldman/editor-freeze-fix
fix editor freeze
|
2022-04-14 15:05:53 -04:00 |
|
Richard Feldman
|
62f1cbed59
|
Merge pull request #2853 from rtfeldman/abilities-typechecking3
Abilities typechecking bug fixes
|
2022-04-14 13:53:38 -04:00 |
|
Richard Feldman
|
953c7aa9ff
|
Merge pull request #2855 from rtfeldman/outdented-parse
Make sure outdented records parse
|
2022-04-14 13:53:11 -04:00 |
|
Richard Feldman
|
b796b2e92d
|
Merge pull request #2839 from rtfeldman/target-triple
changes to --target
|
2022-04-14 13:52:27 -04:00 |
|
Richard Feldman
|
629d17c3ae
|
Restore old IR name for wasm32
|
2022-04-14 13:21:24 -04:00 |
|
Ayaz
|
5652e72f99
|
Missing test
|
2022-04-14 12:50:28 -04:00 |
|
Anton-4
|
3fc777a7be
|
made changes to keep performance and not freeze
|
2022-04-14 18:15:35 +02:00 |
|
Richard Feldman
|
be725d6421
|
Revert changes to IR filenames
|
2022-04-14 10:55:25 -04:00 |
|
Richard Feldman
|
dca2fedbd4
|
Give more information when surgical linking fails
|
2022-04-14 10:55:25 -04:00 |
|
Ayaz Hafiz
|
233ea23979
|
Revert "Detect outdents too far"
This reverts commit 1c2ca2e3f5ae12d114cc72970035caf937d6e413.
|
2022-04-14 10:47:20 -04:00 |
|
Ayaz Hafiz
|
dc2d9ceeac
|
Detect outdents too far
|
2022-04-14 10:47:20 -04:00 |
|
Ayaz Hafiz
|
362ca1d914
|
Fix parse tests
|
2022-04-14 10:47:18 -04:00 |
|
Ayaz Hafiz
|
0c21821b04
|
Make sure outdented records parse
|
2022-04-14 09:31:55 -04:00 |
|
Ayaz Hafiz
|
3c03b7004c
|
Test for outdented list parse
|
2022-04-14 09:31:26 -04:00 |
|
Ayaz Hafiz
|
ff3f54b3eb
|
Bugfix report message
|
2022-04-14 08:59:41 -04:00 |
|