.. |
hits
|
fix(kernel/hits/hits): bug in reduction rule
|
2015-04-29 10:01:46 -07:00 |
inductive
|
feat(kernel/inductive/inductive): for datatypes that support K, we should try K before normalizing the major premise
|
2015-05-09 11:23:10 -07:00 |
quotient
|
fix(kernel/quotient/quotient): bug in reduction rule for quot.ind
|
2015-05-09 09:07:03 -07:00 |
abstract.cpp
|
feat(kernel/abstract): add new abstract_local procedure
|
2014-12-20 11:31:48 -08: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(*): start process for eliminating of opaque definitions from the kernel
|
2015-05-08 16:06:04 -07:00 |
converter.cpp
|
refactor(*): start process for eliminating of opaque definitions from the kernel
|
2015-05-08 16:06:04 -07:00 |
converter.h
|
refactor(*): start process for eliminating of opaque definitions from the kernel
|
2015-05-08 16:06:04 -07:00 |
declaration.cpp
|
feat(kernel): transparent theorems
|
2015-05-09 11:42:29 -07:00 |
declaration.h
|
feat(kernel): transparent theorems
|
2015-05-09 11:42:29 -07:00 |
default_converter.cpp
|
feat(kernel): transparent theorems
|
2015-05-09 11:42:29 -07:00 |
default_converter.h
|
refactor(*): start process for eliminating of opaque definitions from the kernel
|
2015-05-08 16:06:04 -07:00 |
environment.cpp
|
refactor(*): explicit initialization/finalization for environment extensions
|
2014-09-22 17:30:29 -07:00 |
environment.h
|
refactor(kernel/type_checker): remove useless procedures
|
2015-02-07 14:55:36 -08: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(frontends/lean): hide subterms that do not contain metavariables
|
2015-03-13 12:42:57 -07:00 |
error_msgs.h
|
feat(kernel/error_msgs): improve application type mismatch error messages
|
2014-07-28 07:08:12 -07:00 |
expr.cpp
|
feat(kernel/expr): change the rules for inferring implicit arguments, closes #344
|
2014-11-25 12:54:07 -08:00 |
expr.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 |
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
|
perf(kernel/expr_eq_fn): use thread local cache, and avoid memory allocation/deallocation
|
2014-10-17 16:44:20 -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_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
|
refactor(*): add method get_num_univ_params
|
2015-01-28 17:22:18 -08:00 |
instantiate.h
|
refactor(*): add method get_num_univ_params
|
2015-01-28 17:22:18 -08:00 |
justification.cpp
|
feat(frontends/lean/elaborator): include overload information in error messages
|
2015-05-20 17:21:27 -07:00 |
justification.h
|
feat(frontends/lean/elaborator): include overload information in error messages
|
2015-05-20 17:21:27 -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
|
perf(kernel/level): apply two simple normalization rules at mk_max
|
2014-11-16 18:16:57 -08: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
|
refactor(kernel): rename may_reduce_later to is_stuck, and make is_stuck more precise
|
2015-04-27 11:20:15 -07:00 |
normalizer_extension.h
|
refactor(kernel): rename may_reduce_later to is_stuck, and make is_stuck more precise
|
2015-04-27 11:20:15 -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
|
refactor(*): start process for eliminating of opaque definitions from the kernel
|
2015-05-08 16:06:04 -07:00 |
type_checker.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 |