index
:
dhall_rust
derive-macro
substitutions
working copy forked from https://github.com/Nadrieril/dhall-rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dhall
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-06-25
ci: run tests on windows
Nadrieril
1
-7
/
+26
2020-06-24
test: use errors instead of panics to signify test failure
Nadrieril
3
-74
/
+96
2020-06-24
refactor: remove old test harness
Nadrieril
4
-710
/
+16
2020-06-24
refactor: refactor spec tests a bit
Nadrieril
1
-189
/
+177
2020-06-24
test: write custom test harness for tests
Nadrieril
3
-2
/
+695
2020-06-24
fix: panic on remote import on wasm
Nadrieril
2
-10
/
+5
2020-06-24
chore: remove unused dependencies using cargo-udeps
Nadrieril
1
-1
/
+0
2020-06-24
chore: upgrade dependencies using cargo-outdated
Nadrieril
1
-2
/
+2
2020-06-24
chore: reduce crate size using cargo-diet
Nadrieril
1
-0
/
+1
2020-06-20
fix(ci): grammar sync test fails spuriously on ci
Nadrieril
1
-0
/
+1
2020-06-20
fix: assuage clippy on ci
Nadrieril
1
-3
/
+3
2020-05-30
Release dhall version 0.5.3
Nadrieril
2
-2
/
+2
2020-05-30
Commit grammar file locally
Nadrieril
3
-1
/
+966
2020-05-30
Use dhall.abnf directly instead of via symlink
Nadrieril
2
-3
/
+2
2020-05-30
Refactor cache path resolution
Nadrieril
1
-62
/
+21
2020-05-30
Fix cache path resolution on wasm
Nadrieril
1
-0
/
+7
2020-05-30
Make reqwest build on wasm
Nadrieril
3
-6
/
+23
2020-05-15
test: Add remaining tests for cache
fteychene
1
-0
/
+398
2020-05-15
fixup! test: Add some unit tests for cache
fteychene
1
-30
/
+55
2020-05-15
fixup! test: Add some unit tests for cache
fteychene
1
-56
/
+32
2020-05-15
fixup! fixup! Release serde_dhall version 0.5.2
fteychene
1
-31
/
+55
2020-05-15
test: Add some unit tests for cache
fteychene
2
-12
/
+122
2020-05-15
fixup! Release serde_dhall version 0.5.2
fteychene
3
-55
/
+68
2020-05-15
feat: Add cache resolution on resolve
fteychene
6
-33
/
+211
2020-04-12
Release dhall version 0.5.2
Nadrieril
2
-2
/
+2
2020-04-10
Deserialize `Prelude.Map` and `toMap` to a map instead of a list
Nadrieril
3
-5
/
+11
2020-04-09
Move Label escaping out of its Display impl
Nadrieril
3
-21
/
+35
2020-04-09
Remove potentially problematic change detection in build.rs
Nadrieril
1
-6
/
+1
2020-04-09
Release dhall version 0.5.1
Nadrieril
2
-2
/
+2
2020-04-09
Force a version of pest_generator that uses quote 1.0
Nadrieril
1
-1
/
+1
2020-04-07
Clippy
Nadrieril
1
-3
/
+3
2020-04-07
Split operations module into submodules
Nadrieril
4
-397
/
+414
2020-04-07
Implement remaining record simplification
Nadrieril
2
-12
/
+22
2020-04-07
Swap diff order in tests for UI files
Nadrieril
1
-1
/
+1
2020-04-07
Move duplicate field checking to parser
Nadrieril
23
-402
/
+131
2020-04-06
Move BinOp and Builtin definitions in the relevant module
Nadrieril
11
-179
/
+180
2020-04-06
Move builtins module up a level
Nadrieril
5
-7
/
+6
2020-04-06
Extract operation-related code to a new module
Nadrieril
12
-881
/
+898
2020-04-06
Only need to store OpKind in Nir
Nadrieril
2
-82
/
+77
2020-04-06
Fix normalization bug
Nadrieril
1
-49
/
+49
2020-04-06
oops
Nadrieril
1
-1
/
+1
2020-04-06
Avoid a few allocations
Nadrieril
2
-16
/
+20
2020-04-06
Factor our operations in normalization
Nadrieril
2
-300
/
+257
2020-04-06
Factor out operations in typecheck
Nadrieril
2
-417
/
+438
2020-04-06
Split off operations from main expr enum
Nadrieril
11
-353
/
+424
2020-04-05
Fix import bug
Nadrieril
2
-15
/
+12
2020-04-05
Check code hashes in import
Nadrieril
6
-18
/
+55
2020-04-05
Add semantic-hash tests
Nadrieril
3
-1
/
+32
2020-04-05
Release dhall version 0.5.0
Nadrieril
2
-2
/
+2
2020-04-05
Release abnf_to_pest version 0.5.0
Nadrieril
1
-1
/
+1
[next]