| .. |
|
CMakeLists.txt
|
chore(library/native): remove dead code
|
2018-02-07 17:29:25 -08:00 |
|
init_module.cpp
|
chore(library/native): remove dead code
|
2018-02-07 17:29:25 -08:00 |
|
init_module.h
|
|
|
|
interaction_state.h
|
chore(*): type_context ==> type_context_old
|
2018-03-05 12:38:24 -08:00 |
|
interaction_state_imp.h
|
chore(*): type_context ==> type_context_old
|
2018-03-05 12:38:24 -08: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
|
feat(library/time_task): print cumulative times on --profile
|
2018-02-19 09:13:24 -08:00 |
|
vm.h
|
feat(library/vm): basic performance counters
|
2018-02-16 14:37:11 -08:00 |
|
vm_array.cpp
|
feat(library/init): add d_array type
|
2017-11-06 14:56:11 -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): expose function to unfold all macros
|
2017-07-18 19:49:53 +01: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
|
feat(kernel/expr): allow metavariables to have user-facing names
|
2017-07-16 07:16:41 -07:00 |
|
vm_expr.h
|
refactor(init/meta/expr): unify expr and pexpr
|
2017-05-17 10:38:12 -07:00 |
|
vm_format.cpp
|
fix(library/io,tests/lean): io monad command line arguments, and tests
|
2018-01-23 15:24:41 -08:00 |
|
vm_format.h
|
feat(library/tactic/tactic_state): add vm_obj introspection
|
2016-11-14 21:58:34 -08:00 |
|
vm_int.cpp
|
refactor(library/init): remove has_cmp and is_ordering type classes
|
2017-11-14 08:33:24 -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(init/category): move monad laws into separate type classes defined after the tactic framework
|
2018-03-20 14:58:35 -07:00 |
|
vm_io.h
|
feat(library/system/io): add io.run_tactic
|
2018-03-07 12:15:26 -08:00 |
|
vm_level.cpp
|
fix(library): expr, level, hash_map, rb_map has_repr instances should be has_to_string since they do not produce results that can be parsed by Lean
|
2017-06-18 18:33:27 -07: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
|
feat(library/system/io): add random number generator support in the io monad
|
2018-02-15 16:12:08 -08:00 |
|
vm_nat.h
|
feat(library/system/io): add random number generator support in the io monad
|
2018-02-15 16:12:08 -08:00 |
|
vm_option.h
|
feat(init/meta/{interactive_base,parser}): decl_attributes, decl_meta_info, parser.set_env
|
2017-06-19 11:27:12 -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
|
chore(*): type_context ==> type_context_old
|
2018-03-05 12:38:24 -08:00 |
|
vm_parser.h
|
feat(frontends/lean/user_command): add user-defined commands
|
2017-06-19 11:27:12 -07:00 |
|
vm_pexpr.cpp
|
feat(frontends/lean): change structure update notation
|
2017-11-17 16:40:47 -08: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
|
feat(library/init/meta): move rb_tree and rb_map to native namespace
|
2017-11-07 13:41:45 -08: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
|
feat(library/vm/vm_string): efficient iterator.extract
|
2018-01-10 13:27:28 -08:00 |
|
vm_string.h
|
feat(library/vm/vm_string): provide native implementation of type string in the VM
|
2017-10-23 10:55:26 -07:00 |
|
vm_task.cpp
|
chore(*): type_context ==> type_context_old
|
2018-03-05 12:38:24 -08:00 |
|
vm_task.h
|
refactor(*): task<T>, log_tree, cancellation_token
|
2017-03-23 08:57:52 +01:00 |