Sébastien Besnier
|
cfbfbf09be
|
cargo fmt
|
2020-11-08 13:45:47 +01:00 |
|
Sébastien Besnier
|
94006f1d8f
|
make clippy happy.... again
|
2020-11-08 13:45:47 +01:00 |
|
Sébastien Besnier
|
8870776fb0
|
make clippy happy
|
2020-11-08 13:43:11 +01:00 |
|
Sébastien Besnier
|
6dbde806d6
|
cargo-fmt
|
2020-11-08 13:43:11 +01:00 |
|
Sébastien Besnier
|
f4c1af0f19
|
test_can pass
|
2020-11-08 13:43:11 +01:00 |
|
Sébastien Besnier
|
19bd75aa62
|
merge things from trunk
|
2020-11-08 13:43:11 +01:00 |
|
Sébastien Besnier
|
014131dabe
|
handle AnnotatedBody everywhere. It compiles now!
|
2020-11-08 13:43:11 +01:00 |
|
Sébastien Besnier
|
d2d3681d7e
|
fix issue in annotated_body parser -- now compiling!
|
2020-11-08 13:43:11 +01:00 |
|
Sébastien Besnier
|
29c8ea6d8e
|
transform annotated_body parser into small functions
|
2020-11-08 13:43:11 +01:00 |
|
Sébastien Besnier
|
bffc597e4e
|
remove unused annotation
|
2020-11-08 13:43:11 +01:00 |
|
Sébastien Besnier
|
efe3497cc9
|
add AnnotatedBody in AST enum type
|
2020-11-08 13:43:11 +01:00 |
|
Richard Feldman
|
6929c63bb8
|
Merge branch 'trunk' into add-pkg-config
|
2020-11-07 22:06:08 -05:00 |
|
Richard Feldman
|
53bec064f3
|
Fix some typos in comments
|
2020-11-07 22:04:32 -05:00 |
|
Folkert
|
c20b40a7d2
|
fix zero-sized closures
|
2020-11-08 03:08:13 +01:00 |
|
Folkert
|
2267a1174a
|
introduce PhantomEmptyStruct
|
2020-11-08 03:08:12 +01:00 |
|
Folkert
|
3d092cb9b7
|
in theory allow non-function effects values
this does not work due to limitations with functions in tag unions
|
2020-11-08 03:07:59 +01:00 |
|
Folkert
|
2a872f180a
|
some foundations for zero-sized values in closures
|
2020-11-08 01:55:06 +01:00 |
|
Jared Ramirez
|
74b09605a7
|
Merge branch 'trunk' into builtin-count-graphemes
|
2020-11-07 18:49:29 -06:00 |
|
Folkert
|
114e08f05f
|
fix some typos
|
2020-11-08 00:20:00 +01:00 |
|
Folkert
|
e516a0aebb
|
ignore the absence of a Pkg-Config file
|
2020-11-08 00:12:15 +01:00 |
|
Folkert
|
7a6ca2453a
|
don't add PartialProc s twice
|
2020-11-07 23:50:19 +01:00 |
|
Folkert
|
ae2246c122
|
theoretically allow dependencies in platform modules
|
2020-11-07 23:27:47 +01:00 |
|
Folkert
|
40aa166473
|
exclude the Effect module from being loaded, for now
|
2020-11-07 22:58:50 +01:00 |
|
Folkert
|
40477eee82
|
make quicksort use a Pkg-Config.roc file
|
2020-11-07 22:44:06 +01:00 |
|
Jared Ramirez
|
430666a948
|
Fix cargo clippy
|
2020-11-07 15:29:53 -06:00 |
|
Folkert
|
7c570475d8
|
add load_pkg_config function
|
2020-11-07 22:18:22 +01:00 |
|
Folkert
|
809f815901
|
change import syntax
|
2020-11-07 21:03:51 +01:00 |
|
Richard Feldman
|
ea150b0101
|
Change syntax for requires in platform modules
|
2020-11-07 12:20:09 -05:00 |
|
Richard Feldman
|
61edcc7d03
|
Have ascii_char take a u8
|
2020-11-07 12:13:46 -05:00 |
|
Richard Feldman
|
7ba95a0bd0
|
Parse user-specified Effect name
|
2020-11-07 12:05:45 -05:00 |
|
Richard Feldman
|
c8b28b96fa
|
Parse a : before each effects entry
|
2020-11-07 11:42:55 -05:00 |
|
Folkert
|
7ca5b7edd0
|
Merge remote-tracking branch 'origin/trunk' into generate-effects-module
|
2020-11-07 13:51:42 +01:00 |
|
Folkert
|
ee696ef56b
|
fix mistake
|
2020-11-07 13:37:22 +01:00 |
|
Folkert
|
fc73679932
|
more clippy things
|
2020-11-07 01:17:50 +01:00 |
|
Folkert
|
dfd316c062
|
comment memory-leaking test
|
2020-11-07 00:48:43 +01:00 |
|
Folkert
|
7cfe5efe1b
|
Merge remote-tracking branch 'origin/trunk' into generate-effects-module
|
2020-11-07 00:30:23 +01:00 |
|
Folkert
|
9b949912d7
|
remove unneeded code
|
2020-11-07 00:28:44 +01:00 |
|
Folkert
|
e27527b552
|
clean up file.rs
|
2020-11-07 00:21:21 +01:00 |
|
Folkert
|
ec7e8804ac
|
thread Mode through
|
2020-11-07 00:18:16 +01:00 |
|
Folkert
|
dc199fe527
|
clippy
|
2020-11-07 00:11:40 +01:00 |
|
Folkert
|
cb1dff1baf
|
cleanup
|
2020-11-07 00:09:45 +01:00 |
|
Jared Ramirez
|
14fed8e6a6
|
Fix cargo fmt
|
2020-11-06 17:03:21 -06:00 |
|
Jared Ramirez
|
11fad7a27d
|
Update bitcode docs
|
2020-11-06 16:54:28 -06:00 |
|
Jared Ramirez
|
e112a406a2
|
Fix countGrapheme wiring; Reorganize zig builtins; Streamline how we export zig function
|
2020-11-06 16:54:28 -06:00 |
|
Jared Ramirez
|
f34235e050
|
Fix countGrapheme args borrowing
|
2020-11-06 16:54:28 -06:00 |
|
Jared Ramirez
|
63308d90e1
|
Add Str.countGraphemes
|
2020-11-06 16:54:28 -06:00 |
|
Folkert
|
a6e39e66f1
|
generate signature for foreign symbols
|
2020-11-06 23:46:31 +01:00 |
|
Folkert
|
4b8392696e
|
make effect name flexible
|
2020-11-06 23:15:27 +01:00 |
|
Folkert
|
7a8e9fe343
|
special hash and dedup for SolvedType
|
2020-11-06 23:12:47 +01:00 |
|
Folkert
|
7faab5d857
|
remove debug prints
|
2020-11-06 21:51:32 +01:00 |
|