.. |
begin_end_ext.cpp
|
feat(frontends/lean): modify begin-end semantics, closes #258
|
2014-10-28 22:15:38 -07:00 |
begin_end_ext.h
|
feat(frontends/lean): modify begin-end semantics, closes #258
|
2014-10-28 22:15:38 -07:00 |
builtin_cmds.cpp
|
feat(frontends/lean/builtin_cmds): display 'print' command output as flycheck information
|
2014-11-29 13:31:42 -08:00 |
builtin_cmds.h
|
refactor(frontends/lean): explicit initialization/finalization
|
2014-09-23 10:00:36 -07:00 |
builtin_exprs.cpp
|
feat(frontends/lean): allow user to associate precedence to binders, closes #323
|
2014-11-23 17:30:46 -08:00 |
builtin_exprs.h
|
refactor(frontends/lean): explicit initialization/finalization
|
2014-09-23 10:00:36 -07:00 |
calc.cpp
|
fix(frontends/lean/calc): add expected type for single-step calc expressions, fixes #357
|
2014-11-29 15:35:09 -08:00 |
calc.h
|
feat(frontends/lean/calc): expose get_calc_subst_info and get_calc_refl_info APIs
|
2014-10-30 23:56:38 -07:00 |
calc_proof_elaborator.cpp
|
fix(frontends/lean/calc_proof_elaborator): bug when inserting symmetry proofs for heq, fixes #286
|
2014-11-01 07:30:04 -07:00 |
calc_proof_elaborator.h
|
feat(frontends/lean/calc_proof_elaborator): when 'elaborator.calc_assistant' is on, generate same info that is generated if ! was used
|
2014-10-31 09:49:45 -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
|
refactor(library): use "symbolic" precedences in the standard library
|
2014-11-29 19:08:37 -08:00 |
class.h
|
feat(frontends/lean/builtin_cmds): add 'print classes' command
|
2014-10-07 17:30:57 -07:00 |
CMakeLists.txt
|
feat(frontends/lean): add 'find_decl' command
|
2014-11-23 23:00:59 -08: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): allow user to associate precedence to binders, closes #323
|
2014-11-23 17:30:46 -08:00 |
decl_cmds.h
|
refactor(frontends/lean): minor code reorg
|
2014-07-14 03:47:49 +01:00 |
dependencies.cpp
|
feat(frontends/lean): add 'prelude' command, and init directory
|
2014-11-30 17:03:08 -08: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): do not display flycheck related messages when --flycheck is not on
|
2014-11-28 21:20:25 -08:00 |
elaborator.h
|
feat(library/tactic): 'exact' tactic report unsolved placeholders in nested expression
|
2014-11-28 14:59:35 -08:00 |
elaborator_context.cpp
|
feat(frontends/lean): add option 'elaborator.flycheck_goals'
|
2014-11-28 16:34:02 -08:00 |
elaborator_context.h
|
feat(frontends/lean): add option 'elaborator.flycheck_goals'
|
2014-11-28 16:34:02 -08:00 |
elaborator_exception.cpp
|
feat(frontends/lean/placeholder_elaborator): better error message for ambiguous class-instance resolution
|
2014-10-30 14:44:58 -07:00 |
elaborator_exception.h
|
feat(frontends/lean/placeholder_elaborator): better error message for ambiguous class-instance resolution
|
2014-10-30 14:44:58 -07:00 |
find_cmd.cpp
|
fix(frontends/lean): disable class-instance resolution when executing find_decl, fixes #343
|
2014-11-24 21:33:52 -08:00 |
find_cmd.h
|
feat(frontends/lean/find_cmd): add options for controlling find_decl
|
2014-11-24 00:16:10 -08:00 |
inductive_cmd.cpp
|
feat(frontends/lean): allow user to associate precedence to binders, closes #323
|
2014-11-23 17:30:46 -08:00 |
inductive_cmd.h
|
refactor(frontends/lean): explicit initialization/finalization
|
2014-09-23 10:00:36 -07:00 |
info_annotation.cpp
|
fix(frontends/lean): type information for "atomic" notation declaration, fixes #292
|
2014-11-04 18:01:20 -08:00 |
info_annotation.h
|
fix(frontends/lean): type information for "atomic" notation declaration, fixes #292
|
2014-11-04 18:01:20 -08:00 |
info_manager.cpp
|
fix(frontends/lean/info_manager): std::set insert is a noop if set already contains an equivalent element
|
2014-10-30 10:35:45 -07:00 |
info_manager.h
|
feat(frontends/lean): only valid proof states should be displayed, closes #275
|
2014-10-29 17:29:40 -07:00 |
info_tactic.cpp
|
feat(library/tactic): 'exact' tactic report unsolved placeholders in nested expression
|
2014-11-28 14:59:35 -08:00 |
info_tactic.h
|
feat(frontends/lean): automatically add 'info' tactic in begin-end blocks
|
2014-10-23 13:30:04 -07:00 |
init_module.cpp
|
feat(frontends/lean/find_cmd): add options for controlling find_decl
|
2014-11-24 00:16:10 -08:00 |
init_module.h
|
refactor(*): start move to explicit initialization/finalization,
|
2014-09-22 10:41:07 -07:00 |
local_context.cpp
|
feat(frontends/lean/placeholder_elaborator): apply substitution before collecting local instances, closes #333
|
2014-11-23 17:30:46 -08:00 |
local_context.h
|
feat(frontends/lean/placeholder_elaborator): apply substitution before collecting local instances, closes #333
|
2014-11-23 17:30:46 -08:00 |
local_decls.h
|
fix(frontends/lean/parser): segfault when ending scope without opening, fixes #244
|
2014-10-13 21:08:36 -07:00 |
notation_cmd.cpp
|
refactor(library): use "symbolic" precedences in the standard library
|
2014-11-29 19:08:37 -08: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 precedence to binders, closes #323
|
2014-11-23 17:30:46 -08:00 |
parse_table.h
|
feat(frontends/lean): allow user to associate precedence to binders, closes #323
|
2014-11-23 17:30:46 -08:00 |
parser.cpp
|
feat(frontends/lean): add 'prelude' command, and init directory
|
2014-11-30 17:03:08 -08:00 |
parser.h
|
fix(frontends/lean): disable class-instance resolution when executing find_decl, fixes #343
|
2014-11-24 21:33:52 -08:00 |
parser_bindings.cpp
|
feat(frontends/lean): allow user to associate precedence to binders, closes #323
|
2014-11-23 17:30:46 -08: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
|
fix(frontends/lean/parser_config): binder(s) rbp was not being saved in .olean file
|
2014-11-23 17:49:14 -08:00 |
parser_config.h
|
feat(frontends/lean): add '[local]' notation, closes #322
|
2014-11-16 21:15:04 -08: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
|
feat(frontends/lean/placeholder_elaborator): apply substitution before collecting local instances, closes #333
|
2014-11-23 17:30:46 -08:00 |
placeholder_elaborator.h
|
feat(frontends/lean): add elaborator.trace_instances option
|
2014-11-09 11:24:19 -08:00 |
pp.cpp
|
feat(frontends/lean): add option 'pp.purify_locals'
|
2014-11-28 14:49:00 -08:00 |
pp.h
|
feat(frontends/lean): add option 'pp.purify_locals'
|
2014-11-28 14:49:00 -08:00 |
pp_options.cpp
|
feat(frontends/lean): add option 'pp.purify_locals'
|
2014-11-28 14:49:00 -08:00 |
pp_options.h
|
feat(frontends/lean): add option 'pp.purify_locals'
|
2014-11-28 14:49:00 -08: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
|
feat(frontends/lean/scanner): disallow hierarchical names such as 'x.1'
|
2014-11-09 12:55:13 -08:00 |
scanner.h
|
refactor(frontends/lean): explicit initialization/finalization
|
2014-09-23 10:00:36 -07:00 |
server.cpp
|
feat(frontends/lean): add 'find_decl' command
|
2014-11-23 23:00:59 -08:00 |
server.h
|
feat(shell/lean): add '--server-trace' flag, closes #264
|
2014-10-27 10:26:29 -07:00 |
structure_cmd.cpp
|
feat(frontends/lean): allow user to associate precedence to binders, closes #323
|
2014-11-23 17:30:46 -08:00 |
structure_cmd.h
|
feat(frontends/lean): add 'print fields' command
|
2014-11-05 14:06:54 -08: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(frontends/lean): add 'prelude' command, and init directory
|
2014-11-30 17:03:08 -08:00 |
token_table.h
|
feat(frontends/lean): change default precedence to 1
|
2014-10-20 18:40:55 -07:00 |
tokens.cpp
|
feat(frontends/lean): add 'prelude' command, and init directory
|
2014-11-30 17:03:08 -08:00 |
tokens.h
|
feat(frontends/lean): add 'prelude' command, and init directory
|
2014-11-30 17:03:08 -08:00 |
type_util.cpp
|
feat(frontends/lean/structure_cmd): add structure_cmd core
|
2014-11-03 14:14:40 -08:00 |
type_util.h
|
feat(frontends/lean/structure_cmd): add structure_cmd core
|
2014-11-03 14:14:40 -08:00 |
util.cpp
|
refactor(library): use "symbolic" precedences in the standard library
|
2014-11-29 19:08:37 -08:00 |
util.h
|
refactor(library): use "symbolic" precedences in the standard library
|
2014-11-29 19:08:37 -08:00 |