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
*
Remove never_type feature
Nadrieril
2020-03-17
1
-3
/
+1
*
Run clippy
Nadrieril
2020-03-17
2
-7
/
+7
*
Expose fewer pub things
Nadrieril
2020-02-19
1
-2
/
+5
*
Avoid re-typechecking after import
Nadrieril
2020-02-19
1
-0
/
+1
*
Borrow relevant Hir from Tir
Nadrieril
2020-02-18
2
-30
/
+15
*
Rename Value to Nir
Nadrieril
2020-02-17
3
-62
/
+58
*
Rename TyExpr to Tir
Nadrieril
2020-02-17
3
-25
/
+25
*
Extract resolve-relevant envs together
Nadrieril
2020-02-17
1
-54
/
+5
*
Avoid recomputing universes in tck
Nadrieril
2020-02-16
2
-52
/
+70
*
Start requiring Universe to build a Type
Nadrieril
2020-02-16
2
-175
/
+205
*
Introduce proper Type struct
Nadrieril
2020-02-15
2
-54
/
+111
*
Desugar Completion during resolution
Nadrieril
2020-02-15
1
-28
/
+6
*
Factor some tck code to avoid needing get_type_tyexpr
Nadrieril
2020-02-15
2
-47
/
+83
*
Oops
Nadrieril
2020-02-14
2
-16
/
+14
*
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
[next]