lean4-htt/src/Lean/Data
2024-06-27 02:09:29 +00:00
..
Json feat: UTF-8 string validation (#3958) 2024-04-20 18:36:37 +00:00
Lsp feat: add a linter for local vars that clash with their constructors (#4301) 2024-06-14 13:03:09 +00:00
Xml chore: reorganising to reduce imports (#3790) 2024-03-27 11:15:01 +00:00
Array.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
AssocList.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08: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 feat: remove Decidable instances from GetElem (#4560) 2024-06-27 02:09:29 +00:00
HashSet.lean perf: linearity in HashMap.(insert|erase) (#4372) 2024-06-07 22:41:39 +00:00
Json.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
JsonRpc.lean feat: snapshot trees and language processors (#3014) 2024-03-14 13:40:08 +00:00
KVMap.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08: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 perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Name.lean chore: make Name.isInternalDetail public, to remove duplication downstream (#4454) 2024-06-14 01:55:52 +00:00
NameMap.lean perf: remove @[inline] from NameMap.find? (#4382) 2024-06-06 22:53:14 +00:00
NameTrie.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08: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
Parsec.lean perf: ensure linearity in Parsec.many*Core (#3830) 2024-04-22 03:41:06 +00:00
PersistentArray.lean feat: remove Decidable instances from GetElem (#4560) 2024-06-27 02:09:29 +00:00
PersistentHashMap.lean feat: remove Decidable instances from GetElem (#4560) 2024-06-27 02:09:29 +00:00
PersistentHashSet.lean fix: remove PersistentHashMap.size 2024-06-19 20:21:34 +02:00
Position.lean feat: make frontend normalize line endings to LF (#3903) 2024-05-20 17:13:08 +00:00
PrefixTree.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Rat.lean chore: reorganising to reduce imports (#3790) 2024-03-27 11:15:01 +00:00
RBMap.lean chore: upstream solve_by_elim (#3408) 2024-02-21 01:16:04 +00:00
RBTree.lean fix: generate deprecation warnings for dot notation (#3969) 2024-05-09 04:52:09 +00:00
SMap.lean fix: remove PersistentHashMap.size 2024-06-19 20:21:34 +02:00
SSet.lean fix: remove PersistentHashMap.size 2024-06-19 20:21:34 +02:00
Trie.lean perf: add prelude to all Lean modules 2024-02-18 14:55:17 -08:00
Xml.lean chore: add missing copyright headers (#3411) 2024-02-20 01:49:55 +00:00