lean4-htt/src/Lean/Data
Sebastian Ullrich 4d8bc22228
feat: Environment.addConstAsync (#6691)
This PR introduces the central API for making parallel changes to the
environment
2025-01-19 02:00:16 +00:00
..
Json perf: speed up JSON serialisation (#6479) 2025-01-08 12:06:25 +00:00
Lsp chore: cleanup imports in Lean.Lsp (#6523) 2025-01-04 04:33:24 +00:00
Xml chore: rename Array.back to back! (#5897) 2024-10-31 09:18:18 +00:00
Array.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
AssocList.lean feat: offset constraints support for the grind tactic (#6603) 2025-01-12 20:38:39 +00:00
DeclarationRange.lean feat: labeled and unique sorries (#5757) 2024-12-11 23:53:02 +00:00
Format.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
FuzzyMatching.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
HashMap.lean chore: missing deprecations for Lean.HashMap (#6192) 2024-11-24 03:29:48 +00:00
HashSet.lean feat: change Array.get to take a Nat and a proof (#6032) 2024-11-12 03:30:46 +00:00
Json.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
JsonRpc.lean chore: fix spelling mistakes in error messages/exceptions (#5425) 2024-09-23 13:19:05 +00:00
KVMap.lean chore: remove duplicated ForIn instances (#5892) 2024-10-31 07:40:09 +00:00
LBool.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
LOption.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Lsp.lean chore: cleanup imports in Lean.Lsp (#6523) 2025-01-04 04:33:24 +00:00
Name.lean chore: make Name.isInternalDetail public, to remove duplication downstream (#4454) 2024-06-14 01:55:52 +00:00
NameMap.lean chore: upstream some NameMap functions (#6056) 2024-11-13 23:22:01 +00:00
NameTrie.lean feat: Environment.addConstAsync (#6691) 2025-01-19 02:00:16 +00:00
OpenDecl.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Options.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
PersistentArray.lean feat: Nat.(fold|foldRev|any|all)M? take a function which sees the upper bound (#6139) 2024-11-22 03:05:51 +00:00
PersistentHashMap.lean feat: Array.insertIdx/eraseIdx take a tactic-provided proof (#6133) 2024-11-20 09:52:38 +00:00
PersistentHashSet.lean feat: add PersistentHashSet.toList (#6501) 2025-01-02 03:52:21 +00:00
Position.lean feat: change Array.get to take a Nat and a proof (#6032) 2024-11-12 03:30:46 +00:00
PrefixTree.lean feat: Environment.addConstAsync (#6691) 2025-01-19 02:00:16 +00:00
RArray.lean fix: propagate Simp.Config when reducing terms and checking definitional equality in simp (#6123) 2024-12-14 00:59:40 +00:00
RBMap.lean chore: upstream some NameMap functions (#6056) 2024-11-13 23:22:01 +00:00
RBTree.lean chore: upstream some NameMap functions (#6056) 2024-11-13 23:22:01 +00:00
SMap.lean chore: deprecate Lean.HashMap and Lean.HashSet (#4954) 2024-08-08 12:46:10 +00:00
SSet.lean fix: remove PersistentHashMap.size 2024-06-19 20:21:34 +02:00
Trie.lean chore: rename List.join to List.flatten 2024-10-14 22:28:12 +11:00
Xml.lean chore: add missing copyright headers (#3411) 2024-02-20 01:49:55 +00:00