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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-10
Write a custom map type that allows duplicates
Nadrieril
1
-29
/
+38
2019-05-09
Merge Type and Typed
Nadrieril
3
-105
/
+55
2019-05-09
Fix missing methods for tests
Nadrieril
1
-0
/
+8
2019-05-09
Make visibilities more consistent
Nadrieril
10
-125
/
+106
2019-05-09
Rewrite Deserialize trait around new Value and Type
Nadrieril
7
-88
/
+73
2019-05-09
Rewrite the StaticType trait and everything around it
Nadrieril
8
-241
/
+191
2019-05-09
Tweak Typed
Nadrieril
1
-15
/
+16
2019-05-09
Reduce the distance between Type and Typed
Nadrieril
3
-157
/
+108
2019-05-09
Remove TypeIntermediate in favor of special-purpose functions
Nadrieril
1
-214
/
+183
2019-05-09
Small utility SubExpr::from_builtin
Nadrieril
1
-9
/
+3
2019-05-09
ExprF need not be generic in Label
Nadrieril
4
-15
/
+9
2019-05-09
Make shift fallible and improve shift ergonomics
Nadrieril
8
-129
/
+169
2019-05-09
Detect duplicate record fields in typecheck
Nadrieril
5
-77
/
+79
2019-05-09
Generate normalization tests automatically
Nadrieril
3
-368
/
+5
2019-05-09
Correctly shift free variables in normalization
Nadrieril
2
-11
/
+11
2019-05-09
Update dhall-lang submodule
Nadrieril
2
-15
/
+37
2019-05-08
Typecheck record projection
Nadrieril
2
-7
/
+32
2019-05-08
Typecheck merge
Nadrieril
3
-12
/
+97
2019-05-08
Move binop normalization into a separate function
Nadrieril
1
-165
/
+153
2019-05-08
Implement normalization for record merging operators
Nadrieril
3
-21
/
+120
2019-05-08
Rename the record combining operators internally
Nadrieril
1
-3
/
+3
2019-05-08
Implement normalization of missing builtins
Nadrieril
2
-23
/
+75
2019-05-08
Fix Context shifting
Nadrieril
1
-15
/
+24
2019-05-08
shift on lookup instead of on insert
Nadrieril
2
-27
/
+71
2019-05-07
Replace hashmap-based context with a vec-based one
Nadrieril
1
-14
/
+37
2019-05-07
Don't discard normalization work done by typechecking
Nadrieril
3
-83
/
+147
2019-05-07
Slight improvement to typecheck ergonomics
Nadrieril
1
-59
/
+28
2019-05-07
Unify typecheck and normalization contexts
Nadrieril
5
-76
/
+115
2019-05-07
Promote shift and subst_shift to traits
Nadrieril
7
-115
/
+161
2019-05-07
Move AlphaVar and AlphaLabel into a new module
Nadrieril
6
-106
/
+112
2019-05-07
Small mistake
Nadrieril
2
-2
/
+4
2019-05-07
Document Value and Thunk
Nadrieril
2
-8
/
+21
2019-05-07
Clean up some of the SubExpr type-changing methods
Nadrieril
3
-6
/
+6
2019-05-07
Unify Type, TypeInternal and Typed
Nadrieril
3
-117
/
+43
2019-05-07
Fix derive
Nadrieril
1
-0
/
+2
2019-05-06
Move main datatypes into their own modules
Nadrieril
10
-1199
/
+1217
2019-05-06
Move api-related modules into an api module
Nadrieril
7
-38
/
+41
2019-05-06
Consolidate errors in the error module
Nadrieril
42
-188
/
+196
2019-05-06
Reorganize dhall into a phase structure
Nadrieril
15
-477
/
+499
2019-05-06
Merge TypedInternal and Typed
Nadrieril
4
-75
/
+34
2019-05-05
Remove main
Nadrieril
1
-93
/
+0
2019-05-05
s/DoubleVar/AlphaVar/
Nadrieril
3
-44
/
+44
2019-05-05
Implement normalization simplifications
Nadrieril
1
-10
/
+15
2019-05-05
Preserve text WHNF on concatenation
Nadrieril
1
-9
/
+9
2019-05-05
WHNF for TextLit means no interpolations of text and strict alternation
Nadrieril
1
-41
/
+63
2019-05-05
Fix Integer equality
Nadrieril
1
-4
/
+5
2019-05-05
Make Value equality be alpha-equivalence
Nadrieril
3
-21
/
+99
2019-05-05
Use alpha-normalization in equivalence checking
Nadrieril
1
-80
/
+2
2019-05-05
Implement alpha-normalization
Nadrieril
4
-69
/
+194
2019-05-04
Clarify match_vars implementation
Nadrieril
1
-12
/
+12
[next]