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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-02-11
Remove the Embed variant from ExprKind
Nadrieril
14
-136
/
+79
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
7
-57
/
+58
2020-02-09
Resolve variables alongside import resolution
Nadrieril
8
-83
/
+161
2020-02-09
Resolve by ref instead of by mut
Nadrieril
3
-274
/
+81
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
16
-126
/
+98
2020-02-09
Add Hir as untyped alternative to TyExpr
Nadrieril
5
-65
/
+133
2020-02-09
Remove move type propagation through Value
Nadrieril
5
-237
/
+86
2020-02-09
Remove most reliance on types stored in Value
Nadrieril
5
-67
/
+88
2020-02-09
Upgrade Rust toolchain
Nadrieril
1
-2
/
+0
2020-02-09
Track error output of parsing and binary decoding tests
Nadrieril
63
-7
/
+325
2020-02-09
Remove distinction between failure and error tests
Nadrieril
2
-40
/
+4
2020-02-09
Add option to overwrite test files
Nadrieril
1
-48
/
+105
2020-02-09
Move ui outputs to a sensible place
Nadrieril
109
-16
/
+11
2020-02-09
Massively deduplicate test harness
Nadrieril
4
-159
/
+199
2020-02-09
Track output of import errors
Nadrieril
4
-0
/
+44
2020-02-06
Add forgotten test outputs
Nadrieril
6
-0
/
+40
2020-02-06
Implement some record simplifications
Nadrieril
2
-13
/
+98
2020-02-05
Normalize toMap
Nadrieril
4
-19
/
+55
2020-02-05
Typecheck record completion
Nadrieril
2
-38
/
+51
2020-02-05
Typecheck projection by type
Nadrieril
2
-12
/
+25
2020-02-04
Implement typechecking of toMap
Nadrieril
11
-26
/
+134
2020-02-04
Workaround panic in a serde_dhall example
Nadrieril
1
-2
/
+4
2020-02-04
Add basic pretty type errors to all errors
Nadrieril
84
-181
/
+480
2020-02-02
Add local test files on top of dhall-lang tests
Nadrieril
5
-46
/
+62
2020-02-02
Tweak errors
Nadrieril
9
-65
/
+63
2020-02-02
Use Spans consistently by value
Nadrieril
5
-23
/
+19
2020-02-02
Fix spans for unions and records
Nadrieril
4
-21
/
+28
2020-02-02
Let rustfmt format string literals
Nadrieril
1
-43
/
+44
2020-02-02
More errors
Nadrieril
10
-33
/
+138
2020-02-02
More nice errors plus some refactor
Nadrieril
14
-174
/
+270
2020-02-01
Implement once nice error using annotate_snippets
Nadrieril
10
-27
/
+209
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
3
-71
/
+57
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
[next]