lean4-htt/src/kernel
2019-11-11 17:23:59 -08:00
..
abstract.cpp feat(library/init/lean/expr): add abstractRange 2019-09-17 17:17:46 -07:00
abstract.h refactor(kernel): has_local ==> has_fvar 2018-06-11 10:46:05 -07:00
cache_stack.h chore(kernel/cache_stack): compilation warning 2018-05-22 09:46:00 -07:00
CMakeLists.txt feat(frontends/lean/vm_elaborator): port to new runtime 2019-02-14 14:07:05 -08:00
declaration.cpp feat(kernel): opaque constants 2019-03-15 15:45:06 -07:00
declaration.h feat(library/init/lean/environment): add Environment.addAndCompile 2019-06-18 18:20:17 -07:00
environment.cpp chore(library/init/lean): export as C functions 2019-08-16 20:15:30 -07:00
environment.h refactor(kernel/environment,library/private,library/init/lean/environment): move main module name to header 2019-06-03 09:14:23 -07:00
equiv_manager.cpp chore(kernel): remove expr.quote constructor 2018-09-07 22:08:08 -07:00
equiv_manager.h chore(*): rename expr_struct_* to expr_* 2018-04-09 12:55:48 -07:00
expr.cpp feat: expose hasLooseBVar 2019-11-09 12:29:50 -08:00
expr.h feat(library/init/lean/expr): expose abstract 2019-09-16 18:34:45 -07:00
expr_cache.cpp refactor(kernel/expr): implement expr using runtime/object 2018-06-21 16:05:33 -07:00
expr_cache.h
expr_eq_fn.cpp feat: expose Expr.equal (structural equality) and adding Expr mappings aliases 2019-10-23 10:49:51 -07:00
expr_eq_fn.h feat(library/type_context): allow us to control whether binder information is taken into account or not when caching type information 2016-08-01 16:34:07 -07:00
expr_maps.h chore(*): rename expr_struct_* to expr_* 2018-04-09 12:55:48 -07:00
expr_sets.h feat(library/compiler,runtime): builtin support for lean.name 2019-02-05 12:57:46 -08:00
find_fn.h
for_each_fn.cpp chore(kernel): remove expr.quote constructor 2018-09-07 22:08:08 -07:00
for_each_fn.h
inductive.cpp feat(runtime): increase small nat size 2019-03-26 14:21:03 -07:00
inductive.h feat(library/kernel,library/compiler/csimp): make sure nat.rec and nat.cases_on reduce when major premise is a nat literal 2018-10-10 18:35:15 -07:00
init_module.cpp chore(kernel): remove old_type_checker 2018-09-07 08:55:37 -07:00
init_module.h
instantiate.cpp feat: add instantiateRevRange 2019-11-08 08:28:31 -08:00
instantiate.h feat(library/compiler/csimp): eliminate join points that are used only once 2019-03-14 10:43:35 -07:00
kernel_exception.h feat(library/init/lean,kernel): add KernelException, addDecl and compileDecl 2019-08-07 17:15:40 -07:00
level.cpp feat: expose instantiateLevelParams 2019-10-31 20:12:08 -07:00
level.h feat: update functions for universe levels, use C version of Level.hasParam and Level.hasMVar 2019-10-24 19:04:01 -07:00
local_ctx.cpp chore: update stage0 and fix local_ctx.cpp 2019-10-26 09:55:31 -07:00
local_ctx.h feat(frontends/lean/elaborator): add oldElaborate 2019-08-13 19:23:29 -07:00
quot.cpp feat(kernel/environment): environment as a Lean object 2019-05-13 12:41:33 -07:00
quot.h feat(kernel): proper constant_info and declaration objects for quot type 2018-08-28 13:46:31 -07:00
replace_fn.cpp chore(kernel): remove expr.quote constructor 2018-09-07 22:08:08 -07:00
replace_fn.h refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
type_checker.cpp chore: minor optimization 2019-11-11 17:23:59 -08:00
type_checker.h chore(*): meta ==> unsafe 2019-03-15 15:04:40 -07:00