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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-02-17
Move hir and resolve into a module
Nadrieril
5
-2
/
+6
2020-02-16
Avoid recomputing universes in tck
Nadrieril
3
-55
/
+73
2020-02-16
Oops, leftover #![allow(dead_code)]
Nadrieril
1
-17
/
+1
2020-02-16
Start requiring Universe to build a Type
Nadrieril
4
-176
/
+213
2020-02-15
Introduce proper Type struct
Nadrieril
5
-57
/
+121
2020-02-15
Desugar Completion during resolution
Nadrieril
4
-52
/
+49
2020-02-15
Factor some tck code to avoid needing get_type_tyexpr
Nadrieril
5
-52
/
+88
2020-02-14
Oops
Nadrieril
2
-16
/
+14
2020-02-13
TyExpr always carries a type
Nadrieril
4
-89
/
+68
2020-02-13
Rework annotation and Sort handling
Nadrieril
2
-69
/
+76
2020-02-13
Simplify conversions to/from TyExpr
Nadrieril
4
-108
/
+88
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
10
-158
/
+179
2020-02-11
Simplify ExprKind visitor
Nadrieril
2
-140
/
+84
2020-02-11
Remove the Embed variant from ExprKind
Nadrieril
14
-136
/
+79
2020-02-10
Remove need for Embed
Nadrieril
4
-20
/
+22
2020-02-09
Remove types from NzEnv
Nadrieril
7
-42
/
+47
2020-02-09
Automate conversion between envs
Nadrieril
3
-22
/
+26
2020-02-09
Remove all types from Value
Nadrieril
5
-89
/
+16
2020-02-09
Take Hir for typecheck
Nadrieril
7
-57
/
+58
2020-02-09
Resolve variables alongside import resolution
Nadrieril
6
-81
/
+153
2020-02-09
Resolve by ref instead of by mut
Nadrieril
3
-274
/
+81
2020-02-09
Introduce environment for import resolution
Nadrieril
1
-31
/
+56
2020-02-09
Remove extra types stored in Value
Nadrieril
3
-47
/
+20
2020-02-09
Remove most TyExpr from normalization
Nadrieril
7
-108
/
+80
2020-02-09
Add Hir as untyped alternative to TyExpr
Nadrieril
5
-65
/
+133
2020-02-09
Remove move type propagation through Value
Nadrieril
5
-237
/
+86
2020-02-09
Remove most reliance on types stored in Value
Nadrieril
5
-67
/
+88
2020-02-09
Upgrade Rust toolchain
Nadrieril
1
-2
/
+0
2020-02-09
Track error output of parsing and binary decoding tests
Nadrieril
1
-5
/
+7
2020-02-09
Remove distinction between failure and error tests
Nadrieril
1
-12
/
+4
2020-02-09
Add option to overwrite test files
Nadrieril
1
-48
/
+105
2020-02-09
Move ui outputs to a sensible place
Nadrieril
1
-8
/
+3
2020-02-09
Massively deduplicate test harness
Nadrieril
3
-140
/
+155
2020-02-09
Track output of import errors
Nadrieril
1
-0
/
+26
2020-02-06
Implement some record simplifications
Nadrieril
1
-2
/
+92
2020-02-05
Normalize toMap
Nadrieril
3
-15
/
+55
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
Workaround panic in a serde_dhall example
Nadrieril
1
-2
/
+4
2020-02-04
Add basic pretty type errors to all errors
Nadrieril
2
-99
/
+68
2020-02-02
Add local test files on top of dhall-lang tests
Nadrieril
2
-0
/
+4
2020-02-02
Tweak errors
Nadrieril
2
-50
/
+46
2020-02-02
Use Spans consistently by value
Nadrieril
5
-23
/
+19
2020-02-02
Fix spans for unions and records
Nadrieril
2
-17
/
+24
2020-02-02
Let rustfmt format string literals
Nadrieril
1
-43
/
+44
2020-02-02
More errors
Nadrieril
3
-22
/
+105
2020-02-02
More nice errors plus some refactor
Nadrieril
5
-161
/
+230
2020-02-01
Implement once nice error using annotate_snippets
Nadrieril
5
-22
/
+169
[next]