.. |
hott
|
feat(kernel): add mk_hott_environment function for creating HoTT compatible environments
|
2014-05-21 11:31:34 -07:00 |
inductive
|
chore(kernel/inductive): cleanup code
|
2014-06-03 00:38:45 -07:00 |
standard
|
feat(kernel/inductive): check in add_inductive whether the environment supports inductive datatypes or not
|
2014-05-19 15:44:15 -07:00 |
abstract.cpp
|
feat(kernel/abstract): add more Fun functions for simplifying the creation lambda-expressions
|
2014-05-19 09:01:20 -07:00 |
abstract.h
|
feat(library): add module for implementing aliases and 'using' command
|
2014-05-30 21:42:40 -07:00 |
CMakeLists.txt
|
refactor(kernel): rename definition class to declaration
|
2014-05-20 10:41:38 -07:00 |
constraint.cpp
|
refactor(kernel/constraint): remove choice constraints from the kernel, the kernel does not use them, we will implement them in elaborator
|
2014-06-03 00:46:28 -07:00 |
constraint.h
|
refactor(kernel/constraint): remove choice constraints from the kernel, the kernel does not use them, we will implement them in elaborator
|
2014-06-03 00:46:28 -07:00 |
converter.cpp
|
chore(kernel/declaration): rename declaration::get_params to declaration::get_univ_params
|
2014-06-02 16:20:34 -07:00 |
converter.h
|
refactor(kernel): move delayed_justification to justification.h
|
2014-05-15 13:53:10 -07:00 |
declaration.cpp
|
chore(kernel/declaration): rename declaration::get_params to declaration::get_univ_params
|
2014-06-02 16:20:34 -07:00 |
declaration.h
|
chore(kernel/declaration): rename declaration::get_params to declaration::get_univ_params
|
2014-06-02 16:20:34 -07:00 |
environment.cpp
|
perf(kernel/environment): improve is_descendant performance, optimize for the common case: the is_descendant tree is huge but has few deep branches
|
2014-05-27 22:29:03 -07:00 |
environment.h
|
perf(kernel/environment): improve is_descendant performance, optimize for the common case: the is_descendant tree is huge but has few deep branches
|
2014-05-27 22:29:03 -07:00 |
error_msgs.cpp
|
chore(kernel): remove dead code, we don't have level constraints anymore
|
2014-05-21 15:46:17 -07:00 |
error_msgs.h
|
chore(kernel): remove dead code, we don't have level constraints anymore
|
2014-05-21 15:46:17 -07:00 |
expr.cpp
|
feat(util/thread): add LEAN_THREAD_PTR macro, it uses boost::thread_specific_ptr instead of thread_local keyword when we compile with Boost
|
2014-06-07 08:16:20 -07:00 |
expr.h
|
feat(kernel/expr): add optional expression caching (aka "partial" hash-consing)
|
2014-06-03 15:35:47 -07:00 |
expr_eq_fn.cpp
|
perf(kernel/expr_eq_fn): delay cache allocation
|
2014-06-03 17:03:09 -07:00 |
expr_eq_fn.h
|
perf(kernel/expr_eq_fn): delay cache allocation
|
2014-06-03 17:03:09 -07:00 |
expr_maps.h
|
feat(kernel/expr): add optional expression caching (aka "partial" hash-consing)
|
2014-06-03 15:35:47 -07:00 |
expr_sets.h
|
refactor(*): uses aliases for unordered_map and unordered_set
|
2013-12-18 12:30:45 -08:00 |
extension_context.h
|
feat(kernel): add is_def_eq predicate in the extension_context API
|
2014-05-15 13:53:10 -07:00 |
find_fn.h
|
refactor(kernel/expr): for_each_fn, replace_fn, and find_fn without templates
|
2014-03-18 10:27:55 -07:00 |
for_each_fn.cpp
|
refactor(kernel): improve names
|
2014-05-16 11:28:05 -07:00 |
for_each_fn.h
|
fix(kernel): style warnings
|
2014-03-18 10:27:55 -07:00 |
formatter.cpp
|
feat(kernel/expr): add optional expression caching (aka "partial" hash-consing)
|
2014-06-03 15:35:47 -07:00 |
formatter.h
|
refactor(kernel/formatter): formatter_cell object should not perform destructive updates
|
2014-05-24 13:51:39 -07:00 |
free_vars.cpp
|
refactor(kernel): improve names
|
2014-05-16 11:28:05 -07:00 |
free_vars.h
|
feat(kernel): store free variable range in composite expressions
|
2014-04-17 11:31:48 -07:00 |
instantiate.cpp
|
feat(kernel/instantiate): relax apply_beta pre-conditions
|
2014-05-25 07:45:41 -07:00 |
instantiate.h
|
refactor(kernel): remove telescope type, and procedures
|
2014-05-17 10:51:40 -07:00 |
justification.cpp
|
fix[kernel/justification.cpp]: style
|
2014-05-15 13:53:11 -07:00 |
justification.h
|
perf(kernel/type_checker): reduce the overhead of creating delayed_justification objects, a huge number of them is created when type checking applications
|
2014-05-27 23:16:52 -07:00 |
kernel_exception.cpp
|
feat(kernel/kernel_exception): add new auxiliary functions for throwing kernel exceptions
|
2014-05-15 13:53:10 -07:00 |
kernel_exception.h
|
refactor(kernel): remove unnecessary module
|
2014-05-17 12:35:41 -07:00 |
level.cpp
|
fix(kernel/level): add workaround for clang++ bug: memory leak at thread_local
|
2014-06-03 10:37:50 -07:00 |
level.h
|
feat(kernel): add function param_names_to_levels
|
2014-06-02 16:17:04 -07:00 |
metavar.cpp
|
refactor(kernel): improve names
|
2014-05-16 11:28:05 -07:00 |
metavar.h
|
fix(kernel/metavar): typo
|
2014-05-01 15:28:34 -07:00 |
pos_info_provider.cpp
|
refactor(*): error messages
|
2014-01-13 16:54:21 -08:00 |
pos_info_provider.h
|
refactor(kernel): justification objects
|
2014-03-18 10:27:56 -07:00 |
replace_fn.cpp
|
chore(kernel): binder => binding where appropriate
|
2014-05-17 11:37:27 -07:00 |
replace_fn.h
|
refactor(kernel/free_vars): use get_free_var_range to improve lift_free_vars and lower_free_vars performance
|
2014-04-17 12:41:06 -07:00 |
replace_visitor.cpp
|
chore(kernel): binder => binding where appropriate
|
2014-05-17 11:37:27 -07:00 |
replace_visitor.h
|
chore(kernel): binder => binding where appropriate
|
2014-05-17 11:37:27 -07:00 |
type_checker.cpp
|
chore(kernel/declaration): rename declaration::get_params to declaration::get_univ_params
|
2014-06-02 16:20:34 -07:00 |
type_checker.h
|
refactor(kernel): rename definition class to declaration
|
2014-05-20 10:41:38 -07:00 |