lean4-htt/src/library
Leonardo de Moura c427fb4086 refactor(*): create library/init/lean folder
The new folder will contain the new parser, macro expander and compiler.
This commit also renames the namespace for the old parser `lean3.parser`
2018-04-27 08:02:40 -07:00
..
compiler refactor(util): move mpz/mpq to util 2018-04-12 16:43:11 -07:00
constructions chore(*): type_context ==> type_context_old 2018-03-05 12:38:24 -08:00
equations_compiler chore(kernel): remove m_hash_alloc field from expressions 2018-04-09 10:05:56 -07:00
inductive_compiler refactor(library/init/core,library/init/unit): make unit an abbreviation of punit.{0} 2018-03-27 10:33:04 -07:00
native_compiler chore(library/native): remove dead code 2018-02-07 17:29:25 -08:00
tactic chore(library/tactic/algebraic_normalizer): remove dead code 2018-04-12 16:43:11 -07:00
vm refactor(*): create library/init/lean folder 2018-04-27 08:02:40 -07:00
abstract_context_cache.cpp chore(*): remove unification hints 2018-04-10 16:29:04 -07:00
abstract_context_cache.h chore(*): remove unification hints 2018-04-10 16:29:04 -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(frontends/lean): add hide command 2017-12-13 11:53:21 -08:00
aliases.h feat(frontends/lean): add hide command 2017-12-13 11:53:21 -08:00
annotation.cpp chore(library, frontends/lean): use override 2017-06-22 16:15:21 -07:00
annotation.h
app_builder.cpp chore(library/app_builder): remove dead code 2018-04-12 16:43:11 -07:00
app_builder.h chore(library/app_builder): remove dead code 2018-04-12 16:43:11 -07:00
attribute_manager.cpp feat(init/meta/attribute,library/tactic/attribute): user_attribute apply handlers 2017-08-02 14:32:39 +01:00
attribute_manager.h fix(library/tactic/user_attribute): persist user attribute parameters 2017-11-22 19:19:05 +01:00
aux_definition.cpp chore(*): type_context ==> type_context_old 2018-03-05 12:38:24 -08:00
aux_definition.h chore(*): type_context ==> type_context_old 2018-03-05 12:38:24 -08:00
aux_recursors.cpp
aux_recursors.h
bin_app.cpp
bin_app.h
cache_helper.h chore(*): type_context ==> type_context_old 2018-03-05 12:38:24 -08:00
check.cpp chore(*): rename expr_struct_* to expr_* 2018-04-09 12:55:48 -07:00
check.h chore(*): type_context ==> type_context_old 2018-03-05 12:38:24 -08:00
choice.cpp feat(kernel/expr): allow metavariables to have user-facing names 2017-07-16 07:16:41 -07:00
choice.h
class.cpp chore(*): type_context ==> type_context_old 2018-03-05 12:38:24 -08:00
class.h feat(library/type_context, library): inout ==> out modifier in type class declarations 2017-12-15 14:46:47 -08:00
CMakeLists.txt chore(library/shared_environment): remove dead file 2018-04-12 16:43:11 -07:00
comp_val.cpp chore(library): cleanup constants.txt 2018-04-12 16:43:11 -07:00
comp_val.h chore(library): cleanup constants.txt 2018-04-12 16:43:11 -07:00
congr_lemma.cpp chore(*): type_context ==> type_context_old 2018-03-05 12:38:24 -08:00
congr_lemma.h chore(*): type_context ==> type_context_old 2018-03-05 12:38:24 -08:00
constants.cpp refactor(*): create library/init/lean folder 2018-04-27 08:02:40 -07:00
constants.h refactor(*): create library/init/lean folder 2018-04-27 08:02:40 -07:00
constants.txt refactor(*): create library/init/lean folder 2018-04-27 08:02:40 -07:00
context_cache.cpp chore(*): remove unification hints 2018-04-10 16:29:04 -07:00
context_cache.h chore(*): remove unification hints 2018-04-10 16:29:04 -07:00
deep_copy.cpp chore(kernel): remove opportunistic hash consing support 2018-04-12 16:43:10 -07:00
deep_copy.h
defeq_canonizer.cpp chore(*): type_context ==> type_context_old 2018-03-05 12:38:24 -08:00
defeq_canonizer.h chore(*): type_context ==> type_context_old 2018-03-05 12:38:24 -08:00
delayed_abstraction.cpp chore(library/delayed_abstraction): add missing 'virtual' 2018-04-09 17:07:57 -07:00
delayed_abstraction.h fix(library/delayed_abstraction): fixes #1728 2017-07-05 17:10:18 -07:00
documentation.cpp fix(crash) due to calling isalpha with signed char in get_indentatnion() 2018-02-06 10:11:10 -08:00
documentation.h
elab_context.cpp feat(library): add elab_context 2018-03-05 13:11:55 -08:00
elab_context.h feat(library): add elab_context 2018-03-05 13:11:55 -08:00
eval_helper.cpp chore(*): remove unification hints 2018-04-10 16:29:04 -07:00
eval_helper.h chore(*): type_context ==> type_context_old 2018-03-05 12:38:24 -08:00
exception.cpp refactor(*): reduce exception context info from expr to pos_info 2017-02-17 13:45:57 +01:00
exception.h feat(frontends/lean/definition_cmds): when the kernel fails to type check a declaration include the fully elaborated term in the error message 2017-09-13 16:43:54 -07:00
explicit.cpp
explicit.h
export.cpp chore(*): rename expr_struct_* to expr_* 2018-04-09 12:55:48 -07:00
export.h feat(library/export): add option to only export a single declaration 2017-07-14 09:49:24 +01:00
export_decl.cpp
export_decl.h
expr_lt.cpp fix(library/expr_lt): make sure find_local_decl is not tested in the Meta case, and add /* fall-thru */ 2017-06-20 13:47:30 -07:00
expr_lt.h fix(library/tactic/simplify): fixes #1685 2017-06-20 12:27:46 -07:00
expr_pair.h
expr_pair_maps.h
expr_unsigned_map.h
fingerprint.cpp
fingerprint.h
fun_info.cpp feat(library): implement new cache API for fun_info 2018-03-05 15:46:42 -08:00
fun_info.h feat(library): implement new cache API for fun_info 2018-03-05 15:46:42 -08:00
handle.cpp fix(library/handle): handle double close 2017-04-11 16:42:17 -07:00
handle.h fix(msvc): further work on MSVC port 2018-02-06 10:11:10 -08:00
head_map.cpp
head_map.h
idx_metavar.cpp feat(library/idx_metavar): add helper function for converting metavariables occurring in an expression into temporary metavariables 2017-06-28 18:06:33 -07:00
idx_metavar.h feat(library/idx_metavar): add helper function for converting metavariables occurring in an expression into temporary metavariables 2017-06-28 18:06:33 -07:00
init_module.cpp chore(*): remove unification hints 2018-04-10 16:29:04 -07:00
init_module.h
inverse.cpp
inverse.h
io_state.cpp chore(library/io_state): avoid thread local storage 2018-02-16 12:12:50 -08:00
io_state.h chore(library/io_state): avoid thread local storage 2018-02-16 12:12:50 -08:00
io_state_stream.cpp refactor(frontends/lean/definition_cmds): make profiling threshold configurable 2017-04-23 11:22:41 -07:00
io_state_stream.h refactor(frontends/lean/definition_cmds): make profiling threshold configurable 2017-04-23 11:22:41 -07:00
kernel_serializer.cpp fix(library/kernel_serializer): fix build error 2017-07-16 16:29:30 +01:00
kernel_serializer.h
library_task_builder.cpp fix(library/library_task_builder): prevent uninitialized task results when cancelled 2017-06-30 08:32:34 +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 chore(util): remove memory_pool 2018-04-12 16:43:10 -07:00
local_context.h chore(*): type_context ==> type_context_old 2018-03-05 12:38:24 -08:00
local_instances.h feat(library/type_context): use context_cache interface 2018-02-21 15:04:20 -08:00
locals.cpp chore(*): rename expr_struct_* to expr_* 2018-04-09 12:55:48 -07:00
locals.h feat(library/init/meta/expr): add expr.has_local_in 2017-07-01 20:23:37 -07:00
max_sharing.cpp chore(kernel): remove opportunistic hash consing support 2018-04-12 16:43:10 -07:00
max_sharing.h
message_builder.cpp chore(*): type_context ==> type_context_old 2018-03-05 12:38:24 -08:00
message_builder.h feat(library/time_task): print cumulative times on --profile 2018-02-19 09:13:24 -08:00
messages.cpp feat(library/messages, frontends/lean): optional end position for messages 2017-06-15 10:47:58 -07:00
messages.h feat(library/messages, frontends/lean): optional end position for messages 2017-06-15 10:47:58 -07:00
metavar_context.cpp chore(library/metavar_context): remove m_ngen field 2018-02-23 17:43:48 -08:00
metavar_context.h chore(library/metavar_context): remove m_ngen field 2018-02-23 17:43:48 -08:00
metavar_util.h chore(library/type_context): cleanup metavar method names 2018-01-03 13:49:42 -08:00
module.cpp chore(kernel): remove opportunistic hash consing support 2018-04-12 16:43:10 -07:00
module.h fix(library): store and validate Lean version of .olean files 2018-01-23 11:14:18 -08:00
module_mgr.cpp perf(library/module_mgr): fix module_info reference cycle 2018-03-08 10:06:20 -08:00
module_mgr.h chore(library): adjust include files 2018-02-21 15:04:20 -08:00
mt_task_queue.cpp refactor(util/fresh_name): implement fresh_name using unique thread id 2018-02-23 10:35:04 -08:00
mt_task_queue.h feat(util/log_tree): annotate nodes with detail levels 2017-03-23 09:03:43 +01:00
noncomputable.cpp fix(library/noncomputable): bug at is_noncomputable 2018-04-16 14:26:37 -07:00
noncomputable.h
normalize.cpp feat(frontends/lean/builtin_cmds): use type_context to implement #reduce command 2018-01-09 16:42:52 -08:00
normalize.h
num.cpp fix(library/num): fixes #1862 2017-11-09 09:49:53 -08:00
num.h refactor(util): move mpz/mpq to util 2018-04-12 16:43:11 -07:00
parray.cpp feat(library/parray): add trace option for tracking destructive updates 2017-03-07 10:57:40 -08:00
parray.h chore(library/parray): style 2018-04-12 16:43:11 -07:00
pattern_attribute.cpp
pattern_attribute.h
persistent_context_cache.cpp chore(*): remove unification hints 2018-04-10 16:29:04 -07:00
persistent_context_cache.h chore(*): remove unification hints 2018-04-10 16:29:04 -07:00
phash_map.h feat(library/phash_map): add name_hash_map 2017-05-09 13:57:28 -07:00
phashtable.h fix(*): more gcc 7 warnings 2017-05-31 17:29:30 -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
pp_options.cpp feat(frontends/lean/pp): add option pp.annotations for debugging purposes 2018-01-30 12:48:48 -08:00
pp_options.h feat(frontends/lean/pp): add option pp.annotations for debugging purposes 2018-01-30 12:48:48 -08:00
print.cpp chore(kernel): remove opportunistic hash consing support 2018-04-12 16:43:10 -07:00
print.h
private.cpp fix(library/equations_compiler,frontends/lean): private name support and alias generation for auxialiary declarations 2017-09-11 16:46:56 -07:00
private.h fix(library/equations_compiler,frontends/lean): private name support and alias generation for auxialiary declarations 2017-09-11 16:46:56 -07:00
process.cpp fix(process): fix inherited io on windows (handles were being incorrectly closed) 2018-02-27 10:55:42 -08:00
process.h fix(process): order of parameters of process class was wrong 2018-02-27 10:55:42 -08:00
profiling.cpp refactor(frontends/lean/definition_cmds): make profiling threshold configurable 2017-04-23 11:22:41 -07:00
profiling.h refactor(frontends/lean/definition_cmds): make profiling threshold configurable 2017-04-23 11:22:41 -07:00
projection.cpp
projection.h
protected.cpp
protected.h
quote.cpp refactor(library): do not use mk_fresh_name 2018-02-21 15:04:19 -08:00
quote.h fix(library/quote): use opaque macro for elaborated expr quotations 2017-06-07 10:00:17 -07:00
reducible.cpp
reducible.h
register_module.h
relation_manager.cpp
relation_manager.h
replace_visitor.cpp chore(library): make sure replace_visitor behavior is not compiler dependent, and remove code duplication 2017-06-12 20:18:11 -07:00
replace_visitor.h chore(*): rename expr_struct_* to expr_* 2018-04-09 12:55:48 -07:00
replace_visitor_with_tc.cpp chore(*): type_context ==> type_context_old 2018-03-05 12:38:24 -08:00
replace_visitor_with_tc.h chore(*): type_context ==> type_context_old 2018-03-05 12:38:24 -08:00
scoped_ext.cpp feat(frontends/lean/{builtin_cmds,interactive}): complete namespace/section after end 2017-04-23 11:26:31 -07:00
scoped_ext.h fix(frontends/lean/{parser_config,user_notation): persisting user notations 2017-06-07 10:09:38 -07:00
sorry.cpp feat(frontends/lean/elaborator,library/sorry): suppress error message that mention synthetic sorrys 2017-05-23 11:14:30 -07:00
sorry.h feat(frontends/lean/elaborator,library/sorry): suppress error message that mention synthetic sorrys 2017-05-23 11:14:30 -07: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): unicode char literals 2017-10-27 09:48:09 -07:00
string.h fix(library/string): unicode char literals 2017-10-27 09:48:09 -07:00
time_task.cpp chore(library/time_task): style 2018-02-19 10:30:49 -08:00
time_task.h feat(library/time_task): print cumulative times on --profile 2018-02-19 09:13:24 -08:00
trace.cpp feat(frontends/lean,shell/server): "hole" command 2017-06-14 21:56:17 -07:00
trace.h feat(frontends/lean,shell/server): "hole" command 2017-06-14 21:56:17 -07:00
type_context.cpp feat(frontends/lean/elaborator,library/type_context): fine grain unifier approximation control 2018-04-24 15:09:19 -07:00
type_context.h feat(frontends/lean/elaborator,library/type_context): fine grain unifier approximation control 2018-04-24 15:09:19 -07:00
unfold_macros.cpp chore(*): type_context ==> type_context_old 2018-03-05 12:38:24 -08:00
unfold_macros.h
unique_id.cpp feat(library/tactic): add tactic_state_context_cache helper class 2018-02-21 15:04:20 -08:00
unique_id.h feat(library/tactic): add tactic_state_context_cache helper class 2018-02-21 15:04:20 -08: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 chore(library/util): don't hide commit hash for nightlies 2018-04-02 10:44:43 +02:00
util.h feat(frontends/lean/elaborator): hide opt/auto param types when elaborating structure field values 2018-02-28 12:49:22 +01:00