.. |
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
|
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(*): clarify name_generator ownership
|
2015-05-21 14:32:36 -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
|
fix(kernel,library,frontends/lean): improve error messages
|
2015-06-14 19:44:00 -07:00 |
default_converter.h
|
chore(*): fix 'breif' typos
|
2015-06-08 16:54:55 -07:00 |
environment.cpp
|
refactor(*): explicit initialization/finalization for environment extensions
|
2014-09-22 17:30:29 -07:00 |
environment.h
|
feat(kernel,frontends/lean/builtin_cmds): allow kernel extensions to report their builtin constants
|
2015-05-29 16:28:16 -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
|
fix(kernel,library,frontends/lean): improve error messages
|
2015-06-14 19:44:00 -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
|
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_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
|
fix(kernel,library,frontends/lean): improve error messages
|
2015-06-14 19:44:00 -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
|
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
|
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
|
fix(kernel,library,frontends/lean): improve error messages
|
2015-06-14 19:44:00 -07:00 |
type_checker.h
|
refactor(kernel,library,frontends/lean): add helper functions, and cleanup collect_locals
|
2015-06-05 17:29:36 -07:00 |