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_syntax
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-12
Refactor of File to be the combination of Directory and the file name,
FintanH
3
-19
/
+154
2019-08-03
Update dhall-lang submodule
Nadrieril
1
-0
/
+1
2019-08-03
Update dhall-lang submodule
Nadrieril
3
-9
/
+18
2019-05-12
Tweak
Nadrieril
1
-12
/
+12
2019-05-12
clippy
Nadrieril
3
-5
/
+4
2019-05-12
Implement binary encoding
Nadrieril
5
-50
/
+106
2019-05-10
oops
Nadrieril
1
-0
/
+1
2019-05-10
Write a custom map type that allows duplicates
Nadrieril
5
-39
/
+215
2019-05-09
Small utility SubExpr::from_builtin
Nadrieril
1
-0
/
+4
2019-05-09
ExprF need not be generic in Label
Nadrieril
3
-194
/
+94
2019-05-09
Make shift fallible and improve shift ergonomics
Nadrieril
1
-9
/
+13
2019-05-09
Detect duplicate record fields in typecheck
Nadrieril
3
-31
/
+37
2019-05-09
Update dhall-lang submodule
Nadrieril
2
-27
/
+68
2019-05-08
Rename the record combining operators internally
Nadrieril
3
-11
/
+11
2019-05-08
Implement normalization of missing builtins
Nadrieril
1
-1
/
+12
2019-05-07
Don't discard normalization work done by typechecking
Nadrieril
1
-1
/
+1
2019-05-07
Reorganize dhall_syntax
Nadrieril
8
-8
/
+12
2019-05-07
Clean up some of the SubExpr type-changing methods
Nadrieril
2
-108
/
+16
2019-05-04
We actually don't need SubExpr::shift anymore
Nadrieril
1
-81
/
+0
2019-05-04
Revert "Make SubExpr generic in the variable labels type"
Nadrieril
4
-218
/
+187
2019-05-04
Revert "Recover arrow type detection"
Nadrieril
2
-47
/
+19
2019-05-04
Recover arrow type detection
Nadrieril
2
-19
/
+47
2019-05-04
Make SubExpr generic in the variable labels type
Nadrieril
4
-187
/
+218
2019-05-04
Thread Spans through the AST
Nadrieril
3
-127
/
+139
2019-05-04
Move `Note`s into the spine of the AST
Nadrieril
4
-235
/
+80
2019-05-04
Remove dummy lifetimes
Nadrieril
1
-58
/
+55
2019-05-04
Replace pest::Span with a custom non-borrowing implementation
Nadrieril
1
-25
/
+50
2019-05-04
Rename dhall_core to dhall_syntax
Nadrieril
9
-0
/
+3034