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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Avoid re-typechecking after import
Nadrieril
2020-02-19
5
-14
/
+23
*
Discard import headers while we don't use them
Nadrieril
2020-02-18
2
-11
/
+8
*
Remove useless `normalize` option from ToExprOptions
Nadrieril
2020-02-18
2
-11
/
+2
*
Borrow relevant Hir from Tir
Nadrieril
2020-02-18
3
-33
/
+32
*
Remove spans from Nir
Nadrieril
2020-02-17
1
-15
/
+7
*
Rename Value to Nir
Nadrieril
2020-02-17
10
-381
/
+359
*
Rename TyExpr to Tir
Nadrieril
2020-02-17
4
-27
/
+27
*
Factor out desugaring from resolve
Nadrieril
2020-02-17
1
-22
/
+31
*
Extract resolve-relevant envs together
Nadrieril
2020-02-17
4
-112
/
+118
*
Move hir and resolve into a module
Nadrieril
2020-02-17
5
-2
/
+6
*
Avoid recomputing universes in tck
Nadrieril
2020-02-16
3
-55
/
+73
*
Oops, leftover #![allow(dead_code)]
Nadrieril
2020-02-16
1
-17
/
+1
*
Start requiring Universe to build a Type
Nadrieril
2020-02-16
3
-176
/
+206
*
Introduce proper Type struct
Nadrieril
2020-02-15
4
-56
/
+120
*
Desugar Completion during resolution
Nadrieril
2020-02-15
4
-52
/
+49
*
Factor some tck code to avoid needing get_type_tyexpr
Nadrieril
2020-02-15
5
-52
/
+88
*
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
2
-69
/
+76
*
Simplify conversions to/from TyExpr
Nadrieril
2020-02-13
4
-108
/
+88
*
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
4
-118
/
+124
*
Remove the Embed variant from ExprKind
Nadrieril
2020-02-11
7
-29
/
+17
*
Remove need for Embed
Nadrieril
2020-02-10
4
-20
/
+22
*
Remove types from NzEnv
Nadrieril
2020-02-09
7
-42
/
+47
*
Automate conversion between envs
Nadrieril
2020-02-09
3
-22
/
+26
*
Remove all types from Value
Nadrieril
2020-02-09
5
-89
/
+16
*
Take Hir for typecheck
Nadrieril
2020-02-09
6
-54
/
+51
*
Resolve variables alongside import resolution
Nadrieril
2020-02-09
3
-44
/
+87
*
Resolve by ref instead of by mut
Nadrieril
2020-02-09
1
-59
/
+77
*
Introduce environment for import resolution
Nadrieril
2020-02-09
1
-31
/
+56
*
Remove extra types stored in Value
Nadrieril
2020-02-09
3
-47
/
+20
*
Remove most TyExpr from normalization
Nadrieril
2020-02-09
7
-108
/
+80
*
Add Hir as untyped alternative to TyExpr
Nadrieril
2020-02-09
5
-65
/
+133
*
Remove move type propagation through Value
Nadrieril
2020-02-09
4
-215
/
+76
*
Remove most reliance on types stored in Value
Nadrieril
2020-02-09
5
-67
/
+88
*
Massively deduplicate test harness
Nadrieril
2020-02-09
1
-1
/
+4
*
Implement some record simplifications
Nadrieril
2020-02-06
1
-2
/
+92
*
Normalize toMap
Nadrieril
2020-02-05
3
-15
/
+55
*
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
3
-13
/
+13
*
Let rustfmt format string literals
Nadrieril
2020-02-02
1
-43
/
+44
*
More errors
Nadrieril
2020-02-02
2
-5
/
+82
*
More nice errors plus some refactor
Nadrieril
2020-02-02
3
-100
/
+113
*
Implement once nice error using annotate_snippets
Nadrieril
2020-02-01
2
-22
/
+36
[prev]
[next]