| .. |
|
brackets.cpp
|
fix(frontends/lean): error localization bugs
|
2016-10-15 13:40:57 -07:00 |
|
brackets.h
|
feat(frontends/lean): add basic notation for collections
|
2016-09-21 16:20:57 -07:00 |
|
builtin_cmds.cpp
|
fix(frontends/lean/builtin_cmds): do not complete after namespace
|
2017-01-10 14:42:48 -08:00 |
|
builtin_cmds.h
|
refactor(*): structured message objects
|
2016-10-13 18:49:10 -07:00 |
|
builtin_exprs.cpp
|
fix(frontends/lean): begin...end block scope
|
2017-01-03 21:01:14 -08:00 |
|
builtin_exprs.h
|
feat(frontends/lean/elaborator): save info on field of field expression
|
2016-12-18 23:48:50 -08:00 |
|
calc.cpp
|
refactor(kernel): reduce number of configurations supported in the kernel
|
2016-09-27 17:07:01 -07:00 |
|
calc.h
|
|
|
|
CMakeLists.txt
|
refactor(frontends/lean/elaborator): move tactic executation code to tactic_evaluator
|
2017-01-04 08:42:59 -08:00 |
|
cmd_table.h
|
refactor(frontends/decl_cmds): simplify definition parsing logic
|
2016-08-08 12:44:37 -07:00 |
|
decl_attributes.cpp
|
feat(frontends/lean): rework and simplify completion parsing, enabling completion of empty prefixes
|
2017-01-10 12:25:33 +01:00 |
|
decl_attributes.h
|
fix(frontends/lean/structure_cmd): make sure structure_cmd takes the option default_priority into account
|
2016-10-01 13:47:19 -07:00 |
|
decl_cmds.cpp
|
feat(kernel/declaration,*): all theorems are delayed, and are revealed on delta-reduction
|
2016-11-29 11:12:43 -08:00 |
|
decl_cmds.h
|
chore(frontends/lean): delete old definition command
|
2016-09-19 16:50:25 -07:00 |
|
decl_util.cpp
|
chore(frontends/lean, library): cleanup anonymous instance management
|
2017-01-06 14:37:44 -08:00 |
|
decl_util.h
|
fix(frontends/lean): error localization bugs
|
2016-10-15 13:40:57 -07:00 |
|
definition_cmds.cpp
|
fix(frontends/lean/definition_cmds): fix #1299
|
2017-01-10 14:38:46 -08:00 |
|
definition_cmds.h
|
feat(*): parallel compilation
|
2016-11-29 11:12:40 -08:00 |
|
dependencies.cpp
|
|
|
|
dependencies.h
|
|
|
|
elaborator.cpp
|
feat(frontends/lean/elaborator): catch exception at is_def_eq
|
2017-01-06 08:16:51 -08:00 |
|
elaborator.h
|
feat(frontends/lean/elaborator): add extra coercion resolution rule for monads
|
2016-12-31 13:50:15 -08:00 |
|
elaborator_exception.cpp
|
feat(frontends/lean/elaborator): improve error messages for eliminators
|
2016-09-29 11:29:59 -07:00 |
|
elaborator_exception.h
|
feat(frontends/lean/elaborator): more detailed error message for a^.f notation
|
2016-10-18 16:22:05 -07:00 |
|
inductive_cmds.cpp
|
feat(*): parallel compilation
|
2016-11-29 11:12:40 -08:00 |
|
inductive_cmds.h
|
feat(frontends/lean): force user to use meta keyword on meta inductive/structure/class
|
2016-09-29 17:56:35 -07:00 |
|
info_manager.cpp
|
feat(shell/completion,emacs/lean-company): provide doc string and location with completion candidate
|
2017-01-10 16:19:32 +01:00 |
|
info_manager.h
|
chore(CMakeLists): rename misleading LEAN_SERVER option
|
2017-01-05 18:08:59 -08:00 |
|
init_module.cpp
|
refactor(library/aliases,frontends/lean/local_ref_info): merge aliases and local_ref_info modules
|
2016-12-15 13:24:30 -08:00 |
|
init_module.h
|
|
|
|
json.cpp
|
feat(shell/completion,emacs/lean-company): provide doc string and location with completion candidate
|
2017-01-10 16:19:32 +01:00 |
|
json.h
|
feat(shell/completion,emacs/lean-company): provide doc string and location with completion candidate
|
2017-01-10 16:19:32 +01:00 |
|
local_context_adapter.cpp
|
feat(frontends/lean): parse mutual_definition
|
2016-08-11 13:47:52 -07:00 |
|
local_context_adapter.h
|
refactor(frontends/lean): move local_context_adapter to separate folder
|
2016-08-10 07:52:38 -07:00 |
|
local_decls.h
|
|
|
|
local_level_decls.h
|
fix(frontends/lean/builtin_cmds): redeclare_aliases
|
2016-03-30 16:30:18 -07:00 |
|
match_expr.cpp
|
fix(frontends/lean): fixes #1292
|
2017-01-09 15:53:37 -08:00 |
|
match_expr.h
|
refactor(frontends/lean): move match-expr parser to different module
|
2016-08-08 09:05:22 -07:00 |
|
notation_cmd.cpp
|
chore(frontends/lean): remove dead code
|
2016-11-04 12:36:12 -07:00 |
|
notation_cmd.h
|
refactor(*): remove abbreviation command
|
2016-09-03 17:11:29 -07:00 |
|
parse_table.cpp
|
chore(frontends/lean): remove info_annotation module
|
2016-09-19 21:19:31 -07:00 |
|
parse_table.h
|
chore(*): remove support for Lua
|
2016-02-11 17:17:55 -08:00 |
|
parser.cpp
|
fix(frontends/lean/parser): catch exceptions thrown by sync_command
|
2017-01-10 14:42:48 -08:00 |
|
parser.h
|
feat(frontends/lean,library/scoped_ext,shell): complete namespaces
|
2017-01-10 12:25:33 +01:00 |
|
parser_config.cpp
|
feat(library/module): intermediary data structure for environment modifications
|
2016-12-20 10:15:19 -08:00 |
|
parser_config.h
|
feat(library/module): intermediary data structure for environment modifications
|
2016-12-20 10:15:19 -08:00 |
|
parser_pos_provider.cpp
|
refactor(frontends/lean,library): move scope_pos_info_provider to library
|
2016-06-30 10:19:35 +01:00 |
|
parser_pos_provider.h
|
refactor(frontends/lean,library): move scope_pos_info_provider to library
|
2016-06-30 10:19:35 +01:00 |
|
pp.cpp
|
refactor(library/tactic/congruence): rename directory to smt
|
2016-12-30 13:15:19 -08:00 |
|
pp.h
|
fix(frontends/lean/pp): pretty print issue, and fix broken tests output
|
2016-12-15 15:42:54 -08:00 |
|
prenum.cpp
|
refactor(kernel): remove extension_context
|
2016-03-19 15:15:39 -07:00 |
|
prenum.h
|
|
|
|
print_cmd.cpp
|
fix(frontend/lean/print_cmd): make print work with incorrect proofs
|
2016-11-29 11:12:43 -08:00 |
|
print_cmd.h
|
refactor(frontends/lean): move 'print_cmd' to separate module
|
2015-12-28 09:08:18 -08:00 |
|
scanner.cpp
|
feat(library,frontends/lean): add basic doc string support
|
2016-11-25 18:52:56 -08:00 |
|
scanner.h
|
feat(library,frontends/lean): add basic doc string support
|
2016-11-25 18:52:56 -08:00 |
|
structure_cmd.cpp
|
feat(frontends/lean/structure_cmd): avoid unnecessary local_ref
|
2016-12-15 16:22:22 -08:00 |
|
structure_cmd.h
|
feat(frontends/lean): force user to use meta keyword on meta inductive/structure/class
|
2016-09-29 17:56:35 -07:00 |
|
structure_instance.cpp
|
fix(frontends/lean/structure_instance): incorrect assertions
|
2016-09-23 10:30:30 -07:00 |
|
structure_instance.h
|
feat(frontends/lean): structure instances
|
2016-09-21 22:52:43 -07:00 |
|
tactic_evaluator.cpp
|
fix(frontends/lean/tactic_evaluator): 'begin [smt] ... end' block nested in regular one
|
2017-01-07 13:35:43 -08:00 |
|
tactic_evaluator.h
|
feat(frontends/lean): 'begin [smt] ... end' blocks nested inside regular 'begin ... end' blocks
|
2017-01-04 15:35:46 -08:00 |
|
tactic_notation.cpp
|
feat(frontends/lean): rework and simplify completion parsing, enabling completion of empty prefixes
|
2017-01-10 12:25:33 +01:00 |
|
tactic_notation.h
|
fix(frontends/lean): begin...end block scope
|
2017-01-03 21:01:14 -08:00 |
|
token_table.cpp
|
feat(kernel/declaration,*): all theorems are delayed, and are revealed on delta-reduction
|
2016-11-29 11:12:43 -08:00 |
|
token_table.h
|
chore(library/definitional,frontends/lean): remove decreasing macro
|
2016-08-09 16:27:33 -07:00 |
|
tokens.cpp
|
feat(frontends/lean/tactic_notation): allow lemmas to be removed
|
2016-09-30 19:53:51 -07:00 |
|
tokens.h
|
feat(frontends/lean/tactic_notation): allow lemmas to be removed
|
2016-09-30 19:53:51 -07:00 |
|
tokens.txt
|
feat(frontends/lean/tactic_notation): allow lemmas to be removed
|
2016-09-30 19:53:51 -07:00 |
|
type_util.cpp
|
feat(frontends/lean/inductive_cmd): new frontend for the inductive cmd
|
2016-08-17 07:34:03 -07:00 |
|
type_util.h
|
feat(frontends/lean/inductive_cmd): new frontend for the inductive cmd
|
2016-08-17 07:34:03 -07:00 |
|
update_environment_exception.h
|
|
|
|
util.cpp
|
fix(frontends/lean): fixes #1292
|
2017-01-09 15:53:37 -08:00 |
|
util.h
|
fix(frontends/lean): fixes #1292
|
2017-01-09 15:53:37 -08:00 |