Commit Graph

5215 Commits

Author SHA1 Message Date
Brendan Hansknecht
8a5d45a8a4 Autoformat link.rs 2020-11-25 21:32:40 -08:00
Richard Feldman
bc75f46908
Merge branch 'trunk' into dev-backend-base 2020-11-26 00:02:15 -05:00
Richard Feldman
213ea8a79d
fix typos in comment 2020-11-26 00:02:05 -05:00
Richard Feldman
6d6077db27 Drop some dbg! calls 2020-11-25 23:07:19 -05:00
Richard Feldman
bf75b0d09a Merge remote-tracking branch 'origin/trunk' into format-final-comments-record-type 2020-11-25 23:07:00 -05:00
Richard Feldman
e1575beaa3
Merge pull request #738 from rtfeldman/fix-alignment
Fix alignment
2020-11-25 22:54:18 -05:00
Richard Feldman
6cc359d4a8
Merge pull request #735 from rtfeldman/rvcas/list_functions
List: add walk and fix walkBackwards
2020-11-25 22:32:12 -05:00
Brendan Hansknecht
81c0050683 Fix linking on Aarch64 with nix 2020-11-26 03:06:10 +00:00
Folkert
fb70ce7c71 clippy 2020-11-25 20:35:24 +01:00
Folkert
7f83d9d3a0 fix mono tests, again 2020-11-25 20:06:53 +01:00
Folkert
0d15f92f00 fix mono tests 2020-11-25 19:43:57 +01:00
Sébastien Besnier
f46841d63b cargo fmt 2020-11-25 16:23:33 +01:00
Sébastien Besnier
94af5caa69 add some (directly passing!) tests 2020-11-25 16:12:10 +01:00
Sébastien Besnier
1ebac5e332 format correctly comment in empty record annotation 2020-11-25 16:06:51 +01:00
Sébastien Besnier
aa3ce94f86 fix formating newlines 2020-11-25 15:44:58 +01:00
Sébastien Besnier
7361f62902 format properly multiline type annotations 2020-11-25 15:15:32 +01:00
Sébastien Besnier
4ed8d3eb79 add failing test 2020-11-25 10:33:36 +01:00
Sébastien Besnier
124800f8b9 fix bug parser with comment after ':' in signature 2020-11-25 10:31:49 +01:00
Brendan Hansknecht
0d0eb440db Properly generate main function name 2020-11-24 23:37:41 -08:00
Richard Feldman
6e126b3465 Update gen_dev tests to use new module format 2020-11-24 20:23:33 -05:00
Richard Feldman
f9df68a869 Merge remote-tracking branch 'origin/trunk' into dev-backend-base 2020-11-24 20:22:25 -05:00
Richard Feldman
e6fd9cd884
Merge branch 'trunk' into rvcas/list_functions 2020-11-24 20:20:51 -05:00
Richard Feldman
29c1dc35de
Merge pull request #732 from rtfeldman/aarch64-nix
Enable nix shell on aarch64
2020-11-24 20:19:37 -05:00
Richard Feldman
c5838703ea
Merge pull request #734 from rtfeldman/nixpkgs-update
Update from old nixpkgs-channels to new nixpkgs repo
2020-11-24 20:17:37 -05:00
Richard Feldman
391601417f
Merge pull request #736 from rtfeldman/rvcas/numeric_types
Numeric Sizes: Float rename to F64
2020-11-24 20:16:56 -05:00
Folkert
d821a17413 fix recursive tag unions too 2020-11-24 23:47:57 +01:00
Folkert
0f1baef160 alignment in multi tag pattern match 2020-11-24 23:15:32 +01:00
Folkert
69734e837e alignment in pattern match on single element tag union 2020-11-24 22:36:09 +01:00
Folkert
ccd2e0ecf4 alignment in single element tag unions 2020-11-24 22:01:57 +01:00
Folkert
1e4f0e8b07 correct alignment in records! 2020-11-24 21:28:53 +01:00
Folkert
517f8f4a4a simplify handling of optional fields 2020-11-24 20:57:10 +01:00
rvcas
0fb2c4ff8b fix(List): clippy on list_walk and tests for the walk builtin 2020-11-24 13:20:05 -05:00
rvcas
f7bd803509 feat(Num): rename Float to F64 2020-11-24 10:25:21 -05:00
Lucas
dfcf7bb7a2
Merge branch 'trunk' into rvcas/list_functions 2020-11-24 09:07:28 -05:00
rvcas
8feab843ea feat(List): add walk function and fix walkBackwards 2020-11-24 09:01:03 -05:00
Richard Feldman
15bcdbc1a0
Merge branch 'trunk' into dev-backend-base 2020-11-24 07:17:23 -05:00
Richard Feldman
301ee85219
Merge pull request #709 from rtfeldman/import-packages
Update module header parsing
2020-11-24 07:10:02 -05:00
Brendan Hansknecht
645e30e204 Update from old nixpkgs-channels to new nixpkgs repo 2020-11-24 00:24:27 -08:00
Brendan Hansknecht
bd8046056f Fix not leaf function 2020-11-23 22:18:52 -08:00
Brendan Hansknecht
09410d7a02 Rename ret_near to ret and temporarily allow dead relocations 2020-11-23 22:09:44 -08:00
Brendan Hansknecht
af4fba940b Enable nix shell on aarch64 2020-11-24 06:00:16 +00:00
Brendan Hansknecht
6caef6b86f Merge branch 'trunk' into dev-backend 2020-11-23 21:55:18 -08:00
Richard Feldman
91c98ede21
Merge branch 'trunk' into import-packages 2020-11-23 21:51:51 -05:00
Richard Feldman
77c84eaaa8 Install a libc6-dbg (valgrind requested it) 2020-11-23 21:47:16 -05:00
Richard Feldman
91bc0a36c3 Improve valgrind error output 2020-11-23 21:43:28 -05:00
Richard Feldman
a989d48239
Merge pull request #730 from rtfeldman/fix-multilines-annotation-parsing
Fix multilines annotation parsing
2020-11-23 21:18:36 -05:00
rvcas
d9e906b8fb feat(List): rename walkRight to walkBackwards 2020-11-23 19:39:30 -05:00
Folkert
9c7514c449 refactor record layout generation 2020-11-23 23:44:12 +01:00
Sébastien Besnier
88373240a9 fix multiline type signature bug 2020-11-23 15:30:48 +01:00
Sébastien Besnier
d632e588ef add failing test 2020-11-23 14:24:10 +01:00