..
converter
chore(init/category/combinators): remove monad.for
2017-07-26 11:52:11 +01:00
lean
feat(library/vm/vm_parser): expose parse_command_like to the vm
2017-08-14 11:41:48 +02:00
smt
feat(init/meta/mk_has_reflect_instance): add derive_handler for has_reflect
2017-09-11 16:56:03 -07:00
ac_tactics.lean
feat(frontends/lean): 'mutual' and 'meta' are now keywords
2016-09-24 10:44:40 -07:00
async_tactic.lean
chore(init/category/combinators): remove monad.for
2017-07-26 11:52:11 +01:00
attribute.lean
chore(init/meta/attribute): rename user_attribute.set_param to user_attribute.set
2017-09-14 18:48:18 +02:00
backward.lean
chore(library/init): definition => def
2016-10-06 16:04:12 -07:00
coinductive_predicates.lean
refactor(library/tactic/user_attribute,init/meta/attribute): merge caching_user_attribute into user_attribute
2017-09-05 23:14:34 +02:00
comp_value_tactics.lean
feat(frontends/lean): add support for t.<id> and t.<idx> when t is a composite term
2017-03-28 17:47:49 -07:00
congr_lemma.lean
refactor(library/init/meta/congr_lemma): cleanup congr_lemma API
2017-01-31 16:46:13 -08:00
congr_tactic.lean
fix(library/congr_lemma): always return heq in mk_hcongr_lemma
2017-08-29 16:36:37 +02:00
constructor_tactic.lean
fix(library/init/meta/constructor_tactic): fixes #1771
2017-07-28 09:45:51 +01:00
contradiction_tactic.lean
feat(frontends/lean): swap (t) and ``(t) semantics
2017-05-15 09:41:31 -07:00
decl_cmds.lean
feat(library/init/meta): move rb_tree and rb_map to native namespace
2017-11-07 13:41:45 -08:00
declaration.lean
feat(init/meta/mk_has_reflect_instance): add derive_handler for has_reflect
2017-09-11 16:56:03 -07:00
default.lean
feat(init/meta/mk_has_reflect_instance): add derive_handler for has_reflect
2017-09-11 16:56:03 -07:00
derive.lean
chore(init/meta/derive): remove inhabited derive handler for now
2017-09-14 18:48:18 +02:00
environment.lean
feat(library/init/meta/environment): expose function to unfold all macros
2017-07-18 19:49:53 +01:00
exceptional.lean
refactor(library): add has_to_string back (but it produces unquoted values)
2017-06-18 18:30:10 -07:00
expr.lean
refactor(library/init): remove has_cmp and is_ordering type classes
2017-11-14 08:33:24 -08:00
format.lean
feat(library/init/data/string): string as a list of unicode scalar values, and iterator abstraction
2017-10-23 10:55:26 -07:00
fun_info.lean
feat(library/init/data/string): string as a list of unicode scalar values, and iterator abstraction
2017-10-23 10:55:26 -07:00
has_reflect.lean
feat(init/meta/mk_has_reflect_instance): add derive_handler for has_reflect
2017-09-11 16:56:03 -07:00
hole_command.lean
chore(library): remove workarounds for issue #1682
2017-06-19 16:09:12 -07:00
injection_tactic.lean
fix(library/init/meta/injection_tactic): fixes #1805
2017-09-05 14:20:22 -07:00
interaction_monad.lean
fix(library/init/meta): make sure rw still produces useful error messages
2017-06-21 20:58:59 -07:00
interactive.lean
fix(interactive): fix focus tactic.
2017-11-03 12:58:48 -07:00
interactive_base.lean
feat(init/meta/mk_has_reflect_instance): add derive_handler for has_reflect
2017-09-11 16:56:03 -07:00
level.lean
refactor(library/init): remove has_cmp and is_ordering type classes
2017-11-14 08:33:24 -08:00
match_tactic.lean
feat(library/tactic/match_tactic): automatically convert metavariables occurring in patterns into temporary metavariables (i.e., which are considered during matching)
2017-06-29 11:39:18 -07:00
mk_dec_eq_instance.lean
refactor(library/init): remove has_cmp and is_ordering type classes
2017-11-14 08:33:24 -08:00
mk_has_reflect_instance.lean
chore(init/meta/mk_has_reflect_instance): disallow indexed families for now
2017-09-14 18:48:18 +02:00
mk_has_sizeof_instance.lean
fix(library/init/meta/mk_has_sizeof_instance): indexed families
2017-09-12 15:17:34 -07:00
mk_inhabited_instance.lean
feat(init/meta/derive): implement [derive] attribute
2017-09-05 23:14:34 +02:00
name.lean
refactor(library/init): remove has_cmp and is_ordering type classes
2017-11-14 08:33:24 -08:00
occurrences.lean
refactor(library): has_to_string ==> has_repr
2017-06-18 18:29:19 -07:00
options.lean
feat(frontends/lean): no global universes in the frontend
2017-02-08 17:23:04 -08:00
pexpr.lean
feat(init/meta/pexpr): allow creating structure instance pre-terms
2017-10-11 16:13:34 +02:00
rb_map.lean
refactor(library/init): remove has_cmp and is_ordering type classes
2017-11-14 08:33:24 -08:00
rec_util.lean
chore(library): convert comments to docstrings
2017-06-12 15:17:00 +02:00
ref.lean
chore(library): convert comments to docstrings
2017-06-12 15:17:00 +02:00
relation_tactics.lean
fix(library/init/meta/relation_tactics,library/tactic/subst_tactic): fixes #1772
2017-08-21 14:51:30 -07:00
rewrite_tactic.lean
feat(init/meta/interactive): rw at *, rw at h1 h2 |- support
2017-07-28 16:47:02 +01:00
set_get_option_tactics.lean
chore(library/init): definition => def
2016-10-06 16:04:12 -07:00
simp_tactic.lean
refactor(library/tactic/user_attribute,init/meta/attribute): merge caching_user_attribute into user_attribute
2017-09-05 23:14:34 +02:00
tactic.lean
feat(library/tactic/kabstract): expose kabstract to VM
2017-08-14 11:41:54 +02:00
task.lean
feat(init): add default value proofs to the monadic hierarchy
2017-03-27 13:42:08 -07:00
transfer.lean
chore(init/category/combinators): remove monad.for
2017-07-26 11:52:11 +01:00
vm.lean
feat(init/meta/mk_has_reflect_instance): add derive_handler for has_reflect
2017-09-11 16:56:03 -07:00
well_founded_tactics.lean
feat(library/vm/vm_string): add builtin VM implementation for string.has_decidable_eq
2017-10-23 10:55:26 -07:00