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
/
decode.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move BinOp and Builtin definitions in the relevant module
Nadrieril
2020-04-06
1
-1
/
+3
*
Extract operation-related code to a new module
Nadrieril
2020-04-06
1
-1
/
+2
*
Split off operations from main expr enum
Nadrieril
2020-04-06
1
-15
/
+19
*
Brutally make all of dhall pub
Nadrieril
2020-03-31
1
-1
/
+1
*
Remove top-level Expr aliases
Nadrieril
2020-03-31
1
-1
/
+1
*
Rename LitKind to NumKind
Nadrieril
2020-03-31
1
-8
/
+8
*
Run clippy
Nadrieril
2020-03-17
1
-49
/
+82
*
Implement remote imports and cleanup import chaining
Nadrieril
2020-03-05
1
-5
/
+5
*
Introduce LitKind to factor out common enum nodes
Nadrieril
2020-02-11
1
-9
/
+9
*
Remove the Embed variant from ExprKind
Nadrieril
2020-02-11
1
-1
/
+1
*
Move main API to lib.rs
Nadrieril
2020-01-30
1
-1
/
+1
*
Implement parsing for record completion
Nadrieril
2019-12-22
1
-0
/
+5
*
s/RawExpr/UnspannedExpr/
Nadrieril
2019-12-20
1
-2
/
+3
*
s/ExprF/ExprKind/
Nadrieril
2019-12-20
1
-6
/
+6
*
Move error module to root of crate
Nadrieril
2019-12-20
1
-1
/
+1
*
Split binary decoding and encoding into separate files
Nadrieril
2019-12-17
1
-0
/
+437