| .. |
|
abstract.cpp
|
chore(*): consistent file name convention
|
2013-12-03 12:40:52 -08:00 |
|
abstract.h
|
refactor(kernel/expr): remove 'null' expression, and operator bool for expression
|
2013-12-07 23:21:10 -08:00 |
|
builtin.cpp
|
refactor(kernel/expr): remove 'null' expression, and operator bool for expression
|
2013-12-07 23:21:10 -08:00 |
|
builtin.h
|
feat(kernel): add abstraction (aka function extensionality) axiom
|
2013-12-01 13:57:14 -08:00 |
|
CMakeLists.txt
|
refactor(kernel): add find_fn, replace for_each_fn with find_fn when appropriate, remove unnecessary function has_cached_type
|
2013-11-19 13:03:46 -08:00 |
|
context.cpp
|
feat(library/elaborator): add special treatment for constraints of the form ?m[inst:i v] << t, where t is a proposition
|
2013-12-06 04:51:07 -08:00 |
|
context.h
|
refactor(kernel/expr): remove 'null' expression, and operator bool for expression
|
2013-12-07 23:21:10 -08:00 |
|
environment.cpp
|
refactor(kernel/expr): remove 'null' expression, and operator bool for expression
|
2013-12-07 23:21:10 -08:00 |
|
environment.h
|
chore(*): use 'explicit operator bool' everywhere.
|
2013-12-02 23:02:45 -08:00 |
|
expr.cpp
|
feat(kernel/expr): no overhead optional<expr> template specialization
|
2013-12-08 10:17:29 -08:00 |
|
expr.h
|
feat(kernel/expr): no overhead optional<expr> template specialization
|
2013-12-08 10:17:29 -08:00 |
|
expr_eq.h
|
refactor(kernel/expr): remove 'null' expression, and operator bool for expression
|
2013-12-07 23:21:10 -08:00 |
|
expr_maps.h
|
feat(kernel/expr): add hash code based on allocation time
|
2013-11-14 02:43:11 -08:00 |
|
expr_sets.h
|
feat(kernel/expr): add hash code based on allocation time
|
2013-11-14 02:43:11 -08:00 |
|
find_fn.h
|
refactor(kernel/expr): remove 'null' expression, and operator bool for expression
|
2013-12-07 23:21:10 -08:00 |
|
for_each_fn.h
|
refactor(kernel/expr): remove 'null' expression, and operator bool for expression
|
2013-12-07 23:21:10 -08:00 |
|
formatter.cpp
|
refactor(kernel): move printer and formatter objects to the kernel
|
2013-10-22 08:15:36 -07:00 |
|
formatter.h
|
feat(*): simplify interrupt propagation
|
2013-11-12 21:45:48 -08:00 |
|
free_vars.cpp
|
refactor(kernel/expr): remove 'null' expression, and operator bool for expression
|
2013-12-07 23:21:10 -08:00 |
|
free_vars.h
|
Simplify metavariable context. Now, we have only 'lift' and 'inst' instead of 'subst', 'lift' and 'lower'
|
2013-09-16 19:32:28 -07:00 |
|
instantiate.cpp
|
feat(library/tactic): add apply_tactic
|
2013-12-05 03:22:12 -08:00 |
|
instantiate.h
|
feat(library/tactic): add apply_tactic
|
2013-12-05 03:22:12 -08:00 |
|
justification.cpp
|
refactor(kernel/expr): remove 'null' expression, and operator bool for expression
|
2013-12-07 23:21:10 -08:00 |
|
justification.h
|
refactor(kernel/expr): remove 'null' expression, and operator bool for expression
|
2013-12-07 23:21:10 -08:00 |
|
kernel_exception.cpp
|
fix(kernel/type_checker): add missing test, and kernel_exception has_no_type_exception
|
2013-11-10 11:14:04 -08:00 |
|
kernel_exception.h
|
refactor(kernel/expr): remove 'null' expression, and operator bool for expression
|
2013-12-07 23:21:10 -08:00 |
|
level.cpp
|
chore(*): add LCOV_EXCL_LINE to lean_unreachable statements
|
2013-11-11 09:19:38 -08:00 |
|
level.h
|
refactor(lua): cleanup Lua bindings
|
2013-11-13 13:55:05 -08:00 |
|
metavar.cpp
|
refactor(kernel/expr): remove 'null' expression, and operator bool for expression
|
2013-12-07 23:21:10 -08:00 |
|
metavar.h
|
refactor(kernel/expr): remove 'null' expression, and operator bool for expression
|
2013-12-07 23:21:10 -08:00 |
|
normalizer.cpp
|
refactor(kernel/expr): remove 'null' expression, and operator bool for expression
|
2013-12-07 23:21:10 -08:00 |
|
normalizer.h
|
feat(*): simplify interrupt propagation
|
2013-11-12 21:45:48 -08:00 |
|
object.cpp
|
feat(kernel): add weight to kernel definitions
|
2013-10-15 14:50:08 -07:00 |
|
object.h
|
chore(*): use 'explicit operator bool' everywhere.
|
2013-12-02 23:02:45 -08:00 |
|
occurs.cpp
|
chore(*): use 'explicit operator bool' everywhere.
|
2013-12-02 23:02:45 -08:00 |
|
occurs.h
|
fix(kernel/occurs): typos
|
2013-11-13 17:04:56 -08:00 |
|
pos_info_provider.cpp
|
feat(pos_info_provider): add position information provider for expressions
|
2013-10-22 08:15:36 -07:00 |
|
pos_info_provider.h
|
feat(pos_info_provider): add position information provider for expressions
|
2013-10-22 08:15:36 -07:00 |
|
printer.cpp
|
refactor(kernel/expr): remove 'null' expression, and operator bool for expression
|
2013-12-07 23:21:10 -08:00 |
|
printer.h
|
refactor(kernel): move printer and formatter objects to the kernel
|
2013-10-22 08:15:36 -07:00 |
|
replace_fn.h
|
refactor(kernel/expr): remove 'null' expression, and operator bool for expression
|
2013-12-07 23:21:10 -08:00 |
|
replace_visitor.cpp
|
refactor(kernel/expr): remove 'null' expression, and operator bool for expression
|
2013-12-07 23:21:10 -08:00 |
|
replace_visitor.h
|
refactor(kernel/expr): remove 'null' expression, and operator bool for expression
|
2013-12-07 23:21:10 -08:00 |
|
threadsafe_environment.h
|
refactor(bindings/lua): move Lua bindings to the file associated with them
|
2013-11-26 19:15:56 -08:00 |
|
type_checker.cpp
|
refactor(kernel/expr): remove 'null' expression, and operator bool for expression
|
2013-12-07 23:21:10 -08:00 |
|
type_checker.h
|
refactor(kernel/type_checker): pass buffer<unification_constraint> as a pointer
|
2013-12-07 10:27:11 -08:00 |
|
type_checker_justification.cpp
|
refactor(kernel/expr): remove 'null' expression, and operator bool for expression
|
2013-12-07 23:21:10 -08:00 |
|
type_checker_justification.h
|
refactor(kernel/expr): remove 'null' expression, and operator bool for expression
|
2013-12-07 23:21:10 -08:00 |
|
unification_constraint.cpp
|
fix(kernel/unification_constraint): memory leak
|
2013-10-25 08:06:21 -07:00 |
|
unification_constraint.h
|
chore(*): use 'explicit operator bool' everywhere.
|
2013-12-02 23:02:45 -08:00 |
|
value.h
|
Modify Doxygen file to extract all elements even the undocumented ones. Disable warnings for undocumented entities. Add extra comments.
|
2013-09-13 13:46:22 -07:00 |