lean4-htt/src/runtime
2019-07-18 17:31:31 -07:00
..
alloc.cpp chore(library/compiler): style 2019-05-22 18:46:37 -07:00
alloc.h feat(runtime/alloc): save memory using a smaller LEAN_OBJECT_SIZE_DELTA 2019-06-29 15:29:39 -07:00
allocprof.cpp feat(runtime): low tech allocation profiler 2019-03-14 15:15:29 -07:00
allocprof.h chore(runtime/allocprof): style checker 2019-03-21 15:11:05 -07:00
apply.cpp feat(runtime): avoid extra switch 2019-02-23 17:35:21 -08:00
apply.h feat(library/compiler/emit_cpp): emit _apply instruction 2019-01-30 14:37:21 -08:00
CMakeLists.txt fix(CMakeLists): cmake -E copy doesn't support wildcards on Windows 2019-07-05 11:24:15 +02:00
compact.cpp feat(library/init/data, runtime): remove parray support from runtime, and implement them in Lean using Scala/Clojure Radix trees 2019-06-02 09:18:19 -07:00
compact.h feat(runtime, library/init/io): add io.ref 2019-03-16 22:16:28 -07:00
compiler_hints.h
debug.cpp
debug.h refactor(*): use C++11 std::current_exception and std::rethrow_exception 2018-06-07 16:28:54 -07:00
exception.cpp
exception.h refactor(*): use C++11 std::current_exception and std::rethrow_exception 2018-06-07 16:28:54 -07:00
extensible_object.h feat(runtime): add object serializer 2018-05-22 16:34:41 -07:00
flet.h
hash.cpp feat(runtime/hash): use size_t instead of unsigned 2019-04-03 03:19:50 -07:00
hash.h feat(runtime/hash): use size_t instead of unsigned 2019-04-03 03:19:50 -07:00
init_module.cpp feat(runtime, library/init/io): add io.ref 2019-03-16 22:16:28 -07:00
init_module.h
int64.h
interrupt.cpp
interrupt.h
io.cpp feat(library/init/io): add IO.readTextFile 2019-07-18 17:31:31 -07:00
io.h chore(*): style 2019-05-14 07:08:58 -07:00
memory.cpp
memory.h
mpq.cpp
mpq.h
mpz.cpp fix(runtime/mpz): fix and document size_t functions 2019-07-05 16:27:04 -07:00
mpz.h fix(runtime/mpz): fix and document size_t functions 2019-07-05 16:27:04 -07:00
object.cpp feat(runtime/object): avoid recursion at mark_mt and mark_persistent 2019-07-10 11:27:49 -07:00
object.h chore(runtime/object): fix usize_to_nat name 2019-07-05 16:26:54 -07:00
optional.h feat(library/init/lean/elaborator): elaborate constants 2018-12-19 15:04:48 +01:00
serializer.cpp feat(runtime,library/init/data/array/basic): add builtin support for arrays 2019-02-16 15:27:23 -08:00
serializer.h feat(runtime/serializer): support for tasks 2018-08-18 14:52:29 -07:00
sstream.h
stackinfo.cpp
stackinfo.h
thread.cpp feat(runtime): eager heap initialization 2019-04-25 18:10:36 -07:00
thread.h feat(runtime): inline hot path small object allocation 2019-05-17 10:12:43 -07:00
utf8.cpp fix(runtime/object): string_utf8_extract 2019-03-09 12:57:51 -08:00
utf8.h feat(runtime, library/init/data/string/basic): add utf8_pos 2019-03-09 12:30:19 -08:00