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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-02-13
TyExpr always carries a type
Nadrieril
2
-86
/
+67
2020-02-13
Rework annotation and Sort handling
Nadrieril
2
-69
/
+76
2020-02-13
Simplify conversions to/from TyExpr
Nadrieril
4
-108
/
+88
2020-02-13
Only store type at root node in tyexpr
Nadrieril
2
-29
/
+26
2020-02-11
Introduce LitKind to factor out common enum nodes
Nadrieril
4
-118
/
+124
2020-02-11
Remove the Embed variant from ExprKind
Nadrieril
7
-29
/
+17
2020-02-10
Remove need for Embed
Nadrieril
4
-20
/
+22
2020-02-09
Remove types from NzEnv
Nadrieril
7
-42
/
+47
2020-02-09
Automate conversion between envs
Nadrieril
3
-22
/
+26
2020-02-09
Remove all types from Value
Nadrieril
5
-89
/
+16
2020-02-09
Take Hir for typecheck
Nadrieril
6
-54
/
+51
2020-02-09
Resolve variables alongside import resolution
Nadrieril
3
-44
/
+87
2020-02-09
Resolve by ref instead of by mut
Nadrieril
1
-59
/
+77
2020-02-09
Introduce environment for import resolution
Nadrieril
1
-31
/
+56
2020-02-09
Remove extra types stored in Value
Nadrieril
3
-47
/
+20
2020-02-09
Remove most TyExpr from normalization
Nadrieril
7
-108
/
+80
2020-02-09
Add Hir as untyped alternative to TyExpr
Nadrieril
5
-65
/
+133
2020-02-09
Remove move type propagation through Value
Nadrieril
4
-215
/
+76
2020-02-09
Remove most reliance on types stored in Value
Nadrieril
5
-67
/
+88
2020-02-09
Massively deduplicate test harness
Nadrieril
1
-1
/
+4
2020-02-06
Implement some record simplifications
Nadrieril
1
-2
/
+92
2020-02-05
Normalize toMap
Nadrieril
3
-15
/
+55
2020-02-05
Typecheck record completion
Nadrieril
1
-25
/
+51
2020-02-05
Typecheck projection by type
Nadrieril
1
-2
/
+25
2020-02-04
Implement typechecking of toMap
Nadrieril
1
-1
/
+79
2020-02-04
Add basic pretty type errors to all errors
Nadrieril
1
-46
/
+66
2020-02-02
Add local test files on top of dhall-lang tests
Nadrieril
1
-0
/
+1
2020-02-02
Tweak errors
Nadrieril
1
-44
/
+43
2020-02-02
Use Spans consistently by value
Nadrieril
3
-13
/
+13
2020-02-02
Let rustfmt format string literals
Nadrieril
1
-43
/
+44
2020-02-02
More errors
Nadrieril
2
-5
/
+82
2020-02-02
More nice errors plus some refactor
Nadrieril
3
-100
/
+113
2020-02-01
Implement once nice error using annotate_snippets
Nadrieril
2
-22
/
+36
2020-01-31
Factor out custom Lazy struct
Nadrieril
3
-35
/
+83
2020-01-30
Use Rc equality to shortcut Value equality
Nadrieril
1
-2
/
+1
2020-01-30
Tweak ConstantClosure
Nadrieril
2
-25
/
+21
2020-01-30
Eval Thunk by move
Nadrieril
1
-4
/
+3
2020-01-30
Get rid of all the manual Ref borrows
Nadrieril
2
-149
/
+75
2020-01-30
Use OnceCell to enable returning &ValKind
Nadrieril
2
-71
/
+56
2020-01-30
Replace Form with a pair of RefCells, in preparation for OnceCell
Nadrieril
1
-88
/
+71
2020-01-30
Move Form::PartialExpr into Thunk
Nadrieril
1
-36
/
+46
2020-01-30
Only the Form must be in a RefCell
Nadrieril
1
-61
/
+67
2020-01-30
Avoid unnecessary allocations of `Value`s
Nadrieril
5
-25
/
+25
2020-01-30
Clarify normalization to ensure we only nze once
Nadrieril
4
-58
/
+55
2020-01-30
Move Thunk value into ValueInternal
Nadrieril
2
-35
/
+32
2020-01-30
Prepare ValueInternal with new `Form`s
Nadrieril
1
-53
/
+50
2020-01-30
Factor out text literals in Value
Nadrieril
3
-83
/
+110
2020-01-30
Remove type parameter from ValueKind
Nadrieril
3
-31
/
+20
2020-01-30
Remove Value visitor
Nadrieril
3
-309
/
+87
2020-01-30
Move parse and resolve up a level
Nadrieril
4
-4
/
+3
[next]