lean4-htt/src/util
2020-03-16 19:28:22 -07:00
..
array_ref.h refactor: use Array Expr at DelayedMVarAssignment 2019-10-25 12:03:09 -07:00
ascii.cpp
ascii.h
bit_tricks.cpp
bit_tricks.h
bitap_fuzzy_search.cpp
bitap_fuzzy_search.h
buffer.h
CMakeLists.txt feat: make LEAN_PATH a mapping from package names to root dirs, remove C++ impl 2019-11-20 16:39:53 +01:00
escaped.cpp
escaped.h
exception_with_pos.h
file_lock.cpp chore: make lock error message more precise 2020-03-04 19:09:14 -08:00
file_lock.h
format.cpp feat: option declarations in Lean 2019-12-05 06:18:35 -08:00
format.h chore(library/compiler/ir_interpreter): add step-level trace 2019-09-12 18:26:15 +02:00
freset.h
fresh_name.cpp chore(util): remove dead code 2019-08-24 07:40:38 -07:00
fresh_name.h
init_module.cpp feat: option declarations in Lean 2019-12-05 06:18:35 -08:00
init_module.h
io.h chore(library/init/lean): export as C functions 2019-08-17 07:30:07 -07:00
json.hpp
kvmap.cpp chore: avoid cnstr_set_scalar and cnstr_get_scalar 2020-02-25 13:27:30 -08:00
kvmap.h feat: export helper functions 2020-02-25 13:00:22 -08:00
lbool.cpp
lbool.h
list.h
list_fn.cpp
list_fn.h
list_ref.h feat(library/compiler/csimp): add "case merging" optimization 2019-04-02 09:41:53 -07:00
macros.h
map_foreach.cpp feat(util/map_foreach): add phashmap_foreach, fix smap_foreach, update stage0 2019-09-20 14:22:03 -07:00
map_foreach.h feat(util/map_foreach): add phashmap_foreach, fix smap_foreach, update stage0 2019-09-20 14:22:03 -07:00
message_definitions.h
name.cpp fix: ensure C++ and Lean use the same hash for Name 2019-11-18 19:54:05 -08:00
name.h fix: ensure C++ and Lean use the same hash for Name 2019-11-18 19:54:05 -08:00
name_generator.cpp
name_generator.h feat(frontends/lean/vm_elaborator): port to new runtime 2019-02-14 14:07:05 -08:00
name_hash_map.h feat(runtime,library/compiler): add name.dec_eq builtin 2019-02-05 14:36:02 -08:00
name_hash_set.h feat(runtime,library/compiler): add name.dec_eq builtin 2019-02-05 14:36:02 -08:00
name_map.h chore(util): remove dead code 2019-03-06 06:56:16 -08:00
name_set.cpp
name_set.h
nat.h fix: nat_* primitives return objects that must be consumed 2020-03-16 19:28:22 -07:00
null_ostream.h
object_ref.cpp
object_ref.h feat(library/init/lean/expr): add Expr.hasFVar and Expr.hasMVar 2019-10-02 10:07:26 -07:00
option_declarations.cpp fix: register_unsigned_option registered a bool option 2019-12-07 20:10:00 +01:00
option_declarations.h feat: option declarations in Lean 2019-12-05 06:18:35 -08:00
option_ref.h refactor(util/option_ref): match other wrapper classes 2019-09-12 18:22:02 +02:00
options.cpp feat: option declarations in Lean 2019-12-05 06:18:35 -08:00
options.h feat(frontends/lean/elaborator): add oldElaborate 2019-08-13 19:23:29 -07:00
output_channel.h
pair.h
pair_ref.h refactor(runtime): C backend 2019-08-24 07:40:38 -07:00
parser_exception.cpp
parser_exception.h
path.cpp feat: assume A in --plugin A.so is package name and use it to synthesize initializer symbol name 2019-11-20 16:39:53 +01:00
path.h feat: assume A in --plugin A.so is package name and use it to synthesize initializer symbol name 2019-11-20 16:39:53 +01:00
priority_queue.h
rb_map.h
rb_multi_map.h
rb_tree.h fix(util/rb_tree.h): make sure it compiles with g++ 2019-03-21 15:06:46 -07:00
rc.h
string_ref.h feat(library/module, library/init/lean/environment): add primitives for reading/writing files as compacted regions 2019-05-13 17:26:28 -07:00
test.h
timeit.cpp
timeit.h feat(util/timeit): add simpler type for threshold 2018-09-20 12:05:48 -07:00
timer.cpp
timer.h
trie.h
unit.h
unlock_guard.h