| .. |
|
blast
|
refactor(library): merge util and occurs
|
2016-03-22 09:51:06 -07:00 |
|
compiler
|
feat(library/vm/vm): add support for declaring builtin cfunctions
|
2016-05-31 16:48:11 -07:00 |
|
definitional
|
chore(library/definitional/projection): cleanup
|
2016-05-11 11:42:46 -07:00 |
|
tactic
|
refactor(library): merge util and occurs
|
2016-03-22 09:51:06 -07:00 |
|
vm
|
feat(library/vm/vm): add support for builtin constants
|
2016-06-01 13:05:39 -07:00 |
|
abbreviation.cpp
|
refactor(*): normalize metaclass names
|
2015-12-28 10:39:15 -08:00 |
|
abbreviation.h
|
feat(library/scoped_ext,frontends/lean): add support for setting attributes into different namespaces
|
2015-12-05 11:15:02 -08:00 |
|
abstract_expr_manager.cpp
|
feat(kernel): add let-expressions to the kernel
|
2016-02-29 16:40:17 -08:00 |
|
abstract_expr_manager.h
|
chore(library/type_context): rename type_context to old_type_context
|
2016-03-04 10:51:04 -08:00 |
|
aliases.cpp
|
refactor(*): remove name_generator and use simpler mk_fresh_name
|
2016-02-11 18:05:57 -08:00 |
|
aliases.h
|
chore(*): remove support for Lua
|
2016-02-11 17:17:55 -08:00 |
|
annotation.cpp
|
fix(library/annotation): memory leak
|
2016-05-12 11:43:45 -07:00 |
|
annotation.h
|
feat(frontends/lean,library/unifier): checkpoints at have-expressions
|
2016-02-04 19:01:19 -08:00 |
|
app_builder.cpp
|
refactor(library/util): isolate util procedures that depend on old_type_checker
|
2016-03-21 13:36:08 -07:00 |
|
app_builder.h
|
feat(library/congr_lemma_manager): add heterogeneous equality congruence lemmas
|
2016-01-09 15:41:08 -08:00 |
|
attribute_manager.cpp
|
fix(library/attribute_manager): memory leak
|
2015-12-28 12:31:38 -08:00 |
|
attribute_manager.h
|
refactor(frontends/lean): use attribute_manager to simplify decl_attributes
|
2015-12-17 22:28:53 -08:00 |
|
aux_recursors.cpp
|
feat(library): tag auxiliary no_confusion definitions
|
2016-05-07 15:26:49 -07:00 |
|
aux_recursors.h
|
feat(library): tag auxiliary no_confusion definitions
|
2016-05-07 15:26:49 -07:00 |
|
bin_app.cpp
|
|
|
|
bin_app.h
|
|
|
|
choice.cpp
|
refactor(kernel): remove extension_context
|
2016-03-19 15:15:39 -07:00 |
|
choice.h
|
chore(*): remove support for Lua
|
2016-02-11 17:17:55 -08:00 |
|
choice_iterator.cpp
|
|
|
|
choice_iterator.h
|
refactor(kernel): move justification/constraint/metavar to library
|
2016-03-19 14:39:15 -07:00 |
|
class.cpp
|
refactor(library): create copy of the kernel type_checker in library
|
2016-03-18 14:34:10 -07:00 |
|
class.h
|
refactor(library/util): isolate util procedures that depend on old_type_checker
|
2016-03-21 13:36:08 -07:00 |
|
class_instance_resolution.cpp
|
refactor(kernel): move justification/constraint/metavar to library
|
2016-03-19 14:39:15 -07:00 |
|
class_instance_resolution.h
|
refactor(library): create copy of the kernel type_checker in library
|
2016-03-18 14:34:10 -07:00 |
|
CMakeLists.txt
|
refactor(library): move vm to a separate directory
|
2016-05-12 14:45:06 -07:00 |
|
coercion.cpp
|
refactor(*): normalize metaclass names
|
2015-12-28 10:39:15 -08:00 |
|
coercion.h
|
chore(*): remove support for Lua
|
2016-02-11 17:17:55 -08:00 |
|
composition_manager.cpp
|
feat(kernel): add 'trusted' flag for definitions
|
2016-04-11 15:49:29 -07:00 |
|
composition_manager.h
|
refactor(library): create copy of the kernel type_checker in library
|
2016-03-18 14:34:10 -07:00 |
|
congr_lemma_manager.cpp
|
chore(library/type_context): rename type_context to old_type_context
|
2016-03-04 10:51:04 -08:00 |
|
congr_lemma_manager.h
|
chore(library/type_context): rename type_context to old_type_context
|
2016-03-04 10:51:04 -08:00 |
|
constants.cpp
|
feat(library/vm): add example of C function invoking Lean closure
|
2016-05-31 18:45:14 -07:00 |
|
constants.h
|
feat(library/vm): add example of C function invoking Lean closure
|
2016-05-31 18:45:14 -07:00 |
|
constants.txt
|
feat(library/vm): add example of C function invoking Lean closure
|
2016-05-31 18:45:14 -07:00 |
|
constraint.cpp
|
refactor(kernel): move justification/constraint/metavar to library
|
2016-03-19 14:39:15 -07:00 |
|
constraint.h
|
refactor(kernel): move justification/constraint/metavar to library
|
2016-03-19 14:39:15 -07:00 |
|
declaration_index.cpp
|
|
|
|
declaration_index.h
|
|
|
|
deep_copy.cpp
|
feat(kernel): add let-expressions to the kernel
|
2016-02-29 16:40:17 -08:00 |
|
deep_copy.h
|
|
|
|
defeq_simp_lemmas.cpp
|
feat(library/blast/blast): use defeq_simplifier to normalize
|
2016-03-01 13:44:33 -08:00 |
|
defeq_simp_lemmas.h
|
feat(library/defeq_simplifier): new simplifier that uses only definitional equalities
|
2016-02-22 11:01:36 -08:00 |
|
defeq_simplifier.cpp
|
feat(library/blast/blast): use defeq_simplifier to normalize
|
2016-03-01 13:44:33 -08:00 |
|
defeq_simplifier.h
|
feat(library/blast/blast): use defeq_simplifier to normalize
|
2016-03-01 13:44:33 -08:00 |
|
definition_cache.cpp
|
feat(frontends/lean): add meta_definition and meta_constant commands
|
2016-06-01 09:12:41 -07:00 |
|
definition_cache.h
|
feat(frontends/lean): add meta_definition and meta_constant commands
|
2016-06-01 09:12:41 -07:00 |
|
error_handling.cpp
|
refactor(*): add abstract_type_context class
|
2016-02-26 14:17:34 -08:00 |
|
error_handling.h
|
refactor(*): add abstract_type_context class
|
2016-02-26 14:17:34 -08:00 |
|
explicit.cpp
|
chore(*): remove support for Lua
|
2016-02-11 17:17:55 -08:00 |
|
explicit.h
|
chore(*): remove support for Lua
|
2016-02-11 17:17:55 -08:00 |
|
export.cpp
|
feat(kernel): add 'trusted' flag for definitions
|
2016-04-11 15:49:29 -07:00 |
|
export.h
|
|
|
|
expr_lt.cpp
|
feat(kernel): add let-expressions to the kernel
|
2016-02-29 16:40:17 -08:00 |
|
expr_lt.h
|
|
|
|
expr_pair.h
|
|
|
|
expr_pair_maps.h
|
|
|
|
expr_unsigned_map.h
|
refactor(library/congr_lemma_manager): move expr_unsigned_map to separate module
|
2016-01-06 17:29:16 -08:00 |
|
fingerprint.cpp
|
|
|
|
fingerprint.h
|
|
|
|
flycheck.cpp
|
refactor(*): add abstract_type_context class
|
2016-02-26 14:17:34 -08:00 |
|
flycheck.h
|
refactor(*): add abstract_type_context class
|
2016-02-26 14:17:34 -08:00 |
|
fun_info_manager.cpp
|
chore(library/type_context): rename type_context to old_type_context
|
2016-03-04 10:51:04 -08:00 |
|
fun_info_manager.h
|
chore(library/type_context): rename type_context to old_type_context
|
2016-03-04 10:51:04 -08:00 |
|
generic_exception.cpp
|
|
|
|
generic_exception.h
|
refactor(kernel/ext_exception): add ext_exception
|
2015-12-04 13:22:42 -08:00 |
|
head_map.cpp
|
refactor(kernel/ext_exception): add ext_exception
|
2015-12-04 13:22:42 -08:00 |
|
head_map.h
|
refactor(library/blast/backward): use priority_queue, make sure head is normalized when building index
|
2015-12-28 12:26:06 -08:00 |
|
hott_kernel.cpp
|
refactor(library): remove unifier_plugin
|
2016-03-21 17:57:53 -07:00 |
|
hott_kernel.h
|
|
|
|
idx_metavar.cpp
|
|
|
|
idx_metavar.h
|
|
|
|
init_module.cpp
|
feat(library,frontends/lean/pp): add support for new string encoding
|
2016-05-24 16:20:43 -07:00 |
|
init_module.h
|
refactor(library): move vm to a separate directory
|
2016-05-12 14:45:06 -07:00 |
|
io_state.cpp
|
fix(library/io_state): typo
|
2015-12-08 18:28:54 -08:00 |
|
io_state.h
|
refactor(*): add abstract_type_context class
|
2016-02-26 14:17:34 -08:00 |
|
io_state_stream.cpp
|
refactor(kernel): move justification/constraint/metavar to library
|
2016-03-19 14:39:15 -07:00 |
|
io_state_stream.h
|
refactor(kernel): move justification/constraint/metavar to library
|
2016-03-19 14:39:15 -07:00 |
|
justification.cpp
|
refactor(kernel): move justification/constraint/metavar to library
|
2016-03-19 14:39:15 -07:00 |
|
justification.h
|
refactor(kernel): move justification/constraint/metavar to library
|
2016-03-19 14:39:15 -07:00 |
|
kernel_serializer.cpp
|
fix(kernel/declaration): typo and restoring trusted flag for constants
|
2016-04-28 15:59:09 -07:00 |
|
kernel_serializer.h
|
|
|
|
legacy_type_context.cpp
|
chore(library/type_context): rename type_context to old_type_context
|
2016-03-04 10:51:04 -08:00 |
|
legacy_type_context.h
|
chore(library/type_context): rename type_context to old_type_context
|
2016-03-04 10:51:04 -08:00 |
|
let.cpp
|
refactor(kernel): remove extension_context
|
2016-03-19 15:15:39 -07:00 |
|
let.h
|
feat(kernel): add let-expressions to the kernel
|
2016-02-29 16:40:17 -08:00 |
|
level_names.cpp
|
|
|
|
level_names.h
|
|
|
|
light_lt_manager.cpp
|
feat(kernel): add let-expressions to the kernel
|
2016-02-29 16:40:17 -08:00 |
|
light_lt_manager.h
|
feat(library/scoped_ext,frontends/lean): add support for setting attributes into different namespaces
|
2015-12-05 11:15:02 -08:00 |
|
local_context.cpp
|
fix(library/local_context): typo
|
2016-05-01 19:01:30 -07:00 |
|
local_context.h
|
feat(library/type_context): initialize type class resolution
|
2016-03-27 13:41:07 -07:00 |
|
locals.cpp
|
feat(kernel): add let-expressions to the kernel
|
2016-02-29 16:40:17 -08:00 |
|
locals.h
|
feat(library/locals): add auxiliary method
|
2016-05-01 19:01:47 -07:00 |
|
match.cpp
|
refactor(library): create copy of the kernel type_checker in library
|
2016-03-18 14:34:10 -07:00 |
|
match.h
|
refactor(library): create copy of the kernel type_checker in library
|
2016-03-18 14:34:10 -07:00 |
|
max_sharing.cpp
|
feat(kernel): add let-expressions to the kernel
|
2016-02-29 16:40:17 -08:00 |
|
max_sharing.h
|
|
|
|
metavar.cpp
|
refactor(kernel): move justification/constraint/metavar to library
|
2016-03-19 14:39:15 -07:00 |
|
metavar.h
|
refactor(kernel): move justification/constraint/metavar to library
|
2016-03-19 14:39:15 -07:00 |
|
metavar_closure.cpp
|
|
|
|
metavar_closure.h
|
refactor(kernel): move justification/constraint/metavar to library
|
2016-03-19 14:39:15 -07:00 |
|
metavar_context.cpp
|
refactor(metavar_context): metavar_decl contains a local_context instead of local_decls
|
2016-03-15 12:52:30 -07:00 |
|
metavar_context.h
|
refactor(metavar_context): metavar_decl contains a local_context instead of local_decls
|
2016-03-15 12:52:30 -07:00 |
|
metavar_util.h
|
feat(library): add metavar_util template to avoid code duplication
|
2016-03-10 14:07:57 -08:00 |
|
module.cpp
|
feat(library): remove decl_stats
|
2016-01-02 13:00:43 -08:00 |
|
module.h
|
|
|
|
noncomputable.cpp
|
refactor(library): create copy of the kernel type_checker in library
|
2016-03-18 14:34:10 -07:00 |
|
noncomputable.h
|
|
|
|
norm_num.cpp
|
fix(library/norm_num): fix incorrect assert
|
2015-12-14 14:09:54 -05:00 |
|
norm_num.h
|
refactor(library/norm_num): use new type_context
|
2016-05-24 14:11:43 -07:00 |
|
normalize.cpp
|
refactor(library): create copy of the kernel type_checker in library
|
2016-03-18 14:34:10 -07:00 |
|
normalize.h
|
refactor(library): create copy of the kernel type_checker in library
|
2016-03-18 14:34:10 -07:00 |
|
num.cpp
|
feat(library,frontends/lean/pp): add support for new string encoding
|
2016-05-24 16:20:43 -07:00 |
|
num.h
|
feat(library,frontends/lean/pp): add support for new string encoding
|
2016-05-24 16:20:43 -07:00 |
|
old_converter.cpp
|
refactor(kernel): remove extension_context
|
2016-03-19 15:15:39 -07:00 |
|
old_converter.h
|
refactor(kernel): remove extension_context
|
2016-03-19 15:15:39 -07:00 |
|
old_default_converter.cpp
|
refactor(kernel): remove extension_context
|
2016-03-19 15:15:39 -07:00 |
|
old_default_converter.h
|
refactor(kernel): move justification/constraint/metavar to library
|
2016-03-19 14:39:15 -07:00 |
|
old_local_context.cpp
|
refactor(kernel): move justification/constraint/metavar to library
|
2016-03-19 14:39:15 -07:00 |
|
old_local_context.h
|
chore(library): rename local_context to old_local_context
|
2016-02-11 18:15:16 -08:00 |
|
old_type_checker.cpp
|
refactor(kernel): remove dead code from type_checker
|
2016-03-19 15:28:19 -07:00 |
|
old_type_checker.h
|
refactor(kernel): remove extension_context
|
2016-03-19 15:15:39 -07:00 |
|
old_type_context.cpp
|
feat(library/type_context): initialize type class resolution
|
2016-03-27 13:41:07 -07:00 |
|
old_type_context.h
|
refactor(kernel): remove extension_context
|
2016-03-19 15:15:39 -07:00 |
|
old_util.cpp
|
refactor(library/util): move more procedures from old_util to util
|
2016-03-21 14:25:40 -07:00 |
|
old_util.h
|
refactor(library/util): move more procedures from old_util to util
|
2016-03-21 14:25:40 -07:00 |
|
parser_nested_exception.h
|
|
|
|
placeholder.cpp
|
chore(*): remove support for Lua
|
2016-02-11 17:17:55 -08:00 |
|
placeholder.h
|
chore(*): remove support for Lua
|
2016-02-11 17:17:55 -08:00 |
|
pp_options.cpp
|
feat(library,frontends/lean/pp): add support for new string encoding
|
2016-05-24 16:20:43 -07:00 |
|
pp_options.h
|
feat(library,frontends/lean/pp): add support for new string encoding
|
2016-05-24 16:20:43 -07:00 |
|
print.cpp
|
feat(frontends/lean/pp): pretty print let-expressions
|
2016-05-25 14:04:28 -07:00 |
|
print.h
|
feat(frontends/lean/pp): pretty print let-expressions
|
2016-05-25 14:04:28 -07:00 |
|
private.cpp
|
chore(*): remove support for Lua
|
2016-02-11 17:17:55 -08:00 |
|
private.h
|
chore(*): remove support for Lua
|
2016-02-11 17:17:55 -08:00 |
|
projection.cpp
|
refactor(library/util): isolate util procedures that depend on old_type_checker
|
2016-03-21 13:36:08 -07:00 |
|
projection.h
|
refactor(library): create copy of the kernel type_checker in library
|
2016-03-18 14:34:10 -07:00 |
|
proof_irrel_expr_manager.cpp
|
fix(library/proof_irrel_expr_manager): add missing Let case
|
2016-03-01 14:27:37 -08:00 |
|
proof_irrel_expr_manager.h
|
chore(library/type_context): rename type_context to old_type_context
|
2016-03-04 10:51:04 -08:00 |
|
protected.cpp
|
|
|
|
protected.h
|
|
|
|
reducible.cpp
|
refactor(library): create copy of the kernel type_checker in library
|
2016-03-18 14:34:10 -07:00 |
|
reducible.h
|
refactor(library/util): isolate util procedures that depend on old_type_checker
|
2016-03-21 13:36:08 -07:00 |
|
register_module.h
|
|
|
|
relation_manager.cpp
|
refactor(*): normalize metaclass names
|
2015-12-28 10:39:15 -08:00 |
|
relation_manager.h
|
feat(library/scoped_ext,frontends/lean): add support for setting attributes into different namespaces
|
2015-12-05 11:15:02 -08:00 |
|
replace_visitor.cpp
|
fix(library/replace_visitor): remove replace_visitor_closed, it does not handle nested let-expr correctly
|
2016-05-01 12:04:28 -07:00 |
|
replace_visitor.h
|
fix(library/replace_visitor): remove replace_visitor_closed, it does not handle nested let-expr correctly
|
2016-05-01 12:04:28 -07:00 |
|
scoped_ext.cpp
|
chore(library): remove dead code
|
2016-02-11 18:08:44 -08:00 |
|
scoped_ext.h
|
chore(*): remove support for Lua
|
2016-02-11 17:17:55 -08:00 |
|
shared_environment.cpp
|
feat(library): remove decl_stats
|
2016-01-02 13:00:43 -08:00 |
|
shared_environment.h
|
|
|
|
sorry.cpp
|
|
|
|
sorry.h
|
|
|
|
standard_kernel.cpp
|
refactor(library): remove unifier_plugin
|
2016-03-21 17:57:53 -07:00 |
|
standard_kernel.h
|
|
|
|
string.cpp
|
fix(library/string): conversion from std::string to lean expr
|
2016-05-31 16:19:01 -07:00 |
|
string.h
|
feat(library,frontends/lean/pp): add support for new string encoding
|
2016-05-24 16:20:43 -07:00 |
|
tc_multigraph.cpp
|
refactor(library/util): isolate util procedures that depend on old_type_checker
|
2016-03-21 13:36:08 -07:00 |
|
tc_multigraph.h
|
|
|
|
tmp_type_context.cpp
|
chore(library/type_context): rename type_context to old_type_context
|
2016-03-04 10:51:04 -08:00 |
|
tmp_type_context.h
|
chore(library/type_context): rename type_context to old_type_context
|
2016-03-04 10:51:04 -08:00 |
|
trace.cpp
|
refactor(kernel): remove extension_context
|
2016-03-19 15:15:39 -07:00 |
|
trace.h
|
refactor(*): add abstract_type_context class
|
2016-02-26 14:17:34 -08:00 |
|
type_context.cpp
|
feat(library/type_context): process arguments before function in def_eq
|
2016-05-26 11:15:49 -07:00 |
|
type_context.h
|
feat(library/type_context): process arguments before function in def_eq
|
2016-05-26 11:15:49 -07:00 |
|
typed_expr.cpp
|
refactor(library/util): isolate util procedures that depend on old_type_checker
|
2016-03-21 13:36:08 -07:00 |
|
typed_expr.h
|
|
|
|
unfold_macros.cpp
|
feat(kernel): add 'trusted' flag for definitions
|
2016-04-11 15:49:29 -07:00 |
|
unfold_macros.h
|
|
|
|
unification_hint.cpp
|
fix(library/unification_hint): unification hint pp
|
2016-03-09 12:52:28 -08:00 |
|
unification_hint.h
|
feat(library/unification_hint): basic handling of user-supplied unification hints
|
2016-02-12 11:48:51 -08:00 |
|
unifier.cpp
|
refactor(library): merge util and occurs
|
2016-03-22 09:51:06 -07:00 |
|
unifier.h
|
refactor(kernel): move justification/constraint/metavar to library
|
2016-03-19 14:39:15 -07:00 |
|
unsolved_metavar_exception.h
|
|
|
|
update_declaration.cpp
|
feat(kernel): add 'trusted' flag for definitions
|
2016-04-11 15:49:29 -07:00 |
|
update_declaration.h
|
|
|
|
user_recursors.cpp
|
refactor(library/util): isolate util procedures that depend on old_type_checker
|
2016-03-21 13:36:08 -07:00 |
|
user_recursors.h
|
feat(library/scoped_ext,frontends/lean): add support for setting attributes into different namespaces
|
2015-12-05 11:15:02 -08:00 |
|
util.cpp
|
feat(library/util): add get_constructor_idx
|
2016-05-11 13:16:40 -07:00 |
|
util.h
|
feat(library/util): add get_constructor_idx
|
2016-05-11 13:16:40 -07:00 |