lean2/src/frontends/lean
2014-10-14 18:19:34 -07:00
..
begin_end_ext.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
begin_end_ext.h refactor(*): explicit initialization/finalization for environment extensions 2014-09-22 17:30:29 -07:00
builtin_cmds.cpp feat(frontends/lean): do not allow coercion definition in sections 2014-10-11 18:41:17 -07:00
builtin_cmds.h refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
builtin_exprs.cpp refactor(library/tactic): elaborate expressions nested in tactics with respect to current goal, save postponed constraints (e.g., flex-flex constraints) closes #44, fixes #70 2014-10-14 17:18:40 -07:00
builtin_exprs.h refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
builtin_tactics.cpp feat(library/tactic): add 'rename' hypothesis tactic 2014-10-14 18:19:34 -07:00
builtin_tactics.h refactor(library/tactic): elaborate expressions nested in tactics with respect to current goal, save postponed constraints (e.g., flex-flex constraints) closes #44, fixes #70 2014-10-14 17:18:40 -07:00
calc.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
calc.h refactor(*): explicit initialization/finalization for environment extensions 2014-09-22 17:30:29 -07:00
choice_iterator.cpp refactor(frontends/lean/elaborator): rename choice_elaborator to choice_iterator and move to separate module 2014-09-10 11:20:16 -07:00
choice_iterator.h refactor(frontends/lean/elaborator): rename choice_elaborator to choice_iterator and move to separate module 2014-09-10 11:20:16 -07:00
class.cpp feat(frontends/lean): force 'classes' to be declared before instances are declared, closes #228 2014-10-07 18:02:15 -07:00
class.h feat(frontends/lean/builtin_cmds): add 'print classes' command 2014-10-07 17:30:57 -07:00
CMakeLists.txt refactor(library/tactic): elaborate expressions nested in tactics with respect to current goal, save postponed constraints (e.g., flex-flex constraints) closes #44, fixes #70 2014-10-14 17:18:40 -07:00
cmd_table.h refactor(*): use name_map 2014-09-28 10:23:11 -07:00
coercion_elaborator.cpp refactor(frontends/lean/coercion_elaborator): simplify 2014-09-25 08:48:31 -07:00
coercion_elaborator.h refactor(frontends/lean/elaborator): expose elaborator class 2014-10-03 16:10:36 -07:00
decl_cmds.cpp feat(frontends/lean): add option '-X': discard all proofs after theorems are checked 2014-10-13 10:05:38 -07:00
decl_cmds.h refactor(frontends/lean): minor code reorg 2014-07-14 03:47:49 +01:00
dependencies.cpp feat(frontends/lean/dependencies): send all missing files to standard error, closes #111 2014-08-29 13:20:25 -07:00
dependencies.h feat(frontends/lean/dependencies): send all missing files to standard error, closes #111 2014-08-29 13:20:25 -07:00
elaborator.cpp fix(frontends/lean/elaborator): perform translation using "user-level" names 2014-10-14 17:53:24 -07:00
elaborator.h refactor(library/tactic): elaborate expressions nested in tactics with respect to current goal, save postponed constraints (e.g., flex-flex constraints) closes #44, fixes #70 2014-10-14 17:18:40 -07:00
elaborator_context.cpp refactor(frontends/lean/elaborator): expose elaborator class 2014-10-03 16:10:36 -07:00
elaborator_context.h refactor(frontends/lean/elaborator): expose elaborator class 2014-10-03 16:10:36 -07:00
extra_info.cpp refactor(*): explicit initialization/finalization for serialization 2014-09-22 15:26:41 -07:00
extra_info.h refactor(*): explicit initialization/finalization for serialization 2014-09-22 15:26:41 -07:00
inductive_cmd.cpp feat(frontends/lean/inductive_cmd): don't force user to repeat argument declarations in every datatype in a mutually recursive datatype declaration 2014-10-13 20:53:09 -07:00
inductive_cmd.h refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
info_manager.cpp fix(frontends/lean/info_manager): crash when accessing INFO in the end of the file 2014-09-29 16:44:55 -07:00
info_manager.h refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
init_module.cpp refactor(library/tactic): elaborate expressions nested in tactics with respect to current goal, save postponed constraints (e.g., flex-flex constraints) closes #44, fixes #70 2014-10-14 17:18:40 -07:00
init_module.h refactor(*): start move to explicit initialization/finalization, 2014-09-22 10:41:07 -07:00
local_context.cpp refactor(local_context): local_context::scope auxiliary object is not 2014-09-25 09:59:27 -07:00
local_context.h refactor(local_context): local_context::scope auxiliary object is not 2014-09-25 09:59:27 -07:00
local_decls.h fix(frontends/lean/parser): segfault when ending scope without opening, fixes #244 2014-10-13 21:08:36 -07:00
no_info.cpp refactor(*): explicit initialization/finalization for serialization 2014-09-22 15:26:41 -07:00
no_info.h refactor(*): explicit initialization/finalization for serialization 2014-09-22 15:26:41 -07:00
notation_cmd.cpp feat(frontends/lean): allow parameters only in contexts 2014-10-11 17:13:56 -07:00
notation_cmd.h feat(frontends/lean/notation_cmd): remove the cleanup notation hack 2014-10-11 16:40:26 -07:00
parse_table.cpp feat(frontends/lean): allow user to associate priorities to class-instances, closes #180 2014-09-28 12:20:42 -07:00
parse_table.h refactor(frontends/lean/parser_config): merge notation_ext and mpz_notation_ext 2014-10-03 13:55:57 -07:00
parser.cpp fix(frontends/lean/parser): segfault when ending scope without opening, fixes #244 2014-10-13 21:08:36 -07:00
parser.h refactor(frontends/lean/parser): add missing 'const' 2014-10-13 13:07:42 -07:00
parser_bindings.cpp fix(frontends/lean): missing type information for INFO, fixes #218 2014-10-01 14:29:07 -07:00
parser_bindings.h refactor(frontends/lean/parser): move parser Lua bindings to a separate file 2014-06-30 17:00:10 -07:00
parser_config.cpp refactor(frontends/lean/parser_config): merge notation_ext and mpz_notation_ext 2014-10-03 13:55:57 -07:00
parser_config.h refactor(frontends/lean/parser_config): merge notation_ext and mpz_notation_ext 2014-10-03 13:55:57 -07:00
parser_pos_provider.cpp refactor(frontends/lean/elaborator): add elaborator_env class 2014-08-12 18:43:56 -07:00
parser_pos_provider.h refactor(frontends/lean/elaborator): add elaborator_env class 2014-08-12 18:43:56 -07:00
placeholder_elaborator.cpp refactor(library/unifier): allow general 'unify' procedure to take an initial substitution as argument 2014-10-07 17:30:57 -07:00
placeholder_elaborator.h perf(frontends/lean/placeholder_elaborator): reuse local_context, this 2014-09-25 10:11:41 -07:00
pp.cpp feat(frontends/lean): add '[]' notation for marking arguments where class-instance resolution should be applied 2014-10-12 13:06:00 -07:00
pp.h fix(frontends/lean/pp): pp was not taking into account new namespace name resolution rules, fixes #216 2014-10-01 11:24:45 -07:00
pp_options.cpp feat(frontends/lean/elaborator): more strict test for bad universe solution 2014-10-02 14:29:51 -07:00
pp_options.h feat(frontends/lean/elaborator): more strict test for bad universe solution 2014-10-02 14:29:51 -07:00
proof_qed_elaborator.cpp refactor(library/tactic): elaborate expressions nested in tactics with respect to current goal, save postponed constraints (e.g., flex-flex constraints) closes #44, fixes #70 2014-10-14 17:18:40 -07:00
proof_qed_elaborator.h fix(frontends/lean/proof_qed_elaborator): information about synthesized variables in a proof-qed block was being lost 2014-10-04 09:15:42 -07:00
register_module.cpp refactor(frontends/lean/parser): move parser Lua bindings to a separate file 2014-06-30 17:00:10 -07:00
register_module.h refactor(frontends/lean): remove dead code 2014-05-15 15:51:41 -07:00
scanner.cpp refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
scanner.h refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
server.cpp feat(frontends/lean): add '[]' notation for marking arguments where class-instance resolution should be applied 2014-10-12 13:06:00 -07:00
server.h feat(frontends/lean): check modification time of imported files 2014-09-29 15:17:27 -07:00
structure_cmd.cpp feat(frontends/lean): allow parameters only in contexts 2014-10-11 17:13:56 -07:00
structure_cmd.h refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
tactic_hint.cpp refactor(frontends/lean/tactic_hint): simplify tactic_hints 2014-10-07 11:34:58 -07:00
tactic_hint.h refactor(frontends/lean/tactic_hint): simplify tactic_hints 2014-10-07 11:34:58 -07:00
theorem_queue.cpp feat(frontends/lean): add option --cache 2014-08-10 11:04:16 -07:00
theorem_queue.h refactor(frontends/lean): create theorem_queue class 2014-07-26 15:00:51 -07:00
token_table.cpp feat(library/tactic): add 'rename' hypothesis tactic 2014-10-14 18:19:34 -07:00
token_table.h refactor(frontends/lean): explicit initialization/finalization 2014-09-23 10:00:36 -07:00
tokens.cpp refactor(library/tactic): elaborate expressions nested in tactics with respect to current goal, save postponed constraints (e.g., flex-flex constraints) closes #44, fixes #70 2014-10-14 17:18:40 -07:00
tokens.h refactor(library/tactic): elaborate expressions nested in tactics with respect to current goal, save postponed constraints (e.g., flex-flex constraints) closes #44, fixes #70 2014-10-14 17:18:40 -07:00
util.cpp refactor(library/tactic): elaborate expressions nested in tactics with respect to current goal, save postponed constraints (e.g., flex-flex constraints) closes #44, fixes #70 2014-10-14 17:18:40 -07:00
util.h feat(frontends/lean): allow parameters only in contexts 2014-10-11 17:13:56 -07:00