lean2/src/kernel
2015-11-18 17:48:39 -08:00
..
hits feat(CMakeLists): add shared library 2015-08-13 11:21:05 -07:00
inductive refactor(kernel/inductive): use local constants to represent introduction rules 2015-08-25 03:46:28 -07:00
quotient feat(CMakeLists): add shared library 2015-08-13 11:21:05 -07:00
abstract.cpp feat(kernel/abstract): make sure Pi/Fun cache is reset when we enable max-sharing 2015-10-01 15:28:55 -07:00
abstract.h feat(kernel/abstract): make sure Pi/Fun cache is reset when we enable max-sharing 2015-10-01 15:28:55 -07:00
cache_stack.h perf(kernel/for_each_fn): use cache stack trick at for_each_fn 2014-07-23 19:32:11 -07:00
CMakeLists.txt feat(CMakeLists): add shared library 2015-08-13 11:21:05 -07:00
constraint.cpp refactor(*): start process for eliminating of opaque definitions from the kernel 2015-05-08 16:06:04 -07:00
constraint.h refactor(*): clarify name_generator ownership 2015-05-21 14:32:36 -07:00
converter.cpp refactor(kernel): move is_stuck predicate to converter 2015-06-22 11:37:14 -07:00
converter.h refactor(kernel): move extra_opaque_converter to kernel, and rename it to hint_converter 2015-06-30 12:59:28 -07:00
declaration.cpp refactor(kernel): rename get_weight to get_height at declaration 2015-06-30 12:59:10 -07:00
declaration.h refactor(kernel): rename get_weight to get_height at declaration 2015-06-30 12:59:10 -07:00
default_converter.cpp refactor(kernel): rename get_weight to get_height at declaration 2015-06-30 12:59:10 -07:00
default_converter.h refactor(kernel/default_converter): move delay_check code to postpone_is_def_eq method 2015-06-22 13:59:32 -07:00
environment.cpp feat(kernel,library/module): only module reader can add declarations without type-checking them 2015-08-14 18:37:17 -07:00
environment.h feat(library/module): efficient inductive_reader 2015-08-15 14:48:49 -07:00
equiv_manager.cpp fix(kernel/equiv_manager): typo 2015-03-27 10:44:09 -07:00
equiv_manager.h feat(kernel): add equivalence manager for speeding up is_def_eq 2015-03-27 10:34:54 -07:00
error_msgs.cpp feat(kernel/error_msgs): add workaround for issue #669 2015-06-17 12:00:25 -07:00
error_msgs.h fix(kernel,library,frontends/lean): improve error messages 2015-06-14 19:44:00 -07:00
expr.cpp feat(library/blast/backward): backward chaining strategy 2015-11-18 17:48:39 -08:00
expr.h feat(library/blast/backward): backward chaining strategy 2015-11-18 17:48:39 -08:00
expr_cache.cpp refactor(kernel): add expr_cache 2015-02-03 14:59:55 -08:00
expr_cache.h refactor(kernel): add expr_cache 2015-02-03 14:59:55 -08:00
expr_eq_fn.cpp feat(kernel/expr_eq_fn): add small optimization 2015-07-01 09:19:36 -07:00
expr_eq_fn.h perf(kernel/expr_eq_fn): use thread local cache, and avoid memory allocation/deallocation 2014-10-17 16:44:20 -07:00
expr_maps.h refactor(kernel/expr): remove dead code 2014-10-16 13:09:26 -07:00
expr_pair.h feat(kernel/default_converter): cache failures for (f t =?= f s) heuristic 2015-06-08 10:41:30 -07:00
expr_sets.h perf(kernel/expr_eq_fn): use thread local cache, and avoid memory allocation/deallocation 2014-10-17 16:44:20 -07:00
extension_context.cpp fix(kernel,library): make sure macros check relevant arguments when kernel is performing full type checking 2015-05-08 12:41:23 -07:00
extension_context.h fix(kernel,library): make sure macros check relevant arguments when kernel is performing full type checking 2015-05-08 12:41:23 -07:00
find_fn.h refactor(kernel/find_fn): simplify find_fn module 2014-07-23 18:09:58 -07:00
for_each_fn.cpp feat(kernel): add memory consumption checks at replace_fn and for_each_fn 2015-01-15 16:54:55 -08:00
for_each_fn.h refactor(kernel/for_each_fn): simplify module interface 2014-07-23 18:16:41 -07:00
formatter.cpp fix(*): remove unnecessary null pointer checks 2015-03-28 12:16:39 -07:00
formatter.h feat(frontends/lean): hide subterms that do not contain metavariables 2015-03-13 12:42:57 -07:00
free_vars.cpp perf(kernel/free_vars): improve has_free_var 2015-01-15 18:42:56 -08:00
free_vars.h refactor(kernel/expr): remove dead code 2014-10-16 13:09:26 -07:00
init_module.cpp refactor(kernel): move default_converter to its own module 2015-02-07 11:33:37 -08:00
init_module.h refactor(*): explicit initialization/finalization for serialization 2014-09-22 15:26:41 -07:00
instantiate.cpp feat(kernel/instantiate): make sure instantiate_type_univ_params and instantiate_value_univ_params caches are reset when we enable max-sharing 2015-10-01 15:42:33 -07:00
instantiate.h feat(kernel/instantiate): make sure instantiate_type_univ_params and instantiate_value_univ_params caches are reset when we enable max-sharing 2015-10-01 15:42:33 -07:00
instantiate_univ_cache.h feat(kernel/instantiate): make sure instantiate_type_univ_params and instantiate_value_univ_params caches are reset when we enable max-sharing 2015-10-01 15:42:33 -07:00
justification.cpp chore(util/sexpr/format): remove unnecessary method 2015-06-19 20:11:42 -07:00
justification.h fix(kernel,library,frontends/lean): improve error messages 2015-06-14 19:44:00 -07:00
kernel_exception.cpp feat(*): distinguish between logical and runtime exceptions. 2015-01-15 16:54:55 -08:00
kernel_exception.h feat(*): distinguish between logical and runtime exceptions. 2015-01-15 16:54:55 -08:00
level.cpp fix(tests/kernel/max_sharing): max_sharing on OSX 2015-10-03 12:12:21 -07:00
level.h feat(kernel/level,library/blast/expr): add universe level hash consing support in the kernel, simplify blast/expr even more 2015-09-30 13:31:42 -07:00
metavar.cpp feat(kernel/metavar): add additional assertions 2015-04-20 17:46:06 -07:00
metavar.h refactor(library/tactic): cleanup common pattern 2015-03-12 14:52:41 -07:00
normalizer_extension.cpp feat(kernel,frontends/lean/builtin_cmds): allow kernel extensions to report their builtin constants 2015-05-29 16:28:16 -07:00
normalizer_extension.h feat(kernel,frontends/lean/builtin_cmds): allow kernel extensions to report their builtin constants 2015-05-29 16:28:16 -07:00
pos_info_provider.cpp refactor(*): use + for concatenating format objects 2014-08-24 09:35:25 -07:00
pos_info_provider.h chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00
replace_cache.h refactor(kernel): move replace_cache to separate .h file 2015-09-21 15:24:45 -07:00
replace_fn.cpp refactor(kernel): move replace_cache to separate .h file 2015-09-21 15:24:45 -07:00
replace_fn.h feat(kernel/replace_fn): add use_cache flag to replace function 2015-02-05 10:49:18 -08:00
type_checker.cpp feat(kernel/type_checker): add 'check' procedure that uses 'opaque_hints' 2015-06-30 13:12:34 -07:00
type_checker.h feat(kernel/type_checker): add 'check' procedure that uses 'opaque_hints' 2015-06-30 13:12:34 -07:00