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
/
main.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restrict public API to its most minimal expression
Nadrieril
2019-04-12
1
-79
/
+81
*
s/load_from/parse/
Nadrieril
2019-04-10
1
-1
/
+1
*
Restrict public API
Nadrieril
2019-04-07
1
-11
/
+9
*
Remove evil Deref impl
Nadrieril
2019-03-31
1
-1
/
+1
*
Make SubExpr a newtype
Nadrieril
2019-03-31
1
-2
/
+1
*
Reorganize dhall_core a bit
Nadrieril
2019-03-21
1
-1
/
+1
*
Considerably simplify subst, shift and typechecking
Nadrieril
2019-03-18
1
-1
/
+1
*
Use Rc consistently everywhere
Nadrieril
2019-03-17
1
-3
/
+4
*
Obey clippy lints
Nadrieril
2019-03-09
1
-2
/
+2
*
Remove the pervasive Label type parameter
Nadrieril
2019-03-09
1
-1
/
+1
*
Use new Label type everywhere
Nadrieril
2019-03-09
1
-3
/
+2
*
Use new Label type instead of &str in parser
Nadrieril
2019-03-09
1
-2
/
+2
*
First import works !
Nadrieril
2019-03-09
1
-1
/
+2
*
Rename Expr back to its true name
Nadrieril
2019-03-08
1
-1
/
+1
*
Finally get rid of all the &'i str
Nadrieril
2019-03-08
1
-1
/
+1
*
Slowly propagate the new type parameter throughout the codebase
Nadrieril
2019-03-08
1
-1
/
+1
*
Finally get rid of old parser
Nadrieril
2019-03-06
1
-28
/
+2
*
Start parsing imports
Nadrieril
2019-03-06
1
-3
/
+1
*
Merge dhall_normalize back into dhall; that was unnecessary
Nadrieril
2019-03-06
1
-1
/
+0
*
Split-off normalization into its own crate
Nadrieril
2019-03-06
1
-0
/
+1
*
Split-off core into its own crate
Nadrieril
2019-03-06
1
-0
/
+1
*
rustfmt
Nadrieril
2019-03-06
1
-8
/
+27
*
Add parser/failure tests from spec
Nadrieril
2019-03-02
1
-1
/
+1
*
Split abnf_to_pest and dhall into their own crates
Nadrieril
2019-03-01
1
-0
/
+101