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
/
syntax
/
binary
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Untangle caching code
Nadrieril
2020-11-01
1
-1
/
+1
*
Roll our own Value for binary decoding
Nadrieril
2020-10-30
1
-12
/
+162
*
Don't use serde_cbor::Value in binary encoding
Nadrieril
2020-10-30
1
-40
/
+40
*
spec: Enable `with` optimizations
Nadrieril
2020-09-14
2
-0
/
+25
*
Move duplicate field checking to parser
Nadrieril
2020-04-07
1
-10
/
+3
*
Move BinOp and Builtin definitions in the relevant module
Nadrieril
2020-04-06
2
-5
/
+7
*
Extract operation-related code to a new module
Nadrieril
2020-04-06
2
-3
/
+5
*
Split off operations from main expr enum
Nadrieril
2020-04-06
2
-29
/
+38
*
Brutally make all of dhall pub
Nadrieril
2020-03-31
3
-4
/
+4
*
Remove top-level Expr aliases
Nadrieril
2020-03-31
1
-1
/
+1
*
Rename LitKind to NumKind
Nadrieril
2020-03-31
2
-13
/
+13
*
Run clippy
Nadrieril
2020-03-17
2
-51
/
+84
*
Implement remote imports and cleanup import chaining
Nadrieril
2020-03-05
2
-19
/
+19
*
Add support for duplicate record fields
Nadrieril
2020-02-20
1
-3
/
+10
*
Introduce LitKind to factor out common enum nodes
Nadrieril
2020-02-11
2
-13
/
+14
*
Remove the Embed variant from ExprKind
Nadrieril
2020-02-11
2
-30
/
+16
*
Move main API to lib.rs
Nadrieril
2020-01-30
1
-1
/
+1
*
rustfmt
Nadrieril
2019-12-22
1
-3
/
+1
*
Implement parsing for record completion
Nadrieril
2019-12-22
2
-0
/
+8
*
s/RawExpr/UnspannedExpr/
Nadrieril
2019-12-20
1
-2
/
+3
*
s/ExprF/ExprKind/
Nadrieril
2019-12-20
2
-12
/
+14
*
Move error module to root of crate
Nadrieril
2019-12-20
2
-2
/
+2
*
Split binary decoding and encoding into separate files
Nadrieril
2019-12-17
3
-318
/
+327
*
Split syntax module between text and binary
Nadrieril
2019-12-17
2
-0
/
+751