lean4-htt/src/Lean/Data
Marc Huisinga a72f9429ea
test: sort messages (#10116)
This PR normalizes the published diagnostics in the test runner so that
messages published out of order (due to parallelism) cannot cause test
failures. Clients can handle out-of-order messages just fine.
2025-08-25 15:08:11 +00:00
..
Json fix: do not allow access to private primitives in public scope (#9890) 2025-08-14 15:34:54 +00:00
Lsp test: sort messages (#10116) 2025-08-25 15:08:11 +00:00
NameMap perf: make macro scope numbering less dependent on surrounding context (#10027) 2025-08-22 13:16:02 +00:00
Xml fix: do not allow access to private primitives in public scope (#9890) 2025-08-14 15:34:54 +00:00
Array.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
AssocList.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
DeclarationRange.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
Format.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
FuzzyMatching.lean perf: optimize fuzzyMatching (#9563) 2025-08-01 09:11:15 +00:00
Json.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
JsonRpc.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
KVMap.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
LBool.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
LOption.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
Lsp.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
Name.lean feat: integrate high-level order typeclasses with BEq and Ord (#9908) 2025-08-19 07:54:53 +00:00
NameMap.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
NameTrie.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
OpenDecl.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
Options.lean feat: improve set_option error messages (#9496) 2025-07-26 02:04:45 +00:00
PersistentArray.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
PersistentHashMap.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
PersistentHashSet.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
Position.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
PrefixTree.lean perf: properly specialize through PrefixTree (#9681) 2025-08-02 13:59:56 +00:00
RArray.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
RBMap.lean feat: integrate high-level order typeclasses with BEq and Ord (#9908) 2025-08-19 07:54:53 +00:00
RBTree.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
SMap.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
SSet.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
Trie.lean feat: add a stop position field to the parser (#10043) 2025-08-23 18:29:51 +00:00
Xml.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00