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
/
phase
/
normalize.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove special closures from Value
Nadrieril
2019-08-15
1
-42
/
+55
*
Store Imports in their own node instead of in Embed
Nadrieril
2019-08-13
1
-0
/
+3
*
Considerably simplify Embed handling
Nadrieril
2019-08-13
1
-1
/
+0
*
Stop tracking the absence of Embed values at the type level
Nadrieril
2019-08-13
1
-10
/
+11
*
s/TypeThunk/TypedThunk/g
Nadrieril
2019-08-13
1
-17
/
+17
*
Update dhall-lang submodule
Nadrieril
2019-08-08
1
-0
/
+1
*
Add support for dependent types
Nadrieril
2019-08-08
1
-3
/
+9
*
Add truncated Natural subtraction
Nadrieril
2019-08-07
1
-0
/
+10
*
Remove union literals from the language
Nadrieril
2019-08-07
1
-7
/
+0
*
Prepare for https://github.com/dhall-lang/dhall-lang/pull/630
Nadrieril
2019-08-06
1
-5
/
+17
*
rustfmt
Nadrieril
2019-08-06
1
-1
/
+2
*
Add some tests
Nadrieril
2019-08-06
1
-0
/
+10
*
Remove old-style optional literals
Nadrieril
2019-08-06
1
-7
/
+3
*
rustfmt
Nadrieril
2019-08-03
1
-1
/
+3
*
Merge remote-tracking branch 'origin/master' into fintan/typecheck-combine-types
FintanH
2019-08-03
1
-0
/
+54
|
\
|
*
Merge remote-tracking branch 'origin/master' into fintan/typecheck-combine
FintanH
2019-08-03
1
-9
/
+10
|
|
\
|
*
|
Add the typechecking of RecursiveRecordMerge.
FintanH
2019-08-01
1
-0
/
+53
*
|
|
Merge remote-tracking branch 'origin/master' into fintan/typecheck-combine-types
FintanH
2019-08-03
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Reuse the merge_maps function to implement the right-biased union
FintanH
2019-07-31
1
-1
/
+1
|
|
/
*
/
Add typechecking for RecursiveRecordTypeMerge.
FintanH
2019-08-01
1
-0
/
+32
|
/
*
clippy
Nadrieril
2019-05-12
1
-97
/
+102
*
Make visibilities more consistent
Nadrieril
2019-05-09
1
-10
/
+7
*
ExprF need not be generic in Label
Nadrieril
2019-05-09
1
-5
/
+4
*
Detect duplicate record fields in typecheck
Nadrieril
2019-05-09
1
-9
/
+9
*
Generate normalization tests automatically
Nadrieril
2019-05-09
1
-361
/
+0
*
Correctly shift free variables in normalization
Nadrieril
2019-05-09
1
-1
/
+1
*
Update dhall-lang submodule
Nadrieril
2019-05-09
1
-13
/
+23
*
Move binop normalization into a separate function
Nadrieril
2019-05-08
1
-165
/
+153
*
Implement normalization for record merging operators
Nadrieril
2019-05-08
1
-21
/
+110
*
Implement normalization of missing builtins
Nadrieril
2019-05-08
1
-21
/
+68
*
Promote shift and subst_shift to traits
Nadrieril
2019-05-07
1
-0
/
+1
*
Small mistake
Nadrieril
2019-05-07
1
-1
/
+3
*
Move main datatypes into their own modules
Nadrieril
2019-05-06
1
-984
/
+15
*
Reorganize dhall into a phase structure
Nadrieril
2019-05-06
1
-0
/
+1888