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
/
semantics
/
parse.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-03-31
Brutally make all of dhall pub
Nadrieril
1
-5
/
+5
2020-03-05
Implement remote imports and cleanup import chaining
Nadrieril
1
-5
/
+13
2020-03-05
Implement `as Text` imports
Nadrieril
1
-3
/
+2
2020-01-30
Move parse and resolve up a level
Nadrieril
1
-1
/
+1
2020-01-30
Move main API to lib.rs
Nadrieril
1
-1
/
+1
2019-12-20
Move error module to root of crate
Nadrieril
1
-1
/
+1
2019-12-17
Move binary encoding/decoding to syntax/
Nadrieril
1
-1
/
+1
2019-12-15
Refer to semantics module properly
Nadrieril
1
-4
/
+4
2019-12-15
Avoid mention of `crate::` outside of top-level imports
Nadrieril
1
-4
/
+4
2019-12-15
Move contents of dhall under a semantics submodule
Nadrieril
1
-0
/
+0
2019-12-15
Reexport dhall_syntax as a module in dhall
Nadrieril
1
-1
/
+1
2019-08-16
Reduce api surface of dhall crate
Nadrieril
1
-4
/
+4
2019-08-13
No need to track the absence of `Span`s at the type level
Nadrieril
1
-2
/
+2
2019-05-12
Implement binary encoding
Nadrieril
1
-0
/
+6
2019-05-09
Make visibilities more consistent
Nadrieril
1
-3
/
+3
2019-05-09
Generate normalization tests automatically
Nadrieril
1
-7
/
+0
2019-05-07
Clean up some of the SubExpr type-changing methods
Nadrieril
1
-1
/
+1
2019-05-06
Reorganize dhall into a phase structure
Nadrieril
1
-0
/
+38