lean2/src/kernel
2014-06-16 16:56:11 -07:00
..
hott feat(kernel): add mk_hott_environment function for creating HoTT compatible environments 2014-05-21 11:31:34 -07:00
inductive feat(kernel/inductive): add APIs for retrieving information about declared inductive datatypes, intro rules, and elimination rules 2014-06-08 17:15:21 -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 fix(kernel/abstract): propagate tags when abstracting 2014-06-16 13:00:13 -07:00
abstract.h feat(frontends/lean/parser): add parse_notation 2014-06-11 21:00:34 -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 fix(kernel/converter): bug in is_def_eq 2014-06-16 14:09:12 -07:00
converter.h refactor(kernel): move delayed_justification to justification.h 2014-05-15 13:53:10 -07:00
declaration.cpp fix(kernel): set module_idx on theorems, otherwise we are not able to import theorems that use opaque definitions 2014-06-16 16:56:11 -07:00
declaration.h fix(kernel): set module_idx on theorems, otherwise we are not able to import theorems that use opaque definitions 2014-06-16 16:56:11 -07:00
environment.cpp feat(library/aliases): add 'exceptions' and support for universes to add_aliases procedure, add for_each_universe method to environment 2014-06-13 08:26:05 -07:00
environment.h feat(library/aliases): add 'exceptions' and support for universes to add_aliases procedure, add for_each_universe method to environment 2014-06-13 08:26:05 -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 fix(kernel/abstract): propagate tags when abstracting 2014-06-16 13:00:13 -07:00
expr.h feat(frontends/lean/builtin_exprs): add 'have' and 'show' expressions 2014-06-16 15:04:29 -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/for_each_fn): typo 2014-06-11 15:06:11 -07:00
formatter.cpp refactor(kernel): add mk_local function that has only two arguments 2014-06-16 14:27:26 -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(frontends/lean/notation_cmd): add 'notation' command 2014-06-15 10:49:05 -07:00
instantiate.h feat(frontends/lean/notation_cmd): add 'notation' command 2014-06-15 10:49:05 -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 feat(frontends/lean): add infixl/infixr/postfix/precedence commands, add support for storing notation in .olean files, add support for organizing notation into namespaces 2014-06-14 22:13:25 -07:00
level.h feat(library/aliases): add level aliases 2014-06-12 12:35:02 -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 feat(kernel/type_checker): use argument position when reporting application type mismatch errors 2014-06-15 10:06:53 -07:00
type_checker.h refactor(kernel): rename definition class to declaration 2014-05-20 10:41:38 -07:00