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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-03-17
Remove never_type feature
Nadrieril
4
-19
/
+19
2020-03-17
Upgrade some dependencies
Nadrieril
1
-3
/
+3
2020-03-17
Run clippy
Nadrieril
17
-128
/
+177
2020-03-17
Circumvent weird rustfmt inconsistency
Nadrieril
1
-2
/
+5
2020-03-12
Upstream the `with` grammar tweak
Nadrieril
3
-15
/
+2
2020-03-11
Implement record puns
Nadrieril
6
-2
/
+16
2020-03-10
Upstream all local tests
Nadrieril
148
-201
/
+3
2020-03-10
Add support for `with` keyword
Nadrieril
8
-4
/
+68
2020-03-05
Forgot to commit test output
Nadrieril
1
-0
/
+1
2020-03-05
Implement conservative sanity checking
Nadrieril
4
-58
/
+77
2020-03-05
Cache imports correctly
Nadrieril
5
-25
/
+22
2020-03-05
Implement remote imports and cleanup import chaining
Nadrieril
13
-122
/
+193
2020-03-05
Implement remote `as Location` resolution
Nadrieril
24
-12
/
+52
2020-03-05
Implement `as Text` imports
Nadrieril
7
-16
/
+33
2020-03-05
Refactor resolve a bit
Nadrieril
1
-80
/
+76
2020-03-05
Implement `missing` and `env:VAR` imports
Nadrieril
6
-19
/
+24
2020-03-05
Add a lot of import tests
Nadrieril
53
-2
/
+96
2020-03-05
Run tests from repo root as specified in spec
Nadrieril
11
-11
/
+17
2020-03-05
Implement `as Location` imports
Nadrieril
5
-60
/
+104
2020-03-05
Run tests from dhall dir
Nadrieril
10
-10
/
+10
2020-03-05
Add a bunch of `as Location` unit tests
Nadrieril
35
-0
/
+50
2020-03-05
Update dhall-lang submodule
Nadrieril
3
-3
/
+15
2020-03-05
Add a bunch of tests
Nadrieril
49
-0
/
+70
2020-03-05
Allow some slow tests to only be run in release mode
Nadrieril
1
-25
/
+36
2020-03-05
Implement some normalization simplifications
Nadrieril
3
-86
/
+83
2020-03-02
Normalization for ProjectionByExpr
Basile Henry
2
-4
/
+35
2020-03-02
Enable ProjectionByType tests
Basile Henry
1
-8
/
+1
2020-02-21
Cut release
Nadrieril
2
-2
/
+2
2020-02-21
Oops
Nadrieril
1
-0
/
+6
2020-02-20
Update dhall-lang submodule
Nadrieril
1
-0
/
+3
2020-02-20
Add support for dotted field syntax
Nadrieril
5
-24
/
+16
2020-02-20
Disallow Natural literals with leading zeros
Nadrieril
1
-0
/
+6
2020-02-20
Add support for duplicate record fields
Nadrieril
11
-31
/
+73
2020-02-19
Expose fewer pub things
Nadrieril
5
-48
/
+13
2020-02-19
Avoid re-typechecking after import
Nadrieril
7
-15
/
+26
2020-02-18
Discard import headers while we don't use them
Nadrieril
3
-13
/
+10
2020-02-18
Remove useless `normalize` option from ToExprOptions
Nadrieril
3
-26
/
+6
2020-02-18
Borrow relevant Hir from Tir
Nadrieril
4
-40
/
+50
2020-02-17
Remove spans from Nir
Nadrieril
1
-15
/
+7
2020-02-17
Rename Value to Nir
Nadrieril
12
-401
/
+377
2020-02-17
Rename TyExpr to Tir
Nadrieril
5
-31
/
+29
2020-02-17
Remove some unused code
Nadrieril
1
-24
/
+0
2020-02-17
Factor out desugaring from resolve
Nadrieril
1
-22
/
+31
2020-02-17
Extract resolve-relevant envs together
Nadrieril
4
-112
/
+118
2020-02-17
Move hir and resolve into a module
Nadrieril
5
-2
/
+6
2020-02-16
Avoid recomputing universes in tck
Nadrieril
7
-59
/
+97
2020-02-16
Oops, leftover #![allow(dead_code)]
Nadrieril
1
-17
/
+1
2020-02-16
Start requiring Universe to build a Type
Nadrieril
6
-180
/
+217
2020-02-15
Introduce proper Type struct
Nadrieril
5
-57
/
+121
2020-02-15
Desugar Completion during resolution
Nadrieril
5
-55
/
+49
[next]