Commit Graph

4338 Commits

Author SHA1 Message Date
Richard Feldman
db2d99f56d
Merge branch 'trunk' into platform 2020-10-18 23:59:44 -04:00
Richard Feldman
e3361c14a2
Merge pull request #599 from rtfeldman/sized-functions-inference
Effects, kind of
2020-10-18 23:58:02 -04:00
Richard Feldman
dfa61b4c18 Parse platform headers 2020-10-18 23:55:49 -04:00
Folkert
e2496f22eb Merge remote-tracking branch 'origin/trunk' into sized-functions-inference 2020-10-19 00:28:39 +02:00
Folkert
33ff36daad make things work by removing type signatures 2020-10-19 00:28:14 +02:00
Folkert
847a1be65e comment out type aliases for the unique version 2020-10-18 23:53:43 +02:00
Folkert
894f7de009 changes to closure parameter rank 2020-10-18 23:37:21 +02:00
Folkert
e1290835de use the full alias body to determine the rank 2020-10-18 23:05:03 +02:00
Folkert
7b4e87a671 use layout first to determine if something is a closure 2020-10-18 23:04:28 +02:00
Folkert
a88f78d6b7 comment tests where monomorphization doesn't work right 2020-10-18 22:49:21 +02:00
Folkert
81af929f8f always unify full alias body, even when alias names match 2020-10-18 21:16:22 +02:00
Folkert
fd77a18908 fix clippy thing 2020-10-18 21:06:34 +02:00
Folkert
b0ef8b9b07 clarify how we deal with a closure layout 2020-10-18 21:05:48 +02:00
Folkert
b26f778ee0 code gen for closures that are by-unification, not because they capture anything 2020-10-18 20:50:51 +02:00
Folkert
9cecfe3558 remove closes_over field 2020-10-18 20:45:28 +02:00
Folkert
6c79048f9b improve closure pretty printing 2020-10-18 20:12:53 +02:00
Folkert
4acbe876cc centralize closure layout creation 2020-10-18 20:12:20 +02:00
Folkert
896090642f add assertion 2020-10-18 20:11:33 +02:00
Folkert
39f52f22fa add more closure tests 2020-10-18 20:11:18 +02:00
Richard Feldman
a31ed6943f
Merge pull request #595 from rtfeldman/sized-functions-inference
Sized functions inference + basic closures
2020-10-18 12:23:05 -04:00
Richard Feldman
5c6ef2d01b
Merge branch 'trunk' into sized-functions-inference 2020-10-18 11:20:57 -04:00
Richard Feldman
e6e5176bf9
Merge pull request #598 from rtfeldman/debug-valgrind
Temporarily stop running valgrind on quicksort
2020-10-18 11:20:45 -04:00
Richard Feldman
fd2512a064 For now, disable valgrind on quickcheck 2020-10-18 10:55:45 -04:00
Richard Feldman
98bda47989 Add run_cmd helper 2020-10-18 09:55:31 -04:00
Richard Feldman
684dfc40f2
Merge pull request #597 from rtfeldman/debug-valgrind
Fix valgrind on macOS
2020-10-18 09:49:07 -04:00
Folkert
c41b92e284 remove bitcode CI check
it gave false positives, and won't be needed when we don't  check in the bitcode
2020-10-18 09:03:05 -04:00
Richard Feldman
b488e5773f Add app.dSYM to .gitignore
valgrind on macOS creates this directory automatically
2020-10-18 08:46:50 -04:00
Richard Feldman
c1768dc818 Update valgrind on macOS install instructions 2020-10-18 08:46:50 -04:00
Richard Feldman
65336919fc Have valgrind output XML to a tempfile 2020-10-18 08:46:50 -04:00
Richard Feldman
8fd3006ea6
Merge branch 'trunk' into sized-functions-inference 2020-10-17 22:07:45 -04:00
Richard Feldman
b7fd45b58c
Merge pull request #593 from Anton-4/trunk
Added editor README with troubleshooting for gfx_backend_vulkan error
2020-10-17 22:07:10 -04:00
Richard Feldman
f8e5b5c57c
Merge pull request #594 from rtfeldman/lrosa007/add_nix_usage
Add Nix Usage Instructions
2020-10-17 22:06:38 -04:00
Folkert
e9d9c9acc2 more clippy things 2020-10-17 23:03:15 +02:00
Folkert
1439c1a21d clippy complaints 2020-10-17 22:37:15 +02:00
Folkert
15600a8f2b allow byte/bool closure sizes 2020-10-17 22:35:08 +02:00
Folkert
5282eba556 remove bitcode CI check
it gave false positives, and won't be needed when we don't  check in the bitcode
2020-10-17 22:19:20 +02:00
Folkert
e66c84d2de update bitcode 2020-10-17 22:05:07 +02:00
Folkert
496580c869 remove commented code 2020-10-17 21:59:00 +02:00
Folkert
0dfeb76d72 un-ignore tests 2020-10-17 21:58:00 +02:00
Folkert
cfb2064868 rip out unneeded tracking of symbol variable mapping 2020-10-17 21:55:37 +02:00
Folkert
607799b96e steps towards closures and Effects 2020-10-17 20:53:57 +02:00
lrosa007
5568bf9be0 chore(build): add nix usage instructions 2020-10-17 14:33:43 -04:00
Folkert
edfc96628e WIP 2020-10-17 14:53:57 +02:00
Folkert
9ff882751a disable a test for now 2020-10-17 12:35:53 +02:00
Folkert
6227a3480e cleanup 2020-10-17 02:51:42 +02:00
Folkert
cfce0235f2 fix mono tests 2020-10-17 02:41:40 +02:00
Folkert
1708484eb5 fix mono tests 2020-10-17 02:39:44 +02:00
Folkert
8b490b6221 make closure layout more robust 2020-10-17 01:48:55 +02:00
Folkert
70a53bd544 cleanup 2020-10-17 00:56:40 +02:00
Folkert
777b29259f remove unused function 2020-10-17 00:51:10 +02:00