lean4-htt/src
Paul Reichert 5963bc8b8a
fix: remove IteratorLoop instances without associated LawfulIteratorLoop instances (#8629)
This PR replaces special, more optimized `IteratorLoop` instances, for
which no lawfulness proof has been made, with the verified default
implementation. The specialization of the loop/collect implementations
is low priority, but having lawfulness instances for all iterators is
important for verification.
2025-06-06 08:06:59 +00:00
..
bin
cmake chore: fix spelling mistakes (#7328) 2025-04-07 01:15:48 +00:00
include/lean feat: optimize lean_nat_shiftr for scalars (#8268) 2025-05-11 01:39:59 +00:00
Init chore: cleanup after renaming get_elem_tactic_trivial 2025-06-06 13:10:18 +10:00
initialize
kernel fix: block potential adversarial exploit of non-aborting assert! (#8560) 2025-05-31 03:14:01 +00:00
lake fix: lake: precompile imports of non-workspace files by library (#8529) 2025-05-30 02:28:28 +00:00
Lean chore: cleanup after renaming get_elem_tactic_trivial 2025-06-06 13:10:18 +10:00
library fix: make the lcnf expr cache depend on the value of root, not just… (#8156) 2025-04-29 00:37:52 +00:00
runtime fix: IO.FS.removeDirAll should not follow symlinks (#8573) 2025-06-02 08:44:17 +00:00
shell fix: lake: import-related bugs (#8026) 2025-04-19 21:02:38 +00:00
Std fix: remove IteratorLoop instances without associated LawfulIteratorLoop instances (#8629) 2025-06-06 08:06:59 +00:00
util feat: lean --setup (#8024) 2025-05-03 23:57:37 +00:00
cadical.mk fix: cadical distribution on Linux (#8201) 2025-05-02 18:25:16 +00:00
CMakeLists.txt chore: build leanc with Lake under USE_LAKE (#8336) 2025-05-16 08:07:34 +00:00
config.h.in perf: use mimalloc by default (#7710) 2025-03-30 22:40:41 +00:00
githash.h.in
Init.lean chore: refine module imports (#8120) 2025-04-27 20:45:31 +00:00
lakefile.toml.in chore: build leanc with Lake under USE_LAKE (#8336) 2025-05-16 08:07:34 +00:00
lean-toolchain
Lean.lean refactor: split Lean.EnvironmentExtension from Lean.Environment (#7794) 2025-04-02 16:19:12 +00:00
lean.mk.in
Leanc.lean
Std.lean chore: test that there are no orphaned modules (#8082) 2025-04-24 11:55:07 +00:00
stdlib.make.in chore: build leanc with Lake under USE_LAKE (#8336) 2025-05-16 08:07:34 +00:00
stdlib_flags.h chore: remove old documentation site (#7974) 2025-05-14 14:31:33 +00:00
version.h.in