Commit graph

239 commits

Author SHA1 Message Date
Corey Richardson
eda6660b2d doc(msys2): add notes about installation 2017-06-30 08:04:14 +02:00
Leonardo de Moura
e1c76578c1 chore(tests/lean/run, doc/changes): more tests and document new feature 2017-06-29 17:12:04 -07:00
Leonardo de Moura
eb838c78bf doc(changes): simp improvement 2017-06-28 18:29:44 -07:00
Sebastian Ullrich
16fe494736 feat(frontends/lean/scanner): accept arbitrary escaped identifiers 2017-06-28 10:43:19 -07:00
Leonardo de Moura
98ba6666dc doc(changes): apply tactic
closes #1342
2017-06-27 18:44:54 -07:00
Sebastian Ullrich
46873d32ae chore(doc/changes): update changelog 2017-06-27 22:08:45 +02:00
Leonardo de Moura
d666742219 doc(changes): update 2017-06-22 08:07:25 -07:00
Leonardo de Moura
14d768ffa2 feat(library/init/meta/interactive): add simp_all tactic
@Armael I added the simp_all tactic. See new test for an example.
2017-06-21 20:43:56 -07:00
Leonardo de Moura
058d073cba feat(library/init/meta/interactive): allow user to write rw [f] to rewrite using the equational lemmas for f
The tactic succeeds if the expression can be rewritten using one of the
equational lemmas associated with `f`.

See discussion at #1680
2017-06-21 18:56:18 -07:00
Leonardo de Moura
b9dee04fdb feat(library/tactic/simplify): add single_pass simplifier option (default is false) 2017-06-21 16:41:54 -07:00
Sebastian Ullrich
565e583915 chore(doc/changes): fix link 2017-06-21 13:23:02 -07:00
Sebastian Ullrich
676e8eee6c chore(doc/changes): update changelog 2017-06-21 13:22:47 -07:00
Leonardo de Moura
1fb6c5b211 doc(changes): update 2017-06-19 11:24:17 -07:00
Leonardo de Moura
75ec32de94 doc(changes): has_repr and has_to_string 2017-06-18 18:40:29 -07:00
Leonardo de Moura
3ea5ac4340 chore(*): update change log, and bump work in progress version to 3.2.1 2017-06-18 11:15:09 -07:00
Sebastian Ullrich
d994da97c1 chore(doc/changes): fix link 2017-06-16 16:17:25 +02:00
Leonardo de Moura
7b69d829c3 doc(changes): add hole command feature 2017-06-15 07:40:19 -07:00
Leonardo de Moura
bce1f10ae4 doc(doc/changes): add missing features/changes 2017-06-14 23:12:18 -07:00
Jeremy Avigad
a045b0f00c feat(doc/changes.md): create change log 2017-06-14 22:42:08 -07:00
Gabriel Ebner
0e864e5e9f chore(doc/bin/README): remove options that no longer exist 2017-06-12 15:42:40 +02:00
Jared Roesch
952eb63d96 chore(doc/make/osx): add build instructions to mac OS 2017-05-25 17:03:15 -07:00
Leonardo de Moura
969472af4f chore(doc): remove old todo list 2017-04-16 09:49:21 -07:00
Gabriel Ebner
7e3be51a52 chore(*): remove last remnants of mpfr 2017-02-24 21:42:58 +01:00
Leonardo de Moura
7eef501ae1 chore(*): remove mpfr dependency
closes #1380
2017-02-17 20:36:53 -08:00
Leonardo de Moura
3d603ec28e feat(kernel,library,frontends/lean,api): remove global universe levels from kernel and APIs 2017-02-08 17:41:44 -08:00
Gabriel Ebner
f404e8a2be feat(library/export,checker): add basic support for mixfix notation 2017-01-31 10:20:56 +01:00
Gabriel Ebner
54820506e4 feat(library/export): export quotient initialization 2017-01-31 10:20:55 +01:00
Gabriel Ebner
4f3e603556 chore(doc/export_format): update export format description 2017-01-31 09:39:31 +01:00
Leonardo de Moura
b3ef489b9a chore(doc/make/cygwin): we do not support cygwin anymore (only MSYS2) 2016-12-23 10:01:08 -08:00
Leonardo de Moura
61c9fdd908 chore(doc/lean): remove unnecessary files 2016-12-23 10:00:30 -08:00
Leonardo de Moura
8027e3c0e2 chore(doc/lean): remove old documentation 2016-12-23 09:58:45 -08:00
Andrew Ashworth
3153b72415 fix(doc/make/msys2): incorrect build instructions
-D CMAKE_BUILD_TYPE=Release does nothing since the default build type is Release. Also, it should be enclosed in quotes "-D CMAKE_BUILD_TYPE=Release", otherwise the shell/cmake fails to properly interpret the arguments.
2016-12-15 10:07:01 -08:00
Leonardo de Moura
8e64665259 chore(src/CMakeLists): remove support for optional Boost 2016-12-03 11:34:58 -08:00
Gabriel Ebner
b7e781684f chore(doc/make/msys2): update msys2 build instructions 2016-12-02 17:01:58 -08:00
Gabriel Ebner
92f07720f2 refactor(emacs/load-lean): install emacs dependencies directly from (M)ELPA 2016-12-02 16:50:50 -08:00
Leonardo de Moura
222f4af898 chore(doc/make/msys2): add Win 10 2016-12-01 13:54:25 -08:00
Leonardo de Moura
f7e8e73186 fix(doc/make/msys2): we don't need lua anymore 2016-12-01 13:53:15 -08:00
Leonardo de Moura
110240e540 chore(doc/make/ubuntu-16-04): improve build instructions 2016-12-01 13:47:00 -08:00
Gabriel Ebner
db67c1fde3 chore(CMakeLists): make python dependency optional 2016-11-30 11:27:02 -05:00
Leonardo de Moura
6616f661f9 chore(doc/make/msys2): Remove Lua from installation instructions 2016-11-16 15:57:19 -08:00
Leonardo de Moura
a551de8f36 doc(*): remove Lua from the list of required packages 2016-11-04 14:05:05 -07:00
zjhmale
9c23a3ded3 doc(make): change g++-4.9 to g++
now if use g++4.9 as compiler flag on OSX, it will produce error message
that

```
CMake Error at CMakeLists.txt:2 (project):
  The CMAKE_CXX_COMPILER:

    g++-4.9

  is not a full path and was not found in the PATH.

  Tell CMake where to find the compiler by setting
  either the environment variable "CXX" or the CMake cache entry
  CMAKE_CXX_COMPILER to the full path to the compiler, or to the
  compiler name if it is in the PATH.
```
2016-10-05 15:38:22 -07:00
Leonardo de Moura
16c9fd8c9d chore(doc/bin/README): update doc 2016-09-27 17:20:57 -07:00
Leonardo de Moura
fb6651adb1 chore(doc/intro): delete old doc 2016-09-27 16:35:54 -07:00
Leonardo de Moura
ba1df30099 chore(emacs): simplify emacs mode
The --server option has been deleted. In the future, we will replace it
with a simpler protocol (similar to the one we use for implementing
"show id/keyword information")
2016-09-19 19:41:22 -07:00
Daniel Selsam
ed311ae1cd doc(make/ubuntu-16.04): simplified instructions for Ubuntu 16.04 2016-06-22 17:17:44 -07:00
Leonardo de Moura
d84a20d68b remove(frontends/lean/server): FINDG command 2016-03-03 10:12:24 -08:00
Sebastian Ullrich
2a35c0f49b feat(script): add .md link checker script 2016-02-23 10:11:24 -08:00
Leonardo de Moura
f67181baf3 chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
Jeremy Avigad
e14a2aaf3c feat(doc/lean/library_style.org): clarify C_of_A_of_B convention 2015-12-31 15:16:57 -08:00