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
/
tck
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
TyExpr always carries a type
Nadrieril
2020-02-13
2
-86
/
+67
*
Rework annotation and Sort handling
Nadrieril
2020-02-13
1
-68
/
+75
*
Simplify conversions to/from TyExpr
Nadrieril
2020-02-13
2
-90
/
+78
*
Only store type at root node in tyexpr
Nadrieril
2020-02-13
2
-29
/
+26
*
Introduce LitKind to factor out common enum nodes
Nadrieril
2020-02-11
1
-5
/
+11
*
Remove the Embed variant from ExprKind
Nadrieril
2020-02-11
2
-7
/
+3
*
Remove need for Embed
Nadrieril
2020-02-10
1
-9
/
+1
*
Remove types from NzEnv
Nadrieril
2020-02-09
2
-9
/
+9
*
Automate conversion between envs
Nadrieril
2020-02-09
3
-22
/
+26
*
Remove all types from Value
Nadrieril
2020-02-09
1
-2
/
+2
*
Take Hir for typecheck
Nadrieril
2020-02-09
2
-39
/
+33
*
Resolve variables alongside import resolution
Nadrieril
2020-02-09
1
-1
/
+1
*
Remove most TyExpr from normalization
Nadrieril
2020-02-09
3
-21
/
+9
*
Add Hir as untyped alternative to TyExpr
Nadrieril
2020-02-09
1
-58
/
+12
*
Remove move type propagation through Value
Nadrieril
2020-02-09
1
-30
/
+12
*
Remove most reliance on types stored in Value
Nadrieril
2020-02-09
2
-29
/
+35
*
Massively deduplicate test harness
Nadrieril
2020-02-09
1
-1
/
+4
*
Typecheck record completion
Nadrieril
2020-02-05
1
-25
/
+51
*
Typecheck projection by type
Nadrieril
2020-02-05
1
-2
/
+25
*
Implement typechecking of toMap
Nadrieril
2020-02-04
1
-1
/
+79
*
Add basic pretty type errors to all errors
Nadrieril
2020-02-04
1
-46
/
+66
*
Add local test files on top of dhall-lang tests
Nadrieril
2020-02-02
1
-0
/
+1
*
Tweak errors
Nadrieril
2020-02-02
1
-44
/
+43
*
Use Spans consistently by value
Nadrieril
2020-02-02
2
-10
/
+10
*
Let rustfmt format string literals
Nadrieril
2020-02-02
1
-43
/
+44
*
More errors
Nadrieril
2020-02-02
1
-5
/
+79
*
More nice errors plus some refactor
Nadrieril
2020-02-02
2
-97
/
+113
*
Implement once nice error using annotate_snippets
Nadrieril
2020-02-01
1
-22
/
+32
*
Tweak ConstantClosure
Nadrieril
2020-01-30
1
-12
/
+14
*
Get rid of all the manual Ref borrows
Nadrieril
2020-01-30
1
-34
/
+20
*
Avoid unnecessary allocations of `Value`s
Nadrieril
2020-01-30
2
-3
/
+4
*
Move main API to lib.rs
Nadrieril
2020-01-30
2
-3
/
+3
*
Move normalize under nze
Nadrieril
2020-01-30
2
-2
/
+2
*
Introduce Thunks and normalize lazily
Nadrieril
2020-01-30
2
-25
/
+28
*
Increase encapsulation for Closures
Nadrieril
2020-01-30
1
-5
/
+5
*
Make unnormalized Values unobservable
Nadrieril
2020-01-30
1
-3
/
+1
*
s/as_whnf/kind/
Nadrieril
2020-01-30
1
-17
/
+15
*
Encapsulate partially applied builtin in a separate struct
Nadrieril
2020-01-30
1
-11
/
+15
*
Remove debug output in type errors
Nadrieril
2020-01-30
1
-12
/
+3
*
No need for the current env to tck Foo/build closures
Nadrieril
2020-01-30
1
-13
/
+0
*
Move builtins-related code to its own module
Nadrieril
2020-01-30
3
-15
/
+12
*
Cleanup variable handling
Nadrieril
2020-01-29
2
-11
/
+25
*
Move envs to their own files
Nadrieril
2020-01-29
4
-59
/
+144
*
s/QuoteEnv/VarEnv/
Nadrieril
2020-01-29
1
-18
/
+16
*
Use NameEnv in tyexpr_to_expr
Nadrieril
2020-01-29
1
-18
/
+9
*
Remove dead code
Nadrieril
2020-01-29
2
-27
/
+8
*
Fix insufficient normalization
Nadrieril
2020-01-29
2
-7
/
+15
*
Use TyExpr in Typed
Nadrieril
2020-01-29
1
-1
/
+8
*
Fix more bugs
Nadrieril
2020-01-29
1
-33
/
+36
*
Implement assert & merge and fix more bugs
Nadrieril
2020-01-28
1
-90
/
+118
[next]