lean2/src/library
2015-05-27 15:33:20 -07:00
..
blast feat(library/blast): add union-find datastructure 2015-05-11 16:19:51 -07:00
definitional fix(frontends/lean/builtin_cmds): fixes #630 2015-05-26 22:19:42 -07:00
error_handling feat(frontends/lean): add --profile option 2015-03-31 11:53:55 -07:00
simplifier feat(library/simplifier): add conditional equivalence detection 2015-05-21 13:55:23 -07:00
tactic refactor(library,frontends/lean): simplify the creation of custom normalizers 2015-05-27 15:33:20 -07:00
abbreviation.cpp fix(library/abbreviation): missing condition 2015-02-10 18:34:45 -08:00
abbreviation.h feat(library): add 'abbreviation' management module 2015-02-10 17:25:11 -08:00
aliases.cpp feat(frontends/lean): remove 'context' command 2015-04-22 11:32:02 -07:00
aliases.h feat(frontends/lean): allow expressions to be used to define precedence, closes #335 2014-11-29 18:29:48 -08:00
annotation.cpp fix(kernel,library): make sure macros check relevant arguments when kernel is performing full type checking 2015-05-08 12:41:23 -07:00
annotation.h feat(frontends/lean): treat "proof t qed" as alias for "by exact t" 2015-03-05 11:12:39 -08:00
app_builder.cpp feat(library/match): extend match_plugin interface 2015-02-03 18:10:38 -08:00
app_builder.h fix(library/app_builder): many bugs, add use_cache option, add tests 2015-01-29 15:30:31 -08:00
bin_app.cpp feat(library/bin_app): add simpler is_bin_app predicate 2014-05-15 13:53:11 -07:00
bin_app.h feat(library/definitional): add auxiliary functions 2014-12-03 10:28:55 -08:00
choice.cpp fix(kernel,library): make sure macros check relevant arguments when kernel is performing full type checking 2015-05-08 12:41:23 -07:00
choice.h refactor(*): explicit initialization/finalization for serialization 2014-09-22 15:26:41 -07:00
choice_iterator.cpp refactor(frontends/lean): move choice_iterator to library 2014-12-19 14:29:32 -08:00
choice_iterator.h refactor(frontends/lean): move choice_iterator to library 2014-12-19 14:29:32 -08:00
class.cpp refactor(*): clarify name_generator ownership 2015-05-21 14:32:36 -07:00
class.h fix(frontends/lean): allow 'attribute <id> [priority ...]' 2015-03-03 16:17:32 -08:00
CMakeLists.txt refactor(library): rename equivalence_manager to relation_manager 2015-05-21 12:25:02 -07:00
coercion.cpp feat(*): use environment fingerprint to detect when the cache cannot be used because the configuration changed, closes #75 2014-09-29 18:30:00 -07:00
coercion.h refactor(*): explicit initialization/finalization for environment extensions 2014-09-22 17:30:29 -07:00
constants.cpp feat(frontends/lean,library/tactic/induction_tactic): improve induction tactic notation, expand induction tactic implementation 2015-05-18 09:25:07 -07:00
constants.h feat(frontends/lean,library/tactic/induction_tactic): improve induction tactic notation, expand induction tactic implementation 2015-05-18 09:25:07 -07:00
constants.txt feat(frontends/lean,library/tactic/induction_tactic): improve induction tactic notation, expand induction tactic implementation 2015-05-18 09:25:07 -07:00
declaration_index.cpp feat(library/declaration_index): add 'a|abbreviation-name|declaration-name' entries in .ilean files 2014-09-04 09:30:25 -07:00
declaration_index.h feat(library/declaration_index): add 'a|abbreviation-name|declaration-name' entries in .ilean files 2014-09-04 09:30:25 -07:00
deep_copy.cpp chore(kernel/replace_fn): add syntax sugar for replace function 2014-07-19 12:53:37 +01:00
deep_copy.h refactor(kernel): move shallow copy function to library 2014-05-17 11:20:24 -07:00
definition_cache.cpp feat(*): use environment fingerprint to detect when the cache cannot be used because the configuration changed, closes #75 2014-09-29 18:30:00 -07:00
definition_cache.h feat(*): use environment fingerprint to detect when the cache cannot be used because the configuration changed, closes #75 2014-09-29 18:30:00 -07:00
explicit.cpp fix(frontends/lean/elaborator): incorrect type information being reports in lean-mode, fixes #241 2014-10-10 15:41:55 -07:00
explicit.h fix(frontends/lean/elaborator): incorrect type information being reports in lean-mode, fixes #241 2014-10-10 15:41:55 -07:00
export.cpp fix(library/export): remove workaround from 'export' procedure 2015-05-06 14:00:57 -07:00
export.h feat(library): export environment in textual format 2015-05-04 18:05:00 -07:00
expr_lt.cpp feat(library/expr_lt): add expression comparison operator that ignores treat level parameters as wildcards 2015-02-10 18:20:10 -08:00
expr_lt.h feat(library/expr_lt): add expression comparison operator that ignores treat level parameters as wildcards 2015-02-10 18:20:10 -08:00
expr_pair.h chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00
expr_pair_maps.h refactor(*): uses aliases for unordered_map and unordered_set 2013-12-18 12:30:45 -08:00
fingerprint.cpp feat(library): add environment fingerprint 2014-09-29 18:30:00 -07:00
fingerprint.h feat(library): add environment fingerprint 2014-09-29 18:30:00 -07:00
flycheck.cpp feat(frontends/lean): display eval/check/find_decl results using flycheck 2014-11-24 08:35:49 -08:00
flycheck.h fix(library/flycheck): crash when io_state_stream is destroyed before flycheck_scope 2014-12-02 12:11:20 -08:00
generic_exception.cpp refactor(library): add compile_equations function, generic_exception, and cleanup elaborator_exception 2014-12-15 19:22:17 -08:00
generic_exception.h feat(*): distinguish between logical and runtime exceptions. 2015-01-15 16:54:55 -08:00
head_map.cpp fix(frontends/lean): pretty print numeral notation from algebra 2015-03-13 18:58:34 -07:00
head_map.h chore(util/list): add inline functions for commonly used patterns in list processing code 2014-08-03 13:51:38 -07:00
hott_kernel.cpp feat(kernel/hits): add two builtin HITs: type_quotient and trunc 2015-04-23 15:32:31 -07:00
hott_kernel.h feat(*): add support for separate HoTT library 2014-12-05 14:34:02 -08:00
inductive_unifier_plugin.cpp feat(library/inductive_unifier_plugin): restrict rule that was generating non-terminating behavior 2015-05-27 14:41:12 -07:00
inductive_unifier_plugin.h refactor(library/unifier): move inductive datatype support to inductive_unifier_plugin 2014-07-05 11:00:35 -07:00
init_module.cpp refactor(library): rename equivalence_manager to relation_manager 2015-05-21 12:25:02 -07:00
init_module.h refactor(*): start move to explicit initialization/finalization, 2014-09-22 10:41:07 -07:00
io_state.cpp refactor(library): explicit initialization/finalization 2014-09-23 10:45:14 -07:00
io_state.h refactor(library): explicit initialization/finalization 2014-09-23 10:45:14 -07:00
io_state_stream.cpp refactor(library): add compile_equations function, generic_exception, and cleanup elaborator_exception 2014-12-15 19:22:17 -08:00
io_state_stream.h refactor(library): add compile_equations function, generic_exception, and cleanup elaborator_exception 2014-12-15 19:22:17 -08:00
kernel_bindings.cpp refactor(*): clarify name_generator ownership 2015-05-21 14:32:36 -07:00
kernel_bindings.h refactor(library): explicit initialization/finalization 2014-09-23 10:45:14 -07:00
kernel_serializer.cpp feat(kernel): transparent theorems 2015-05-09 11:42:29 -07:00
kernel_serializer.h refactor(*): start process for eliminating of opaque definitions from the kernel 2015-05-08 16:06:04 -07:00
let.cpp fix(kernel,library): make sure macros check relevant arguments when kernel is performing full type checking 2015-05-08 12:41:23 -07:00
let.h refactor(*): explicit initialization/finalization for serialization 2014-09-22 15:26:41 -07:00
level_names.cpp refactor(kernel): rename var_decl to constant_assumption 2014-10-02 17:55:34 -07:00
level_names.h chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00
local_context.cpp refactor(frontends/lean): move local_context to library 2014-12-10 12:43:32 -08:00
local_context.h refactor(frontends/lean): move local_context to library 2014-12-10 12:43:32 -08:00
locals.cpp feat(library): add helper function 2015-05-18 09:16:07 -07:00
locals.h feat(library): add helper function 2015-05-18 09:16:07 -07:00
match.cpp fix(library/match): bug in higher-order matcher 2015-05-14 18:27:10 -07:00
match.h feat(library/match): extend match_plugin interface 2015-02-03 18:10:38 -08:00
max_sharing.cpp feat(library/max_sharing): maximize sharing in universe level expressions 2015-05-06 14:26:12 -07:00
max_sharing.h refactor(kernel): move max_sharing to library 2014-05-17 11:15:08 -07:00
metavar_closure.cpp refactor(*): start process for eliminating of opaque definitions from the kernel 2015-05-08 16:06:04 -07:00
metavar_closure.h refactor(*): start process for eliminating of opaque definitions from the kernel 2015-05-08 16:06:04 -07:00
module.cpp feat(frontends/lean): add 'wait' command 2015-05-08 20:05:21 -07:00
module.h feat(frontends/lean): add 'wait' command 2015-05-08 20:05:21 -07:00
normalize.cpp feat(frontends/lean/builtin_cmds): do not unfold proofs in the eval command 2015-05-20 19:14:57 -07:00
normalize.h feat(frontends/lean/builtin_cmds): do not unfold proofs in the eval command 2015-05-20 19:14:57 -07:00
num.cpp refactor(*): add file constants.txt with all constants used by the Lean binary 2015-01-23 16:50:32 -08:00
num.h refactor(library): explicit initialization/finalization 2014-09-23 10:45:14 -07:00
occurs.cpp refactor(kernel): move files that don't need to be in the kernel 2014-04-25 18:30:40 -07:00
occurs.h refactor(kernel): move files that don't need to be in the kernel 2014-04-25 18:30:40 -07:00
parser_nested_exception.h feat(*): distinguish between logical and runtime exceptions. 2015-01-15 16:54:55 -08:00
placeholder.cpp refactor(*): remove dependency to thread_local C++11 keyword, the 2014-09-24 12:51:04 -07:00
placeholder.h refactor(library): explicit initialization/finalization 2014-09-23 10:45:14 -07:00
pp_options.cpp fix(frontends/lean/pp): print notation produces incorrect output 2015-05-19 09:57:13 -07:00
pp_options.h fix(frontends/lean/pp): print notation produces incorrect output 2015-05-19 09:57:13 -07:00
print.cpp fix(library/print): typo in is_used_name 2015-01-25 08:58:08 -08:00
print.h refactor(library): explicit initialization/finalization 2014-09-23 10:45:14 -07:00
private.cpp feat(frontends/lean): add 'wait' command 2015-05-08 20:05:21 -07:00
private.h refactor(*): explicit initialization/finalization for environment extensions 2014-09-22 17:30:29 -07:00
projection.cpp fix(frontends/lean/builtin_cmds): fixes #630 2015-05-26 22:19:42 -07:00
projection.h fix(frontends/lean/builtin_cmds): fixes #630 2015-05-26 22:19:42 -07:00
protected.cpp fix(frontends/lean): consistent behavior for protected declarations 2015-05-18 22:35:18 -07:00
protected.h fix(frontends/lean): consistent behavior for protected declarations 2015-05-18 22:35:18 -07:00
reducible.cpp refactor(library,frontends/lean): simplify the creation of custom normalizers 2015-05-27 15:33:20 -07:00
reducible.h refactor(library,frontends/lean): simplify the creation of custom normalizers 2015-05-27 15:33:20 -07:00
register_module.h feat(library/app_builder): expose app_builder API in Lua 2015-01-29 11:38:56 -08:00
relation_manager.cpp feat(library/relation_manager): add auxiliary functions 2015-05-27 12:07:06 -07:00
relation_manager.h feat(library/relation_manager): add auxiliary functions 2015-05-27 12:07:06 -07:00
replace_visitor.cpp refactor(kernel): replace_visitor doesn't need to be in the kernel anymore 2014-10-17 10:23:35 -07:00
replace_visitor.h refactor(kernel): replace_visitor doesn't need to be in the kernel anymore 2014-10-17 10:23:35 -07:00
resolve_macro.cpp fix(kernel,library): make sure macros check relevant arguments when kernel is performing full type checking 2015-05-08 12:41:23 -07:00
resolve_macro.h refactor(*): explicit initialization/finalization for serialization 2014-09-22 15:26:41 -07:00
scoped_ext.cpp feat(frontends/lean): add 'wait' command 2015-05-08 20:05:21 -07:00
scoped_ext.h feat(frontends/lean): add 'wait' command 2015-05-08 20:05:21 -07:00
shared_environment.cpp chore(*): replace unique_lock with lock_guard when we do not need to use conditional variables 2014-06-07 20:55:25 -07:00
shared_environment.h perf(library/shared_environment): replace shared_mutex with simple mutex, the shared_mutex is just overhead and impacts negatively on performance tests 2014-05-27 08:34:44 -07:00
sorry.cpp refactor(kernel): rename var_decl to constant_assumption 2014-10-02 17:55:34 -07:00
sorry.h feat(frontends/lean): allow 'sorry' implicit argument to access the whole context, and avoid cryptic error message 2014-09-30 18:04:04 -07:00
standard_kernel.cpp feat(kernel): add experimental support for quotient types 2015-03-31 22:04:16 -07:00
standard_kernel.h refactor(kernel): move standard and hott kernel instantiations to library 2014-07-05 10:31:27 -07:00
string.cpp fix(kernel,library): make sure macros check relevant arguments when kernel is performing full type checking 2015-05-08 12:41:23 -07:00
string.h refactor(*): explicit initialization/finalization for serialization 2014-09-22 15:26:41 -07:00
type_util.cpp refactor(library): add type_util module, and move get_expect_num_args to it 2014-09-03 08:40:03 -07:00
type_util.h refactor(library): add type_util module, and move get_expect_num_args to it 2014-09-03 08:40:03 -07:00
typed_expr.cpp fix(kernel,library): make sure macros check relevant arguments when kernel is performing full type checking 2015-05-08 12:41:23 -07:00
typed_expr.h refactor(*): explicit initialization/finalization for serialization 2014-09-22 15:26:41 -07:00
unfold_macros.cpp feat(kernel): transparent theorems 2015-05-09 11:42:29 -07:00
unfold_macros.h feat(library): export environment in textual format 2015-05-04 18:05:00 -07:00
unifier.cpp refactor(*): clarify name_generator ownership 2015-05-21 14:32:36 -07:00
unifier.h refactor(*): clarify name_generator ownership 2015-05-21 14:32:36 -07:00
unifier_plugin.cpp refactor(*): clarify name_generator ownership 2015-05-21 14:32:36 -07:00
unifier_plugin.h refactor(*): clarify name_generator ownership 2015-05-21 14:32:36 -07:00
unsolved_metavar_exception.h feat(*): distinguish between logical and runtime exceptions. 2015-01-15 16:54:55 -08:00
update_declaration.cpp feat(kernel): transparent theorems 2015-05-09 11:42:29 -07:00
update_declaration.h feat(library): add helper functions for 'updating' declarations 2014-06-02 15:13:38 -07:00
user_recursors.cpp fix(library/tactic/induction_tactic): fixes #619 2015-05-21 18:22:07 -07:00
user_recursors.h fix(library/tactic/induction_tactic): fixes #619 2015-05-21 18:22:07 -07:00
util.cpp refactor(library,frontends/lean): simplify the creation of custom normalizers 2015-05-27 15:33:20 -07:00
util.h refactor(library,frontends/lean): simplify the creation of custom normalizers 2015-05-27 15:33:20 -07:00