lean4-htt/src
2024-11-01 21:33:15 +00:00
..
bin
cmake feat: compile against Windows SDK headers under Windows (#5753) 2024-10-22 13:00:02 +00:00
include/lean chore: remove native code for UInt8.modn (#5901) 2024-10-31 12:42:24 +00:00
Init feat: relate for loops over List with foldlM (#5913) 2024-11-01 02:41:05 +00:00
initialize fix: explicitly initialize Std in lean_initialize (#4668) 2024-07-06 13:17:30 +00:00
kernel fix: instantiateMVars slowdown in the language server (#5805) 2024-10-25 09:35:41 +00:00
lake chore: rename Array.back to back! (#5897) 2024-10-31 09:18:18 +00:00
Lean feat: better error message for invalid induction alternative name (#5888) 2024-11-01 21:33:15 +00:00
library chore: update src/library/module.cpp after update stage0 2024-11-01 22:48:49 +11:00
runtime chore: remove native code for UInt8.modn (#5901) 2024-10-31 12:42:24 +00:00
shell chore: avoid rebuilding leanmanifest in each build (#5057) 2024-08-15 14:55:36 +00:00
Std feat: interim implementation of HashMap.modify/alter (#5880) 2024-11-01 01:21:21 +00:00
util feat: define Int8 (#5790) 2024-10-25 06:06:40 +00:00
cadical.mk feat: ship cadical (#4325) 2024-08-23 09:13:27 +00:00
CMakeLists.txt chore: (belatedly) begin development cycle for v4.14.0 (#5889) 2024-10-30 23:48:02 +00:00
config.h.in
githash.h.in
Init.lean chore: make 'while' available earlier (#5784) 2024-10-21 05:56:37 +00:00
lakefile.toml.in feat: introduce Std (#4499) 2024-06-21 07:08:45 +00:00
lean-toolchain
Lean.lean chore: remove SplitIf.ext cache (#5571) 2024-10-17 09:36:00 +00:00
lean.mk.in fix: split libleanshared on Windows to avoid symbol limit 2024-08-12 14:14:42 +02:00
Leanc.lean feat: expose flags for the bundled C compiler (#4477) 2024-06-22 01:23:33 +00:00
Std.lean chore: move Lean.Data.Parsec to Std.Internal.Parsec (#5115) 2024-08-21 15:26:17 +00:00
stdlib.make.in fix: rm new shared libs before build for Windows (#5541) 2024-10-02 04:06:03 +00:00
stdlib_flags.h chore: unset parseQuotWithCurrentStage in stage1’s src/stdlib_flags.h (#4537) 2024-06-23 09:44:14 +00:00
version.h.in