Leonardo de Moura
|
fccb60fb69
|
feat: support for [inlineIfReduce] at new compiler
|
2022-09-13 18:23:42 -07:00 |
|
Leonardo de Moura
|
e8246e026d
|
fix: bug at compatibleTypes
Many thanks to @hargoniX
|
2022-09-13 15:58:06 -07:00 |
|
Leonardo de Moura
|
8f2ab82408
|
fix: bug at bindCases
Many thanks to @hargoniX
|
2022-09-13 15:36:46 -07:00 |
|
Leonardo de Moura
|
7535c12bc5
|
test: add frontend meeting examples to test suite
|
2022-09-13 09:08:38 -07:00 |
|
Gabriel Ebner
|
b4af14d44a
|
fix: deindent docstrings with empty lines
|
2022-09-13 07:16:12 -07:00 |
|
Mario Carneiro
|
a0fcb660c5
|
feat: allow multiple source + no expected type
|
2022-09-13 07:09:08 -07:00 |
|
Mario Carneiro
|
adc215dab9
|
feat: support {s with ..}
|
2022-09-13 07:09:08 -07:00 |
|
Gabriel Ebner
|
d67546e388
|
chore: add test
|
2022-09-13 06:19:40 -07:00 |
|
Gabriel Ebner
|
ca28b0462c
|
feat: show all missing fields in structure instance
|
2022-09-13 06:19:40 -07:00 |
|
Mario Carneiro
|
3bb3efdedc
|
feat: allow optional type in example
|
2022-09-13 03:11:04 -07:00 |
|
Leonardo de Moura
|
b2d6caca0a
|
fix: inferProjType at LCNF
|
2022-09-12 18:27:14 -07:00 |
|
Leonardo de Moura
|
506cf01d94
|
fix: bug at simpCasesOnCtor?
|
2022-09-12 16:02:19 -07:00 |
|
Leonardo de Moura
|
59b4d977b5
|
chore: fix tests
|
2022-09-10 15:06:03 -07:00 |
|
Henrik Böving
|
a03ea65d73
|
refactor: monadic compiler test framework style + new pass manager
|
2022-09-10 15:00:05 -07:00 |
|
Leonardo de Moura
|
ca098d3769
|
feat: inline applications of the form inline (f ...)
The `inline` identity function is a directive for the compiler.
|
2022-09-10 13:28:49 -07:00 |
|
Leonardo de Moura
|
f1c150228b
|
fix: fixes #1558
|
2022-09-09 15:27:51 -07:00 |
|
Leonardo de Moura
|
353eb0dd27
|
fix: disable auto implicit feature when running tactics
fixes #1569
|
2022-09-09 15:17:50 -07:00 |
|
Leonardo de Moura
|
abf514378b
|
fix: fixes #1575
|
2022-09-09 15:05:21 -07:00 |
|
Leonardo de Moura
|
7c3826d3e9
|
fix: fixes #1576
|
2022-09-09 14:29:48 -07:00 |
|
Leonardo de Moura
|
16534bacc9
|
chore: re-activate test
|
2022-09-08 15:23:18 -07:00 |
|
Henrik Böving
|
5514339ffd
|
fix: visit jp bodies in join point finder
|
2022-09-08 15:21:53 -07:00 |
|
Leonardo de Moura
|
2ec7f14ca8
|
chore: temporarily disable test to fix build
|
2022-09-08 14:53:48 -07:00 |
|
Gabriel Ebner
|
fb259f95db
|
feat: remove description argument from register_simp_attr
|
2022-09-08 14:49:43 -07:00 |
|
Henrik Böving
|
576a4ec2c5
|
test: basic compiler tests for findJoinPoints
|
2022-09-08 14:09:14 -07:00 |
|
Henrik Böving
|
d2f7e724ac
|
feat: findJoinPoints pass
|
2022-09-08 14:09:14 -07:00 |
|
Leonardo de Moura
|
5c00708b7f
|
test: specialize attribute tests
|
2022-09-07 16:32:25 -07:00 |
|
Leonardo de Moura
|
f4fbf92313
|
fix: make privateToUserNameAux more robust
|
2022-09-06 17:15:56 -07:00 |
|
Leonardo de Moura
|
bf44e9fb2f
|
fix: bug at inferProjType for LCNF
|
2022-09-05 19:23:35 -07:00 |
|
Gabriel Ebner
|
213cb322be
|
chore: add test
|
2022-09-05 08:52:46 -07:00 |
|
Leonardo de Moura
|
34f3fcdee5
|
chore: fix test
|
2022-09-05 06:58:32 -07:00 |
|
Leonardo de Moura
|
d0600b3750
|
fix: incorrect binder name being used
cc @hargoniX
|
2022-09-04 16:56:42 -07:00 |
|
Leonardo de Moura
|
01ca711859
|
feat: add PullFunDecls.lean
|
2022-09-04 16:44:45 -07:00 |
|
Henrik Böving
|
4ee9080a9b
|
feat: basic compiler pass tests
|
2022-09-03 19:55:53 -07:00 |
|
Mario Carneiro
|
37252e5fa7
|
chore: remove Bootstrap package
|
2022-09-02 16:39:03 -07:00 |
|
Mario Carneiro
|
158e182b8b
|
chore: move Bootstrap.Dynamic -> Init.Dynamic
|
2022-09-02 04:36:54 -07:00 |
|
Leonardo de Moura
|
d96bf8a633
|
chore: restore accidentally deleted test
25447af13c
|
2022-09-01 06:06:03 -07:00 |
|
Leonardo de Moura
|
d00627364c
|
feat: add simp compiler pass
|
2022-08-31 18:10:32 -07:00 |
|
Leonardo de Moura
|
25447af13c
|
feat: new code inliner
|
2022-08-31 18:10:32 -07:00 |
|
Sebastian Ullrich
|
2e98726973
|
fix: levelMVarToParam must update levelNames
|
2022-08-31 17:57:07 -07:00 |
|
Sebastian Ullrich
|
e075b54f22
|
fix: collision between implicit and auto-bound level names
|
2022-08-31 17:57:07 -07:00 |
|
Sebastian Ullrich
|
a657a638f0
|
feat: sub-info tree level hover
|
2022-08-31 17:49:43 -07:00 |
|
Mario Carneiro
|
ebb5b97d73
|
chore: move Bootstrap.Data -> Lean.Data
|
2022-08-31 11:48:57 -07:00 |
|
Leonardo de Moura
|
a0b47195ba
|
fix: fixes #1547
|
2022-08-30 11:45:05 -07:00 |
|
Mario Carneiro
|
b2b02295b0
|
chore: move ShareCommon to Init / Lean
|
2022-08-30 07:51:43 -07:00 |
|
Mario Carneiro
|
6a7ccb5797
|
refactor: generalize ShareCommon to a typeclass (#1537)
|
2022-08-29 09:34:38 -07:00 |
|
Mario Carneiro
|
850ee17346
|
chore: move Bootstrap.System.Uri to Init
|
2022-08-29 08:06:30 -07:00 |
|
Mario Carneiro
|
0efbc0bc03
|
chore: remove BinomialHeap, DList, Stack, Queue
These are moving to std4.
|
2022-08-29 07:07:53 -07:00 |
|
Mario Carneiro
|
bf89c5a0f5
|
chore: move Std -> Bootstrap
|
2022-08-29 01:26:12 -07:00 |
|
Mario Carneiro
|
31784c9a24
|
doc: documentation for Init.Core
|
2022-08-29 00:41:24 -07:00 |
|
Leonardo de Moura
|
ee8e771445
|
fix: dotted name bug
|
2022-08-27 10:41:55 -07:00 |
|