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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-02-19
Expose fewer pub things
Nadrieril
1
-2
/
+5
2020-02-19
Avoid re-typechecking after import
Nadrieril
1
-0
/
+1
2020-02-18
Borrow relevant Hir from Tir
Nadrieril
2
-30
/
+15
2020-02-17
Rename Value to Nir
Nadrieril
3
-62
/
+58
2020-02-17
Rename TyExpr to Tir
Nadrieril
3
-25
/
+25
2020-02-17
Extract resolve-relevant envs together
Nadrieril
1
-54
/
+5
2020-02-16
Avoid recomputing universes in tck
Nadrieril
2
-52
/
+70
2020-02-16
Start requiring Universe to build a Type
Nadrieril
2
-175
/
+205
2020-02-15
Introduce proper Type struct
Nadrieril
2
-54
/
+111
2020-02-15
Desugar Completion during resolution
Nadrieril
1
-28
/
+6
2020-02-15
Factor some tck code to avoid needing get_type_tyexpr
Nadrieril
2
-47
/
+83
2020-02-14
Oops
Nadrieril
2
-16
/
+14
2020-02-13
TyExpr always carries a type
Nadrieril
2
-86
/
+67
2020-02-13
Rework annotation and Sort handling
Nadrieril
1
-68
/
+75
2020-02-13
Simplify conversions to/from TyExpr
Nadrieril
2
-90
/
+78
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
1
-5
/
+11
2020-02-11
Remove the Embed variant from ExprKind
Nadrieril
2
-7
/
+3
2020-02-10
Remove need for Embed
Nadrieril
1
-9
/
+1
2020-02-09
Remove types from NzEnv
Nadrieril
2
-9
/
+9
2020-02-09
Automate conversion between envs
Nadrieril
3
-22
/
+26
2020-02-09
Remove all types from Value
Nadrieril
1
-2
/
+2
2020-02-09
Take Hir for typecheck
Nadrieril
2
-39
/
+33
2020-02-09
Resolve variables alongside import resolution
Nadrieril
1
-1
/
+1
2020-02-09
Remove most TyExpr from normalization
Nadrieril
3
-21
/
+9
2020-02-09
Add Hir as untyped alternative to TyExpr
Nadrieril
1
-58
/
+12
2020-02-09
Remove move type propagation through Value
Nadrieril
1
-30
/
+12
2020-02-09
Remove most reliance on types stored in Value
Nadrieril
2
-29
/
+35
2020-02-09
Massively deduplicate test harness
Nadrieril
1
-1
/
+4
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
2
-10
/
+10
2020-02-02
Let rustfmt format string literals
Nadrieril
1
-43
/
+44
2020-02-02
More errors
Nadrieril
1
-5
/
+79
2020-02-02
More nice errors plus some refactor
Nadrieril
2
-97
/
+113
2020-02-01
Implement once nice error using annotate_snippets
Nadrieril
1
-22
/
+32
2020-01-30
Tweak ConstantClosure
Nadrieril
1
-12
/
+14
2020-01-30
Get rid of all the manual Ref borrows
Nadrieril
1
-34
/
+20
2020-01-30
Avoid unnecessary allocations of `Value`s
Nadrieril
2
-3
/
+4
2020-01-30
Move main API to lib.rs
Nadrieril
2
-3
/
+3
2020-01-30
Move normalize under nze
Nadrieril
2
-2
/
+2
2020-01-30
Introduce Thunks and normalize lazily
Nadrieril
2
-25
/
+28
2020-01-30
Increase encapsulation for Closures
Nadrieril
1
-5
/
+5
2020-01-30
Make unnormalized Values unobservable
Nadrieril
1
-3
/
+1
2020-01-30
s/as_whnf/kind/
Nadrieril
1
-17
/
+15
2020-01-30
Encapsulate partially applied builtin in a separate struct
Nadrieril
1
-11
/
+15
[next]