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