lean2/src/kernel
2015-07-01 09:19:36 -07:00
..
hits renaming(hit): rename type_quotient to quotient, and quotient to set_quotient 2015-06-04 20:14:13 -04:00
inductive feat(kernel,frontends/lean/builtin_cmds): allow kernel extensions to report their builtin constants 2015-05-29 16:28:16 -07:00
quotient fix(library/init/quot): prove quot.exact 2015-06-05 08:04:55 -07:00
abstract.cpp refactor(library/local_context): avoid hack in local_context 2015-06-18 15:41:00 -07:00
abstract.h feat(kernel/abstract): add new abstract_local procedure 2014-12-20 11:31:48 -08: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(kernel): add equivalence manager for speeding up is_def_eq 2015-03-27 10:34:54 -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 refactor(*): explicit initialization/finalization for environment extensions 2014-09-22 17:30:29 -07:00
environment.h feat(kernel/type_checker): add 'check' procedure that uses 'opaque_hints' 2015-06-30 13:12:34 -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 fix(kernel/expr): remove 'cast_binder_info' 2015-06-11 18:11:22 -07:00
expr.h fix(kernel/expr): remove 'cast_binder_info' 2015-06-11 18:11:22 -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/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(library/tactic/rewrite_tactic): apply beta&eta reduction before rewriting steps, add option 'rewrite.beta_eta' (default true) to control new feature. 2015-06-06 20:43:52 -07:00
instantiate.h feat(library/tactic/rewrite_tactic): apply beta&eta reduction before rewriting steps, add option 'rewrite.beta_eta' (default true) to control new feature. 2015-06-06 20:43:52 -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 refactor(util/sexpr/format): remove format constructors using std::initializer_list 2015-06-20 14:02:18 -07:00
level.h feat(library): export environment in textual format 2015-05-04 18:05:00 -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_fn.cpp refactor(src/kernel/replace_fn): remove stack-less replace_fn it is slower than the simple one 2015-03-12 16:22:49 -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