| .. |
|
compiler
|
fix(library/compiler/elim_recursors): it was assuming that recursive arguments occur after non recursive ones
|
2017-01-16 22:59:17 -08:00 |
|
constructions
|
fix(library/constructions/has_sizeof): it was assuming that recursive arguments occur after non recursive ones
|
2017-01-16 22:59:17 -08:00 |
|
equations_compiler
|
fix(library/equations_compiler/elim_match): avoid nasty inferred types in auxiliary declarations produced by the equation compiler
|
2017-01-16 22:55:12 -08:00 |
|
inductive_compiler
|
refactor(library/tactic): move defeq_canonizer::state to tactic_state
|
2017-01-07 10:17:51 -08:00 |
|
native_compiler
|
fix(library/native_compiler): get_exe_location does not exist on emscripten
|
2016-12-31 15:15:20 +01:00 |
|
tactic
|
feat(library/tactic/simp_lemmas): convenient way of adding equational lemmas of a definition to a simp set
|
2017-01-14 22:16:16 -08:00 |
|
vm
|
feat(library/vm/vm_string): use check_system to avoid stack overflow
|
2017-01-13 17:06:24 -08:00 |
|
abstract_parser.h
|
feat(*): C++ code generator
|
2016-12-05 16:11:41 -08:00 |
|
aliases.cpp
|
feat(library/aliases,frontends/lean/parser): take local_ref's into account when defining new aliases; use get_local_ref at id_to_expr; use get_local_ref at resolve_local_name
|
2016-12-15 14:10:44 -08:00 |
|
aliases.h
|
refactor(library/aliases,frontends/lean/local_ref_info): merge aliases and local_ref_info modules
|
2016-12-15 13:24:30 -08:00 |
|
annotation.cpp
|
feat(frontends/lean): add support for 'suffices'-expression in the new elaborator
|
2016-09-08 17:26:27 -07:00 |
|
annotation.h
|
feat(frontends/lean): add support for 'suffices'-expression in the new elaborator
|
2016-09-08 17:26:27 -07:00 |
|
app_builder.cpp
|
feat(library/tactic/smt): add tactics for adding new lemmas to ematch state
|
2017-01-05 11:44:25 -08:00 |
|
app_builder.h
|
feat(library/tactic/smt): add tactics for adding new lemmas to ematch state
|
2017-01-05 11:44:25 -08:00 |
|
arith_instance_manager.cpp
|
refactor(library/type_context): new type class instance cache
|
2016-09-01 17:37:30 -07:00 |
|
arith_instance_manager.h
|
fix(arith_instance_manager): do not store type_context ptr in object
|
2016-07-29 10:44:44 -07:00 |
|
attribute_manager.cpp
|
feat(library/module): intermediary data structure for environment modifications
|
2016-12-20 10:15:19 -08:00 |
|
attribute_manager.h
|
fix(attribute_manager): finalization problem
|
2016-12-20 10:02:31 -08:00 |
|
aux_definition.cpp
|
fix(library/aux_definition,frontends/lean/definition_cmds): unfold macros at trust level 0
|
2016-12-05 13:08:12 -08:00 |
|
aux_definition.h
|
feat(library/aux_definition): add mk_aux_lemma
|
2016-09-06 08:57:04 -07:00 |
|
aux_recursors.cpp
|
feat(library/module): intermediary data structure for environment modifications
|
2016-12-20 10:15:19 -08:00 |
|
aux_recursors.h
|
feat(library): tag auxiliary no_confusion definitions
|
2016-05-07 15:26:49 -07:00 |
|
bin_app.cpp
|
|
|
|
bin_app.h
|
feat(library/bin_app): uniform foldr, add helper methods for synthesizing recursive functions
|
2016-07-23 12:11:18 -07:00 |
|
cache_helper.h
|
feat(library): add abstract_hash
|
2016-06-23 14:25:29 -07:00 |
|
choice.cpp
|
refactor(kernel): remove extension_context
|
2016-03-19 15:15:39 -07:00 |
|
choice.h
|
chore(*): remove support for Lua
|
2016-02-11 17:17:55 -08:00 |
|
class.cpp
|
chore(frontends/lean, library): cleanup anonymous instance management
|
2017-01-06 14:37:44 -08:00 |
|
class.h
|
chore(frontends/lean, library): cleanup anonymous instance management
|
2017-01-06 14:37:44 -08:00 |
|
CMakeLists.txt
|
feat(shell): move lean.js to server mode
|
2017-01-13 07:34:54 -08:00 |
|
comp_val.cpp
|
feat(library/tactic/congruence/congruence_closure): interpreted values in the same equivalence class
|
2016-12-25 11:09:55 -08:00 |
|
comp_val.h
|
feat(library/tactic/congruence/congruence_closure): interpreted values in the same equivalence class
|
2016-12-25 11:09:55 -08:00 |
|
congr_lemma.cpp
|
refactor(library): rename pr1/pr2 ==> fst/snd
|
2016-09-21 09:48:39 -07:00 |
|
congr_lemma.h
|
feat(library/tactic): expose congr_lemmas
|
2016-06-22 19:17:08 -07:00 |
|
constants.cpp
|
feat(library/tactic/smt/congruence_closure): propagate not_exists
|
2017-01-06 14:00:36 -08:00 |
|
constants.h
|
feat(library/tactic/smt/congruence_closure): propagate not_exists
|
2017-01-06 14:00:36 -08:00 |
|
constants.txt
|
feat(library/tactic/smt/congruence_closure): propagate not_exists
|
2017-01-06 14:00:36 -08:00 |
|
deep_copy.cpp
|
feat(kernel): add let-expressions to the kernel
|
2016-02-29 16:40:17 -08:00 |
|
deep_copy.h
|
|
|
|
defeq_canonizer.cpp
|
feat(library/defeq_canonizer): add trace.defeq_canonizer
|
2017-01-08 19:31:04 -08:00 |
|
defeq_canonizer.h
|
refactor(library/tactic): move defeq_canonizer::state to tactic_state
|
2017-01-07 10:17:51 -08:00 |
|
delayed_abstraction.cpp
|
fix(library/delayed_abstraction): nested delayed abstractions
|
2016-09-15 15:46:25 -07:00 |
|
delayed_abstraction.h
|
feat(library/type_context): use delayed abstraction at type_context (instead of restrict_metavars_context)
|
2016-07-27 14:57:39 -07:00 |
|
discr_tree.cpp
|
chore(library): define rb_expr_tree and rb_expr_map
|
2016-12-27 20:29:31 -08:00 |
|
discr_tree.h
|
feat(library): add discrimination trees
|
2016-10-07 17:07:31 -07:00 |
|
documentation.cpp
|
feat(library/module): intermediary data structure for environment modifications
|
2016-12-20 10:15:19 -08:00 |
|
documentation.h
|
feat(library/documentation, frontends/lean): add /-! -/ doc string module block
|
2016-11-27 12:23:53 -08:00 |
|
exception.cpp
|
chore(library/exception): fix bad message
|
2016-09-06 18:38:39 -07:00 |
|
exception.h
|
feat(library/exception): add nested_exception
|
2016-09-06 12:57:06 -07:00 |
|
explicit.cpp
|
fix(library/explicit): annotation name
|
2016-09-15 17:57:01 -07:00 |
|
explicit.h
|
chore(frontends/lean,library/explicit): remove dead code
|
2016-07-02 01:57:43 +01:00 |
|
export.cpp
|
refactor(library/module): import all modules in a single call
|
2016-12-20 10:15:19 -08:00 |
|
export.h
|
|
|
|
export_decl.cpp
|
feat(library/module): intermediary data structure for environment modifications
|
2016-12-20 10:15:19 -08:00 |
|
export_decl.h
|
chore(*): compilation errors, fix style, fix warnings
|
2016-11-29 11:35:01 -08:00 |
|
expr_lt.cpp
|
feat(kernel): add let-expressions to the kernel
|
2016-02-29 16:40:17 -08:00 |
|
expr_lt.h
|
feat(library/tactic/congruence/theory_ac): add internalization, interface with congruence closure module, and trivial/simp/orient transitions
|
2016-12-28 21:35:16 -08:00 |
|
expr_pair.h
|
|
|
|
expr_pair_maps.h
|
|
|
|
expr_unsigned_map.h
|
|
|
|
fingerprint.cpp
|
|
|
|
fingerprint.h
|
|
|
|
fun_info.cpp
|
chore(library/fun_info): patch assertion
|
2016-11-04 10:14:00 -07:00 |
|
fun_info.h
|
refactor(library/fun_info): separate subsingleton information from general param_info
|
2016-07-07 07:39:26 -07:00 |
|
head_map.cpp
|
chore(frontends/lean,library/explicit): remove dead code
|
2016-07-02 01:57:43 +01:00 |
|
head_map.h
|
feat(library): add kabstract
|
2016-07-16 15:41:31 -04:00 |
|
idx_metavar.cpp
|
feat(library/tactic/smt/ematch): skeleton for AC support
|
2017-01-08 23:53:57 -08:00 |
|
idx_metavar.h
|
feat(library/tactic/smt/ematch): skeleton for AC support
|
2017-01-08 23:53:57 -08:00 |
|
init_module.cpp
|
feat(library/defeq_canonizer): remove thread local cache
|
2016-12-27 12:56:39 -08:00 |
|
init_module.h
|
refactor(library): move vm to a separate directory
|
2016-05-12 14:45:06 -07:00 |
|
inverse.cpp
|
feat(library/module): intermediary data structure for environment modifications
|
2016-12-20 10:15:19 -08:00 |
|
inverse.h
|
refactor(library): injectivity ==> inverse
|
2016-09-07 08:16:14 -07:00 |
|
io_state.cpp
|
feat(*): C++ code generator
|
2016-12-05 16:11:41 -08:00 |
|
io_state.h
|
feat(*): C++ code generator
|
2016-12-05 16:11:41 -08:00 |
|
io_state_stream.cpp
|
chore(library): remove lean2 old type checker
|
2016-09-19 22:21:19 -07:00 |
|
io_state_stream.h
|
refactor(*): structured message objects
|
2016-10-13 18:49:10 -07:00 |
|
kernel_serializer.cpp
|
feat(frontends/lean): force user to use meta keyword on meta inductive/structure/class
|
2016-09-29 17:56:35 -07:00 |
|
kernel_serializer.h
|
|
|
|
library_system.cpp
|
chore(library/system): enforce Lean naming conventions IO ==> io
|
2016-11-17 11:27:37 -08:00 |
|
library_system.h
|
feat(library/noncomputable): improve is_noncomputable
|
2016-09-08 14:02:23 -07:00 |
|
local_context.cpp
|
perf(library/equations_compiler/util, library/local_context): preserve instance fingerprint and avoid flushing the cache
|
2017-01-07 00:17:09 -08:00 |
|
local_context.h
|
chore(library/local_context): style
|
2017-01-03 15:00:46 -08:00 |
|
locals.cpp
|
feat(library/locals): add locals_subset predicate
|
2016-06-24 10:48:01 -07:00 |
|
locals.h
|
feat(library/locals): add helper function
|
2016-08-13 13:35:14 -07:00 |
|
max_sharing.cpp
|
feat(kernel): add let-expressions to the kernel
|
2016-02-29 16:40:17 -08:00 |
|
max_sharing.h
|
|
|
|
message_buffer.cpp
|
refactor(library/task_queue): move task queue to util
|
2016-12-12 10:01:34 -05:00 |
|
message_buffer.h
|
refactor(library/message_buffer): extract definitions into extra header file
|
2016-12-12 08:56:15 -05:00 |
|
message_builder.cpp
|
feat(shell): move lean.js to server mode
|
2017-01-13 07:34:54 -08:00 |
|
message_builder.h
|
feat(shell): move lean.js to server mode
|
2017-01-13 07:34:54 -08:00 |
|
messages.cpp
|
feat(*): parallel compilation
|
2016-11-29 11:12:40 -08:00 |
|
messages.h
|
refactor(library/task_queue): break dependency on message_buffer
|
2016-12-12 09:44:05 -05:00 |
|
metavar_context.cpp
|
fix(library/type_context): allow assigned regular meta-variables to be "read" in tmp-mode
|
2016-10-21 13:33:07 -07:00 |
|
metavar_context.h
|
feat(library/tactic): expose new dsimplify in Lean
|
2016-10-12 07:25:09 -07:00 |
|
metavar_util.h
|
fix(library/type_context): allow assigned regular meta-variables to be "read" in tmp-mode
|
2016-10-21 13:33:07 -07:00 |
|
module.cpp
|
refactor(library/module): keep track of trust level in decl_modification
|
2017-01-04 16:30:22 -08:00 |
|
module.h
|
feat(util/task_queue): lazy tasks
|
2017-01-04 16:30:22 -08:00 |
|
module_mgr.cpp
|
feat(frontends/lean/parser): keep list of tasks that have to succeed
|
2017-01-17 15:31:17 -08:00 |
|
module_mgr.h
|
feat(frontends/lean/parser): keep list of tasks that have to succeed
|
2017-01-17 15:31:17 -08:00 |
|
mpq_macro.cpp
|
feat(library/equations_compiler): int constants
|
2016-12-25 10:00:18 -08:00 |
|
mpq_macro.h
|
feat(src/library/mpq_macro): numeral macros
|
2016-07-29 10:44:43 -07:00 |
|
mt_task_queue.cpp
|
feat(library/task_queue): add flag to prevent priority inversion
|
2017-01-05 18:09:28 -08:00 |
|
mt_task_queue.h
|
feat(util/task_queue): lazy tasks
|
2017-01-04 16:30:22 -08:00 |
|
noncomputable.cpp
|
feat(library/module): intermediary data structure for environment modifications
|
2016-12-20 10:15:19 -08:00 |
|
noncomputable.h
|
|
|
|
norm_num.cpp
|
|
|
|
norm_num.h
|
feat(library): add mk_int_val_ne_proof
|
2016-12-24 15:22:31 -08:00 |
|
normalize.cpp
|
refactor(kernel): reduce number of configurations supported in the kernel
|
2016-09-27 17:07:01 -07:00 |
|
normalize.h
|
refactor(library): reduce dependecies on old code, simplify normalize module
|
2016-09-19 22:12:34 -07:00 |
|
num.cpp
|
feat(library/equations_compiler): int constants
|
2016-12-25 10:00:18 -08:00 |
|
num.h
|
feat(library): add mk_int_val_ne_proof
|
2016-12-24 15:22:31 -08:00 |
|
pattern_attribute.cpp
|
feat(src/library/inductive_compiler): support for nested inductive types
|
2016-09-16 12:50:59 -07:00 |
|
pattern_attribute.h
|
feat(src/library/inductive_compiler): support for nested inductive types
|
2016-09-16 12:50:59 -07:00 |
|
placeholder.cpp
|
feat(frontends/lean): Type is now (Type 1)
|
2016-09-17 14:30:54 -07:00 |
|
placeholder.h
|
feat(frontends/lean): Type is now (Type 1)
|
2016-09-17 14:30:54 -07:00 |
|
pp_options.cpp
|
chore(library/pp_options): pp.binder_types true by default
|
2016-09-14 09:02:42 -07:00 |
|
pp_options.h
|
feat(inductive_compiler): support for mutually inductive types
|
2016-09-10 14:22:27 -07:00 |
|
print.cpp
|
fix(library/print): avoid numerical internal names in the pretty printer
|
2017-01-06 19:27:31 -08:00 |
|
print.h
|
feat(frontends/lean/pp): pretty print let-expressions
|
2016-05-25 14:04:28 -07:00 |
|
private.cpp
|
feat(library/private): make sure the private prefix is an internal name
|
2017-01-06 11:48:05 -08:00 |
|
private.h
|
chore(*): remove support for Lua
|
2016-02-11 17:17:55 -08:00 |
|
projection.cpp
|
feat(library/module): intermediary data structure for environment modifications
|
2016-12-20 10:15:19 -08:00 |
|
projection.h
|
chore(library): remove lean2 old type checker
|
2016-09-19 22:21:19 -07:00 |
|
protected.cpp
|
feat(library/module): intermediary data structure for environment modifications
|
2016-12-20 10:15:19 -08:00 |
|
protected.h
|
|
|
|
quote.cpp
|
feat(library/quote): make sure to syntactically identical quoted expressions are not equated
|
2016-11-10 13:35:54 -08:00 |
|
quote.h
|
feat(library,frontends/lean): support for quoted expressions in the VM, compiler and frontend
|
2016-06-15 16:06:39 -07:00 |
|
reducible.cpp
|
feat(library/reducible): get_reducibility_fingerprint
|
2016-10-03 13:31:59 -07:00 |
|
reducible.h
|
refactor(inductive_compiler): keep simulated inductive types semireducible
|
2016-10-13 10:12:08 -07:00 |
|
register_module.h
|
|
|
|
relation_manager.cpp
|
feat(library/module): intermediary data structure for environment modifications
|
2016-12-20 10:15:19 -08:00 |
|
relation_manager.h
|
feat(frontends/lean, library): remove attribute and metaclass scoping
|
2016-07-29 23:44:21 -04:00 |
|
replace_visitor.cpp
|
fix(library/replace_visitor): remove replace_visitor_closed, it does not handle nested let-expr correctly
|
2016-05-01 12:04:28 -07:00 |
|
replace_visitor.h
|
fix(library/replace_visitor): remove replace_visitor_closed, it does not handle nested let-expr correctly
|
2016-05-01 12:04:28 -07:00 |
|
replace_visitor_with_tc.cpp
|
feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information
|
2016-11-09 16:51:48 -08:00 |
|
replace_visitor_with_tc.h
|
feat(library): add replace_visitor_with_tc
|
2016-08-14 15:45:02 -07:00 |
|
scope_pos_info_provider.cpp
|
chore(library/scope_pos_info_provider): style
|
2017-01-04 08:45:01 -08:00 |
|
scope_pos_info_provider.h
|
chore(library/scope_pos_info_provider): style
|
2017-01-04 08:45:01 -08:00 |
|
scoped_ext.cpp
|
fix(library/scoped_ext): typo in error message
|
2017-01-13 11:33:17 -08:00 |
|
scoped_ext.h
|
chore(library,shell): fix style
|
2017-01-10 09:00:17 -08:00 |
|
shared_environment.cpp
|
feat(*): parallel compilation
|
2016-11-29 11:12:40 -08:00 |
|
shared_environment.h
|
feat(*): parallel compilation
|
2016-11-29 11:12:40 -08:00 |
|
sorry.cpp
|
|
|
|
sorry.h
|
|
|
|
st_task_queue.cpp
|
feat(util/task_queue): lazy tasks
|
2017-01-04 16:30:22 -08:00 |
|
st_task_queue.h
|
feat(util/task_queue): lazy tasks
|
2017-01-04 16:30:22 -08:00 |
|
standard_kernel.cpp
|
refactor(kernel): support only proof irrelevant mode
|
2016-09-27 17:18:52 -07:00 |
|
standard_kernel.h
|
|
|
|
string.cpp
|
fix(library/string,library/init/data/to_string): handle ASCII control characters
|
2017-01-11 23:44:33 -08:00 |
|
string.h
|
fix(frontends/lean/pp,library/equations_compiler,library/tactic/smt/congruence_closure): bug at to_char function
|
2017-01-11 23:44:25 -08:00 |
|
task_helper.cpp
|
refactor(library/message_buffer): extract definitions into extra header file
|
2016-12-12 08:56:15 -05:00 |
|
task_helper.h
|
refactor(library/task_queue): move task queue to util
|
2016-12-12 10:01:34 -05:00 |
|
trace.cpp
|
feat(*): parallel compilation
|
2016-11-29 11:12:40 -08:00 |
|
trace.h
|
fix(library/trace): prevent memory corruption with scope_traces_as_messages
|
2016-10-13 18:49:10 -07:00 |
|
type_context.cpp
|
fix(library/type_context): remove hack from use_zeta
|
2017-01-12 11:18:16 -08:00 |
|
type_context.h
|
fix(library/type_context): remove hack from use_zeta
|
2017-01-12 11:18:16 -08:00 |
|
typed_expr.cpp
|
refactor(library/util): isolate util procedures that depend on old_type_checker
|
2016-03-21 13:36:08 -07:00 |
|
typed_expr.h
|
|
|
|
unfold_macros.cpp
|
refactor(library/unfold_macros): use replace_visitor_with_tc to implement unfold_macros
|
2016-12-29 18:11:33 -08:00 |
|
unfold_macros.h
|
|
|
|
unification_hint.cpp
|
feat(library/module): intermediary data structure for environment modifications
|
2016-12-20 10:15:19 -08:00 |
|
unification_hint.h
|
feat(frontends/lean, library): remove attribute and metaclass scoping
|
2016-07-29 23:44:21 -04:00 |
|
update_declaration.cpp
|
refactor(kernel): add reducibility_hints
|
2016-09-04 16:30:02 -07:00 |
|
update_declaration.h
|
|
|
|
user_recursors.cpp
|
feat(library/module): intermediary data structure for environment modifications
|
2016-12-20 10:15:19 -08:00 |
|
user_recursors.h
|
feat(frontends/lean, library): remove attribute and metaclass scoping
|
2016-07-29 23:44:21 -04:00 |
|
util.cpp
|
chore(library/util): style
|
2017-01-16 22:59:17 -08:00 |
|
util.h
|
fix(library/compiler/elim_recursors): it was assuming that recursive arguments occur after non recursive ones
|
2017-01-16 22:59:17 -08:00 |
|
versioned_msg_buf.cpp
|
feat(shell,emacs): new lean server protocol
|
2016-12-06 17:14:29 -08:00 |
|
versioned_msg_buf.h
|
feat(shell,emacs): new lean server protocol
|
2016-12-06 17:14:29 -08:00 |