Mario Carneiro
|
2348fb37d3
|
fix: use Lean.initializing instead of IO.initializing
|
2023-06-17 06:57:14 -07:00 |
|
Mario Carneiro
|
e64a2e1a12
|
fix: misleading indentation
|
2023-06-17 06:56:53 -07:00 |
|
Denis Gorbachev
|
1292819f64
|
chore: update scripts example to new GetElem syntax (leanprover/lake#171)
|
2023-06-10 03:55:55 -04:00 |
|
Gabriel Ebner
|
bff612e59e
|
fix: simp: synthesize non-inst-implicit tc args
Fixes #2265.
|
2023-06-09 16:32:02 -07:00 |
|
Mario Carneiro
|
1ac8a4083f
|
feat: report section name in invalid end msg
|
2023-06-09 14:41:39 -07:00 |
|
Mario Carneiro
|
b4cf1dd943
|
feat: binder info for generalize
|
2023-06-09 14:41:00 -07:00 |
|
Mario Carneiro
|
b139a97825
|
fix: hygieneInfo should not consume whitespace
|
2023-06-09 15:05:19 +02:00 |
|
tydeu
|
3fb146fad2
|
chore: fix test on MacOS
|
2023-06-08 14:05:04 -04:00 |
|
tydeu
|
462d306184
|
chore: fix test on non-Windows
|
2023-06-08 13:40:21 -04:00 |
|
tydeu
|
13d5e6f542
|
feat: add untraced weakLeanArgs
closes leanprover/lake#172
|
2023-06-08 03:29:51 -04:00 |
|
tydeu
|
cf216ecd16
|
chore: update Lean to 06-01
also:
* refactor code relying on the old `toName`
* do not decapitalize package names in `lake new`
|
2023-06-08 02:06:13 -04:00 |
|
tydeu
|
c0edda1373
|
doc: fix some README wording
|
2023-06-07 22:25:52 -04:00 |
|
Sebastian Ullrich
|
451ccec154
|
fix: save when used as last tactic
|
2023-06-07 14:29:45 -07:00 |
|
Sebastian Ullrich
|
8ba05f34ea
|
doc: remove reference to harmful elan command
|
2023-06-07 20:08:33 +02:00 |
|
Sebastian Ullrich
|
d5348dfac8
|
chore: update stage0
|
2023-06-06 15:01:00 +02:00 |
|
Sebastian Ullrich
|
7987b795bb
|
fix: workspace symbols
Somehow was broken by #2233
|
2023-06-06 14:58:24 +02:00 |
|
Bulhwi Cha
|
b3eeeffd90
|
doc: improve documentation of Init.Coe
Delete misleading explanations of `CoeFun` and `CoeSort`, and fix the
grammar in the documentation of `Init.Coe`.
|
2023-06-05 15:52:25 -07:00 |
|
Mario Carneiro
|
bc841809c2
|
chore: remove intermediate
|
2023-06-05 15:50:11 -07:00 |
|
Mario Carneiro
|
2ae78f3c45
|
fix: tail-recursive String.foldr
|
2023-06-05 15:50:11 -07:00 |
|
Mario Carneiro
|
e68554b854
|
fix: use empty string instead of mk
|
2023-06-05 15:50:11 -07:00 |
|
Mario Carneiro
|
fd72fdf8f8
|
fix: incorrect utf8 in splitAux
|
2023-06-05 15:50:11 -07:00 |
|
Mario Carneiro
|
aa60791db3
|
feat: remove partial in Init.Data.String.Basic
|
2023-06-05 15:50:11 -07:00 |
|
Sebastian Ullrich
|
90e2288187
|
fix: interpret initializers in order
|
2023-06-05 15:46:35 -07:00 |
|
bc²
|
18d6bce7a9
|
chore: add ₚ to lstlean.tex (#2221)
|
2023-06-05 16:53:08 +02:00 |
|
Sebastian Ullrich
|
97cffd4711
|
fix: prefer resolving parser alias over declaration
|
2023-06-05 16:52:23 +02:00 |
|
Sebastian Ullrich
|
af6c7cdbe0
|
doc: changelog
Resolves #2254
|
2023-06-03 11:12:40 +02:00 |
|
Mario Carneiro
|
a8d6178e19
|
feat: implement have this (part 2)
|
2023-06-02 16:19:02 +02:00 |
|
Mario Carneiro
|
0c624d8023
|
chore: update stage0
|
2023-06-02 16:19:02 +02:00 |
|
Mario Carneiro
|
43f6d0a761
|
feat: implement have this (part 1)
|
2023-06-02 16:19:02 +02:00 |
|
Mario Carneiro
|
c20a7bf305
|
feat: hygieneInfo parser (aka this 2.0)
|
2023-06-02 16:19:02 +02:00 |
|
tydeu
|
3f49861ee1
|
test: add test with - in lake new
from https://leanprover.zulipchat.com/#narrow/stream/270676-lean4/topic/lake.20new.20lean-data
|
2023-06-02 03:18:06 -04:00 |
|
Mario Carneiro
|
e826f5f42a
|
fix: spacing around calc
|
2023-06-02 09:15:15 +02:00 |
|
Henrik
|
28538fc748
|
feat: trace nodes for kernel type checking
|
2023-05-31 06:10:26 -07:00 |
|
Bulhwi Cha
|
c1a58b212a
|
chore: remove whitespace (#2244)
Remove a duplicate whitespace character.
|
2023-05-31 06:00:42 -07:00 |
|
Leonardo de Moura
|
25384fe951
|
fix: fixes #2232
|
2023-05-31 05:48:25 -07:00 |
|
Leonardo de Moura
|
e04d67f55f
|
chore: expand docstring for TransformStep.visit
|
2023-05-31 05:48:25 -07:00 |
|
Sebastian Ullrich
|
efe75b2b16
|
chore: update Lake
|
2023-05-31 03:04:46 -07:00 |
|
Mario Carneiro
|
9ec9ea61a4
|
fix: infinite loop in isClassApp?
|
2023-05-30 18:47:17 -07:00 |
|
Mario Carneiro
|
5661b15e35
|
fix: spacing and indentation fixes
|
2023-05-28 18:48:36 -07:00 |
|
Leonardo de Moura
|
83cc0bcc96
|
fix: fixes #2199
|
2023-05-28 18:29:09 -07:00 |
|
Henrik Böving
|
f6c8923a9b
|
feat: add compiler.enableNew for the new compiler
|
2023-05-28 17:43:32 -07:00 |
|
Jannis Limperg
|
c84690028b
|
fix: ignore implDetail hyps in withLocation
|
2023-05-28 17:40:55 -07:00 |
|
Mario Carneiro
|
01ba75661e
|
fix: implement String.toName using decodeNameLit
fixes #2231
|
2023-05-28 17:38:57 -07:00 |
|
Bulhwi Cha
|
8d0504b3b7
|
doc: add docstring to String.next'
|
2023-05-28 17:32:08 -07:00 |
|
Mario Carneiro
|
5d3ac5f80c
|
fix: panic in Match.SimpH.substRHS
|
2023-05-28 17:04:28 -07:00 |
|
Mac
|
b74d9c09d5
|
chore: delete unintended commit of flake.lock (leanprover/lake#170)
|
2023-05-24 19:26:36 -04:00 |
|
Sebastian Ullrich
|
a32c3e0140
|
feat: make .lean hashes cross-platform compatible (leanprover/lake#170)
|
2023-05-23 08:10:19 -04:00 |
|
Sebastian Ullrich
|
8d4dd2311c
|
fix: increase semantic token highlight limit
|
2023-05-21 10:17:35 +02:00 |
|
Mario Carneiro
|
df49512880
|
fix: use withoutPosition in anon constructor
|
2023-05-17 09:48:34 +02:00 |
|
Gabriel Ebner
|
ebc32af2e6
|
chore: fix flaky test
|
2023-05-15 13:23:38 -07:00 |
|