lean4-htt/src/runtime
2025-09-21 10:43:46 +00:00
..
uv chore: revert "feat: add vectored write and fix rc issue in tcp and udp cancel functions" (#10485) 2025-09-21 10:43:46 +00:00
alloc.cpp
alloc.h
allocprof.cpp
allocprof.h
apply.cpp
apply.h
array_ref.h
buffer.h
byteslice.cpp feat: add useful functions in Parsec, add error variant and Std.Data.ByteSlice (#9599) 2025-09-11 14:53:41 +00:00
byteslice.h feat: add useful functions in Parsec, add error variant and Std.Data.ByteSlice (#9599) 2025-09-11 14:53:41 +00:00
CMakeLists.txt feat: add signal handling support using libuv (#9258) 2025-09-15 13:09:50 +00:00
compact.cpp chore: demote a panic to an exception in saveModuleData (#9127) 2025-09-02 12:25:45 +00:00
compact.h chore: lean --stats gives number of imported bytes (#8725) 2025-06-12 08:29:42 +00:00
debug.cpp
debug.h
exception.cpp
exception.h
flet.h
hash.cpp
hash.h
init_module.cpp
init_module.h
int.h
interrupt.cpp refactor: port more of shell.cpp to Lean (#10086) 2025-08-26 20:02:42 +00:00
interrupt.h
io.cpp refactor: implement IO.waitAny using Lean (#9732) 2025-08-06 13:09:15 +00:00
io.h fix: handle NUL bytes in IO functions (#9616) 2025-08-01 06:12:53 +00:00
libuv.cpp feat: add signal handling support using libuv (#9258) 2025-09-15 13:09:50 +00:00
libuv.h feat: add signal handling support using libuv (#9258) 2025-09-15 13:09:50 +00:00
list_ref.h
memory.cpp refactor: port more of shell.cpp to Lean (#10086) 2025-08-26 20:02:42 +00:00
memory.h
mpn.cpp
mpn.h
mpz.cpp fix: undefined symbol without LEAN_USE_GMP (#9106) 2025-07-03 16:50:21 +00:00
mpz.h feat: optimized division without remainder for Int and Nat (#8089) 2025-04-29 07:23:35 +00:00
mutex.cpp
mutex.h
object.cpp refactor: implement IO.waitAny using Lean (#9732) 2025-08-06 13:09:15 +00:00
object.h refactor: implement IO.waitAny using Lean (#9732) 2025-08-06 13:09:15 +00:00
object_ref.cpp
object_ref.h
option_ref.h
optional.h
pair_ref.h perf: add missing std::moves (#9107) 2025-07-01 12:39:12 +00:00
platform.cpp feat: ignore lean -R if module name is in setup (#8874) 2025-06-23 17:55:52 +00:00
platform.h
process.cpp feat: IO.Process.SpawnArgs.inheritEnv (#6081) 2025-04-16 00:25:32 +00:00
process.h
sharecommon.cpp
sharecommon.h
sstream.h
stack_overflow.cpp
stack_overflow.h
stackinfo.cpp
stackinfo.h
string_ref.h
thread.cpp chore: remove old LEAN_AUTO_THREAD_FINALIZATION workaround (#8885) 2025-06-20 08:52:17 +00:00
thread.h
utf8.cpp
utf8.h