lean4-htt/src/kernel
2016-11-29 11:12:43 -08:00
..
inductive feat(*): parallel compilation 2016-11-29 11:12:40 -08:00
quotient refactor(kernel): remove extension_context 2016-03-19 15:15:39 -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
abstract_type_context.cpp dev(kernel/abstract_type_context): extend abstract_type_context API 2016-03-08 11:40:36 -08:00
abstract_type_context.h refactor(library/local_context): store pp_name in local_ref's 2016-06-21 10:50:38 -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 refactor(kernel): remove converter class 2016-03-19 15:58:15 -07:00
declaration.cpp feat(kernel/declaration,*): all theorems are delayed, and are revealed on delta-reduction 2016-11-29 11:12:43 -08:00
declaration.h feat(kernel/declaration,*): all theorems are delayed, and are revealed on delta-reduction 2016-11-29 11:12:43 -08:00
environment.cpp feat(*): parallel compilation 2016-11-29 11:12:40 -08:00
environment.h feat(*): parallel compilation 2016-11-29 11:12:40 -08:00
equiv_manager.cpp feat(kernel): add let-expressions to the kernel 2016-02-29 16:40:17 -08:00
equiv_manager.h feat(kernel/equiv_manager): use expr_struct_map in the equiv_manager 2016-07-07 07:39:25 -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(frontends/lean/parser): fixes #858 2015-12-10 10:31:14 -08:00
expr.cpp feat(kernel): add let-expressions to the kernel 2016-02-29 16:40:17 -08:00
expr.h refactor(kernel): remove extension_context 2016-03-19 15:15:39 -07: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): add let-expressions to the kernel 2016-02-29 16:40:17 -08:00
expr_eq_fn.h feat(library/type_context): allow us to control whether binder information is taken into account or not when caching type information 2016-08-01 16:34:07 -07:00
expr_maps.h feat(library/type_context): allow us to control whether binder information is taken into account or not when caching type information 2016-08-01 16:34:07 -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
ext_exception.h feat(library): add formatted_exception base class 2016-07-26 16:06:12 -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 let-expressions to the kernel 2016-02-29 16:40:17 -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(library/type_context): better error messages 2016-09-28 15:59:43 -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): remove converter class 2016-03-19 15:58:15 -07:00
init_module.h refactor(*): explicit initialization/finalization for serialization 2014-09-22 15:26:41 -07:00
instantiate.cpp refactor(kernel): merge include files that are used only once 2016-03-19 15:20:12 -07:00
instantiate.h feat(kernel/instantiate): add helper function 2016-08-14 16:16:03 -07:00
kernel_exception.cpp feat(*): distinguish between logical and runtime exceptions. 2015-01-15 16:54:55 -08:00
kernel_exception.h refactor(kernel/ext_exception): add ext_exception 2015-12-04 13:22:42 -08:00
level.cpp fix(library/unifier): missing occurs check 2015-12-04 09:14:55 -08:00
level.h fix(library/unifier): missing occurs check 2015-12-04 09:14:55 -08:00
normalizer_extension.cpp refactor(kernel): remove extension_context 2016-03-19 15:15:39 -07:00
normalizer_extension.h refactor(kernel): remove extension_context 2016-03-19 15:15:39 -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_fn.cpp refactor(kernel): merge include files that are used only once 2016-03-19 15:20:12 -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/declaration,*): all theorems are delayed, and are revealed on delta-reduction 2016-11-29 11:12:43 -08:00
type_checker.h chore(*): style 2016-05-25 18:10:15 -07:00