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
*
Clippy
Nadrieril
2020-04-07
1
-3
/
+3
*
Move duplicate field checking to parser
Nadrieril
2020-04-07
1
-39
/
+22
*
Move BinOp and Builtin definitions in the relevant module
Nadrieril
2020-04-06
2
-5
/
+4
*
Move builtins module up a level
Nadrieril
2020-04-06
1
-3
/
+2
*
Extract operation-related code to a new module
Nadrieril
2020-04-06
1
-511
/
+4
*
oops
Nadrieril
2020-04-06
1
-1
/
+1
*
Factor out operations in typecheck
Nadrieril
2020-04-06
1
-415
/
+436
*
Split off operations from main expr enum
Nadrieril
2020-04-06
1
-17
/
+18
*
Fix clippy warnings
Nadrieril
2020-04-05
1
-2
/
+2
*
Move Value, SimpleValue and SimpleType to serde
Nadrieril
2020-03-31
1
-4
/
+1
*
Brutally make all of dhall pub
Nadrieril
2020-03-31
4
-13
/
+13
*
Improve handling of builtin types in Nir
Nadrieril
2020-03-31
1
-22
/
+6
*
Remove top-level Expr aliases
Nadrieril
2020-03-31
1
-4
/
+3
*
Rename LitKind to NumKind
Nadrieril
2020-03-31
1
-5
/
+5
*
Add new Value type in API
Nadrieril
2020-03-31
1
-2
/
+2
*
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
[next]