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
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
1
-21
/
+33
2020-04-09
Release dhall version 0.5.1
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
1
-9
/
+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
9
-361
/
+90
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
1
-9
/
+11
2020-04-05
Check code hashes in import
Nadrieril
4
-14
/
+47
2020-04-05
Add semantic-hash tests
Nadrieril
1
-1
/
+11
2020-04-05
Release dhall version 0.5.0
Nadrieril
1
-1
/
+1
2020-04-05
Fix clippy warnings
Nadrieril
3
-9
/
+9
2020-03-31
Reorganize API and internals of serde_dhall a bit
Nadrieril
1
-1
/
+1
2020-03-31
Introduce option builder
Nadrieril
3
-5
/
+14
2020-03-31
Move Value, SimpleValue and SimpleType to serde
Nadrieril
3
-230
/
+4
2020-03-31
Brutally make all of dhall pub
Nadrieril
27
-120
/
+120
2020-03-31
Revert "Start overengineering SimpleVal/Ty"
Nadrieril
1
-120
/
+31
2020-03-31
Start overengineering SimpleVal/Ty
Nadrieril
1
-31
/
+120
2020-03-31
Nir::normalize isn't useful
Nadrieril
4
-90
/
+3
2020-03-31
Improve handling of builtin types in Nir
Nadrieril
5
-86
/
+66
2020-03-31
Move conversion to SimpleVal/Ty to simple module
Nadrieril
3
-84
/
+84
2020-03-31
Use dhall::Value more in serde
Nadrieril
1
-1
/
+1
2020-03-31
Remove top-level Expr aliases
Nadrieril
8
-45
/
+32
2020-03-31
Rename LitKind to NumKind
Nadrieril
11
-101
/
+101
2020-03-31
Limit dependency on Normalized
Nadrieril
2
-84
/
+42
2020-03-31
Remove Normalized and friends from public API
Nadrieril
3
-31
/
+20
2020-03-31
Add new Value type in API
Nadrieril
2
-6
/
+62
2020-03-31
Add SimpleType to mirror SimpleValue
Nadrieril
3
-3
/
+103
2020-03-31
Add SimpleValue type to facilitate deserialization
Nadrieril
3
-2
/
+71
2020-03-31
Fix indexing for spans that go to the end of the input
Nadrieril
1
-5
/
+7
2020-03-31
Upgrade annotate-snippets version
Nadrieril
2
-12
/
+4
2020-03-20
Add coverage gathering with grcov
Nadrieril
1
-7
/
+17
2020-03-20
Remove more unnecessary parens in printer
Nadrieril
3
-10
/
+35
2020-03-20
Commit output of printer
Nadrieril
1
-23
/
+23
2020-03-20
Parse RFC3986 URLs
Nadrieril
2
-2
/
+22
2020-03-18
Update to latest pest_consume to remove spurious clippy warning
Nadrieril
1
-1
/
+0
2020-03-18
Cut release
Nadrieril
1
-1
/
+1
2020-03-17
Remove never_type feature
Nadrieril
4
-19
/
+19
2020-03-17
Run clippy
Nadrieril
16
-126
/
+172
[next]