..
CMakeLists.txt
refactor(init/meta,library/vm): use structure for position information
2017-02-21 11:06:39 -08:00
init_module.cpp
feat(library/vm/process): add basic process support
2017-03-28 18:08:06 -07:00
init_module.h
interaction_state.h
feat(library/tactic): add tactic::ref
2017-06-02 15:19:03 -07:00
interaction_state_imp.h
fix(library/vm/interaction_state_imp): add scope_vm_state
2017-06-05 19:22:13 -07:00
optimize.cpp
feat(frontends/lean): expr literals ```(...)
2017-03-05 08:37:16 -08:00
optimize.h
feat(library/vm/optimize): add basic bytecode optimizations
2016-05-12 15:24:58 -07:00
vm.cpp
fix(*): [[fallthrough]] ==> /* fall-thru */
2017-05-31 21:18:47 -07:00
vm.h
refactor(util/compiler_hints): move LEAN_UNLIKELY macro out of vm code
2017-06-03 15:44:22 +02:00
vm_array.cpp
fix(library/compiler/simp_inductive): array^.data should not be treated as a regular projection
2017-03-09 19:11:51 -08:00
vm_array.h
feat(library/vm/process): add basic process support
2017-03-28 18:08:06 -07:00
vm_aux.cpp
refactor(library/init): provide more general try_for, and implement tactic.try_for using it
2017-02-12 12:15:19 -08:00
vm_aux.h
feat(library/vm,library/init): add builtin timeit primitive for profiling
2016-05-26 12:44:49 -07:00
vm_declaration.cpp
fix(library/vm): enable bounds checks
2017-02-15 13:39:00 -08:00
vm_declaration.h
feat(library/tactic/tactic_state): add vm_obj introspection
2016-11-14 21:58:34 -08:00
vm_environment.cpp
feat(library/init/meta/environment): add environment.fingerprint API
2017-06-02 16:52:40 -07:00
vm_environment.h
feat(library/tactic/tactic_state): add vm_obj introspection
2016-11-14 21:58:34 -08:00
vm_exceptional.cpp
fix(library/vm): enable bounds checks
2017-02-15 13:39:00 -08:00
vm_exceptional.h
feat(library/tactic/tactic_state): add basic tactics for inferring types, unifying terms, etc
2016-06-11 10:51:33 -07:00
vm_expr.cpp
fix(library/quote): use opaque macro for elaborated expr quotations
2017-06-07 10:00:17 -07:00
vm_expr.h
refactor(init/meta/expr): unify expr and pexpr
2017-05-17 10:38:12 -07:00
vm_format.cpp
chore(*): remove smt2 bindings from standard libary
2017-04-23 11:32:11 -07:00
vm_format.h
feat(library/tactic/tactic_state): add vm_obj introspection
2016-11-14 21:58:34 -08:00
vm_int.cpp
feat(library/vm): use native representation for int in the VM
2016-12-18 15:04:02 -08:00
vm_int.h
feat(library/vm): use native representation for int in the VM
2016-12-18 15:04:02 -08:00
vm_io.cpp
refactor(*): wrap string in a structure
2017-06-07 17:30:49 -07:00
vm_io.h
feat(library/system/io,shell/lean): add --run switch
2017-04-11 16:41:30 -07:00
vm_level.cpp
fix(library/vm): enable bounds checks
2017-02-15 13:39:00 -08:00
vm_level.h
feat(library/tactic/tactic_state): add vm_obj introspection
2016-11-14 21:58:34 -08:00
vm_list.cpp
fix(library/vm): enable bounds checks
2017-02-15 13:39:00 -08:00
vm_list.h
feat(src/library/tactic): tactic.induction_core returns for each new goal the list of introduced hypotheses and substitutions for dependent hypotheses
2017-02-10 16:07:33 -08:00
vm_name.cpp
fix(library/vm): enable bounds checks
2017-02-15 13:39:00 -08:00
vm_name.h
feat(library/tactic/tactic_state): add vm_obj introspection
2016-11-14 21:58:34 -08:00
vm_nat.cpp
fix(library/vm/vm_nat): bitwise operators
2017-05-30 13:09:17 -07:00
vm_nat.h
chore(library/vm/vm_nat): add default value at force_to_unsigned
2017-01-03 10:26:36 -08:00
vm_native.cpp
feat(*): C++ code generator
2016-12-05 16:11:41 -08:00
vm_native.h
feat(*): C++ code generator
2016-12-05 16:11:41 -08:00
vm_option.h
feat(library/tactic/app_builder_tactics): add tactic.mk_mapp
2016-06-14 17:33:32 -07:00
vm_options.cpp
fix(library/vm): enable bounds checks
2017-02-15 13:39:00 -08:00
vm_options.h
feat(library/tactic/vm_monitor): extend VM introspection API
2016-11-15 15:05:46 -08:00
vm_ordering.h
refactor(library/init): cmp_result => ordering
2016-06-07 10:14:07 -07:00
vm_parser.cpp
fix(library/vm/vm_parser): header worries after rebase
2017-06-07 10:09:38 -07:00
vm_parser.h
feat(frontends/lean): user-defined notation parsers
2017-06-07 10:09:38 -07:00
vm_pexpr.cpp
refactor(init/meta/expr): unify expr and pexpr
2017-05-17 10:38:12 -07:00
vm_pexpr.h
refactor(library/init/meta): qexpr ==> pexpr
2016-08-05 17:04:36 -07:00
vm_pos_info.cpp
refactor(init/meta,library/vm): use structure for position information
2017-02-21 11:06:39 -08:00
vm_pos_info.h
refactor(init/meta,library/vm): use structure for position information
2017-02-21 11:06:39 -08:00
vm_rb_map.cpp
fix(library/vm/vm_rb_map): assertion violation in destructor of vb_rb_map_ts_copy with nat keys or values
2017-03-17 18:05:11 -07:00
vm_rb_map.h
feat(library/class): add attribute for tracking symbols occurring in instances of type classes
2017-05-01 18:02:30 -07:00
vm_string.cpp
fix(library/vm/vm_string): signed->unsigned cast
2017-02-17 13:03:47 +01:00
vm_string.h
refactor(library/vm): move vm_obj <=> string conversion functions to separate module
2016-05-26 10:47:19 -07:00
vm_task.cpp
refactor(util/task): remove needs_separate_thread option
2017-03-23 08:57:56 +01:00
vm_task.h
refactor(*): task<T>, log_tree, cancellation_token
2017-03-23 08:57:52 +01:00