lean4-htt/src/library
2017-04-11 16:42:17 -07: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/type_context): fixes #1500 2017-03-31 19:19:44 -07: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 feat(library/vm/process): add basic process support 2017-03-28 18:08:06 -07:00
tactic feat(library/tactic/dsimplify): replace assigned metavariables 2017-04-02 12:49:29 -07:00
vm refactor(library/system/process): add exit status and working directory 2017-04-11 16:42:17 -07:00
abstract_parser.h chore(library/abstract_parser,frontends/lean/parser): remove dead code 2017-03-28 11:51:50 -07: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 feat(frontends/lean): add support for 'suffices'-expression in the new elaborator 2016-09-08 17:26:27 -07:00
annotation.h feat(frontends/lean): add support for 'suffices'-expression in the new elaborator 2016-09-08 17:26:27 -07:00
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 fix(library/aux_definition): also zeta expand the local context 2017-04-04 09:04:37 +02:00
aux_definition.h feat(frontends/lean,library/equations_compiler): abstract proofs in equations and regular definitions 2017-03-25 14:22:52 -07:00
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 feat(library/bin_app): uniform foldr, add helper methods for synthesizing recursive functions 2016-07-23 12:11:18 -07:00
cache_helper.h feat(library): add abstract_hash 2016-06-23 14:25:29 -07:00
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 feat(library/system/io,shell/lean): add --run switch 2017-04-11 16:41:30 -07: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 fix(system/io): try to fix io monad 2017-03-27 13:42:08 -07:00
constants.h fix(system/io): try to fix io monad 2017-03-27 13:42:08 -07:00
constants.txt fix(system/io): try to fix io monad 2017-03-27 13:42:08 -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 fix(library/delayed_abstraction): nested delayed abstractions 2016-09-15 15:46:25 -07:00
delayed_abstraction.h feat(library/type_context): use delayed abstraction at type_context (instead of restrict_metavars_context) 2016-07-27 14:57:39 -07:00
discr_tree.cpp chore(library): define rb_expr_tree and rb_expr_map 2016-12-27 20:29:31 -08:00
discr_tree.h feat(library): add discrimination trees 2016-10-07 17:07:31 -07:00
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
eval_helper.cpp feat(library/system/io,shell/lean): add --run switch 2017-04-11 16:41:30 -07:00
eval_helper.h feat(library/system/io,shell/lean): add --run switch 2017-04-11 16:41:30 -07: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 fix(library/explicit): annotation name 2016-09-15 17:57:01 -07:00
explicit.h chore(frontends/lean,library/explicit): remove dead code 2016-07-02 01:57:43 +01:00
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
handle.cpp fix(library/handle): handle double close 2017-04-11 16:42:17 -07:00
handle.h feat(library/vm/process): add basic process support 2017-03-28 18:08:06 -07:00
head_map.cpp chore(frontends/lean,library/explicit): remove dead code 2016-07-02 01:57:43 +01:00
head_map.h feat(library): add kabstract 2016-07-16 15:41:31 -04:00
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 refactor(library): injectivity ==> inverse 2016-09-07 08:16:14 -07:00
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 chore(library): remove lean2 old type checker 2016-09-19 22:21:19 -07:00
io_state_stream.h refactor(*): structured message objects 2016-10-13 18:49:10 -07:00
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 fix(library/module): correctly print kernel exceptions 2017-04-10 15:59:31 +02:00
library_task_builder.h feat(util/log_tree): annotate nodes with detail levels 2017-03-23 09:03:43 +01:00
local_context.cpp fix(library/type_context): fixes #1500 2017-03-31 19:19:44 -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 feat(library/locals): add helper function 2016-08-13 13:35:14 -07:00
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 chore(tests/lean,shell/lean): run leantests and leanruntests in parallel 2017-03-30 06:04:00 +02:00
messages.h refactor(shell,emacs): handle different checking modes in server 2017-03-23 09:07:09 +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 fix(library/module): correctly print kernel exceptions 2017-04-10 15:59:31 +02:00
module.h refactor(*): task<T>, log_tree, cancellation_token 2017-03-23 08:57:52 +01:00
module_mgr.cpp fix(library/module_mgr): do not crash on missing imports 2017-04-04 19:56:33 +02:00
module_mgr.h chore(tests/lean,shell/lean): run leantests and leanruntests in parallel 2017-03-30 06:04:00 +02:00
mpq_macro.cpp refactor(library/arith_instance): add mk_num 2017-02-12 19:44:02 -08:00
mpq_macro.h feat(src/library/mpq_macro): numeral macros 2016-07-29 10:44:43 -07:00
mt_task_queue.cpp fix(library/mt_task_queue): fix abort 2017-03-23 15:37:52 +01:00
mt_task_queue.h feat(util/log_tree): annotate nodes with detail levels 2017-03-23 09:03:43 +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 refactor(kernel): reduce number of configurations supported in the kernel 2016-09-27 17:07:01 -07:00
normalize.h refactor(library): reduce dependecies on old code, simplify normalize module 2016-09-19 22:12:34 -07:00
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 feat(src/library/inductive_compiler): support for nested inductive types 2016-09-16 12:50:59 -07:00
pattern_attribute.h feat(src/library/inductive_compiler): support for nested inductive types 2016-09-16 12:50:59 -07:00
pipe.cpp feat(library/vm/process): add basic process support 2017-03-28 18:08:06 -07:00
pipe.h feat(library/vm/process): add basic process support 2017-03-28 18:08:06 -07:00
placeholder.cpp feat(frontends/lean): no global universes in the frontend 2017-02-08 17:23:04 -08:00
placeholder.h feat(frontends/lean): Type is now (Type 1) 2016-09-17 14:30:54 -07:00
pp_options.cpp chore(*): replace "'^.' notation" with "field notation", pretty print using "." 2017-03-31 09:40:49 -07:00
pp_options.h fix(library/tactic): fixes #1369 2017-02-10 15:58:27 -08:00
print.cpp fix(library/print): consider constant roots in is_used_name 2017-03-31 09:40:49 -07:00
print.h
private.cpp feat(frontends/lean,library/equations_compiler): abstract proofs in equations and regular definitions 2017-03-25 14:22:52 -07:00
private.h feat(frontends/lean,library/equations_compiler): abstract proofs in equations and regular definitions 2017-03-25 14:22:52 -07:00
process.cpp refactor(library/system/process): add exit status and working directory 2017-04-11 16:42:17 -07:00
process.h refactor(library/system/process): add exit status and working directory 2017-04-11 16:42:17 -07:00
projection.cpp feat(library/module): intermediary data structure for environment modifications 2016-12-20 10:15:19 -08:00
projection.h chore(library): remove lean2 old type checker 2016-09-19 22:21:19 -07:00
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 feat(library/reducible): get_reducibility_fingerprint 2016-10-03 13:31:59 -07:00
reducible.h refactor(inductive_compiler): keep simulated inductive types semireducible 2016-10-13 10:12:08 -07:00
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 feat(frontends/lean, library): remove attribute and metaclass scoping 2016-07-29 23:44:21 -04:00
replace_visitor.cpp
replace_visitor.h
replace_visitor_with_tc.cpp feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information 2016-11-09 16:51:48 -08:00
replace_visitor_with_tc.h feat(library): add replace_visitor_with_tc 2016-08-14 15:45:02 -07:00
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 fix(library/trace): prevent memory corruption with scope_traces_as_messages 2016-10-13 18:49:10 -07:00
type_context.cpp fix(library/type_context): fixes #1502 2017-04-02 12:49:06 -07:00
type_context.h fix(library/type_context): fixes #1500 2017-03-31 19:19:44 -07:00
typed_expr.cpp
typed_expr.h
unfold_macros.cpp fix(library/unfold_macros): recursively unfold macros 2017-03-27 13:42:08 -07: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 refactor(kernel): add reducibility_hints 2016-09-04 16:30:02 -07:00
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 feat(frontends/lean, library): remove attribute and metaclass scoping 2016-07-29 23:44:21 -04:00
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