..
.gitignore
chore(tests/compiler): add .gitignore
2019-02-08 16:59:17 -08:00
append.lean
chore(tests): fix tests
2019-07-17 10:46:35 -07:00
append.lean.expected.out
chore(tests/compiler/append): add expected output
2019-02-09 20:02:26 +01:00
array_test.lean
chore(tests): fix tests
2019-07-17 10:46:35 -07:00
array_test.lean.expected.out
feat(library/init/data/array/basic): add Array.filter
2019-05-02 09:51:08 -07:00
array_test2.lean
chore(tests): fix tests
2019-07-17 10:46:35 -07:00
array_test2.lean.expected.out
feat(library/init/data/array/basic): array helper functions
2019-04-28 10:10:24 -07:00
binomial.lean
chore(tests/compiler/binomial): lower input size
2019-08-02 10:25:54 +02:00
binomial.lean.expected.out
chore(tests/compiler/binomial): lower input size
2019-08-02 10:25:54 +02:00
bytearray_bug.lean
chore(tests): fix tests
2019-07-17 10:46:35 -07:00
bytearray_bug.lean.expected.out
fix(library/compiler): ByteArray bug
2019-06-03 15:01:16 -07:00
closure_bug1.lean
fix(library/init/lean/compiler/ir/emitcpp): header of big boxed functions
2019-07-08 21:52:01 -07:00
closure_bug1.lean.expected.out
fix(library/init/lean/compiler/ir/emitcpp): header of big boxed functions
2019-07-08 21:52:01 -07:00
expr.lean
chore(tests): fix tests
2019-07-17 10:46:35 -07:00
expr.lean.expected.out
chore(tests/compiler/expr): fix test output
2019-08-04 13:30:11 -07:00
float_cases_bug.lean
fix(library/compiler/csimp): bug at float_cases_on
2019-08-05 13:23:27 -07:00
float_cases_bug.lean.expected.out
fix(library/compiler/csimp): bug at float_cases_on
2019-08-05 13:23:27 -07:00
lazylist.lean
chore(frontends/lean): fun x, e ==> fun x => e
2019-07-02 13:22:11 -07:00
lazylist.lean.expected.out
test(tests/compiler/lazylist): new test for closures and thunks
2019-03-29 15:00:52 -07:00
map_big.lean
chore(tests): fix tests
2019-07-17 10:46:35 -07:00
map_big.lean.expected.out
fix(library/compiler/specialize): avoid work duplication in the specializer
2019-03-08 11:21:49 -08:00
partial.lean
chore(tests): fix tests
2019-07-17 10:46:35 -07:00
partial.lean.expected.out
feat(library/equations_compiler): add support for partial definitions
2019-03-27 11:09:32 -07:00
phashmap.lean
test(tests/compiler/phashmap): add PersistentHashMap test
2019-08-02 13:31:29 -07:00
phashmap.lean.expected.out
test(tests/compiler/phashmap): add PersistentHashMap test
2019-08-02 13:31:29 -07:00
phashmap2.lean
test(tests/compiler): PersistentHashMap tests
2019-08-02 14:23:13 -07:00
phashmap2.lean.expected.out
test(tests/compiler): PersistentHashMap tests
2019-08-02 14:23:13 -07:00
phashmap3.lean
test(tests/compiler): PersistentHashMap tests
2019-08-02 14:23:13 -07:00
phashmap3.lean.expected.out
test(tests/compiler): PersistentHashMap tests
2019-08-02 14:23:13 -07:00
rbmap.lean
chore(frontends/lean): fun x, e ==> fun x => e
2019-07-02 13:22:11 -07:00
rbmap.lean.expected.out
feat(library/init/data/rbmap): add erase
2019-05-04 15:58:30 -07:00
reusebug.lean
chore(tests): fix do syntax in tests
2019-06-30 13:04:34 +02:00
reusebug.lean.expected.out
fix(library/init/lean/compiler/ir/resetreuse): typo
2019-05-22 08:45:29 -07:00
str.lean
chore(tests): fix tests
2019-07-17 10:46:35 -07:00
str.lean.expected.out
feat(library/init/data/string): add String.isPrefixOf
2019-06-06 14:20:50 -07:00
strictAndOr.lean
feat(library/init/lean/compiler/constfolding): constant folding for strictAnd and strictOr
2019-04-05 16:51:29 -07:00
strictAndOr.lean.expected.out
feat(library/init/lean/compiler/constfolding): constant folding for strictAnd and strictOr
2019-04-05 16:51:29 -07:00
strictOrSimp.lean
test(tests/compiler): add new test
2019-04-05 16:58:47 -07:00
strictOrSimp.lean.expected.out
test(tests/compiler): add new test
2019-04-05 16:58:47 -07:00
t1.lean
chore(tests): port tests, fix at least compiler tests
2019-03-21 15:11:05 -07:00
t1.lean.expected.out
feat(tests/compiler): add first test
2019-02-07 12:14:25 -08:00
t2.lean
chore(tests): fix tests
2019-07-17 10:46:35 -07:00
t2.lean.expected.out
chore(tests/compiler/t2): fix test
2019-02-15 12:13:45 -08:00
t4.lean
chore(tests): fix tests
2019-07-17 10:46:35 -07:00
t4.lean.expected.out
fix(library/compiler/emit_cpp): tail call
2019-05-21 23:07:10 -07:00
termparsertest1.lean
fix(library/init/lean/parser): use symbolOrIdent when parsing max and imax
2019-07-14 08:22:07 -07:00
termparsertest1.lean.expected.out
chore(tests/compiler/termparsertest1): fix test
2019-07-16 13:40:02 -07:00
test_single.sh
chore(tests): compile tests using -O3 again
2019-03-18 17:55:28 +01:00
thunk.lean
chore(tests): fix tests
2019-07-17 10:46:35 -07:00
thunk.lean.expected.out
test(tests/compiler): add thunk test
2019-02-08 11:01:33 -08:00
uint_fold.lean
chore(tests): fix tests
2019-07-17 10:46:35 -07:00
uint_fold.lean.expected.out
test(tests/compiler): uint constant folding tests
2019-02-15 14:53:29 -08:00