lean4-htt/src/library
2017-03-23 09:01:00 +01:00
..
compiler feat(library/system/io): system.io without axioms 2017-03-22 23:36:05 -07:00
constructions feat(library): do not generate C.destruct (for structures), and C.induction_on (for structures and inductive datatypes) 2017-03-15 14:45:13 -07:00
equations_compiler fix(library): fix various leaks 2017-03-23 09:00:59 +01:00
inductive_compiler feat(library): do not generate C.destruct (for structures), and C.induction_on (for structures and inductive datatypes) 2017-03-15 14:45:13 -07:00
native_compiler chore(checker): remove gmp, mpfr, and dl library dependencies 2017-01-31 09:39:31 +01:00
tactic fix(library): fix various leaks 2017-03-23 09:00:59 +01:00
vm fix(library/vm/vm): prevent segfault in out-of-memory conditions 2017-03-23 09:00:59 +01:00
abstract_parser.h chore(util,kernel,library): clang warnings 2017-02-17 20:01:34 -08:00
aliases.cpp feat(kernel,library,frontends/lean,api): remove global universe levels from kernel and APIs 2017-02-08 17:41:44 -08:00
aliases.h feat(kernel,library,frontends/lean,api): remove global universe levels from kernel and APIs 2017-02-08 17:41:44 -08:00
annotation.cpp
annotation.h
app_builder.cpp feat(inductive_compiler): generate injectivity lemmas 2017-03-10 22:27:18 -08:00
app_builder.h feat(library/congr_lemma, library/fun_info): make sure opt_param gadget do not confuse the simplifier, fun_info, congr_lemma, etc 2017-01-30 20:23:45 -08:00
arith_instance.cpp refactor(library/norm_num): delete num_of_expr dead code, move arithmetic evaluator to arith_instance 2017-02-12 20:47:01 -08:00
arith_instance.h refactor(library/norm_num): delete num_of_expr dead code, move arithmetic evaluator to arith_instance 2017-02-12 20:47:01 -08:00
attribute_manager.cpp feat(library/module): intermediary data structure for environment modifications 2016-12-20 10:15:19 -08:00
attribute_manager.h fix(attribute_manager): finalization problem 2016-12-20 10:02:31 -08:00
aux_definition.cpp feat(frontends/lean): no global universes in the frontend 2017-02-08 17:23:04 -08:00
aux_definition.h
aux_recursors.cpp feat(library/module): intermediary data structure for environment modifications 2016-12-20 10:15:19 -08:00
aux_recursors.h
bin_app.cpp
bin_app.h
cache_helper.h
check.cpp fix(library/tactic/rewrite_tactic): fixes #1277 2017-01-23 16:34:07 -08:00
check.h fix(library/tactic/rewrite_tactic): fixes #1277 2017-01-23 16:34:07 -08:00
choice.cpp
choice.h
class.cpp refactor(library/type_context): rename whnf_pred => whnf_head_pred 2017-02-15 20:20:27 -08:00
class.h feat(library/type_context, frontends/lean/elaborator): type classes with output parameters 2017-01-30 18:32:54 -08:00
CMakeLists.txt refactor(*): task<T>, log_tree, cancellation_token 2017-03-23 08:57:52 +01:00
comp_val.cpp feat(library/tactic/congruence/congruence_closure): interpreted values in the same equivalence class 2016-12-25 11:09:55 -08:00
comp_val.h feat(library/tactic/congruence/congruence_closure): interpreted values in the same equivalence class 2016-12-25 11:09:55 -08:00
congr_lemma.cpp feat(library/congr_lemma, library/fun_info): make sure opt_param gadget do not confuse the simplifier, fun_info, congr_lemma, etc 2017-01-30 20:23:45 -08:00
congr_lemma.h feat(library/congr_lemma, library/fun_info): make sure opt_param gadget do not confuse the simplifier, fun_info, congr_lemma, etc 2017-01-30 20:23:45 -08:00
constants.cpp feat(library/system/io): system.io without axioms 2017-03-22 23:36:05 -07:00
constants.h feat(library/system/io): system.io without axioms 2017-03-22 23:36:05 -07:00
constants.txt feat(library/system/io): system.io without axioms 2017-03-22 23:36:05 -07:00
deep_copy.cpp
deep_copy.h
defeq_canonizer.cpp feat(library/defeq_canonizer): add trace.defeq_canonizer 2017-01-08 19:31:04 -08:00
defeq_canonizer.h refactor(library/tactic): move defeq_canonizer::state to tactic_state 2017-01-07 10:17:51 -08:00
delayed_abstraction.cpp
delayed_abstraction.h
discr_tree.cpp chore(library): define rb_expr_tree and rb_expr_map 2016-12-27 20:29:31 -08:00
discr_tree.h
documentation.cpp feat(library/module): intermediary data structure for environment modifications 2016-12-20 10:15:19 -08:00
documentation.h feat(library/documentation, frontends/lean): add /-! -/ doc string module block 2016-11-27 12:23:53 -08:00
exception.cpp refactor(*): reduce exception context info from expr to pos_info 2017-02-17 13:45:57 +01:00
exception.h chore(library): override warning 2017-02-28 11:24:21 -08:00
explicit.cpp
explicit.h
export.cpp feat(kernel,library,frontends/lean,api): remove global universe levels from kernel and APIs 2017-02-08 17:41:44 -08:00
export.h
export_decl.cpp feat(library/module): intermediary data structure for environment modifications 2016-12-20 10:15:19 -08:00
export_decl.h chore(*): compilation errors, fix style, fix warnings 2016-11-29 11:35:01 -08:00
expr_lt.cpp feat(kernel,library,frontends/lean,api): remove global universe levels from kernel and APIs 2017-02-08 17:41:44 -08:00
expr_lt.h feat(library/tactic/congruence/theory_ac): add internalization, interface with congruence closure module, and trivial/simp/orient transitions 2016-12-28 21:35:16 -08:00
expr_pair.h
expr_pair_maps.h
expr_unsigned_map.h
fingerprint.cpp
fingerprint.h
fun_info.cpp feat(library/congr_lemma, library/fun_info): make sure opt_param gadget do not confuse the simplifier, fun_info, congr_lemma, etc 2017-01-30 20:23:45 -08:00
fun_info.h feat(library/congr_lemma, library/fun_info): make sure opt_param gadget do not confuse the simplifier, fun_info, congr_lemma, etc 2017-01-30 20:23:45 -08:00
head_map.cpp
head_map.h
idx_metavar.cpp feat(library/tactic/smt/ematch): skeleton for AC support 2017-01-08 23:53:57 -08:00
idx_metavar.h feat(library/type_context, frontends/lean/elaborator): type classes with output parameters 2017-01-30 18:32:54 -08:00
init_module.cpp feat(library/parray): add trace option for tracking destructive updates 2017-03-07 10:57:40 -08:00
init_module.h
inverse.cpp feat(library/module): intermediary data structure for environment modifications 2016-12-20 10:15:19 -08:00
inverse.h
io_state.cpp feat(*): C++ code generator 2016-12-05 16:11:41 -08:00
io_state.h refactor(*): reduce exception context info from expr to pos_info 2017-02-17 13:45:57 +01:00
io_state_stream.cpp
io_state_stream.h
kernel_serializer.cpp feat(kernel,library,frontends/lean,api): remove global universe levels from kernel and APIs 2017-02-08 17:41:44 -08:00
kernel_serializer.h
library_task_builder.cpp chore(*): style 2017-03-23 08:57:56 +01:00
library_task_builder.h chore(*): style 2017-03-23 08:57:56 +01:00
local_context.cpp fix(library/tactic/subst_tactic): fixes #1467 2017-03-17 19:54:35 -07:00
local_context.h fix(library/tactic/subst_tactic): fixes #1467 2017-03-17 19:54:35 -07:00
locals.cpp feat(frontends/lean): no global universes in the frontend 2017-02-08 17:23:04 -08:00
locals.h
max_sharing.cpp feat(kernel,library,frontends/lean,api): remove global universe levels from kernel and APIs 2017-02-08 17:41:44 -08:00
max_sharing.h
message_builder.cpp refactor(*): task<T>, log_tree, cancellation_token 2017-03-23 08:57:52 +01:00
message_builder.h chore(*): fix clang warnings 2017-03-23 09:00:58 +01:00
messages.cpp feat(library/messages): clamp message position to current location 2017-03-23 09:01:00 +01:00
messages.h feat(library/module): only report sorry once per declaration 2017-03-23 08:57:56 +01:00
metavar_context.cpp perf(library/metavar_util): quadratic behavior when assembling the final proof 2017-02-21 21:02:43 -08:00
metavar_context.h perf(library/metavar_util): quadratic behavior when assembling the final proof 2017-02-21 21:02:43 -08:00
metavar_util.h perf(library/metavar_util): quadratic behavior when assembling the final proof 2017-02-21 21:02:43 -08:00
module.cpp perf(util/task_builder): speed up traverse 2017-03-23 09:00:59 +01:00
module.h refactor(*): task<T>, log_tree, cancellation_token 2017-03-23 08:57:52 +01:00
module_mgr.cpp chore(*): style 2017-03-23 08:57:56 +01:00
module_mgr.h feat(shell/server): only compile region of interest 2017-03-23 08:57:56 +01:00
mpq_macro.cpp refactor(library/arith_instance): add mk_num 2017-02-12 19:44:02 -08:00
mpq_macro.h
mt_task_queue.cpp fix(library/mt_task_queue): do not wait on freed condition_variables 2017-03-23 09:00:59 +01:00
mt_task_queue.h fix(library/mt_task_queue): do not wait on freed condition_variables 2017-03-23 09:00:59 +01:00
noncomputable.cpp feat(library/system/io): system.io without axioms 2017-03-22 23:36:05 -07:00
noncomputable.h
norm_num.cpp fix(algebra): generalize theorem 2017-03-22 07:34:01 -07:00
norm_num.h refactor(library/norm_num): delete num_of_expr dead code, move arithmetic evaluator to arith_instance 2017-02-12 20:47:01 -08:00
normalize.cpp
normalize.h
num.cpp chore(library/norm_num): remove more code duplication 2017-02-12 20:57:46 -08:00
num.h feat(library): add mk_int_val_ne_proof 2016-12-24 15:22:31 -08:00
parray.cpp feat(library/parray): add trace option for tracking destructive updates 2017-03-07 10:57:40 -08:00
parray.h feat(library/parray): add trace option for tracking destructive updates 2017-03-07 10:57:40 -08:00
pattern_attribute.cpp
pattern_attribute.h
placeholder.cpp feat(frontends/lean): no global universes in the frontend 2017-02-08 17:23:04 -08:00
placeholder.h
pp_options.cpp feat(frontends/lean/pp): add attribute [pp_using_anonymous_constructor] for marking structures we should use the anonymous constructor notation when pretty printing instances 2017-03-09 15:17:18 -08:00
pp_options.h fix(library/tactic): fixes #1369 2017-02-10 15:58:27 -08:00
print.cpp chore(src/library/print): update to use Sort 2017-03-06 14:01:33 -08:00
print.h
private.cpp feat(library/private): make sure the private prefix is an internal name 2017-01-06 11:48:05 -08:00
private.h
projection.cpp feat(library/module): intermediary data structure for environment modifications 2016-12-20 10:15:19 -08:00
projection.h
protected.cpp feat(library/module): intermediary data structure for environment modifications 2016-12-20 10:15:19 -08:00
protected.h
quote.cpp feat(frontends/lean): expr literals ```(...) 2017-03-05 08:37:16 -08:00
quote.h feat(frontends/lean): expr literals ```(...) 2017-03-05 08:37:16 -08:00
reducible.cpp
reducible.h
register_module.h
relation_manager.cpp feat(library/module): intermediary data structure for environment modifications 2016-12-20 10:15:19 -08:00
relation_manager.h
replace_visitor.cpp
replace_visitor.h
replace_visitor_with_tc.cpp
replace_visitor_with_tc.h
scoped_ext.cpp feat(library): add check_constants.lean validation, cleanup unused names, minor stdlib fixes 2017-02-21 10:45:31 -08:00
scoped_ext.h feat(library): add check_constants.lean validation, cleanup unused names, minor stdlib fixes 2017-02-21 10:45:31 -08:00
shared_environment.cpp feat(*): parallel compilation 2016-11-29 11:12:40 -08:00
shared_environment.h feat(*): parallel compilation 2016-11-29 11:12:40 -08:00
sorry.cpp chore(library): clang warnings - missing override 2017-02-06 13:44:20 -08:00
sorry.h feat(library/sorry): make sorry a macro 2017-02-05 14:01:03 +01:00
st_task_queue.cpp refactor(*): task<T>, log_tree, cancellation_token 2017-03-23 08:57:52 +01:00
st_task_queue.h refactor(*): task<T>, log_tree, cancellation_token 2017-03-23 08:57:52 +01:00
string.cpp fix(library/string,library/init/data/to_string): handle ASCII control characters 2017-01-11 23:44:33 -08:00
string.h fix(frontends/lean/pp,library/equations_compiler,library/tactic/smt/congruence_closure): bug at to_char function 2017-01-11 23:44:25 -08:00
trace.cpp refactor(*): task<T>, log_tree, cancellation_token 2017-03-23 08:57:52 +01:00
trace.h
type_context.cpp feat(library/unification_hint): improve unification_hint matcher 2017-03-21 10:19:34 -07:00
type_context.h refactor(*): task<T>, log_tree, cancellation_token 2017-03-23 08:57:52 +01:00
typed_expr.cpp
typed_expr.h
unfold_macros.cpp fix(library/unfold_macros): actually unfold all macros 2017-01-31 09:39:30 +01:00
unfold_macros.h
unification_hint.cpp feat(library/unification_hint): improve unification_hint matcher 2017-03-21 10:19:34 -07:00
unification_hint.h feat(library/unification_hint): improve unification_hint matcher 2017-03-21 10:19:34 -07:00
update_declaration.cpp
update_declaration.h
user_recursors.cpp chore(library/user_recursors): add drec_on and dcases_on 2017-03-01 15:56:06 -08:00
user_recursors.h
util.cpp feat(inductive_compiler): generate injectivity lemmas 2017-03-10 22:27:18 -08:00
util.h feat(inductive_compiler): generate injectivity lemmas 2017-03-10 22:27:18 -08:00