..
begin_end_ext.cpp
fix(frontends/lean): "show goal" localization, add "position", support "by tactic"
2015-07-28 12:48:12 -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
refactor(compiler): rename elim_rec to preprocess_rec
2015-09-11 17:12:32 -07:00
builtin_cmds.h
feat(frontends/lean): add "--info" command line option for extracting identifier/keyword information
2015-07-30 10:18:03 -07:00
builtin_exprs.cpp
fix(frontends/lean): fixes #830
2015-09-18 07:51:02 -07:00
builtin_exprs.h
feat(frontends/lean/builtin_exprs): rename 'show' hidden name to 'this'
2015-08-07 13:29:21 -07:00
builtin_tactics.cpp
feat(frontends/lean): add simp tactic frontend stub
2015-07-14 09:54:53 -04:00
builtin_tactics.h
fix(frontends/lean): missing files
2015-04-28 10:55:04 -07:00
calc.cpp
refactor(library/relation_manager): cleanup and add API for declaring a relation that may not be reflexive, symmetric nor transitive
2015-07-07 15:58:24 -07:00
calc.h
refactor(library/relation_manager): cleanup and add API for declaring a relation that may not be reflexive, symmetric nor transitive
2015-07-07 15:58:24 -07:00
calc_proof_elaborator.cpp
refactor(library/relation_manager): cleanup and add API for declaring a relation that may not be reflexive, symmetric nor transitive
2015-07-07 15:58:24 -07:00
calc_proof_elaborator.h
refactor(*): start process for eliminating of opaque definitions from the kernel
2015-05-08 16:06:04 -07:00
CMakeLists.txt
feat(CMakeLists): add shared library
2015-08-13 11:21:05 -07:00
cmd_table.h
coercion_elaborator.cpp
refactor(library/coercion): simplify coercion module API
2015-07-01 14:40:12 -07:00
coercion_elaborator.h
feat(frontends/lean): add option for disabling "coercion lifting"
2015-05-30 17:07:42 -07:00
decl_attributes.cpp
feat(frontends/lean): add '[congr]' attribute
2015-07-22 17:21:47 -07:00
decl_attributes.h
feat(frontends/lean): add '[congr]' attribute
2015-07-22 17:21:47 -07:00
decl_cmds.cpp
feat(frontends/lean/decl_cmds): closes #791
2015-08-11 17:53:33 -07:00
decl_cmds.h
feat(frontends/lean/elaborator): hide auxiliary 'match' hypothesis during elaboration
2015-05-25 15:24:56 -07:00
dependencies.cpp
feat(*): add support for separate HoTT library
2014-12-05 14:34:02 -08:00
dependencies.h
elaborator.cpp
feat(library/tactic,frontends/lean): propagate new options back to elaborator
2015-09-02 20:34:14 -07:00
elaborator.h
fix(frontends/lean/elaborator): fixes #803
2015-08-17 14:56:41 -07:00
elaborator_context.cpp
feat(library/tactic,frontends/lean): propagate new options back to elaborator
2015-09-02 20:34:14 -07:00
elaborator_context.h
feat(library/tactic,frontends/lean): propagate new options back to elaborator
2015-09-02 20:34:14 -07:00
elaborator_exception.cpp
refactor(library): add compile_equations function, generic_exception, and cleanup elaborator_exception
2014-12-15 19:22:17 -08:00
elaborator_exception.h
refactor(library): add compile_equations function, generic_exception, and cleanup elaborator_exception
2014-12-15 19:22:17 -08:00
find_cmd.cpp
refactor(*): start process for eliminating of opaque definitions from the kernel
2015-05-08 16:06:04 -07: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
refactor(kernel/inductive): use local constants to represent introduction rules
2015-08-25 03:46:28 -07:00
inductive_cmd.h
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): store line/col information at snapshots, save snapshot before 'end' scope, and before "closing" open namespaces
2015-02-04 10:40:36 -08:00
info_manager.h
chore(*): fix 'breif' typos
2015-06-08 16:54:55 -07:00
info_tactic.cpp
feat(library/tactic,frontends/lean): propagate new options back to elaborator
2015-09-02 20:34:14 -07: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): allow the user to mark subterms that should be automatically abstracted into new definitions
2015-06-12 17:49:26 -07:00
init_module.h
local_decls.h
fix(frontends/lean): fixes #652
2015-06-03 21:53:51 -07:00
local_ref_info.cpp
fix(frontends/lean/pp): fixes #634
2015-05-29 14:07:38 -07:00
local_ref_info.h
fix(frontends/lean/pp): fixes #634
2015-05-29 14:07:38 -07:00
migrate_cmd.cpp
feat(frontends/lean/migrate_cmd): ignore derived transitive instances in the migrate command
2015-06-30 14:00:41 -07:00
migrate_cmd.h
feat(frontends/lean): add 'migrate' command
2015-03-14 21:48:00 -07:00
nested_declaration.cpp
fix(frontends/lean/nested_declaration): compilation error in debug mode
2015-06-13 13:10:10 -07:00
nested_declaration.h
feat(frontends/lean): allow the user to mark subterms that should be automatically abstracted into new definitions
2015-06-12 17:49:26 -07:00
notation_cmd.cpp
fix(frontends/lean/notation_cmd): fixes #808
2015-08-31 18:05:58 -10:00
notation_cmd.h
feat(frontends/lean): add type notation for referencing hypotheses
2015-07-20 21:43:47 -07:00
obtain_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
obtain_expr.h
feat(frontends/lean): improved 'obtains' expression
2015-05-05 18:30:16 -07:00
opt_cmd.cpp
feat(frontends/lean): add "--info" command line option for extracting identifier/keyword information
2015-07-30 10:18:03 -07:00
opt_cmd.h
feat(frontends/lean): add "--info" command line option for extracting identifier/keyword information
2015-07-30 10:18:03 -07:00
parse_rewrite_tactic.cpp
feat(frontends/lean/parse_rewrite_tactic): change the semantics of rewrite[↑f] when f is recursive
2015-07-12 13:20:21 -04:00
parse_rewrite_tactic.h
feat(library/tactic/rewrite_tactic): add xrewrite and krewrite tactic variants
2015-05-27 16:32:43 -07:00
parse_simp_tactic.cpp
feat(library/simplifier): initialize simplification set.
2015-07-27 14:59:21 -07:00
parse_simp_tactic.h
feat(frontends/lean): add simp tactic frontend stub
2015-07-14 09:54:53 -04:00
parse_table.cpp
fix(frontends/lean/parse_table): do not add 'no_info' annotation in tactic expressions
2015-09-02 20:51:06 -07:00
parse_table.h
feat(frontends/lean/parse_table): add simple notion of "compatible" parsing actions
2015-08-17 08:41:30 -07:00
parse_tactic_location.cpp
feat(frontends/lean/parse_tactic_location): make rewrite notation more uniform
2015-02-06 10:31:50 -08:00
parse_tactic_location.h
feat(frontends/lean): parse tactic location (i.e., scope of application)
2015-02-04 11:51:39 -08:00
parse_with_options_tactic.cpp
feat(frontends/lean): parse 'with_options' tactical
2015-07-13 19:13:41 -04:00
parse_with_options_tactic.h
feat(frontends/lean): parse 'with_options' tactical
2015-07-13 19:13:41 -04:00
parser.cpp
feat(frontends/lean/parser): process multiple parsing actions
2015-08-17 09:42:10 -07:00
parser.h
feat(frontends/lean/parser): process multiple parsing actions
2015-08-17 09:42:10 -07: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
parser_config.cpp
feat(frontends/lean): allow user to assign priorities to notation declarations
2015-06-30 17:10:27 -07:00
parser_config.h
feat(frontends/lean): allow user to assign priorities to notation declarations
2015-06-30 17:10:27 -07:00
parser_pos_provider.cpp
parser_pos_provider.h
pp.cpp
fix(frontends/lean): ignore reserved notation for pretty printing
2015-09-30 17:36:32 -07:00
pp.h
fix(frontends/lean/pp): pretty printing 'binder'
2015-07-31 11:27:38 -07:00
register_module.cpp
register_module.h
scanner.cpp
feat(frontends/lean): add type notation for referencing hypotheses
2015-07-20 21:43:47 -07:00
scanner.h
feat(frontends/lean): add type notation for referencing hypotheses
2015-07-20 21:43:47 -07:00
server.cpp
refactor(*): clarify name_generator ownership
2015-05-21 14:32:36 -07:00
server.h
feat(shell/lean): add '--server-trace' flag, closes #264
2014-10-27 10:26:29 -07:00
structure_cmd.cpp
refactor(kernel/inductive): use local constants to represent introduction rules
2015-08-25 03:46:28 -07:00
structure_cmd.h
fix(frontends/lean/builtin_cmds): fixes #630
2015-05-26 22:19:42 -07:00
tactic_hint.cpp
feat(*): uniform metaclass names, metaclass validation at 'open' command
2015-02-11 10:35:04 -08:00
tactic_hint.h
theorem_queue.cpp
refactor(frontends/lean): add postprocess procedure and cleanup
2015-06-10 15:19:35 -07:00
theorem_queue.h
feat(frontends/lean): add 'wait' command
2015-05-08 20:05:21 -07:00
token_table.cpp
feat(compiler,frontends/lean): add #compile command for debugging purposes, add compiler module
2015-09-11 10:49:07 -07:00
token_table.h
feat(frontends/lean): parse argument of unary tactis with rbp=0, tokens may have a different precedence in expression and tactic modes
2015-04-28 13:43:05 -07:00
tokens.cpp
fix(frontends/lean): fixes #830
2015-09-18 07:51:02 -07:00
tokens.h
fix(frontends/lean): fixes #830
2015-09-18 07:51:02 -07:00
tokens.txt
fix(frontends/lean): fixes #830
2015-09-18 07:51:02 -07:00
type_util.cpp
fix(frontends/lean): pretty printing in sections with parameters
2015-04-21 22:44:09 -07:00
type_util.h
refactor(frontends/lean/type_util): move infer_implicit_params to library
2015-01-21 17:22:41 -08:00
update_environment_exception.h
feat(frontends/lean): try to add definition/theorem as axiom when it fails to be processed
2015-03-13 14:47:21 -07:00
util.cpp
fix(frontends/lean/notation_cmd): fixes #808
2015-08-31 18:05:58 -10:00
util.h
fix(frontends/lean/notation_cmd): fixes #808
2015-08-31 18:05:58 -10:00