lean4-htt/src/library/vm
2017-03-23 16:49:39 -07:00
..
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): functional arrays 2017-02-20 22:00:02 -08:00
init_module.h
interaction_state.h feat(library/compiler): skip bytecode optimization for interactive tactics 2017-02-21 21:23:58 -08:00
optimize.cpp feat(frontends/lean): expr literals ```(...) 2017-03-05 08:37:16 -08:00
optimize.h
vm.cpp fix(library/vm/vm): prevent segfault in out-of-memory conditions 2017-03-23 09:00:59 +01:00
vm.h fix(library/vm/vm): prevent segfault in out-of-memory conditions 2017-03-23 09:00:59 +01: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/system/io): basic file system API 2017-03-23 16:30:16 -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
vm_declaration.cpp fix(library/vm): enable bounds checks 2017-02-15 13:39:00 -08:00
vm_declaration.h
vm_environment.cpp refactor(init/meta,library/vm): use structure for position information 2017-02-21 11:06:39 -08:00
vm_environment.h
vm_exceptional.cpp fix(library/vm): enable bounds checks 2017-02-15 13:39:00 -08:00
vm_exceptional.h
vm_expr.cpp feat(library/init/meta/expr): add expr.is_annotation 2017-03-18 13:40:11 -07:00
vm_expr.h feat(frontends/lean): expr literals ```(...) 2017-03-05 08:37:16 -08:00
vm_format.cpp refactor(library/system/io): use type classes 2017-03-23 14:29:07 -07:00
vm_format.h
vm_int.cpp
vm_int.h
vm_io.cpp feat(library/system/io): add stdin, stdout and stderr 2017-03-23 16:49:39 -07:00
vm_io.h refactor(library/system/io): use type classes 2017-03-23 14:29:07 -07:00
vm_level.cpp fix(library/vm): enable bounds checks 2017-02-15 13:39:00 -08:00
vm_level.h
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
vm_nat.cpp perf(library/vm/vm_nat): use __builtin_expect to optimize nat operations 2017-02-15 23:25:26 -08: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
vm_native.h
vm_option.h
vm_options.cpp fix(library/vm): enable bounds checks 2017-02-15 13:39:00 -08:00
vm_options.h
vm_ordering.h
vm_parser.cpp refactor(*): task<T>, log_tree, cancellation_token 2017-03-23 08:57:52 +01:00
vm_parser.h feat(library,frontends/lean): expose parser to Lean and use for parsing tactic parameters 2017-02-17 13:45:56 +01:00
vm_pexpr.cpp feat(frontends/lean): expr literals ```(...) 2017-03-05 08:37:16 -08:00
vm_pexpr.h
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
vm_string.cpp fix(library/vm/vm_string): signed->unsigned cast 2017-02-17 13:03:47 +01:00
vm_string.h
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