lean4-htt/src
Leonardo de Moura 7c0216595e fix: remove duplicate error messages due to variable(s)
In Lean4, we re-elaborate `variable`(s) for each command, but we don't
want the error messages due to `variable` to appear in the log
multiple times.
2020-09-14 12:44:25 -07:00
..
bin fix: build 2020-06-25 15:30:11 -07:00
cmake chore: remove test special case 2020-05-04 11:11:11 +02:00
frontends/lean fix: bug in the old frontend 2020-09-11 14:12:03 -07:00
include/lean doc: task_object state machine 2020-09-14 17:57:33 +02:00
Init feat: more IO Task functions 2020-09-14 17:57:33 +02:00
initialize chore: use src/Lean.lean to initialize lean 2020-05-26 13:54:13 -07:00
kernel chore: no Task in Theorem 2020-09-03 08:47:55 -07:00
Lean fix: remove duplicate error messages due to variable(s) 2020-09-14 12:44:25 -07:00
library fix: interpreter thread-unsafety 2020-09-14 17:57:33 +02:00
runtime fix: reintroduce code that cancels all remaining tasks on task manager shutdown 2020-09-14 17:57:33 +02:00
shared
shell feat: lean: initialize task manager from -j flag 2020-09-14 17:57:33 +02:00
Std chore: remove HasEmptyc workarounds 2020-09-11 14:28:42 -07:00
tests/util chore: checkInterrupted ~> checkCanceled, requestInterrupt ~> cancel 2020-09-14 17:57:33 +02:00
util chore: fix includes 2020-05-22 14:17:25 -07:00
CMakeLists.txt chore: clean up stage 0 executable build 2020-07-03 19:26:00 +02:00
config.h.in
CTestConfig.cmake
CTestCustom.cmake.in
githash.h.in
Init.lean chore: move ShareCommon to Std 2020-06-25 11:45:29 -07:00
Lean.lean feat: add InternalExceptionId.lean 2020-08-21 13:06:31 -07:00
lean.mk.in chore: speedcenter: benchmark actual, parallel stdlib build 2020-08-24 13:43:44 +02:00
memcheck.supp
Std.lean chore: move ShareCommon to Std 2020-06-25 11:45:29 -07:00
stdlib.make.in chore: speedcenter: benchmark actual, parallel stdlib build 2020-08-24 13:43:44 +02:00
version.h.in